summaryrefslogtreecommitdiffstats
path: root/examples/stubs.c
Commit message (Collapse)AuthorAgeFilesLines
* remove /examples dirSascha Hauer2007-09-211-191/+0
|
* Add AVR32 architecture supportWolfgang Denk2006-10-241-0/+13
| | | | | | | | | Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 This patch adds common infrastructure code for the Atmel AVR32 architecture. See doc/README.AVR32 for details. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* Nios II - Fix I/O Macros and mini-app stubsScott McNutt2006-06-081-1/+1
| | | | | | | | -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
* Coding Style cleanupWolfgang Denk2006-03-121-1/+1
|
* Add ADI Blackfin supportWolfgang Denk2006-03-121-0/+13
| | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-101-0/+15
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
* Patches by Yasushi Shoji, 29 Jun 2004:wdenk2004-07-101-1/+1
| | | | | | | | | | | - add empty include/asm-microblaze/processor.h - add to CREDITS and MAINTAINERS - add gd initialization - add MicroBlaze and SUZAKU board to MAKEALL script - add reset support for SUZAKU - add flush_cache() for MicroBlaze - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed size flash memory on SUZAKU
* * Patches by Richard Woodruff, 10 Jun 2004:wdenk2004-07-011-1/+8
| | | | | | | - fix problems with examples/stubs.c for GCC >= 3.4 - fix problems with gd initialization * Enable FAT filesystem support for HMI10 board
* * Patch by Yasushi Shoji, 07 Apr 2004:wdenk2004-04-181-0/+12
| | | | | - add support for microblaze processors - add support for AtmarkTechno "suzaku" board
* Add startup code to clear the BSS of standalone applicationswdenk2004-04-121-0/+9
|
* * Some code cleanupwdenk2004-02-121-0/+16
| | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-081-0/+17
| | | | | | | | | | | | | | | | | | - add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20) * Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi * Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board
* * Allow crc32 to be used at address 0x000wdenk2003-07-261-1/+3
| | | | | | | | * Provide consistent interface to standalone applications to access the 'global_data' structure Provide a doc/README.standalone more useful to users/developers. * Make IceCube MGT5100 FEC driver work
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-0/+87
applications: instead of using (PPC-specific) system calls we now use a jump table; please see doc/README.standalone for details * Patch by Dave Westwood, 24 Jul 2003: added support for Unity OS (a proprietary OS)