| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate FDT_IMMR_VA define. | raj | 2010-07-19 | 1 | -1/+1 |
* | Convert Marvell ARM platforms to FDT convention. | raj | 2010-06-13 | 1 | -85/+274 |
* | Do not force verbose and single mode in non-metadata boot case. | raj | 2010-02-24 | 1 | -2/+1 |
* | Eliminate an unnecessary vm include file. | alc | 2009-11-04 | 1 | -1/+0 |
* | Review previous change. It has no relation to the I-cache coherency | marcel | 2009-10-21 | 1 | -1/+1 |
* | o Introduce vm_sync_icache() for making the I-cache coherent with | marcel | 2009-10-21 | 1 | -1/+1 |
* | Eliminate platform_pmap_init() to simplify Marvell bootstrap code. | raj | 2009-08-25 | 1 | -2/+5 |
* | Map DPCPU pages into ARM kernel VA space. | raj | 2009-07-01 | 1 | -3/+3 |
* | Implement a facility for dynamic per-cpu variables. | jeff | 2009-06-23 | 1 | -0/+5 |
* | Improve and extend Marvell SOCs platform code. | raj | 2009-01-08 | 1 | -0/+5 |
* | - Fix spelling error in comments. | stas | 2008-12-01 | 1 | -1/+1 |