All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add initial fitImage support
@ 2014-08-07 15:17 Marek Vasut
  2014-08-07 15:17 ` [PATCH 2/5] Yocto: kernel: Pull out the linux.bin generation Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marek Vasut @ 2014-08-07 15:17 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut

The fitImage is a successor of the U-Boot uImage format, which is considered
legacy for years now. The fitImage allows packing multiple kernel images,
DTBs and other artifacts into a single image, which can then be protected
by SHA checksums and does even support signing the images for verified boot.

This patchset is the first stab at adding the new image format into Yocto.

Marek Vasut (5):
  Yocto: kernel: Rework do_uboot_mkimage
  Yocto: kernel: Pull out the linux.bin generation
  Yocto: kernel: Clean up KERNEL_IMAGETYPE_FOR_MAKE
  Yocto: kernel: Build DTBs early
  Yocto: kernel: Add basic fitImage support

 meta/classes/kernel.bbclass             | 229 +++++++++++++++++++++++++++++---
 meta/recipes-kernel/linux/linux-dtb.inc |  14 +-
 2 files changed, 226 insertions(+), 17 deletions(-)

-- 
2.0.1



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/5] Add initial fitImage support
@ 2014-08-07 15:26 Marek Vasut
  2014-08-07 15:26 ` [PATCH 2/5] Yocto: kernel: Pull out the linux.bin generation Marek Vasut
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2014-08-07 15:26 UTC (permalink / raw)
  To: openembedded-core; +Cc: Marek Vasut

The fitImage is a successor of the U-Boot uImage format, which is considered
legacy for years now. The fitImage allows packing multiple kernel images,
DTBs and other artifacts into a single image, which can then be protected
by SHA checksums and does even support signing the images for verified boot.

This patchset is the first stab at adding the new image format into Yocto.

Marek Vasut (5):
  Yocto: kernel: Rework do_uboot_mkimage
  Yocto: kernel: Pull out the linux.bin generation
  Yocto: kernel: Clean up KERNEL_IMAGETYPE_FOR_MAKE
  Yocto: kernel: Build DTBs early
  Yocto: kernel: Add basic fitImage support

 meta/classes/kernel.bbclass             | 229 +++++++++++++++++++++++++++++---
 meta/recipes-kernel/linux/linux-dtb.inc |  14 +-
 2 files changed, 226 insertions(+), 17 deletions(-)

-- 
2.0.1



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

end of thread, other threads:[~2014-08-11  0:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 15:17 [PATCH 0/5] Add initial fitImage support Marek Vasut
2014-08-07 15:17 ` [PATCH 2/5] Yocto: kernel: Pull out the linux.bin generation Marek Vasut
2014-08-07 15:17 ` [PATCH 3/5] Yocto: kernel: Clean up KERNEL_IMAGETYPE_FOR_MAKE Marek Vasut
2014-08-07 15:17 ` [PATCH 5/5] Yocto: kernel: Add basic fitImage support Marek Vasut
2014-08-11  0:55   ` Otavio Salvador
2014-08-07 20:10 ` [PATCH 0/5] Add initial " Saul Wold
2014-08-07 20:15   ` Marek Vasut
2014-08-07 15:26 Marek Vasut
2014-08-07 15:26 ` [PATCH 2/5] Yocto: kernel: Pull out the linux.bin generation Marek Vasut

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.