aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/machdep.h
Commit message (Expand)AuthorAgeFilesLines
* Save VFP state in getcontext(3) on ARM.Michal Meloun2017-10-161-0/+1
* Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-071-1/+1
* Split overbloated machep.c to multiple files and do basic cleanupMichal Meloun2017-03-111-2/+10
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-2/+0
* Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAYAndrew Turner2016-04-301-0/+5
* ARM: Teach LINUX_BOOT_ABI to recognize DT blob.Michal Meloun2016-03-261-1/+2
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-1/+3
* Add support for branch instruction on armv7 with ptrace single stepZbigniew Bodek2015-11-021-0/+3
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+6
* For data and instruction prefetch aborts, call the same handler in the CIan Lepore2014-12-251-2/+1
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-34/+0
* Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore2014-02-261-0/+1
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-081-3/+0
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usAndrew Turner2014-02-061-1/+1
* platform_devmap_init() was renamed initarm_devmap_init() in r257669, updateGavin Atkinson2013-11-241-2/+2
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-2/+30
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-3/+0
* Add a couple forward declarations, so that board support routines don't haveIan Lepore2013-03-291-3/+5
* Add hw.board.serial and hw.board.revision for exporting board-specific infoOleksandr Tymoshenko2013-01-051-0/+4
* Merge the FDT versions of initarm.Andrew Turner2012-11-031-0/+4
* Pull out the SoC specific parts of initarm into separate functionsAndrew Turner2012-09-231-0/+5
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-0/+11
* More Linux boot support. Create arm_dump_avail_init() to initializeWarner Losh2012-06-141-0/+5
* Add support for parsing Linux ATAGs such as you'd see from uboot orWarner Losh2012-06-141-0/+2
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportWarner Losh2012-06-141-3/+3
* Modify all the arm platform files to call parse_boot_param passing inWarner Losh2012-06-141-1/+4
* Pull out the common code to initialise proc0 & thread0 from initarm to aAndrew Turner2012-06-101-0/+1
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-031-5/+5
* Instead of using sysarch() to store-retrieve the tp, add a magic address,Olivier Houchard2005-02-261-0/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+13