summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-2014-19/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-2012-12/+0
* Remove pl310.c from the SoC std.* files, it's in files.armandrew2015-11-206-3/+6
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-2017-94/+0
* Add usermode variable to KTR output. Fix style.skra2015-11-201-2/+2
* Fix style and argument count for KTR.skra2015-11-201-1/+2
* ARM: Fix dma_dcache_sync() for early allocated memory.mmel2015-11-181-13/+22
* Make PCB structure binary compatible for old and new PMAP on ARMzbb2015-11-171-5/+8
* Fix buffer overflow in exynos5_ehcizbb2015-11-171-1/+1
* Make pl310_print_config static, it's not called out of pl310.candrew2015-11-172-2/+1
* Replace magic numbers for CCGRx registers with more descriptive namesgonzo2015-11-142-8/+81
* Somewhat improve HDMI event APIgonzo2015-11-143-4/+6
* hdmi_if.m will be reused by iMX6 IPU code so move it to arm/armgonzo2015-11-142-1/+1
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredgonzo2015-11-144-40/+7
* - Add driver for System-Reset-Controler i.MX6 modulegonzo2015-11-133-0/+208
* Add support for the Zybo and similar boards to ZEDBOARD kernel.imp2015-11-131-1/+2
* Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3gonzo2015-11-121-1/+1
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-123-3/+3
* Move the root to s3a given this kernel will be used with a nanobsdimp2015-11-121-1/+1
* Revisit this old board with 64MB of RAM. Comment out usb entirely,imp2015-11-121-20/+37
* Refactor bcm2835_cpufreq to use bcm2835_mbox_property APIgonzo2015-11-111-360/+134
* - Set have_message in interrupt to handle "response before READ" casegonzo2015-11-111-4/+17
* ARM: Refactor interrupt_enable/disable/restore.mmel2015-11-101-25/+32
* Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWskra2015-11-102-3/+4
* Fix pmap_fault(). It turned out that alignment abort may have higherskra2015-11-101-3/+5
* Implement atomic_testandset_{32,int,long,64} for ARMv6. Onlykib2015-11-101-0/+48
* ARM: Remove trailing whitespace from sys/arm/includemmel2015-11-1015-43/+43
* ARM: Improve robustness of locore_v6.S and fix errors.mmel2015-11-101-3/+21
* Fix typo (s/ncpus/mp_ncpus/)tijl2015-11-091-1/+1
* Now that the PMU implementation is independent of HWPMCbz2015-11-093-5/+83
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-085-21/+12
* Make usermode variable the bool type. It's already used that way.skra2015-11-083-8/+8
* Fix some of WITNESS complaints and bootup lock by removing msg_availgonzo2015-11-081-27/+5
* - Replace semaphore-base locking with sleep/wait synchronization:gonzo2015-11-081-9/+13
* Correct !FDT case with proper name.imp2015-11-071-1/+1
* Implement the phy-mode property for ate and macb. If it is set toimp2015-11-072-18/+112
* Add support for RMII in macb, cribbed slightly from the ateimp2015-11-075-8/+26
* Set correct code for signal in abort_align() routine.skra2015-11-061-11/+2
* Include opt_platform.h to get FDT defined.cognet2015-11-061-0/+2
* Make interrupt dispatching MP safe. Use GPU interrupt bit in per-coreskra2015-11-063-2/+6
* Make if_macb work with FDT.cognet2015-11-051-0/+17
* Make at91_pmc probe any at91 pmc device we support, not just at91rm9200.cognet2015-11-051-1/+4
* Add /dev/vcio, userland access point to VideoCore mailbox property channelgonzo2015-11-052-0/+123
* Refactor mailbox property API to make it usable for /dev/vcio driver:gonzo2015-11-055-183/+123
* Fix comment about unpriviledged instructions. Now, it matches withskra2015-11-042-35/+36
* Revert r290243, it's vaid "illegal instruction" casegonzo2015-11-041-2/+2
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-024-21/+9
* Add support for branch instruction on armv7 with ptrace single stepzbb2015-11-026-99/+266
* Add mailbox tag/structure for touchscreen buffer address propertygonzo2015-11-011-0/+15
* Treat synchronous VFP exception just like aynchronous: as an FP exception,gonzo2015-11-012-2/+3
OpenPOWER on IntegriCloud