aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/econa
Commit message (Expand)AuthorAgeFilesLines
* Move sys/arm/econa to sys/arm/cavium/cns11xx.Rui Paulo2014-04-0715-4757/+0
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cIan Lepore2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerIan Lepore2014-03-091-8/+0
* It turns out a global variable is the only straightforward way toIan Lepore2014-02-091-0/+1
* Replace compile-time constant KERNPHYSADDR with abp_physaddr (determinedIan Lepore2014-02-091-2/+2
* Consolidate code related to setting up physical memory configuration intoIan Lepore2014-02-081-15/+15
* Use abp_physaddr for the physical address over KERNPHYSADDR. This helps usAndrew Turner2014-02-061-1/+2
* s/standard/optional/ for ohci and echi, since these files are optionalWarner Losh2014-02-041-2/+2
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withAndrew Turner2014-01-281-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Call cpu_setup() from the initarm() routine on platforms that don't useIan Lepore2013-11-211-0/+1
* Remove an incorrectly copied and pasted clause from these licenseJohn Baldwin2013-11-152-6/+0
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-2/+3
* A few last BUS_PROBE_NOWILDCARDs are in order.Nathan Whitehorn2013-10-291-1/+1
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-0/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-011-1/+0
* Complete r247297:Attilio Rao2013-02-281-2/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-201-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-11/+1
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-181-0/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-152-5/+3
* Move unmask IRQ function call up to nexus device level.Oleksandr Tymoshenko2012-07-171-2/+0
* Remove some unused variables/externs that have been copied too many times...Warner Losh2012-07-101-5/+0
* More Linux boot support. Create arm_dump_avail_init() to initializeWarner Losh2012-06-141-13/+2
* Modify all the arm platform files to call parse_boot_param passing inWarner Losh2012-06-141-2/+1
* Remove an unneeded increment from initarm. The variable is uninitialised,Andrew Turner2012-06-101-1/+0
* Pull out the common code to initialise proc0 & thread0 from initarm to aAndrew Turner2012-06-101-9/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aWarner Losh2012-06-031-7/+1
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-142-52/+11
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-222-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-8/+2
* Check the return value of BUS_SETUP_INTR()Kevin Lo2011-10-271-2/+5
* Remove pointless semicolons after labelKevin Lo2011-09-301-1/+1
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-121-2/+2
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-031-1/+1
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantOlivier Houchard2011-02-131-2/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-211-5/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-112-2/+0
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-7/+5
* Add support for Cavium Econa CNS11XX ARM boards. These boards wereRui Paulo2010-01-0415-0/+4865