index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
armv7
/
sunxi
/
sunxi_machdep.c
Age
Commit message (
Expand
)
Author
2016-06-08
Use fdt to find the console to initialise. Try to use /chosen/stdout-path
Jonathan Gray
2016-06-04
Remove model specific strings keyed off the board id.
Jonathan Gray
2016-05-20
add init_mainbus() hooks for the other armv7 platforms
Jonathan Gray
2015-05-19
Abstract the soc_machdep.c functions to allow a kernel to be built for
Jonathan Gray
2015-05-19
use the same va entry point on all armv7 socs
Jonathan Gray
2015-05-15
Make board attaching table driven and move it out into the soc
Jonathan Gray
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2013-11-06
After factorizing armv7_machdep code here is an effort to factorize all
Sylvestre Gallon
2013-10-30
Put all the generic machdep code in armv7_machedep.c
Sylvestre Gallon
2013-10-28
We need to make sure that the kernel symbols area isn't marked as free
Patrick Wildt
2013-10-23
rename 'allwinner' to 'sunxi' to actually match the SoC name instead of using
Jasper Lievisse Adriaanse