]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256912, r256931, r256977
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Nov 2013 21:15:39 +0000 (21:15 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 1 Nov 2013 21:15:39 +0000 (21:15 +0000)
commit6c346c629c930c51a3ef720d9f6afaf59f3daa7d
tree33204ed0bce854b588338cf671ead74ceac3bcce
parent33c3addadd04649908856789437fcd2e15a83916
MFC r256912, r256931, r256977

Sync BERI kernel configs with P4:

Switch the majority of device configuration to FDT from hints.

Add BERI_*_BASE configs to reduce duplication in the MDROOT and SDROOT
kernels.

Add NFS and GSSAPI support by default.

Enable ATSE_CFI_HACK in BERI configs, stable MAC addresses are useful.

BERI_SIM.hint is no longer used, remove it.

Sponsored by: DARPA/AFRL
Approved by: re (delphij)

git-svn-id: svn://svn.freebsd.org/base/stable/10@257527 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/fdt/dts/beri-sim.dts [new file with mode: 0644]
sys/boot/fdt/dts/beripad-de4.dts [new file with mode: 0644]
sys/mips/conf/BERI_DE4.hints
sys/mips/conf/BERI_DE4_BASE [new file with mode: 0644]
sys/mips/conf/BERI_DE4_MDROOT
sys/mips/conf/BERI_DE4_SDROOT
sys/mips/conf/BERI_SIM.hints [deleted file]
sys/mips/conf/BERI_SIM_BASE [new file with mode: 0644]
sys/mips/conf/BERI_SIM_MDROOT
sys/mips/conf/BERI_SIM_SDROOT [new file with mode: 0644]
sys/mips/conf/BERI_TEMPLATE