grub/grub-core/net
Paulo Flabiano Smorigo 9585647a25 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.
2014-02-04 19:02:16 -02:00
..
drivers add bootpath parser for open firmware 2014-02-04 19:02:16 -02:00
arp.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
bootp.c add grub_env_set_net_property function 2014-02-04 18:41:38 -02:00
dns.c Mark strings for translation and add remaining ones to exclude list. 2013-12-18 06:50:24 +01:00
ethernet.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
http.c * grub-core/net/http.c: Fix bad free. 2013-04-12 20:17:53 +02:00
icmp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
icmp6.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
ip.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
net.c add grub_env_set_net_property function 2014-02-04 18:41:38 -02:00
netbuff.c Remove grub_memalign on emu. 2013-12-08 18:12:20 +01:00
tcp.c Add gcc_struct to all packed structures when compiling with mingw. 2013-12-15 14:14:30 +01:00
tftp.c increase network try interval gradually 2014-01-21 11:06:35 -02:00
udp.c * grub-core/disk/ahci.c: Add needed explicit cast. 2013-08-21 21:02:14 +02:00