summaryrefslogtreecommitdiffstats
path: root/sys/arm/lpc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-6/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-0211-0/+39
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* 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-054-38/+41
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-302-4/+4
* 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
* Sweep up a bit of arm-land fallout after r257244; include necessaryian2013-10-281-0/+1
* 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-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-252-6/+0
* MFcalloutng:mav2013-02-281-20/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* 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
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-181-0/+1
* Switch lpc initarm() to use struct arm_boot_params and therefore fixjceel2012-08-151-33/+7
* Merging of projects/armv6, part 8gonzo2012-08-1520-0/+6692
OpenPOWER on IntegriCloud