[U-Boot] [PATCH v2 1/3] image: add support for Android's boot image format

Sebastian Andrzej Siewior bigeasy at linutronix.de
Wed Oct 19 10:16:22 CEST 2011


* Sebastian Andrzej Siewior | 2011-09-20 16:02:01 [+0200]:

>This patch adds support for the Android boot-image format. The header
>file is from the Android project and got slightly alterted so the struct +
>its defines are not generic but have something like a namespace. The
>header file is from bootloader/legacy/include/boot/bootimg.h. The header
>parsing has been written from scratch and I looked at
>bootloader/legacy/usbloader/usbloader.c for some details.
>The image contains the physical address (load address) of the kernel and
>ramdisk. This address is considered only for the kernel image.
>The "second image" is currently ignored. I haven't found anything that
>is creating this.
>
>Cc: Wolfgang Denk <wd at denx.de>
>Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>

ping

Sebastian


More information about the U-Boot mailing list