All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Support for device-tree appended to zImage
@ 2011-02-28 23:33 ` John Bonesio
  0 siblings, 0 replies; 30+ messages in thread
From: John Bonesio @ 2011-02-28 23:33 UTC (permalink / raw)
  To: linux-arm-kernel

The following series support for device tree binary blobs (dtb) that are
appended to the compressed kernel image (zImage).

Having appended dtb data is not required to boot with a device tree. If no dtb
data is appended to zImage, the kernel will boot using prior methods.

---

John Bonesio (4):
      ARM:boot:device tree: Allow the device tree binary to be appended to zImage
      ARM:boot:device tree: Merge specific atags into the device tree
      ARM:boot:device tree: Add puthex routine for use in the boot wrapper
      ARM:boot:device tree: Allow multiple device trees to be appended to zImage


 arch/arm/Kconfig                  |    7 ++
 arch/arm/boot/compressed/Makefile |   31 +++++++-
 arch/arm/boot/compressed/atags.c  |   70 +++++++++++++++++++
 arch/arm/boot/compressed/head.S   |  136 +++++++++++++++++++++++++++++++++++--
 arch/arm/boot/compressed/misc.c   |  134 ++++++++++++++++++++++++++++++++++++
 5 files changed, 365 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/boot/compressed/atags.c

-- 
Signature

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2011-03-02  2:57 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28 23:33 [PATCH 0/4] Support for device-tree appended to zImage John Bonesio
2011-02-28 23:33 ` John Bonesio
2011-02-28 23:33 ` [PATCH 1/4] ARM:boot:device tree: Allow the device tree binary to be " John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:39   ` Nicolas Pitre
2011-03-01  6:39     ` Nicolas Pitre
2011-03-02  1:41     ` John Bonesio
2011-03-02  1:41       ` John Bonesio
2011-03-02  2:37       ` Nicolas Pitre
2011-03-02  2:37         ` Nicolas Pitre
2011-03-02  2:13     ` John Bonesio
2011-03-02  2:13       ` John Bonesio
2011-03-02  2:57       ` Nicolas Pitre
2011-03-02  2:57         ` Nicolas Pitre
2011-02-28 23:33 ` [PATCH 2/4] ARM:boot:device tree: Merge specific atags into the device tree John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:45   ` Nicolas Pitre
2011-03-01  6:45     ` Nicolas Pitre
2011-03-01 14:56     ` Grant Likely
2011-03-01 14:56       ` Grant Likely
2011-02-28 23:33 ` [PATCH 3/4] ARM:boot:device tree: Add puthex routine for use in the boot wrapper John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-02-28 23:33 ` [PATCH 4/4] ARM:boot:device tree: Allow multiple device trees to be appended to zImage John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:48   ` Nicolas Pitre
2011-03-01  6:48     ` Nicolas Pitre
2011-03-01  2:58 ` [PATCH 0/4] Support for device-tree " Shawn Guo
2011-03-01  2:58   ` Shawn Guo
2011-03-01  3:25   ` John Bonesio
2011-03-01  3:25     ` John Bonesio

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.