aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Updates to i.MX53:Rui Paulo2014-04-085-67/+114
* Move sys/arm/econa to sys/arm/cavium/cns11xx.Rui Paulo2014-04-0718-25/+25
* Tell VM we now have ARM platforms with physically discontiguous memory.Ian Lepore2014-04-061-2/+2
* Partially revert r264083.Luiz Otavio O Souza2014-04-061-15/+2
* Add a couple more required TLB flushes.Ian Lepore2014-04-061-1/+6
* Follow files.imx51 and add vt support.Rui Paulo2014-04-051-0/+2
* Remove code under PMAP_CACHE_VIVT that is not compiled anymore.Rui Paulo2014-04-053-15/+0
* - Fix the setup of interrupts for banks 2 and 3 on AM335x.Luiz Otavio O Souza2014-04-051-16/+38
* Correct the end address of the video frame buffer.Ruslan Bukin2014-04-051-3/+5
* Enable SMP for Pandaboard.Ian Lepore2014-04-041-0/+1
* Switch wandboards over to the common IMX6 kernel config, which has SMPIan Lepore2014-04-044-6/+6
* We don't support any ARM systems with an ISA bus and don't need a freelistIan Lepore2014-04-041-7/+2
* Allocate per-cpu resources for doing pmap_zero_page() and pmap_copy_page().Ian Lepore2014-04-041-76/+91
* Fix TLB maintenance issues for armv6 and armv7.Ian Lepore2014-04-041-17/+39
* Fix TTB set operation for armv7.Ian Lepore2014-04-041-0/+2
* Flag several sysctl variables as tunables.Ian Lepore2014-04-041-3/+4
* Adjust the comments about translating clock divisor bits to match recentIan Lepore2014-04-041-8/+8
* Remove unused prototype.Ruslan Bukin2014-04-041-1/+0
* Let's try having just one mmc/sd controller driver.Ian Lepore2014-04-041-1/+0
* Use the sdhci driver for Pandaboard.Ian Lepore2014-04-041-0/+1
* Switch OMAP4 (Pandaboard et. al.) to use the ti_sdhci driver.Ian Lepore2014-04-041-0/+2
* Fix the logic for translating between MMCHS and SDHCI clock divisors.Ian Lepore2014-04-041-5/+19
* Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard.Ian Lepore2014-04-041-4/+33
* Actually save the clock frequency retrieved from fdt data. I fumbledIan Lepore2014-04-041-0/+1
* Move the GPIO bank initialization to a new function to make easier to detectLuiz Otavio O Souza2014-04-031-57/+128
* - Setup both secure and non-secure timer IRQs.Ruslan Bukin2014-04-031-20/+34
* Rework the cpu frequency management code for imx6.Ian Lepore2014-04-021-56/+178
* Switch imx6 to using the mpcore per-cpu event timers, but continue to useIan Lepore2014-04-023-0/+7
* Don't call sdhci_init_slot() until after handling the FDT propertiesIan Lepore2014-04-021-3/+3
* Trivial changes/forced-commit to document previous change r264050 whoseIan Lepore2014-04-023-9/+8
* (no commit message)Ian Lepore2014-04-023-26/+121
* Disable the timer and clear any pending bit, then setup the new counterIan Lepore2014-04-021-2/+5
* Fix some of the style(9) problems on ti_gpio. Note that this commit doesLuiz Otavio O Souza2014-04-011-104/+99
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-2/+2
* Add Cortex-A15 cpu id revisions.Ruslan Bukin2014-04-013-3/+15
* Release i2c bus on detach.Ruslan Bukin2014-04-011-0/+13
* Add support for keyboard used in Samsung Chromebook (ARM machine)Ruslan Bukin2014-03-3013-29/+2802
* Add lowercase postfix, so SoC-common file will be ignored by tinderbox.Ruslan Bukin2014-03-303-2/+2
* Directly call kmem_alloc_contig to allocate framebuffer memoryRuslan Bukin2014-03-301-2/+6
* - Merge SoC-common partsRuslan Bukin2014-03-303-228/+134
* VFP fixes/cleanups for ARM11:Andrew Turner2014-03-292-21/+62
* Initialise fpscr to a sane value when we create the pcb. This sets NaNs toAndrew Turner2014-03-292-0/+4
* Add more flags for the fpexc register from the ARM1176JZF-S ManualAndrew Turner2014-03-291-0/+5
* Switch to my freebsd.org emal address in copyright.Ganbold Tsagaankhuu2014-03-2525-25/+25
* Add code for enabling second CPU core for A20 SoC.Ganbold Tsagaankhuu2014-03-253-0/+160
* Adds the ADC driver for TI AM3xxx SoC family.Luiz Otavio O Souza2014-03-247-0/+793
* Move an else case that was missed in r263676Andrew Turner2014-03-241-25/+25
* Reorder the pmap macros so "ARM_MMU_V6 + ARM_MMU_V7" is first. As they areAndrew Turner2014-03-231-41/+42
* Simplify how we build MACHINE_ARCH. There are 3 options that may be setAndrew Turner2014-03-221-9/+15
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-223-4/+4