summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-051-4/+4
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-0/+1
* platform_devmap_init() was renamed initarm_devmap_init() in r257669, updategavin2013-11-241-1/+1
* 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-5/+6
* Fix-up DTB for Armada XP registers' base according to the actual settingszbb2013-10-281-0/+13
* 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-271-1/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Properly initialize Armada XP MP subsystem.gber2013-05-061-0/+5
* Initialize L2 cache for Armada XP.gber2013-05-061-0/+6
* Move initialization of CESA decoding windows from common sectiongber2013-05-061-24/+0
* Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias,ian2013-01-271-0/+19
* Merge the FDT versions of initarm.andrew2012-11-031-490/+6
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-21/+42
* Reduce the diff between the FDT implementations of initarm.andrew2012-09-221-6/+6
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-19/+0
* Merging of projects/armv6, part 7gonzo2012-08-151-26/+146
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-6/+0
* Fix LINT.marcel2012-07-051-1/+1
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-6/+1
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-141-33/+8
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+2
* Trim trailing whitespace...imp2012-06-131-1/+1
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-10/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-1/+3
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-181-12/+45
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-291-3/+13
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-4/+4
* Fix build when DEBUG is defined in the kernel configuration file (e.g.marcel2011-10-041-3/+0
* Do not call platform_gpio_init() early. It doesn't work because we domarcel2011-07-151-6/+1
* Set preload_addr_relocate accordingly so that preloaded modules andmarcel2011-07-151-0/+1
* Fix r217688. We need to call init_param1() before we use msgbufsize,marcel2011-01-221-1/+3
* Fix backtraces by defining ksym_start & ksym_end if DDB ismarcel2011-01-221-0/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.raj2010-07-191-27/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-85/+274
* Do not force verbose and single mode in non-metadata boot case.raj2010-02-241-2/+1
* Eliminate an unnecessary vm include file.alc2009-11-041-1/+0
* Review previous change. It has no relation to the I-cache coherencymarcel2009-10-211-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-1/+1
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.raj2009-08-251-2/+5
* Map DPCPU pages into ARM kernel VA space.raj2009-07-011-3/+3
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+5
* Improve and extend Marvell SOCs platform code.raj2009-01-081-0/+5
* - Fix spelling error in comments.stas2008-12-011-1/+1
* Auto-size kernel page tables allocation on Marvell systems.raj2008-11-061-11/+9
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-131-0/+643
OpenPOWER on IntegriCloud