From: Aneesh V <aneesh@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] image: add support for Android's boot image format
Date: Thu, 29 Dec 2011 13:13:29 +0530 [thread overview]
Message-ID: <4EFC1A21.8060607@ti.com> (raw)
In-Reply-To: <20111019081622.GA2798@linutronix.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<wd@denx.de>
>> Signed-off-by: Sebastian Andrzej Siewior<bigeasy@linutronix.de>
>
> 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
next prev parent reply other threads:[~2011-12-29 7:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-20 14:02 [U-Boot] Fastboot gadget, v2 Sebastian Andrzej Siewior
2011-09-20 14:02 ` [U-Boot] [PATCH v2 1/3] image: add support for Android's boot image format Sebastian Andrzej Siewior
2011-10-19 8:16 ` Sebastian Andrzej Siewior
2011-12-29 7:43 ` Aneesh V [this message]
2012-01-09 8:18 ` Sebastian Andrzej Siewior
2011-09-20 14:02 ` [U-Boot] [PATCH v2 2/3] usb/gadget: add the fastboot gadget Sebastian Andrzej Siewior
2011-09-20 14:02 ` [U-Boot] [Example v2 3/3] fastboot: add board specific implementation Sebastian Andrzej Siewior
2012-02-26 23:09 ` [U-Boot] Fastboot gadget, v2 Marek Vasut
2012-02-29 21:48 ` Sebastian Andrzej Siewior
2012-02-29 21:59 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EFC1A21.8060607@ti.com \
--to=aneesh@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.