]> git.sur5r.net Git - u-boot/commit
Add pxe command
authorJason Hobbs <jason.hobbs@calxeda.com>
Wed, 31 Aug 2011 15:37:30 +0000 (10:37 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 17 Oct 2011 20:25:35 +0000 (22:25 +0200)
commit06283a6401f652e709b7b27d02238d0c6f92cb0c
treec3c841d8d464533e85674b41601fcb0a61e5ed47
parente11938eabc17de35822de1a0a1102213c326f788
Add pxe command

Add pxe command, which is intended to mimic PXELINUX functionality.
'pxe get' uses tftp to retrieve a file based on UUID, MAC address or IP
address. 'pxe boot' interprets the contents of PXELINUX config like file
to boot using a specific initrd, kernel and kernel command line.

This patch also adds a README.pxe file - see it for more details on the
pxe command.

Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
common/Makefile
common/cmd_pxe.c [new file with mode: 0644]
common/main.c
doc/README.pxe [new file with mode: 0644]
include/common.h