summaryrefslogtreecommitdiffstats
path: root/examples/eepro100_eeprom.c
Commit message (Collapse)AuthorAgeFilesLines
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-2/+3
| | | | | | | | | - Add inline helper macros for basic header processing - Move common non inline code common/image.c - Replace direct header access with the API routines - Rename IH_CPU_* to IH_ARCH_* Signed-off-by: Marian Balakowicz <m8@semihalf.com>
* (no commit message)Wolfgang Denk2005-12-121-1/+4
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-3/+3
|
* * Implement new mechanism to export U-Boot's functions to standalonewdenk2003-07-241-9/+11
| | | | | | | | 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:wdenk2003-06-271-1/+0
| | | | | | | | | - 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)
* Initial revisionwdenk2002-08-171-0/+210
OpenPOWER on IntegriCloud