From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Wed, 28 Mar 2012 10:51:31 -0500 Subject: [U-Boot] [PATCH 0/7] PXE parsing fixes and local file support Message-ID: <1332949898-6502-1-git-send-email-robherring2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Rob Herring 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