Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
Modifications are based on the linux kernel approach and
support two use cases:
1) Add O= to the make command line
'make O=/tmp/build all'
2) Set environement variable BUILD_DIR to point to the desired location
'export BUILD_DIR=/tmp/build'
'make'
The second approach can also be used with a MAKEALL script
'export BUILD_DIR=/tmp/build'
'./MAKEALL'
Command line 'O=' setting overrides BUILD_DIR environent variable.
When none of the above methods is used the local build is performed and
the object files are placed in the source directory.
2006-09-01 19:49:50 +02:00
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
2006-03-31 18:32:53 +02:00
Wolfgang Denk
d52fb7e3d1
Some code cleanup for GCC 4.x
2006-03-11 22:53:33 +01:00
Wolfgang Denk
080bdb7f3a
* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200
...
Patch by Anders Larsen, 29 Apr 2005
* Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005
(8e2be51de8
)
2005-10-05 01:51:29 +02:00
Wolfgang Denk
807d5d7319
Fix problems with ld version 2.16 (dot outside sections problem)
...
Pointed out by Gerhard Jaeger, 31 Aug 2005;
cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-08-31 12:28:00 +02:00
Wolfgang Denk
c7db9a3805
Initialize serial# and ethaddr from manufacturer data in EEPROM on CMC-PU2
...
Patch by Martin Krause, 08 Jun 2005
2005-08-19 00:53:02 +02:00
Wolfgang Denk
6617aae9b9
Add new board specific commands for TQM5200/STK52XX
...
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
2005-08-19 00:46:54 +02:00
Wolfgang Denk
601aed1e8f
Add automatic HW detection for another CMC_PU2 variant
...
Patch by Martin Krause, 20 Apr 2005
2005-08-19 00:08:55 +02:00
wdenk
a85f9f21aa
Patch by Steven Scholz, 06 Apr 2005:
...
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
- moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
2005-04-06 13:52:31 +00:00
wdenk
be6b6e4e2d
Patch by Martin Krause, 01 Apr 2005:
...
Add automatic HW detection for CMC_PU2 and CMC_BASIC
2005-04-01 15:18:44 +00:00
wdenk
ef2807c667
Patch by Steven Scholz, 13 Dec 2004:
...
Remove duplicated code by merging memsetup.S files for
at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
2005-03-31 23:44:33 +00:00
wdenk
e2ffd59b4d
* Code cleanup, mostly for GCC-3.3.x
...
* Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to
pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for
additional ethernet addresses.
* Cleanup drivers/i82365.c - avoid duplication of code
* Fix bogus "cannot span across banks" flash error message
* Add support for CompactFlash for the CPC45 Board.
2004-12-31 09:32:47 +00:00
wdenk
400ab719c6
Fix problems with CMC_PU2 flash driver.
2004-12-20 11:18:07 +00:00
wdenk
08f272787a
* Fix problems with CMC_PU2 flash driver.
...
* Adjust INKA 4x0 default settings
2004-12-19 21:39:27 +00:00
wdenk
45ea3fca4a
Cleanup for CMC_PU2 board
2004-12-14 23:28:24 +00:00
wdenk
689aec1b05
Patch by Steven Scholz, 12 Dec 2004:
...
Fix typo in AT91 memory setup.
2004-12-13 00:18:44 +00:00
wdenk
25d6712a81
* Clean up CMC PU2 flash driver
...
* Update MAINTAINERS file
* Fix bug in MPC823 LCD driver
2004-12-10 11:40:40 +00:00
wdenk
ed54e62125
* Fix udelay() on AT91RM9200 for delays < 1 ms.
...
* Enable long help on CMC PU2 board;
fix reset issue;
increase CPU speed from 179 to 207 MHz.
2004-11-24 23:35:19 +00:00
wdenk
9d5028c2f7
* Update for AT91RM9200DK and CMC_PU2 boards:
...
- Enable booting directly from flash
- fix CMC_PU2 flash driver
* Fix mkimage usage message
2004-11-21 00:06:33 +00:00
wdenk
b65085130a
Code Cleanup
...
Patch by Gary Jennejohn, 04 Oct 2004:
- fix I2C on at91rm9200
- add support for Ricoh RS5C372A RTC
2004-10-10 18:03:33 +00:00
wdenk
2cbe571a56
* Patch by Gary Jennejohn, 01 Oct 2004:
...
- add support for CMC PU2 board
- add support for I2C on at91rm9200
* Patch by Gary Jennejohn, 28 Sep 2004:
fix baudrate handling on at91rm9200
2004-10-10 17:05:18 +00:00