From: Rob Herring <rob.herr...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to