summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common
AgeCommit message (Expand)AuthorFilesLines
2016-11-21arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platformsTom Rini20-4528/+0
2016-10-07ARM: OMAP5+: Override switch_to_hypervisor functionKeerthy1-0/+24
2016-10-07omap: Set appropriate cache configuration for LPAE and non-LAPE casesKeerthy1-2/+23
2016-10-07omap: Remove hardcoding of mmu section shift to 20Keerthy1-2/+2
2016-10-02ti: omap-common: Allow AM33xx devices to be built securelyAndrew F. Davis1-1/+1
2016-10-02ARM: DRA7: Add secure emif setup callsDaniel Allred1-0/+15
2016-09-28dra7x: boot: add dfu bootmode supportB, Ravi1-0/+5
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-20ARM: OMAP4+: vcores: Remove duplicated codeLokesh Vutla1-52/+10
2016-08-20ARM: OMAP5+: vcores: Drop unnecessary #ifndefsLokesh Vutla1-6/+1
2016-07-22armv7: armv7: introduce set_gpmc_cs0Ladislav Michl1-58/+90
2016-07-22armv7: make gpmc_cfg constLadislav Michl1-5/+3
2016-07-15ARM: OMAP5+: Enable errata i727Lokesh Vutla2-3/+3
2016-07-15arm: omap-common: Update to generate secure U-Boot FIT blobAndreas Dannenberg1-14/+61
2016-07-15arm: omap-common: secure ROM signature verify APIAndreas Dannenberg1-0/+88
2016-07-15arm: omap-common: add secure rom call API for secure devicesAndreas Dannenberg2-0/+53
2016-07-15arm: omap-common: add secure smc entryDaniel Allred1-9/+36
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-06-25omap3: bugfix in timer on rolloverDaniel Gorsulowski1-1/+1
2016-06-09armv7: omap-common: make SPL board_mmc_init() weakHeiko Schocher1-1/+1
2016-06-06armv7: fix order of OMAP die ID printingLadislav Michl1-2/+2
2016-06-03arm: omap: Introduce vcores_init functionKeerthy1-0/+11
2016-05-27ARM: OMAP4+: Fix DPLL programming sequenceLokesh Vutla1-3/+5
2016-05-27ARM: omap-common: Add device type to CPU stringDaniel Allred1-2/+20
2016-05-27ti: omap-common: Add commands for generating secure SPL imagesDaniel Allred1-0/+66
2016-05-27ti: omap-common: Add Kconfig file for secure device supportMadan Srinivas1-0/+17
2016-05-02Revert "omap3: Use raw SPL by default for mmc1"Tom Rini1-0/+2
2016-04-25ARM: DRA7: Add ABB setup for all domainsNishanth Menon1-0/+24
2016-04-25ARM: OMAP5: Enable ABB configuration for MM voltage domainNishanth Menon1-0/+9
2016-04-25ARM: OMAP5/DRA7: Move ABB TXDONE mask to voltage structureNishanth Menon1-2/+2
2016-04-25ARM: OMAP5/DRA7: Get rid of control_std_fuse_opp_vdd_mpu_2Nishanth Menon1-2/+2
2016-03-16spl: arm: Make sure to include all of the u_boot_list entriesTom Rini1-1/+1
2016-03-16arm: omap-common: Guard some parts of the code with CONFIG_OMAP44XX/OMAP54XXTom Rini1-1/+7
2016-03-15omap-common: clocks-common: Setup USB DPLL when MUSB is in usePaul Kocialkowski1-2/+4
2016-03-15omap-common: Remove deprecated arch_cpu_init codePaul Kocialkowski1-13/+0
2016-03-15omap-common: Rename set_muxconf_regs_essential to set_muxconf_regsPaul Kocialkowski1-2/+2
2016-03-15ARM: OMAP4+: Allow arch specfic code to use early DMLokesh Vutla1-9/+21
2016-03-15ARM: DRA7: emif: Enable interleaving for higher address spaceLokesh Vutla1-0/+2
2016-03-15ARM: DRA7: emif: Check for enable bits before updating leveling outputLokesh Vutla1-16/+22
2016-03-15ARM: DRA7: emif: Fix DDR init sequence during warm resetLokesh Vutla1-1/+3
2016-03-15ARM: DRA7: emif: Fix updating of refresh ctrl shadowLokesh Vutla1-1/+5
2016-03-15ARM: OMAP4/5: Add generic board detection hookKipisz, Steven1-0/+11
2016-03-15ARM: OMAP4/5: Centralize early clock initializationKipisz, Steven2-4/+20
2016-03-08omap3: Use raw SPL by default for mmc1Alexander Graf1-2/+0
2016-01-21arm: omap-common: do not build timer when CONFIG_TIMER definedMugunthan V N1-0/+6
2016-01-20armv7: Add missing newline after OMAP die IDLadislav Michl1-2/+2
2015-12-14armv7: omap-common: Rework SPL board_mmc_init()Tom Rini1-0/+1
2015-10-22omap-common: Common get_board_serial function to pass serial through ATAGPaul Kocialkowski1-0/+18
2015-10-22omap-common: Common function to display die id, replacing omap3-specific versionPaul Kocialkowski1-0/+10
2015-10-22omap-common: Common serial and usbethaddr functions based on die idPaul Kocialkowski1-22/+27