Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added simple_strtoul(), getenv() and setenv() to the exported functions. | Detlev Zundel | 2006-09-01 | -0/+3 |
| | | | | Also bumped up ABI version to reflect this change. | |||
* | Move TRAB burn-in tests to TRAB board directory | wdenk | 2003-09-12 | -0/+2 |
| | ||||
* | * Patch by Martin Krause, 11 Sep 2003: | wdenk | 2003-09-11 | -0/+4 |
| | | | | | | add burn-in tests for TRAB board * Enable instruction cache on MPC5200 board | |||
* | * Implement new mechanism to export U-Boot's functions to standalone | wdenk | 2003-07-24 | -0/+12 |
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) |