summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/omap4
Commit message (Expand)AuthorAgeFilesLines
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-7/+0
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-121-1/+1
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-2/+2
* Enable ARM_INTRNG on the pandaboard platform.ian2015-10-181-4/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* - Add clk_set_source_freq field to struct ti_clock_dev so clock devicegonzo2015-06-171-4/+10
* Remove an unused header.andrew2015-05-232-92/+0
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-224-337/+407
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.ian2015-03-091-1/+2
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-261-2/+2
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachmentsandrew2014-10-184-102/+226
* Make the ti_padstate_devmap arrays ststic, they are only used with theandrew2014-10-141-1/+1
* Move the sdhci option to files.ti, it's common to both SoCs.andrew2014-10-131-1/+0
* Remove ti_mmchs.c, it has been replaced by ti_sdhci.c.andrew2014-10-131-1/+0
* Make ti_padconf_devmap static in both places it is defined.andrew2014-05-251-1/+1
* Allow the OMAP4 and AM335x prcm drivers to be compiled in the same kernelandrew2014-05-251-1/+1
* Move duplicated code to print l2 cache config into the common code.ian2014-04-271-32/+0
* Let's try having just one mmc/sd controller driver.ian2014-04-041-1/+0
* Switch OMAP4 (Pandaboard et. al.) to use the ti_sdhci driver.ian2014-04-041-0/+2
* Trivial changes/forced-commit to document previous change r264050 whoseian2014-04-021-1/+0
* (no commit message)ian2014-04-021-1/+2
* When calculating the MPU freq, make sure not to overflow by using a uint64_t.cognet2014-03-061-1/+1
* Move the declaration for mpentry() into a header file instead of pastingian2014-02-231-3/+0
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+4
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-2/+0
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-272-2/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-271-1/+0
* Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-051-0/+6
* - Correct mispellings of word resourcegabor2013-04-171-4/+4
* Define IPI_IRQ_START and IPI_IRQ_END.cognet2013-01-091-0/+4
* PL310 driver update:gonzo2012-12-312-3/+78
* Fix SMP build for omap4cognet2012-10-301-1/+1
* Merging of projects/armv6, part 10gonzo2012-08-1512-0/+2935
OpenPOWER on IntegriCloud