From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Thu, 29 Dec 2011 13:13:29 +0530 Subject: [U-Boot] [PATCH v2 1/3] image: add support for Android's boot image format In-Reply-To: <20111019081622.GA2798@linutronix.de> References: <1316527323-13007-1-git-send-email-bigeasy@linutronix.de> <1316527323-13007-2-git-send-email-bigeasy@linutronix.de> <20111019081622.GA2798@linutronix.de> Message-ID: <4EFC1A21.8060607@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday 19 October 2011 01:46 PM, Sebastian Andrzej Siewior wrote: > * 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 >> Signed-off-by: Sebastian Andrzej Siewior > > ping Wonder what happened to this series. Is this ready to be merged this merge window? If so, who is going to merge it in the absence of a USB custodian? br, Aneesh