[U-Boot] [PATCH 0/4] Add support for the 32 bit boot protocol to the x86 zboot command.

Gabe Black gabeblack at chromium.org
Wed Nov 30 10:17:40 CET 2011


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



More information about the U-Boot mailing list