summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2013-11-06forgot armv7/armv7 files...Sylvestre Gallon
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-11-04Rename beagle_machdep.c to omap_machdep.cSylvestre Gallon
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-03Include "gpio.h"Raphael Graf
2013-11-01adds a few modules used by upcoming drivers, and support for disablingaalm
2013-11-01crank MINIROOTSIZE needed so the ramdisks will fit againJasper Lievisse Adriaanse
2013-11-01when we fail to power up the AHCI phy don't bother trying to makeJasper Lievisse Adriaanse
2013-11-01rewrite omdog somewhat and hook it into the watchdog framework.Federico G. Schwindt
2013-10-31remove commented gpio(4) entry which makes no sense to have on the ramdiskJasper 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-28Enable blocksize > 512 and cleanup ommmc_attach().Sylvestre Gallon
2013-10-28Revamp ARMv7 ramdisk and miniroot creation process.Patrick Wildt
2013-10-28Remove unused variable.Patrick Wildt
2013-10-28Make prcm(4) aware of the GPIO modules.Raphael Graf
2013-10-28We need to make sure that the kernel symbols area isn't marked as freePatrick Wildt
2013-10-27fix card-detect pins for wandboard.aalm
2013-10-27Fix timer on for A20 as the address and offsets for the A20 counter were off.Jasper Lievisse Adriaanse
2013-10-27enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.aalm
2013-10-26on certain boards (like the pcduino) u-boot doesn't setup the MAC address forJasper Lievisse Adriaanse
2013-10-25My last commit make the pandaboard panic.Sylvestre Gallon
2013-10-24remove useless headersaalm
2013-10-24Cleanup edma.Sylvestre Gallon
2013-10-24Do not rely on u-boot to enable mmc clocks.Sylvestre Gallon
2013-10-24s/ALLWINNER/SUNXI/gJasper Lievisse Adriaanse
2013-10-24- strip unneeded comment and add defines for the SID (to be used shortly)Jasper Lievisse Adriaanse
2013-10-24in_var.h is not needed.Martin Pieuchot
2013-10-23whitespaceJasper Lievisse Adriaanse
2013-10-23rename some defines as wellJasper Lievisse Adriaanse
2013-10-23rename 'allwinner' to 'sunxi' to actually match the SoC name instead of usingJasper Lievisse Adriaanse
2013-10-23Fix sorting and ordering.Raphael Graf
2013-10-22addl *-ALLWINNER and *-IMXJasper Lievisse Adriaanse
2013-10-22add support for allwinner-based devices (A1x/A20), such as the cubieboard;Jasper Lievisse Adriaanse
2013-10-21Add SDHC card detect GPIO pins for the i.MX6 Wandboard.Patrick Wildt
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Wandboard also is a supported board of this driver. Every i.MX6 basedPatrick Wildt
2013-10-18I forget to enable edma when I import it.Sylvestre Gallon
2013-10-18Move mmc base address registers workaround where it belongs.Sylvestre Gallon
2013-10-18Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined inSylvestre Gallon
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-10-14Fix a couple of style(9) nits.Sylvestre Gallon
2013-10-14Add some consistency using uint_t everywhere instead of mixing uint_tSylvestre Gallon
2013-10-14Tedu some heavy debug code that is not needed anymore.Sylvestre Gallon
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-10-05Support for the i.MX6-based Wandboard Quad.Patrick Wildt
2013-09-28A few missing config_suspend(, DVACT_POWERDOWN) constructs afterMiod Vallat