summaryrefslogtreecommitdiffstats
path: root/sys/arm/econa/econa_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/arm/econa to sys/arm/cavium/cns11xx.rpaulo2014-04-071-343/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-8/+0
* It turns out a global variable is the only straightforward way toian2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedian2014-02-091-2/+2
* Consolidate code related to setting up physical memory configuration intoian2014-02-081-15/+15
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usandrew2014-02-061-1/+2
* Call cpu_setup() from the initarm() routine on platforms that don't useian2013-11-211-0/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-011-1/+0
* Complete r247297:attilio2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+1
* Merging projects/armv6, part 1gonzo2012-08-151-5/+1
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-5/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-13/+2
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-2/+1
* Remove an unneeded increment from initarm. The variable is uninitialised,andrew2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-7/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantcognet2011-02-131-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-5/+3
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-041-0/+396
OpenPOWER on IntegriCloud