mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
pxe: add support for parsing local syslinux files
Add a new command "sysboot" which parses syslinux menu files and boots using kernel and initrd specified by menu files. The operation is similar to "pxe boot" except local files on ext2 or fat filesystem are parsed. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
34bd23e42f
commit
669df7e42d
@@ -325,6 +325,12 @@ void doc_probe(unsigned long physadr);
|
||||
/* common/cmd_net.c */
|
||||
int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
||||
|
||||
/* common/cmd_fat.c */
|
||||
int do_fat_fsload(cmd_tbl_t *, int, int, char * const []);
|
||||
|
||||
/* common/cmd_ext2.c */
|
||||
int do_ext2load(cmd_tbl_t *, int, int, char * const []);
|
||||
|
||||
/* common/cmd_nvedit.c */
|
||||
int env_init (void);
|
||||
void env_relocate (void);
|
||||
|
Reference in New Issue
Block a user