]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_nand.c
[new uImage] Define a API for image handling operations
authorMarian Balakowicz <m8@semihalf.com>
Tue, 8 Jan 2008 17:14:09 +0000 (18:14 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:53 +0000 (01:12 +0100)
commitb97a2a0a21f279d66de8a9bdbfe21920968bcb1c
tree7746eae37d3a468f3471cd303156920637445350
parented29bc4e8142b46b626f67524207b36e43d9aad6
[new uImage] Define a API for image handling operations

- 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>
34 files changed:
Makefile
board/cray/L1/L1.c
board/esd/common/auto_update.c
board/mcc200/auto_update.c
board/mpl/common/common_util.c
board/siemens/common/fpga.c
board/trab/auto_update.c
common/Makefile
common/cmd_autoscript.c
common/cmd_bootm.c
common/cmd_doc.c
common/cmd_fdc.c
common/cmd_fpga.c
common/cmd_ide.c
common/cmd_nand.c
common/cmd_scsi.c
common/cmd_usb.c
common/cmd_ximg.c
common/image.c [new file with mode: 0644]
common/lynxkdi.c
examples/eepro100_eeprom.c
include/image.h
lib_arm/armlinux.c
lib_avr32/avr32_linux.c
lib_blackfin/bf533_linux.c
lib_i386/i386_linux.c
lib_i386/zimage.c
lib_m68k/m68k_linux.c
lib_microblaze/microblaze_linux.c
lib_mips/mips_linux.c
lib_nios2/nios_linux.c
tools/Makefile
tools/mkimage.c
tools/mkimage.h [new file with mode: 0644]