aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/boot-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-21arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platformsTom Rini1-252/+0
2016-09-27dra7x: boot: add dfu bootmode supportB, Ravi1-0/+5
2016-06-26common: Pass the boot device into spl_boot_mode()Marek Vasut1-1/+1
2016-06-09armv7: omap-common: make SPL board_mmc_init() weakHeiko Schocher1-1/+1
2016-05-02Revert "omap3: Use raw SPL by default for mmc1"Tom Rini1-0/+2
2016-03-08omap3: Use raw SPL by default for mmc1Alexander Graf1-2/+0
2015-12-14armv7: omap-common: Rework SPL board_mmc_init()Tom Rini1-0/+1
2015-08-28omap-common: SYS_BOOT fallback logic correction and support for more devicesPaul Kocialkowski1-10/+22
2015-07-27omap-common: SYS_BOOT-based fallback boot device selection for peripheral bootPaul Kocialkowski1-7/+45
2015-07-27omap-common: Boot device define instead of hardcoded valuePaul Kocialkowski1-2/+2
2015-07-27omap-common: Common boot code OMAP3 support and cleanupPaul Kocialkowski1-52/+74
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski1-1/+1
2015-04-23fastboot: ARM: OMAP5: Enable reboot-bootloaderDileep Katta1-0/+10
2015-04-18ahci: mmio_base is a virtual addressScott Wood1-1/+1
2015-01-16TI ARMv7: Don't use GD before crt0.S has set itTom Rini1-0/+10
2015-01-05arm: omap: reset sata on bootDmitry Lifshitz1-0/+9
2014-12-04arm: am33xx: Handle NAND+I2C boot-device the same way as NANDStefan Roese1-2/+13
2014-12-04arm: omap: add support for am57xx devicesFelipe Balbi1-1/+1
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-2/+2
2014-04-17dra7xx_evm: Add QSPI_4 support, qspiboot build targetTom Rini1-0/+11
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-1/+12
2013-11-01am335x: Enable CONFIG_OMAP_WATCHDOG supportTom Rini1-0/+4
2013-09-20am33xx: Add am33xx_spl_board_init function, callTom Rini1-0/+3
2013-08-15ARM: AM43xx: Add build supportLokesh Vutla1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-9/+1
2013-06-05am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.cTom Rini1-0/+39
2013-05-10ARM: OMAP: Cleanup boot parameters usageSRICHARAN R1-17/+14
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov1-2/+2
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+2
2013-02-18am33xx: support for booting via usbethIlya Yanok1-0/+3
2012-12-10OMAP: include sys_proto.h from boot-commonIlya Yanok1-0/+1
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini1-1/+1
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini1-0/+7
2012-09-27ARM: SPL: Make spl_mmc.c more genericTom Rini1-0/+16
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini1-1/+1
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini1-1/+1
2012-01-16ARM:AM33XX: Add SPL support for AM335X EVMChandan Nath1-0/+49