aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: Cumulative fixes for GICMichal Meloun2015-11-281-13/+29
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Add support for exynos5_ehci in loaderZbigniew Bodek2015-11-273-2/+12
* Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.cIan Lepore2015-11-265-10/+42
* Flush all kernel mappings from TLB(s) in time when they are cleared.Svatopluk Kraus2015-11-242-14/+17
* Use #ifdef to get the file compiling without errorsAndrew Turner2015-11-231-1/+1
* Only enable the first interrupt for now, we don't correctly configure orAndrew Turner2015-11-231-0/+7
* Revert r291142.Svatopluk Kraus2015-11-232-4/+4
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+0
* Update the imx5/imx6 cpu_reset() implementation based on a new understandingIan Lepore2015-11-211-6/+4
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingSvatopluk Kraus2015-11-212-4/+4
* Move hdmi_if.m to files.arm so other kernel configs can use it.Andrew Turner2015-11-211-1/+0
* Create device options for the two common ARM timers.Andrew Turner2015-11-2118-15/+19
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-2123-54/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inAndrew Turner2015-11-213-1/+7
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-2014-19/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-2012-12/+0
* Remove pl310.c from the SoC std.* files, it's in files.armAndrew Turner2015-11-206-3/+6
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-2017-94/+0
* Add usermode variable to KTR output. Fix style.Svatopluk Kraus2015-11-201-2/+2
* Fix style and argument count for KTR.Svatopluk Kraus2015-11-201-1/+2
* ARM: Fix dma_dcache_sync() for early allocated memory.Michal Meloun2015-11-181-13/+22
* Make PCB structure binary compatible for old and new PMAP on ARMZbigniew Bodek2015-11-171-5/+8
* Fix buffer overflow in exynos5_ehciZbigniew Bodek2015-11-171-1/+1
* Make pl310_print_config static, it's not called out of pl310.cAndrew Turner2015-11-172-2/+1
* Replace magic numbers for CCGRx registers with more descriptive namesOleksandr Tymoshenko2015-11-142-8/+81
* Somewhat improve HDMI event APIOleksandr Tymoshenko2015-11-143-4/+6
* hdmi_if.m will be reused by iMX6 IPU code so move it to arm/armOleksandr Tymoshenko2015-11-142-1/+1
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredOleksandr Tymoshenko2015-11-144-40/+7
* - Add driver for System-Reset-Controler i.MX6 moduleOleksandr Tymoshenko2015-11-133-0/+208
* Add support for the Zybo and similar boards to ZEDBOARD kernel.Warner Losh2015-11-131-1/+2
* Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3Oleksandr Tymoshenko2015-11-121-1/+1
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.Gavin Atkinson2015-11-123-3/+3
* Move the root to s3a given this kernel will be used with a nanobsdWarner Losh2015-11-121-1/+1
* Revisit this old board with 64MB of RAM. Comment out usb entirely,Warner Losh2015-11-121-20/+37
* Refactor bcm2835_cpufreq to use bcm2835_mbox_property APIOleksandr Tymoshenko2015-11-111-360/+134
* - Set have_message in interrupt to handle "response before READ" caseOleksandr Tymoshenko2015-11-111-4/+17
* ARM: Refactor interrupt_enable/disable/restore.Michal Meloun2015-11-101-25/+32
* Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWSvatopluk Kraus2015-11-102-3/+4
* Fix pmap_fault(). It turned out that alignment abort may have higherSvatopluk Kraus2015-11-101-3/+5
* Implement atomic_testandset_{32,int,long,64} for ARMv6. OnlyKonstantin Belousov2015-11-101-0/+48
* ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun2015-11-1015-43/+43
* ARM: Improve robustness of locore_v6.S and fix errors.Michal Meloun2015-11-101-3/+21
* Fix typo (s/ncpus/mp_ncpus/)Tijl Coosemans2015-11-091-1/+1
* Now that the PMU implementation is independent of HWPMCBjoern A. Zeeb2015-11-093-5/+83
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thisTijl Coosemans2015-11-085-21/+12
* Make usermode variable the bool type. It's already used that way.Svatopluk Kraus2015-11-083-8/+8
* Fix some of WITNESS complaints and bootup lock by removing msg_availOleksandr Tymoshenko2015-11-081-27/+5
* - Replace semaphore-base locking with sleep/wait synchronization:Oleksandr Tymoshenko2015-11-081-9/+13
* Correct !FDT case with proper name.Warner Losh2015-11-071-1/+1