summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc/lpc_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-4/+4
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specificandrew2014-05-101-1/+1
* Add #include <machine/fdt.h> to a few files that used to get it viaian2014-01-051-0/+1
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeian2014-01-051-26/+19
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-4/+8
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Merge the FDT versions of initarm.andrew2012-11-031-503/+9
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceandrew2012-10-301-5/+5
* Create the new initarm_ functions to reduce the diff to the other FDTandrew2012-09-261-11/+25
* Use arm_dump_avail_init to build the dump_avail arrayandrew2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.andrew2012-09-261-12/+18
* Update different versions of physmap_init to be identical in preparationandrew2012-09-231-3/+13
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-4/+4
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+2
* Switch lpc initarm() to use struct arm_boot_params and therefore fixjceel2012-08-151-33/+7
* Merging of projects/armv6, part 8gonzo2012-08-151-0/+641
OpenPOWER on IntegriCloud