[U-Boot] [PATCH 0/7] PXE parsing fixes and local file support

Rob Herring robherring2 at gmail.com
Wed Mar 28 17:51:31 CEST 2012


From: Rob Herring <rob.herring at calxeda.com>

The first 6 patches are menu file parsing fixes found in testing ubuntu/
debian generated menu files. The menu display is cleaned up to display
the friendly menu label string and boot the default image on timeout as
is typical for a PC bootloader.

The last patch adds support for parsing local disk files on ext2 or fat
filesystems. This is essentially syslinux/extlinux emulation and simply
reuses the existing pxe support.

Rob

Rob Herring (7):
  menu: only timeout when menu is displayed
  pxe: support include files at top-level
  pxe: add support for label menu text
  pxe: support linux entries for labels
  pxe: support absolute paths
  pxe: parse initrd file from append string
  pxe: add support for parsing local syslinux files

 common/cmd_pxe.c |  198 +++++++++++++++++++++++++++++++++++++++++++++++-------
 common/menu.c    |   36 +---------
 doc/README.pxe   |    3 -
 include/common.h |    6 ++
 4 files changed, 184 insertions(+), 59 deletions(-)

-- 
1.7.5.4



More information about the U-Boot mailing list