summaryrefslogtreecommitdiffstats
path: root/include/exports.h
Commit message (Collapse)AuthorAgeFilesLines
* Added simple_strtoul(), getenv() and setenv() to the exported functions.Detlev Zundel2006-09-011-1/+4
| | | | Also bumped up ABI version to reflect this change.
* Add a common get_ram_size() function and modify the thewdenk2004-01-061-3/+3
| | | | board-specific files to invoke that common implementation.
* Move TRAB burn-in tests to TRAB board directorywdenk2003-09-121-0/+2
|
* * Patch by Martin Krause, 11 Sep 2003:wdenk2003-09-111-1/+5
| | | | | | add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board
* * Allow crc32 to be used at address 0x000wdenk2003-07-261-0/+4
| | | | | | | | * 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/+36
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)
OpenPOWER on IntegriCloud