summaryrefslogtreecommitdiff
path: root/sys/arm/include/platformvar.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2019-03-19Use named field's initializer when constructing <foo>_platform structure.Michal Meloun
2017-07-11Add external PLATFORM access on arm, and use it in the pl310 driver.Andrew Turner
2017-07-07Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner
2016-10-25Remove the need for the delay to be zero when MULTIDELAY is undefined,Andrew Turner
2016-09-29Remove struct platform_data, it was never used.Andrew Turner
2016-04-30Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner
2014-05-17Add FDT_PLATFORM_DEF2 for when there are multiple platforms needing to useAndrew Turner
2014-05-17Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner