summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
AgeCommit message (Expand)Author
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-08Format string fixes and removal of -Wno-format for arm kernels.Miod Vallat
2014-05-06remove cpsw_{read,write}_4 wrapper functions and just use the realJasper Lievisse Adriaanse
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-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-18Initialize len, from netbsdRaphael Graf
2014-03-18Add missing parts of the tiic driver.Sylvestre Gallon
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-05Remove TIMEZONE and DST options from GENERIC-* kernels.Miod Vallat
2014-02-02armv7_start.o needs an explicit dependency on assym.h now; nickMiod Vallat
2014-02-01Do not include <machine/pmap.h> from .S code, for it brings much too .S-unawareMiod Vallat
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-12-08Enable rum(4) for armv7. Committing through it on pandaboard.Martynas Venckus
2013-12-04Looks like the eMMC does no like block read request lower than blockSylvestre Gallon
2013-11-261 << 31 cleanup. Eitan Adler pointed out that there has been aTheo de Raadt
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-15Start cleaning this driver. No functional change.Federico G. Schwindt
2013-11-13Add missing includes.Sylvestre Gallon
2013-11-13boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.Masao Uebayashi
2013-11-12Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbbFederico G. Schwindt
2013-11-08fix bootstrap_bs_map to map more than one section.aalm
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