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
Age
Commit message (
Expand
)
Author
2016-05-20
add init_mainbus() hooks for the other armv7 platforms
Jonathan Gray
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-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-02-02
give sxidog it's own mapping as well so it wont't require sxitimer
Jonathan Gray
2016-02-02
remove uneeded break statements
Jonathan Gray
2016-02-01
Add A20 support to sxirtc.
Jonathan Gray
2016-02-01
Remove A20 support in sxitimer, agtimer is now used instead.
Jonathan Gray
2016-01-31
Don't use sxitimer on Allwinner sun7i/A20.
Jonathan Gray
2016-01-31
Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.
Jonathan Gray
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-27
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-20
Remove cubieboard specific gpio led setting.
Jonathan Gray
2015-05-20
add per soc match functions instead of using armv7_match
Jonathan Gray
2015-05-19
change names to not conflict with omap intc
Jonathan Gray
2015-05-19
rename global variables to not conflict with gptimer
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-05-04
Fix some misuse of the | operator. In particular | has higher
Jonathan Gray
2015-04-22
Init a variable to zero so values aren't or'd into uninitialised memory.
Jonathan Gray
2015-04-03
Convert to if_input().
Martin Pieuchot
2015-01-22
Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.
Kenneth R Westerback
2014-12-22
unifdef INET
Ted Unangst
2014-12-13
add a sxidog_activate() function so the kernel will link again
Jonathan Gray
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-12-03
Turn ahci port start into a callback so sxiahci can do some magic to
Jonathan Gray
2014-11-01
Now the armv7 ramdisks are compiled with SMALL_KERNEL
Jonathan Gray
2014-08-21
Kill the remaining <netinet/in_systm.h> inclusion!
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-19
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-04-25
test dt_min for invalid minute values instead of testing dt_sec twice
Jonathan Gray
2014-04-14
move the hardware structures into ahcireg.h.
David Gwynne
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
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-11-03
Include "gpio.h"
Raphael Graf
2013-11-01
adds a few modules used by upcoming drivers, and support for disabling
aalm
2013-11-01
when we fail to power up the AHCI phy don't bother trying to make
Jasper Lievisse Adriaanse
2013-10-31
add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile
Jasper Lievisse Adriaanse
2013-10-30
Put all the generic machdep code in armv7_machedep.c
Sylvestre Gallon
2013-10-30
Add missing rcsid.
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 timer on for A20 as the address and offsets for the A20 counter were off.
Jasper Lievisse Adriaanse
2013-10-26
on certain boards (like the pcduino) u-boot doesn't setup the MAC address for
Jasper Lievisse Adriaanse
2013-10-24
- strip unneeded comment and add defines for the SID (to be used shortly)
Jasper Lievisse Adriaanse
[next]