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
/
imx
Age
Commit message (
Expand
)
Author
2015-05-30
Set the usb otg port on the cubox to host mode and attach ehci to it.
Jonathan Gray
2015-05-30
Set the sdmmc(4) emmc highspeed flag if the capability register claims
Jonathan Gray
2015-05-30
fix the build when SDHC_DEBUG is defined
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-19
use the same va entry point on all armv7 socs
Jonathan Gray
2015-05-17
Checking the dts files turned up some more imx sdhc problems.
Jonathan Gray
2015-05-17
add missing calls to set the gpio direction before reading the
Jonathan Gray
2015-05-15
Decrement the unit numbers on the novena sdhc devices. The imx6 dts
Jonathan Gray
2015-05-15
Make board attaching table driven and move it out into the soc
Jonathan Gray
2015-05-14
Remove BOARD_ID* tests that do the same thing for every imx board.
Jonathan Gray
2015-05-14
rework imxenet hardware address setup: if COTP doesn't provide an
Damien Miller
2015-05-13
Having the same settings on the same phy across multiple boards is just
Jonathan Gray
2015-05-12
Add missing braces.
Jonathan Gray
2015-05-08
Add missing sabresd case statements. As sabresd_devs[] includes imxgpio
Jonathan Gray
2015-05-08
Add initial board specific parts of novena support, tested by djm@
Jonathan Gray
2015-03-29
initial support for the SABRE SD board
Jonathan Gray
2015-03-18
Convert to if_input(), tested by jsing@.
Martin Pieuchot
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2015-01-17
More complete gpio reset sequences for SABRE Lite/Nitrogen6X.
Jonathan Gray
2015-01-13
Add missing Utilite case in imx_platform_init_cons()
Jonathan Gray
2015-01-02
Add some additional i.MX6 board types from Bitrig.
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-09-19
add missing break statements to imxccm_get_fecclk()
Jonathan Gray
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-07-12
Mark the interface down and cancel the watchdog timer in imxenet_stop().
Brad Smith
2014-07-02
Add support for adjusting the receive filter to allow for promiscuous
Brad Smith
2014-05-19
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-04-14
move the hardware structures into ahcireg.h.
David Gwynne
2013-12-11
remove empty files; ok syl@
Christian Weisgerber
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
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-27
fix card-detect pins for wandboard.
aalm
2013-10-24
in_var.h is not needed.
Martin Pieuchot
2013-10-21
Add SDHC card detect GPIO pins for the i.MX6 Wandboard.
Patrick Wildt
2013-10-19
Wandboard also is a supported board of this driver. Every i.MX6 based
Patrick Wildt
2013-10-05
Support for the i.MX6-based Wandboard Quad.
Patrick Wildt
2013-09-28
A few missing config_suspend(, DVACT_POWERDOWN) constructs after
Miod Vallat
2013-09-28
In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb
Miod Vallat
2013-09-06
Support for FreeScale's i.MX6 SoC.
Patrick Wildt