summaryrefslogtreecommitdiff
path: root/board/versatile
Commit message (Collapse)AuthorAgeLines
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-3/+2
|
* Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk2006-03-13-1/+1
| | | | | cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
* Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk2005-10-09-14/+9
| | | | | sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
* CleanupWolfgang Denk2005-10-06-3/+3
|
* Make "split_by_variant.sh" executable.Wolfgang Denk2005-10-06-0/+0
|
* Update make target for ARM supported boards.Wolfgang Denk2005-10-06-3/+49
| | | | | 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
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-17-1/+0
|
* * Patch by Philippe Robin, 28 Sept 2004:wdenk2004-10-11-8/+50
| | | | | | | Fix Flash support for Versatile. * Patch by Roger Blofeld, 16 Sep 2004: Fix timeout for DHCP command retry
* Patch by George G. Davis, 24 Aug 2004:wdenk2004-10-10-1/+1
| | | | - update ARM boards to use constants from mach-types.h
* * Patch by Philippe Robin, 01 Jul 2004:wdenk2004-07-11-0/+2
| | | | | | | Add initialization for Integrator and versatile board files. * Patch by Hinko Kocevar, 01 Jun 2004: Fix VFD FB allocation, add LCD FB allocation on ARM
* Code cleanup; make several boards compile & link.wdenk2004-03-14-4/+3
|
* * Patch by Philippe Robin, 09 Mar 2004:wdenk2004-03-14-0/+728
Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference Platform support. * Patch by Masami Komiya, 08 Mar 2004: Don't overwrite server IP address or boot file name when the boot server does not return values * Patch by listmember@orkun.us, 5 Mar 2004: Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC