Module Name:src
Committed By: mrg
Date: Sat Dec 19 21:54:00 UTC 2020
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
implement boot -d for arm64.
could be done at the end of initarm() except it hangs currently.
this gets you a db> prompt before devices
Module Name:src
Committed By: skrll
Date: Mon Oct 23 07:05:23 UTC 2017
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
splserial is an alias for splhigh now. No need to splhigh twice.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/s
Module Name:src
Committed By: jmcneill
Date: Sun May 28 00:30:49 UTC 2017
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
Don't assume that the root autoconfiguration device is named "mainbus".
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r
Module Name:src
Committed By: mlelstv
Date: Sat Mar 5 07:33:59 UTC 2016
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
Don't modify command line buffer but create a copy of the root argument.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r
Module Name:src
Committed By: mlelstv
Date: Sat Nov 22 11:10:22 UTC 2014
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
If the boot argument "root" cannot be parsed as a device name, pass the
string untranslated to MI code. Due to limits in the boot ar
Module Name:src
Committed By: jakllsch
Date: Mon Jan 21 20:20:32 UTC 2013
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
Correct off-by-one in validation of booted partition number.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sy
Module Name:src
Committed By: msaitoh
Date: Sun Dec 2 18:22:45 UTC 2012
Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c
Log Message:
Add get_device(), set_root_device() to get root device via bootargs.
This is same as some other archs. PR#47250.
To generate a dif