| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | andrew | 2015-11-20 | 1 | -7/+0 |
* | Consistently capitalize "TI" as an abbreviation for Texas Instruments. | gavin | 2015-11-12 | 1 | -1/+1 |
* | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | tijl | 2015-11-08 | 1 | -2/+2 |
* | Enable ARM_INTRNG on the pandaboard platform. | ian | 2015-10-18 | 1 | -4/+0 |
* | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | ian | 2015-10-18 | 1 | -1/+1 |
* | - Add clk_set_source_freq field to struct ti_clock_dev so clock device | gonzo | 2015-06-17 | 1 | -4/+10 |
* | Remove an unused header. | andrew | 2015-05-23 | 2 | -92/+0 |
* | Switch TI platform support code from using FreeBSD's custom-baked DTS | gonzo | 2015-05-22 | 4 | -337/+407 |
* | Use the new gic option on all configs that need it. | andrew | 2015-05-10 | 1 | -1/+0 |
* | Include vm/pmap.h for pmap_kextract. | andrew | 2015-04-04 | 1 | -0/+3 |
* | Attach the prcm clock driver early, so it can set the mpcore timer frequency. | ian | 2015-03-09 | 1 | -1/+2 |
* | Fix a number of -Wcast-qual warnings under sys/arm. No functional | dim | 2015-02-26 | 1 | -2/+2 |
* | Rename gic_init_secondary to arm_init_secondary_ic to help with the merge | andrew | 2015-01-11 | 1 | -1/+1 |
* | Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachments | andrew | 2014-10-18 | 4 | -102/+226 |
* | Make the ti_padstate_devmap arrays ststic, they are only used with the | andrew | 2014-10-14 | 1 | -1/+1 |
* | Move the sdhci option to files.ti, it's common to both SoCs. | andrew | 2014-10-13 | 1 | -1/+0 |
* | Remove ti_mmchs.c, it has been replaced by ti_sdhci.c. | andrew | 2014-10-13 | 1 | -1/+0 |
* | Make ti_padconf_devmap static in both places it is defined. | andrew | 2014-05-25 | 1 | -1/+1 |
* | Allow the OMAP4 and AM335x prcm drivers to be compiled in the same kernel | andrew | 2014-05-25 | 1 | -1/+1 |
* | Move duplicated code to print l2 cache config into the common code. | ian | 2014-04-27 | 1 | -32/+0 |
* | Let's try having just one mmc/sd controller driver. | ian | 2014-04-04 | 1 | -1/+0 |
* | Switch OMAP4 (Pandaboard et. al.) to use the ti_sdhci driver. | ian | 2014-04-04 | 1 | -0/+2 |
* | Trivial changes/forced-commit to document previous change r264050 whose | ian | 2014-04-02 | 1 | -1/+0 |
* | (no commit message) | ian | 2014-04-02 | 1 | -1/+2 |
* | When calculating the MPU freq, make sure not to overflow by using a uint64_t. | cognet | 2014-03-06 | 1 | -1/+1 |
* | Move the declaration for mpentry() into a header file instead of pasting | ian | 2014-02-23 | 1 | -3/+0 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 1 | -0/+4 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 1 | -2/+0 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 2 | -2/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 1 | -1/+0 |
* | Let the platform calculate the timer frequency at runtime, and use that for | cognet | 2013-08-05 | 1 | -0/+6 |
* | - Correct mispellings of word resource | gabor | 2013-04-17 | 1 | -4/+4 |
* | Define IPI_IRQ_START and IPI_IRQ_END. | cognet | 2013-01-09 | 1 | -0/+4 |
* | PL310 driver update: | gonzo | 2012-12-31 | 2 | -3/+78 |
* | Fix SMP build for omap4 | cognet | 2012-10-30 | 1 | -1/+1 |
* | Merging of projects/armv6, part 10 | gonzo | 2012-08-15 | 12 | -0/+2935 |