summaryrefslogtreecommitdiff
path: root/tools/updater/flash.c
Commit message (Collapse)AuthorAgeLines
* Fix tools/updater build error.Marian Balakowicz2006-09-01-2/+2
|
* Added support for TQM834x boards.Marian Balakowicz2005-10-11-1/+1
|
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-24-3/+3
| | | | | | | | 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)
* * Patch by Thomas Frieden, 13 Nov 2002:wdenk2002-11-19-0/+184
Add code for AmigaOne board (preliminary merge to U-Boot, still WIP) * Patch by Jon Diekema, 12 Nov 2002: - Adding URL for IEEE OUI lookup - Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED being defined. - In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and root-on-nfs macros are designed to switch how the default boot method gets defined.