summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass2-6/+6
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-1/+2
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini1-0/+3
2017-08-13ARM: OMAP5: Enable support for AVS0 for OMAP5 production devicesNishanth Menon2-2/+11
2017-08-13spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich1-0/+3
2017-08-13omap3: incorrect logical check in do_emif4_initxypron.glpk@gmx.de1-1/+1
2017-08-13arm: omap: Fix 'get_device_type()' for OMAP34XXDerald D. Woods1-0/+9
2017-08-11Convert CONFIG_CMD_SPL to KconfigSimon Glass1-0/+1
2017-08-10Convert CONFIG_SYS_I2C_OMAP24XX to KconfigAdam Ford1-0/+5
2017-08-09Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford1-1/+1
2017-07-31arm: mach-omap2: Align image address before cache operationsAndrew F. Davis1-4/+4
2017-07-23arm: omap3: Detect boot mode very earlyAdam Ford1-0/+6
2017-07-23arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boardsAndrew F. Davis2-0/+44
2017-07-23arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is definedAndrew F. Davis1-6/+14
2017-07-23arm: mach-omap2: Factor out common FDT fixup suportAndrew F. Davis4-120/+163
2017-07-23arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.cAndrew F. Davis5-262/+251
2017-07-12am33xx: board: Refactor USB initialization into separate functionAlexandru Gagniuc1-4/+10
2017-07-12ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as wellTom Rini1-1/+7
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-1/+3
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass1-0/+2
2017-07-10arm: omap4+: Enable spl_early_init()Lokesh Vutla1-0/+1
2017-07-10arm: omap: Detect boot mode very earlyLokesh Vutla3-7/+16
2017-06-23ti816x: Add additional boot device detection logicTom Rini1-0/+17
2017-06-16arm: mach-omap2: Generate MLO file from SD boot capable targetsAndrew F. Davis1-2/+11
2017-06-12omap: Add routine for setting fastboot variablesSemen Protsenko1-0/+115
2017-06-10arm: omap: Unify get_device_type() functionSemen Protsenko13-27/+105
2017-06-10am33xx: Finish migration of CONFIG_AM33XX/AM43XXTom Rini2-55/+60
2017-06-05arm: Include asm/setup.h explictlySimon Glass1-0/+1
2017-06-05t81xx: Migrate TI81XX/TI816X/TI814X symbols to KconfigTom Rini2-6/+34
2017-06-05ti816x: Rework DDR initialization sequenceTom Rini6-96/+211
2017-05-15omap: Drop CONFIG_OMAP_VC_I2C_HS_MCODETom Rini1-10/+4
2017-05-15omap3: Migrate CONFIG_OMAP3_GPIO_X to KconfigTom Rini1-0/+54
2017-05-15omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to KconfigTom Rini2-6/+24
2017-05-12arm: amx3xx: Add support for early debugLokesh Vutla1-0/+4
2017-05-12arm: omap5+: Add support for early debugLokesh Vutla1-0/+4
2017-05-12arm: am33xx: Add support for mulitiple PLL input frequenciesLokesh Vutla3-13/+98
2017-05-12arm: am33xx: Fix MPU opp selectionLokesh Vutla2-12/+21
2017-05-12configs: convert CONFIG_SYS_MPUCLK to KconfigLokesh Vutla1-0/+5
2017-05-12arm: am335x: Enable tiny printf in SPLLokesh Vutla1-0/+1
2017-05-12configs: am335x_evm: Enable SPL_DMLokesh Vutla1-0/+5
2017-05-12configs: am335x_evm: Use omap2 generic spl load scriptLokesh Vutla1-56/+0
2017-05-12arch: arm: omap: Declare size of ddr very earlyLokesh Vutla2-0/+5
2017-05-10power: twl4030: Move CONFIG_TWL4030_POWER to KconfigAdam Ford1-0/+1
2017-05-08igep003x: Add support for IGEP SMARC AM335xPau Pajuelo1-0/+1
2017-05-08igep0033: Rename to igep003xLadislav Michl1-2/+2
2017-05-08arm: dra7xx: move CONFIG_DRA7XX to KconfigUri Mashiach1-0/+8
2017-04-27ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate KconfigMasahiro Yamada1-0/+163
2017-04-27OMAP3: Correct name of omap34xx_gpios when using DM_GPIOAdam Ford1-1/+1
2017-04-18arm: omap-common: add missing va_end()xypron.glpk@gmx.de1-1/+3