freebsd-dev/sys/boot/powerpc/ps3
Baptiste Daroussin 1b46e63d3c Stop closing the network device when netbooting for loaders using the common
dev_net.c code.

The NETIF_OPEN_CLOSE_ONCE flag was added in r201932 to prevent that behaviour
on some architectures (sparc64 and powerpc64) the default was left to always
open and close the device for each open and close of a file by the loader
because it was necessary for u-boot on arm.

Since it has been added, the flag was turned on for every arches including the
u-boot loader for arm.

This also fixes netbooting on RPi3 (tested by gonzo@)

For the loader.efi it greatly speeds up netbooting

Reviewed by:	emaste, gonzo, tsoome
Approved by:	gonzo
MFC after:	1 month
Sponsored by:	Gandi.net
Differential Revision:	https://reviews.freebsd.org/D8230
2016-10-13 22:43:49 +00:00
..
conf.c
devicename.c
help.ps3
ldscript.powerpc Rename elf*-powerpc into elf*-powerpc-freebsd in binutils 2014-10-10 06:24:09 +00:00
lv1call.h
lv1call.S
main.c The getsecs() function is implemented in platform- and bootfw-specific 2016-09-22 06:24:40 +00:00
Makefile Stop closing the network device when netbooting for loaders using the common 2016-10-13 22:43:49 +00:00
metadata.c
ppc64_elf_freebsd.c Allow loader to load 64-bit ELFv2 PowerPC kernels. 2015-12-01 17:01:27 +00:00
ps3.h
ps3bus.h
ps3cdrom.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
ps3cons.c
ps3devdesc.h
ps3disk.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
ps3mmu.c
ps3net.c
ps3repo.c
ps3repo.h
ps3stor.c
ps3stor.h
start.S
version