1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00
freebsd/sys
Michal Meloun e64c374375 ARM: Parse command line delivered by U-Boot:
- in atags
- in DT blob (by using 'fdt chosen' U-Boot command)

The command line must start with guard's string 'FreeBSD:' and can contain
list of comma separated kenv strings. Also, boot modifier strings from
boot.h are recognised and parsed into boothowto.

The command line must be passed from U-Boot by setting of bootargs variable:
'setenv bootargs FreeBSD:boot_single=1,vfs.root.mountfrom=ufs:/dev/ada0s1a'
followed by 'fdt chosen' (only for DT based boot)
2016-03-26 06:59:01 +00:00
..
amd64 Polish wbwd(4) driver and add more supported chips. 2016-03-24 20:52:35 +00:00
arm ARM: Parse command line delivered by U-Boot: 2016-03-26 06:59:01 +00:00
arm64 arm64: Fixing user space boudary checking in copyinout.S 2016-03-24 13:28:33 +00:00
boot Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally. 2016-03-26 03:46:12 +00:00
bsm
cam Add 4k enabled cam quirks for Samsung SM863 Series SSDs 2016-03-24 14:20:33 +00:00
cddl Unify ignoring EEXIST from zvol_create_minor(). 2016-03-24 10:10:41 +00:00
compat Regenerate system call table after r297247. 2016-03-24 21:49:39 +00:00
conf
contrib Replace the CloudABI system call table by a machine generated version. 2016-03-24 21:47:15 +00:00
crypto
ddb Add td_swinvoltick to track last involuntary context switch 2016-03-25 19:35:29 +00:00
dev ARM: Parse command line delivered by U-Boot: 2016-03-26 06:59:01 +00:00
fs Speed up lookups in autofs(5) by using red-black trees instead of linear 2016-03-24 13:34:39 +00:00
gdb
geom
gnu
i386 Polish wbwd(4) driver and add more supported chips. 2016-03-24 20:52:35 +00:00
isa
kern Add td_swinvoltick to track last involuntary context switch 2016-03-25 19:35:29 +00:00
kgssapi
libkern
mips
modules
net Fix compile errors after r297225: 2016-03-24 11:40:10 +00:00
net80211
netgraph
netinet tcp/lro: Return TCP_LRO_NO_ENTRIES if we are short of LRO entries. 2016-03-25 02:54:13 +00:00
netinet6 FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc
riscv
rpc
security
sparc64
sys Add td_swinvoltick to track last involuntary context switch 2016-03-25 19:35:29 +00:00
teken
tests
tools
ufs Fix locking mistake in softdep_waitidle(). The surrounding code 2016-03-23 09:58:51 +00:00
vm
x86 Enable interrupts on the BSP once all PICs are initialized. 2016-03-24 00:24:07 +00:00
xdr
xen
Makefile