| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | ian | 2017-03-01 | 1 | -0/+2 |
* | MFC r308640: | ian | 2017-03-01 | 1 | -10/+6 |
* | Map CESA SRAM memory in driver attach for Armada38x | zbb | 2016-06-02 | 1 | -1/+1 |
* | Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn't | ian | 2016-05-25 | 1 | -1/+0 |
* | Use the new(-ish) CP15_SCTLR macro to generate system control reg accesses | ian | 2016-05-23 | 1 | -2/+9 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 1 | -6/+6 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | skra | 2016-02-17 | 1 | -5/+1 |
* | Remove all remaining references to old and not more used struct | skra | 2016-02-02 | 1 | -1/+1 |
* | Open window to bootROM memory on Armada38x to allow CPU1 to boot | zbb | 2016-01-20 | 1 | -0/+6 |
* | Enable SCU unit for Armada38x | zbb | 2016-01-20 | 1 | -0/+3 |
* | Set IO Sync Barrier flags for all Mbus devices on Armada38x | zbb | 2016-01-20 | 1 | -0/+9 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -6/+7 |
* | When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. | ian | 2014-05-10 | 1 | -2/+2 |
* | Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs, | ian | 2014-01-05 | 1 | -4/+4 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | nwhitehorn | 2014-01-05 | 1 | -0/+1 |
* | platform_devmap_init() was renamed initarm_devmap_init() in r257669, update | gavin | 2013-11-24 | 1 | -1/+1 |
* | 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 | 1 | -5/+6 |
* | Fix-up DTB for Armada XP registers' base according to the actual settings | zbb | 2013-10-28 | 1 | -0/+13 |
* | 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 | 1 | -1/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 1 | -1/+0 |
* | Properly initialize Armada XP MP subsystem. | gber | 2013-05-06 | 1 | -0/+5 |
* | Initialize L2 cache for Armada XP. | gber | 2013-05-06 | 1 | -0/+6 |
* | Move initialization of CESA decoding windows from common section | gber | 2013-05-06 | 1 | -24/+0 |
* | Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias, | ian | 2013-01-27 | 1 | -0/+19 |
* | Merge the FDT versions of initarm. | andrew | 2012-11-03 | 1 | -490/+6 |
* | Merge r242125 into the other ARMv6 copies of initarm. | andrew | 2012-10-31 | 1 | -0/+5 |
* | Pull out the SoC specific parts of initarm into separate functions | andrew | 2012-09-23 | 1 | -21/+42 |
* | Reduce the diff between the FDT implementations of initarm. | andrew | 2012-09-22 | 1 | -6/+6 |
* | Create a common set_stackptrs in sys/arm/machdep.c. | andrew | 2012-09-22 | 1 | -19/+0 |
* | Merging of projects/armv6, part 7 | gonzo | 2012-08-15 | 1 | -26/+146 |
* | Remove some unused variables/externs that have been copied too many times... | imp | 2012-07-10 | 1 | -6/+0 |
* | Fix LINT. | marcel | 2012-07-05 | 1 | -1/+1 |
* | More Linux boot support. Create arm_dump_avail_init() to initialize | imp | 2012-06-14 | 1 | -6/+1 |
* | Create default_parse_boot_param which, if FreeBSD /boot/loader support | imp | 2012-06-14 | 1 | -33/+8 |
* | Modify all the arm platform files to call parse_boot_param passing in | imp | 2012-06-14 | 1 | -2/+2 |
* | Trim trailing whitespace... | imp | 2012-06-13 | 1 | -1/+1 |
* | Pull out the common code to initialise proc0 & thread0 from initarm to a | andrew | 2012-06-10 | 1 | -10/+1 |
* | Minor rearrangement of the locore <-> initarm interface. Pass in a | imp | 2012-06-03 | 1 | -1/+3 |
* | Add architecture dependent code to support NAND Framework on Marvell SoCs. | gber | 2012-05-18 | 1 | -12/+45 |
* | Make sure we do not provide the page 0 to the VM. It can't handle it properly, | cognet | 2012-02-29 | 1 | -3/+13 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 1 | -4/+4 |
* | Fix build when DEBUG is defined in the kernel configuration file (e.g. | marcel | 2011-10-04 | 1 | -3/+0 |
* | Do not call platform_gpio_init() early. It doesn't work because we do | marcel | 2011-07-15 | 1 | -6/+1 |
* | Set preload_addr_relocate accordingly so that preloaded modules and | marcel | 2011-07-15 | 1 | -0/+1 |
* | Fix r217688. We need to call init_param1() before we use msgbufsize, | marcel | 2011-01-22 | 1 | -1/+3 |
* | Fix backtraces by defining ksym_start & ksym_end if DDB is | marcel | 2011-01-22 | 1 | -0/+8 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -3/+2 |
* | Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option. | raj | 2010-07-19 | 1 | -27/+3 |