aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/lpc
Commit message (Expand)AuthorAgeFilesLines
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.Andrew Turner2015-03-291-1/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-3/+20
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specificIan Lepore2015-01-211-1/+1
* Use arm/bus_space-v6.c for all armv6 systems, the essentially identicalIan Lepore2015-01-212-148/+1
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Reduce the diff between the lpc interrupt controller in head and arm_intrngAndrew Turner2014-12-211-19/+23
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-5/+5
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-5/+6
* Rename platform_gpio_init to be SoC specificAndrew Turner2014-05-103-3/+3
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore2014-02-261-6/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-0211-0/+39
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Add #include <machine/fdt.h> to a few files that used to get it viaIan Lepore2014-01-051-0/+1
* Convert from using fdt_immr style to arm_devmap_add_entry() to makeIan Lepore2014-01-054-38/+41
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-302-4/+4
* Call initarm_lastaddr() later in the init sequence, after establishingIan Lepore2013-11-051-4/+8
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-0/+1
* Retire arm_remap_nocache() and the data and constants associated with it.Ian Lepore2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-276-6/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore2013-10-271-1/+0
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-252-6/+0
* MFcalloutng:Alexander Motin2013-02-281-20/+12
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Merge the FDT versions of initarm.Andrew Turner2012-11-031-503/+9
* Merge r242125 into the other ARMv6 copies of initarm.Andrew Turner2012-10-311-0/+5
* Move the call to platform_gpio_init() into initarm_gpio_init() to reduceAndrew Turner2012-10-301-5/+5
* Create the new initarm_ functions to reduce the diff to the other FDTAndrew Turner2012-09-261-11/+25
* Use arm_dump_avail_init to build the dump_avail arrayAndrew Turner2012-09-261-6/+1
* Start to clean up the lpc initarm as it also uses FDT.Andrew Turner2012-09-261-12/+18
* Update different versions of physmap_init to be identical in preparationAndrew Turner2012-09-231-3/+13
* Reduce the diff between the FDT implementations of initarm.Andrew Turner2012-09-221-4/+4
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-11/+2
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-181-0/+1
* Switch lpc initarm() to use struct arm_boot_params and therefore fixJakub Wojciech Klama2012-08-151-33/+7
* Merging of projects/armv6, part 8Oleksandr Tymoshenko2012-08-1520-0/+6692