summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Now that we have an U-Boot for RPI2, do not use the static DTB compiledloos2015-04-231-2/+2
* Fetch the SDHCI frequency from videocore (our prefered source) and only ifloos2015-04-221-7/+6
* Build and install the DTB for all the supported AllWinner SoCs.loos2015-04-202-2/+2
* Make a comment reflect reality.marius2015-04-191-1/+2
* Move the items common to all SoCs to a single file.loos2015-04-185-30/+20
* Fix the style(9) and adds two missing parentheses on the licence.loos2015-04-181-81/+81
* Simplify the receiver code a bit.loos2015-04-182-54/+60
* Add the necessary support to use both TX queues available on if_emac.loos2015-04-172-12/+29
* Remove unnecessary checks and fix an issue where the interrupt handlerloos2015-04-171-10/+6
* Remove support for reading the syscall code in OABI. This is unneeded nowandrew2015-04-171-4/+0
* Use cp15_ifar_get to get the instruction fault address. When using Thumb-2andrew2015-04-171-0/+5
* Fix the 'wrong packet header' errors for if_emac.loos2015-04-171-3/+1
* Update the arm devmap code to also work with arm64.andrew2015-04-131-7/+36
* Add a driver for the ARM Power State Coordination Interface (PSCI). Thisandrew2015-04-121-0/+1
* Switch to the new v6 pmap code to increase its testing. It will now beandrew2015-04-121-0/+1
* Change the virtual address used to not be 0xc0000000, the arm loaderandrew2015-04-111-2/+2
* Add support for the QEMU virt SoC. This is a SoC built depending on theandrew2015-04-115-0/+263
* Add support for the uart classes to set their default register shift value.andrew2015-04-114-2/+6
* This modifies several FreeBSD drivers to use the GNU approach toganbold2015-04-116-31/+110
* This modifies several FreeBSD drivers to use the hardware stringsganbold2015-04-113-3/+3
* 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
OpenPOWER on IntegriCloud