summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the voltage and clock levels for cpufreq on RPi 2.loos2015-05-041-17/+42
* Fix the vt(4) framebuffer driver on RPi 2.loos2015-05-021-191/+72
* Fix the sc(4) framebuffer driver on RPi 2.loos2015-05-021-277/+139
* Add the routines to query and setup the framebuffer state using theloos2015-05-022-0/+327
* Fix the kernel ident for RPI2.loos2015-05-021-2/+2
* Remove an unused variable.loos2015-05-021-2/+0
* Remove support for being compiled under OABI. We don't support thatimp2015-05-021-12/+0
* Fix pmap_dcache_wb_pou in the new armv6 pmap to correctly achieve icacheandrew2015-04-281-5/+4
* Update Amlogic MMC driver:ganbold2015-04-282-152/+180
* The add_bounce_page() function can be called when loading physicalhselasky2015-04-282-4/+4
* Pass the supplied buffer length instead of a fixed size.loos2015-04-271-2/+1
* Enable root mounting from mmc/sd card.ganbold2015-04-271-2/+2
* Cleanup a little more:andrew2015-04-262-29/+29
* Fix the style of locore-v4.S and locore-v6.S to help find any common code.andrew2015-04-262-62/+61
* Remove the armv6 code from locore-v4.S, it's not needed there.andrew2015-04-261-30/+0
* Use ARMv7 style unaligned access on ARMv6. We set this bit in locore, butandrew2015-04-261-1/+2
* Set ARM_L2_PIPT for A10 and RPI2, they are probably missing by accident.loos2015-04-252-0/+4
* Add the SOC_IMX51, SOC_IMX53, and SOC_IMX6 options. These are used toandrew2015-04-237-54/+10
* Reduce the diff between files.imx51 and files.imx53andrew2015-04-232-5/+5
* Pull out the common parts of the ODROIDC1 and VSATV102 kernels to a newandrew2015-04-233-244/+149
* Remove the need for board specific std files on aml8726 by moving theandrew2015-04-234-16/+6
* Move KERNVIRTADDR to the common std.aml8726.andrew2015-04-233-18/+9
* - Move files selected in files.smp to files.aml8726 and remove it.andrew2015-04-234-7/+2
* Update the ODROIDC1 and VSATV102 to reduce the diff to the other armv6andrew2015-04-232-96/+116
* 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
OpenPOWER on IntegriCloud