summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/omap/omap.c
AgeCommit message (Expand)Author
2016-08-11Dynamically attach omgpio(4) using the FDT.Jonathan Gray
2016-08-11Dynamically attach omehci using the FDT.Jonathan Gray
2016-08-06Dynamically attach intc(4) using the FDT and switch omap/am335xJonathan Gray
2016-07-10Instead of attaching the omap device based on board ids follow imxJonathan Gray
2016-06-26Dynamically attach cpsw(4) with the FDT.Jonathan Gray
2016-06-26Dynamically attach tiiic using the FDT.Jonathan Gray
2016-06-26Dynamically attach omdog(4) using the FDT.Jonathan Gray
2016-06-19dynamically attach omap uart with fdtJonathan Gray
2016-06-18Dynamically attach ommmc with fdt. Offset the start of the memory regionJonathan Gray
2016-06-04Remove model specific strings keyed off the board id.Jonathan Gray
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-02-02remove uneeded break statementsJonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-15Make board attaching table driven and move it out into the socJonathan Gray
2013-11-06After factorizing armv7_machdep code here is an effort to factorize allSylvestre Gallon
2013-10-10Add edma driver. This driver add support for am335x edma3 controller.Sylvestre Gallon
2013-09-12Enable the eMMC on the BeagleBone Black.Raphael Graf
2013-09-04In the future, we shouldn't have one port port ARM SoC, that's justPatrick Wildt