| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-14 | davinci: spl: use bootcfg to select boot device | Fabien Parent | |
| Right now the SPL is trying to load u-boot based on defines, i.e. one has to define CONFIG_SPL_NAND_SIMPLE to boot from NAND, or CONFIG_SPL_SPI_LOAD to boot from SPI FLASH, etc... This prevent us from having a single SPL image that is able to boot from all media, and one need to build an image for each medium. This commit is replacing the #ifdef that select the boot medium by reading the value of the boot pins (via the BOOTCFG register). Now a single SPL image will be able to read from the boot pin to know which device should be used to load u-boot. Signed-off-by: Fabien Parent <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2016-03-14 | arm: Add support for LEGO MINDSTORMS EV3 | David Lechner | |
| This is based on the davinci da850evm. It can boot from either the on-board 16MB flash or from a microSD card. It also reads board information from an I2C EEPROM. The EV3 itself initally boots from write-protected EEPROM, so no u-boot SPL is needed. Signed-off-by: David Lechner <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
| 2015-02-21 | ARM: davinci: move SoC headers to mach-davinci/include/mach | Masahiro Yamada | |
| Move arch/arm/include/asm/arch-davinci/* -> arch/arm/mach-davinci/include/mach/* Signed-off-by: Masahiro Yamada <[email protected]> Cc: Tom Rini <[email protected]> | |||
