summaryrefslogtreecommitdiff
path: root/board/voiceblue
AgeCommit message (Collapse)Author
2005-10-06Update make target for ARM supported boards.Wolfgang Denk
Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-08-12Minor code cleanupWolfgang Denk
2005-08-12Add forgotten new fils from latest VoiceBlue updateWolfgang Denk
2005-08-12VoiceBlue update: eeprom tool can also store firmware version now.Wolfgang Denk
eeprom.bin is runable by jumping at load address. Patch by Ladislav Michl, 23 May 2005
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk
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.
2005-04-07Cleanupwdenk
2005-04-05* Patch by Ladislav Michl, 05 Apr 2005:wdenk
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.