sh: First support code of SuperH.Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
[Blackfin][PATCH] Add BF537 stamp board support
[Blackfin][PATCH-2/2] Common files changed to support bf533 platform
Add AVR32 architecture supportPatch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200This patch adds common infrastructure code for the Atmel AVR32architecture. See doc/README.AVR32 for details.
Add AVR32 architecture supportPatch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200This patch adds common infrastructure code for the Atmel AVR32architecture. See doc/README.AVR32 for details.Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
show more ...
Fix/workaround broken dependency handling with make 3.81Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
Move "ar" flags to config.mk to allow for silent "make -s"Based on patch by Mike Frysinger, 20 Jun 2006
Merge with /home/m8/git/u-boot
Add support for a saving build objects in a separate directory.Modifications are based on the linux kernel approach andsupport two use cases: 1) Add O= to the make command line 'make O=/tmp/bu
Add support for a saving build objects in a separate directory.Modifications are based on the linux kernel approach andsupport 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 andthe object files are placed in the source directory.
Added another example showing simple interrupt interception.
Nios II - Fix I/O Macros and mini-app stubs -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch b
Nios II - Fix I/O Macros and mini-app stubs -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
Fix examples/Makefile; some build targets were lost
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Coding Style cleanup
Add ADI Blackfin support- add support for Analog Devices Blackfin BF533 CPU- add support for the ADI BF533 Stamp uClinux board- add support for the ADI BF533 EZKit boardPatches by Richard Klingle
Add ADI Blackfin support- add support for Analog Devices Blackfin BF533 CPU- add support for the ADI BF533 Stamp uClinux board- add support for the ADI BF533 EZKit boardPatches by Richard Klingler, June 11th 2005:
Add support for r5200 board
Cleanup for GCC-4.x
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
* Extend burst mode RAM test program to take a loop count (0 = infinite)* Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on those boards that use it.
Fix compile problems caused by new burst mode SDRAM test;make port pins to trigger logic analyzer configurable
Add test tool to exercise SDRAM accesses in burst mode(as standalone program, MPC8xx/PowerPC only)
* Patch by Robin Getz, 13 Oct 2004: Add standalone application to change SMC91C111 MAC addresses, see examples/README.smc91111_eeprom* Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004: Fix Flash su
* Patch by Robin Getz, 13 Oct 2004: Add standalone application to change SMC91C111 MAC addresses, see examples/README.smc91111_eeprom* Patch by Xiaogeng (Shawn) Jin, 12 Oct 2004: Fix Flash support for ARM Integrator CP.
* Patch by Daniel Poirot, 10 Oct 2004: Add support for Wind River sbc405 board* Patch by Rainer Brestan, 12 Oct 2004: Make examples/Makefile more robust
Patches by Scott McNutt, 24 Aug 2004:- Add support for Altera Nios-II processors.- Add support for Psyent PCI-5441 board.- Add support for Psyent PK1C20 board.
123456789