GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2003-10-07 00:00:45 (9 years 8 months ago)
Author:wdenk
Branch:gta04
Commit:887b372f5dfee6ac027bbdb8c14904d5e64427bf
Parents: fbe4b5cbdea438ccec0d93de443f367f3ba46196
Message:Add generic filesystem image type

Changes:
MCHANGELOG (1 diff)
Mtools/mkimage.c (1 diff)

File differences

CHANGELOG
22
33
44
5
6
57
68
79
Changes for U-Boot 1.0.0:
======================================================================
* Add generic filesystem image type
* Make fatload set filesize environment variable
* enable basic / medium / high-end configurations for PPChameleonEVB
tools/mkimage.c
110110
111111
112112
113
113114
114115
115116
{IH_TYPE_MULTI, "multi", "Multi-File Image",},
{IH_TYPE_FIRMWARE, "firmware", "Firmware",},
{IH_TYPE_SCRIPT, "script", "Script",},
{IH_TYPE_FILESYSTEM, "filesystem", "Filesystem Image",},
{-1, "", "",},
};

Archive Download the corresponding diff file

Branches

Tags