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
/
exynos
Age
Commit message (
Expand
)
Author
2016-08-21
Remove the remains of a workaround to get GIC ranges for exynos.
Jonathan Gray
2016-08-21
Dynamically attach exuart using the FDT.
Jonathan Gray
2016-07-26
Rename struct fdt_memory to fdt_reg to match the member name
Patrick Wildt
2016-06-11
The qemu smdkc210 target uses serial0 for console but the
Jonathan Gray
2016-06-10
test return value not an uninitialised variable
Jonathan Gray
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
2016-05-05
Add Dual Data Rate support for eMMC at 52MHz.
Mark Kettenis
2016-05-02
Add check to armv7 platform bus match code, so that those busses only
Patrick Wildt
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2016-05-01
Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)
Mark Kettenis
2016-04-24
New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
Patrick Wildt
2016-02-02
remove uneeded break statements
Jonathan Gray
2016-01-10
Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V
Mark Kettenis
2015-07-19
Rename the tpspmic driver so it does not contain numbers. OK jsg@
Brandon Mercer
2015-07-19
Make the keyboard driver poll until we can improve it more. Pulled from the o...
Brandon Mercer
2015-07-17
add exdisplay to chromebook_devs
Jonathan Gray
2015-07-15
The exynos gic is not at a fixed offset from periphbase unlike
Jonathan Gray
2015-06-14
correct the uart irq numbers
Jonathan Gray
2015-06-07
Initial exynos4 bits. Among other things the gic isn't mapped correctly
Jonathan Gray
2015-05-30
fix the build when SDHC_DEBUG is defined
Jonathan Gray
2015-05-27
make the exynos code compile without fdt
Jonathan Gray
2015-05-26
make this build with WSDISPLAY_COMPAT_RAWKBD defined
Jonathan Gray
2015-05-24
imx_board_devs -> exynos_board_devs
Jonathan Gray
2015-05-20
add per soc match functions instead of using armv7_match
Jonathan Gray
2015-05-19
Abstract the soc_machdep.c functions to allow a kernel to be built for
Jonathan Gray
2015-05-15
Make board attaching table driven and move it out into the soc
Jonathan Gray
2015-01-26
Import the exynos work into tree. This is from Bitrig. Discussed with and OK ...
Brandon Mercer