Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | * Implement new mechanism to export U-Boot's functions to standalone | wdenk | 2003-07-24 | -34/+34 |
| | | | | | | | | 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) | |||
* | * Code cleanup: | wdenk | 2003-06-27 | -1/+1 |
| | | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen) | |||
* | Add files needed for bitmap load support | wdenk | 2003-04-20 | -0/+77 |