summaryrefslogtreecommitdiff
path: root/board/voiceblue
Commit message (Collapse)AuthorAgeLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-4/+2
|
* Update make target for ARM supported boards.Wolfgang Denk2005-10-06-2/+2
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-31-0/+1
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Minor code cleanupWolfgang Denk2005-08-12-6/+4
|
* Add forgotten new fils from latest VoiceBlue updateWolfgang Denk2005-08-12-0/+63
|
* VoiceBlue update: eeprom tool can also store firmware version now.Wolfgang Denk2005-08-12-39/+113
| | | | | eeprom.bin is runable by jumping at load address. Patch by Ladislav Michl, 23 May 2005
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-80/+0
| | | | | | | | Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
* Cleanupwdenk2005-04-07-1/+0
|
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-05-0/+707
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.