summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Increase the maximum text size on ARM to 64MiB. Without this clang would beandrew2013-03-011-1/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-03-017-7/+0
* Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)alc2013-03-011-0/+4
* Enable uart driver for A10.ganbold2013-03-012-3/+3
* Add platform DMA support to SDHCI driver for BCM2835gonzo2013-02-281-4/+300
* Add driver for BCM2835's DMA enginegonzo2013-02-283-0/+790
* MFcalloutng:mav2013-02-287-126/+68
* Complete r247297:attilio2013-02-287-14/+0
* Fix typogonzo2013-02-271-1/+1
* - Initialize GPIO_OE register based on pinmux configurationgonzo2013-02-271-0/+14
* Merge from vmc-playground branch:attilio2013-02-262-4/+2
* Export vfp_init() prototype, for use in the MP code.cognet2013-02-261-0/+1
* Fix SMP build.cognet2013-02-261-4/+3
* Don't forget to init the VFP stuff for all cores.cognet2013-02-261-0/+8
* Be more conservative in auto-sizing and capping the kmem submap. Inalc2013-02-261-3/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-262-2/+0
* RPi users might want to touch the boot partition, which is always FATkientzle2013-02-261-2/+5
* Merge from vmobj-rwlock branch:attilio2013-02-262-2/+0
* Fix off-by-one error in sanity checksgonzo2013-02-251-7/+7
* - Fix off-by-one error when returning max pin numbergonzo2013-02-251-7/+6
* Add macroses to properly map IO peripherals memory window fromgonzo2013-02-231-0/+14
* Add basic and not very reliable protection against going to sleep withmav2013-02-231-1/+8
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-2013-24/+32
* Spelling fixesgonzo2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itgonzo2013-02-191-7/+6
* Define gpio constants rather than using enum.ganbold2013-02-191-11/+7
* Place a cap on the size of the kernel's heap, also known as the kmemalc2013-02-181-0/+8
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-184-4/+9
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode ingonzo2013-02-171-1/+23
* In _bus_dmamap_addseg(), the return value must be zero for error, or the sizeian2013-02-162-4/+4
* Set map->pmap before _bus_dmamap_count_pages() tries to use it.ian2013-02-151-1/+2
* Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-153-0/+7
* Fix copy-paste error in bus_space_unmap argumentgonzo2013-02-151-5/+3
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-689/+579
* Remove debug outputgonzo2013-02-121-1/+0
* A10 reset mechanism is the same for all boards in this family so removegonzo2013-02-111-6/+3
* Add watchdog driver for Allwinner A10gonzo2013-02-113-0/+230
* Fix breakage introduced in r246318.kientzle2013-02-091-1/+2
* Use and set gpio pin to high to power up usb.ganbold2013-02-061-1/+17
* Remove two dead assignments andganbold2013-02-051-14/+14
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-053-1/+523
* Use the STACKALIGN macro to alight the stack rather than with a magic mask.andrew2013-02-041-5/+4
* Another overhaul of the CPSW driver for BeagleBonekientzle2013-02-033-901/+1586
* Tweaks to standard BEAGLEBONE config, as recently discussedkientzle2013-02-021-3/+3
* Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.andre2013-02-011-2/+5
* Use pmap_kextract() instead of inlining the page table walk.kib2013-01-311-29/+1
* Add simple clock driver and ehci glue code for a10ganbold2013-01-295-5/+571
* Fix case for some signal names.dmarion2013-01-281-51/+51
* Filled in missing pads for AM335x / Beaglebone.dmarion2013-01-281-130/+122
* Fix off-by-one errors in low-level arm9 and arm10 cache maintenance routines.ian2013-01-272-30/+22
OpenPOWER on IntegriCloud