All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add support for the 32 bit boot protocol to the x86 zboot command.
@ 2011-11-30  9:17 Gabe Black
  2011-11-30  9:17 ` [U-Boot] [PATCH 1/4] x86: Clean up the x86 zimage code in preparation to extend it Gabe Black
                   ` (12 more replies)
  0 siblings, 13 replies; 37+ messages in thread
From: Gabe Black @ 2011-11-30  9:17 UTC (permalink / raw)
  To: u-boot

These four patches add support for the 32 bit Linux boot protocol to the
zboot command. They also add support for an initrd.


Gabe Black (4):
  x86: Clean up the x86 zimage code in preparation to extend it
  x86: Add support for booting Linux using the 32 bit boot protocol
  x86: Refactor the zboot innards so they can be reused with a vboot
    image
  x86: Add support for specifying an initrd with the zboot command

 arch/x86/include/asm/zimage.h |   31 +----
 arch/x86/lib/bootm.c          |   21 +++-
 arch/x86/lib/zimage.c         |  257 ++++++++++++++++++++++++++---------------
 3 files changed, 183 insertions(+), 126 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2011-12-06 10:38 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  9:17 [U-Boot] [PATCH 0/4] Add support for the 32 bit boot protocol to the x86 zboot command Gabe Black
2011-11-30  9:17 ` [U-Boot] [PATCH 1/4] x86: Clean up the x86 zimage code in preparation to extend it Gabe Black
2011-11-30  9:17 ` [U-Boot] [PATCH 2/4] x86: Add support for booting Linux using the 32 bit boot protocol Gabe Black
2011-11-30  9:17 ` [U-Boot] [PATCH 3/4] x86: Refactor the zboot innards so they can be reused with a vboot image Gabe Black
2011-12-02 21:43   ` Graeme Russ
2011-12-02 21:47     ` Gabe Black
2011-11-30  9:17 ` [U-Boot] [PATCH 4/4] x86: Add support for specifying an initrd with the zboot command Gabe Black
2011-12-02 21:40   ` Graeme Russ
2011-11-30  9:28 ` [U-Boot] [PATCH 0/4] Add support for the 32 bit boot protocol to the x86 " Graeme Russ
2011-11-30 22:04   ` Graeme Russ
2011-11-30 12:13 ` Graeme Russ
2011-11-30 17:46   ` Gabe Black
2011-11-30 20:19     ` Graeme Russ
2011-12-03 11:18 ` [U-Boot] [PATCH v2 0/6] Add support for the 32 bit boot protocol and coreboot table parsing Gabe Black
2011-12-05 22:09   ` [U-Boot] [PATCH v3 " Gabe Black
2011-12-05 22:12     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 1/6] x86: Import code from coreboot's libpayload to parse the coreboot table Gabe Black
2011-12-06 10:35     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 2/6] x86: Clean up the x86 zimage code in preparation to extend it Gabe Black
2011-12-06 10:36     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 3/6] x86: Add support for booting Linux using the 32 bit boot protocol Gabe Black
2011-12-06 10:36     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 4/6] x86: Add infrastructure to extract an e820 table from the coreboot tables Gabe Black
2011-12-06 10:37     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 5/6] x86: Refactor the zboot innards so they can be reused with a vboot image Gabe Black
2011-12-06 10:37     ` Graeme Russ
2011-12-05 22:09   ` [U-Boot] [PATCH v3 6/6] x86: Add support for specifying an initrd with the zboot command Gabe Black
2011-12-06 10:38     ` Graeme Russ
2011-12-03 11:18 ` [U-Boot] [PATCH v2 1/6] x86: Import code from coreboot's libpayload to parse the coreboot table Gabe Black
2011-12-03 11:18 ` [U-Boot] [PATCH v2 2/6] x86: Clean up the x86 zimage code in preparation to extend it Gabe Black
2011-12-03 11:18 ` [U-Boot] [PATCH v2 3/6] x86: Add support for booting Linux using the 32 bit boot protocol Gabe Black
2011-12-03 11:18 ` [U-Boot] [PATCH v2 4/6] x86: Add infrastructure to extract an e820 table from the coreboot tables Gabe Black
2011-12-04  0:52   ` Graeme Russ
2011-12-05 22:06     ` Gabe Black
2011-12-05 22:09       ` Graeme Russ
2011-12-03 11:18 ` [U-Boot] [PATCH v2 5/6] x86: Refactor the zboot innards so they can be reused with a vboot image Gabe Black
2011-12-03 11:18 ` [U-Boot] [PATCH v2 6/6] x86: Add support for specifying an initrd with the zboot command Gabe Black

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.