| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific | ian | 2015-01-21 | 1 | -1/+1 |
* | The mv/bus_space.c file is essentially identical to arm/bus_space-v6.c, | ian | 2015-01-21 | 2 | -162/+1 |
* | For some reason, all the arm bus_space functions that work with uint16 | ian | 2015-01-21 | 1 | -8/+7 |
* | Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sad | ian | 2015-01-01 | 1 | -1/+1 |
* | Rename pic_ipi_get to pic_ipi_read for intrng. | andrew | 2014-12-24 | 1 | -1/+1 |
* | Add -march=armv7a to the kernel compile for all ARM systems which are v7a. | ian | 2014-12-21 | 1 | -0/+1 |
* | Fix typo. | br | 2014-12-15 | 1 | -1/+1 |
* | Follow r275792 eliminating fdt_data_verify(). | br | 2014-12-15 | 2 | -5/+3 |
* | Fix buffer overflow in Marvell PCI/PCIe driver | zbb | 2014-12-07 | 1 | -1/+1 |
* | opt_global.h is included automatically in the build. No need to | imp | 2014-11-18 | 1 | -2/+0 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 1 | -1/+1 |
* | Avoid using hard-coded SoC's register address in mptramp code for Armada XP | zbb | 2014-06-05 | 2 | -4/+16 |
* | Fix broken SMP startup on Armada XP after r265694 | zbb | 2014-06-05 | 2 | -3/+4 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -6/+7 |
* | Rename platform_gpio_init to be platform specific, and make it static as | andrew | 2014-05-10 | 2 | -4/+4 |
* | When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. | ian | 2014-05-10 | 4 | -11/+11 |
* | Move the mptramp code which is specific to the Marvell ArmadaXP SoC out of | ian | 2014-05-08 | 2 | -0/+58 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 1 | -1/+0 |
* | Move all the files named foo/common.c to foo/foo_common.c, as | imp | 2014-03-08 | 2 | -1/+1 |
* | Replace many pasted identical definitions of cpu_initclocks() with a common | ian | 2014-02-26 | 1 | -7/+0 |
* | Move the declaration for mpentry() into a header file instead of pasting | ian | 2014-02-23 | 1 | -1/+0 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 2 | -2/+2 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 8 | -0/+24 |
* | Open Firmware interrupt specifiers can consist of arbitrary-length byte | nwhitehorn | 2014-02-01 | 1 | -5/+7 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 5 | -5/+0 |
* | Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs, | ian | 2014-01-05 | 3 | -6/+181 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | nwhitehorn | 2014-01-05 | 2 | -0/+2 |
* | Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf | nwhitehorn | 2013-12-17 | 1 | -2/+1 |
* | Use the common Open Firmware PCI interrupt routing code instead of the | nwhitehorn | 2013-12-16 | 1 | -31/+31 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -1/+1 |
* | platform_devmap_init() was renamed initarm_devmap_init() in r257669, update | gavin | 2013-11-24 | 1 | -1/+1 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 2 | -2/+2 |
* | Call initarm_lastaddr() later in the init sequence, after establishing | ian | 2013-11-05 | 1 | -4/+8 |
* | Move remaining code and data related to static device mapping into the | ian | 2013-11-04 | 3 | -7/+10 |
* | Change Armada XP kernel load address to the u-boot's end address | zbb | 2013-10-28 | 1 | -6/+6 |
* | Fix-up DTB for Armada XP registers' base according to the actual settings | zbb | 2013-10-28 | 2 | -0/+83 |
* | Retire arm_remap_nocache() and the data and constants associated with it. | ian | 2013-10-27 | 1 | -1/+1 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 2 | -2/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 3 | -3/+0 |
* | Enable SATA interface on Armada XP | zbb | 2013-10-26 | 1 | -0/+1 |
* | Typo while reviewing diffs. Sorry for the breakage! | nwhitehorn | 2013-10-23 | 1 | -1/+1 |
* | Remove OF_instance_to_package() hack for FDT and replace with use of the | nwhitehorn | 2013-10-23 | 1 | -4/+1 |
* | Corrects the Kirkwood dreamplug to use | rrs | 2013-10-19 | 2 | -2/+19 |
* | Remove unsigned comparison < 0 | kevlo | 2013-10-15 | 1 | -1/+1 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -2/+2 |
* | Fix the passing of time on Armada XP. | gber | 2013-06-04 | 2 | -1/+12 |
* | decode_win_sdram_fixup() function should be declared, defined and used | gber | 2013-05-07 | 1 | -0/+4 |
* | Disable decoding windows with no FDT entry. | gber | 2013-05-06 | 3 | -0/+61 |
* | Properly initialize Armada XP MP subsystem. | gber | 2013-05-06 | 3 | -85/+117 |
* | Initialize L2 cache for Armada XP. | gber | 2013-05-06 | 3 | -0/+109 |