]> git.ipfire.org Git - thirdparty/grub.git/commit
add bootpath parser for open firmware
authorPaulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
Tue, 4 Feb 2014 21:00:55 +0000 (19:00 -0200)
committerPaulo Flabiano Smorigo <pfsmorigo@br.ibm.com>
Tue, 4 Feb 2014 21:02:16 +0000 (19:02 -0200)
commit9585647a25b65f98db6bd22c569b34795512f046
tree725de3bc64d3ad3672eb4169281783f165e48036
parente4dbf247b656eb9577020af653ff37159fc340f2
add bootpath parser for open firmware

It enables net boot even when there is no bootp/dhcp server.

* grub-core/net/drivers/ieee1275/ofnet.c: Add grub_ieee1275_parse_bootpath and
call it at grub_ieee1275_net_config_real.
* grub-core/kern/ieee1275/init.c: Add bootpath to grub_ieee1275_net_config.
* include/grub/ieee1275/ieee1275.h: Likewise.
ChangeLog
grub-core/kern/ieee1275/init.c
grub-core/net/drivers/ieee1275/ofnet.c
include/grub/ieee1275/ieee1275.h