summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add a pmap_kremove_device() to undo mappings made with pmap_kenter_device().ian2015-04-106-30/+95
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedandrew2015-04-061-0/+7
* dev/ofw/openfirm.h is not needed in the arm machine/fdt.handrew2015-04-051-2/+0
* Re-add machine/bus.h to machine/fdt.h on arm, it's still needed.andrew2015-04-041-0/+2
* Include vm/pmap.h for pmap_kextract.andrew2015-04-0414-0/+41
* Include machine/intr.h for arm_post_filter.andrew2015-04-041-0/+7
* Don't include unneeded files in the arm machine/fdt.h. While here, removeandrew2015-04-044-8/+1
* Move the definition of fdt_localbus_devmap to a Marvell specific file asandrew2015-04-043-4/+2
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-0456-56/+0
* Add support for arm64 to the existing arm generic timer driver:andrew2015-04-041-15/+35
* Merge the common parts of the SOCKIT and SOCKIT-BERI kerenel, and mark theandrew2015-04-033-228/+140
* Stop including machine/fdt.h, it's not needed.andrew2015-04-021-1/+0
* We may not be using gcc to compile this.andrew2015-04-021-1/+1
* Add the generic timer registers to sysreg.h and cpu-v6.h, and use theandrew2015-04-023-28/+80
* - Make interrupt resource optional: some upstream FDT blobs (e.g. TI's) dogonzo2015-04-021-8/+13
* Add kernel config files for Hardkernel Odroid-C1 and Visson ATV-102 devices.ganbold2015-03-312-0/+266
* Add necessary changes to support various Amlogic SoC devicesganbold2015-03-3135-1/+10776
* Restore setting cpufuncs on arm1176, it was removed by accident with theandrew2015-03-301-0/+1
* Remove support for CPU_XSCALE_80200. None of our configs support it, andandrew2015-03-304-62/+14
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.andrew2015-03-304-15/+12
* arm11_sleep is no longer needed, remove it.andrew2015-03-291-7/+0
* pj4b_config and pj4bv7_setup are only used when CPU_MV_PJ4B is defined.andrew2015-03-291-2/+4
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-2925-35/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-2911-11/+0
* Remove arm1136 support. We don't have any configs that use it, and I don'tandrew2015-03-295-108/+14
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-2914-344/+29
* We only need cpufunc_asm_arm11.S on bcm2835, not bcm2836andrew2015-03-292-1/+1
* Remove ARM9_CACHE_WRITE_THROUGH, none of our configs define it.andrew2015-03-293-28/+1
* Remove the unused armv5 cpufunc code.andrew2015-03-291-247/+0
* Remove unused cpufunc arm11 and armv6 code. While here only define theandrew2015-03-293-80/+22
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-297-7/+0
* Remove unused arm10_* functions. The remaining functions are only used inandrew2015-03-292-218/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-298-16/+0
* Remove support for CPU_ARM10. No kernel configs could possibly use this asandrew2015-03-295-143/+11
* Rather than defining our own magic checks here use INKERNEL() forbz2015-03-271-2/+3
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.ian2015-03-2618-19/+8560
* Use pmap_mapdev()/unmapdev() to temporarily map on-chip sram while copyingian2015-03-261-7/+3
* Remove a debug #error from the bcm2835 sdhci driver.andrew2015-03-251-1/+0
* Add support for the Raspberry Pi 2. As the chip is based on the bcm2835 inandrew2015-03-258-2/+435
* Move including std.bcm2835 to the RPI-B kernel config. The std.rpi fileandrew2015-03-242-2/+1
* Add the SOC_BCM2835 and SOC_BCM2836 options for the arm kernel and add theandrew2015-03-241-0/+1
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-242-878/+0
* Do not save/restore the TLS pointer on context switch for armv6. Theian2015-03-233-18/+12
* When waiting on PTE allocation, another thread could free the l2_dtable whilecognet2015-03-212-2/+6
* Add a helper function to read clock frequencies from videocore and use thisandrew2015-03-203-34/+116
* Split out the common bcm283x fixes from the bcm2835 specific files.andrew2015-03-203-49/+52
* Remove now unneeded headers from the Broadcom DWC driverandrew2015-03-201-8/+0
* Move the code to set the device power to the bcm2835 mailbox driver so itandrew2015-03-203-75/+89
* Allow to override default kernel virtual address assignment on ARMzbb2015-03-201-0/+2
* Delete stray clause 3 and renumber.emaste2015-03-131-5/+1
OpenPOWER on IntegriCloud