Searched hist:"9 d25438fe7d70cf35a8a293ea5e392fefc672613" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | mkimage.h | diff 9d25438fe7d70cf35a8a293ea5e392fefc672613 Tue Mar 11 06:34:47 CDT 2008 Bartlomiej Sieka <tur@semihalf.com> [new uImage] Add support for new uImage format to mkimage tool
Support for the new uImage format (FIT) is added to mkimage tool. Commandline syntax is appropriately extended:
mkimage [-D dtc_options] -f fit-image.its fit-image
mkimage (together with dtc) takes fit-image.its and referenced therein binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the final image that can be transferred to the target (e.g., via tftp) and then booted using the bootm command in U-Boot.
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
|
H A D | mkimage.c | diff 9d25438fe7d70cf35a8a293ea5e392fefc672613 Tue Mar 11 06:34:47 CDT 2008 Bartlomiej Sieka <tur@semihalf.com> [new uImage] Add support for new uImage format to mkimage tool
Support for the new uImage format (FIT) is added to mkimage tool. Commandline syntax is appropriately extended:
mkimage [-D dtc_options] -f fit-image.its fit-image
mkimage (together with dtc) takes fit-image.its and referenced therein binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the final image that can be transferred to the target (e.g., via tftp) and then booted using the bootm command in U-Boot.
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
|
/openbmc/u-boot/include/ |
H A D | image.h | diff 9d25438fe7d70cf35a8a293ea5e392fefc672613 Tue Mar 11 06:34:47 CDT 2008 Bartlomiej Sieka <tur@semihalf.com> [new uImage] Add support for new uImage format to mkimage tool
Support for the new uImage format (FIT) is added to mkimage tool. Commandline syntax is appropriately extended:
mkimage [-D dtc_options] -f fit-image.its fit-image
mkimage (together with dtc) takes fit-image.its and referenced therein binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the final image that can be transferred to the target (e.g., via tftp) and then booted using the bootm command in U-Boot.
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
|