summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/sunxi
AgeCommit message (Expand)Author
2016-05-20add init_mainbus() hooks for the other armv7 platformsJonathan Gray
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-02-02give sxidog it's own mapping as well so it wont't require sxitimerJonathan Gray
2016-02-02remove uneeded break statementsJonathan Gray
2016-02-01Add A20 support to sxirtc.Jonathan Gray
2016-02-01Remove A20 support in sxitimer, agtimer is now used instead.Jonathan Gray
2016-01-31Don't use sxitimer on Allwinner sun7i/A20.Jonathan Gray
2016-01-31Switch from PSR_X_bit and X32_bit PSR macro names to just PSR_X.Jonathan Gray
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-27arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-20Remove cubieboard specific gpio led setting.Jonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19change names to not conflict with omap intcJonathan Gray
2015-05-19rename global variables to not conflict with gptimerJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
2015-05-15Make board attaching table driven and move it out into the socJonathan Gray
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-04-22Init a variable to zero so values aren't or'd into uninitialised memory.Jonathan Gray
2015-04-03Convert to if_input().Martin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2014-12-22unifdef INETTed Unangst
2014-12-13add a sxidog_activate() function so the kernel will link againJonathan Gray
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-11-01Now the armv7 ramdisks are compiled with SMALL_KERNELJonathan Gray
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-04-25test dt_min for invalid minute values instead of testing dt_sec twiceJonathan Gray
2014-04-14move the hardware structures into ahcireg.h.David Gwynne
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-03Include "gpio.h"Raphael Graf
2013-11-01adds a few modules used by upcoming drivers, and support for disablingaalm
2013-11-01when we fail to power up the AHCI phy don't bother trying to makeJasper Lievisse Adriaanse
2013-10-31add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compileJasper Lievisse Adriaanse
2013-10-30Put all the generic machdep code in armv7_machedep.cSylvestre Gallon
2013-10-30Add missing rcsid.Sylvestre Gallon
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-27Fix timer on for A20 as the address and offsets for the A20 counter were off.Jasper Lievisse Adriaanse
2013-10-26on certain boards (like the pcduino) u-boot doesn't setup the MAC address forJasper Lievisse Adriaanse
2013-10-24- strip unneeded comment and add defines for the SID (to be used shortly)Jasper Lievisse Adriaanse