]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dra7xx_evm: Add QSPI_4 support, qspiboot build target
authorTom Rini <trini@ti.com>
Thu, 3 Apr 2014 11:52:56 +0000 (07:52 -0400)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 21:24:37 +0000 (17:24 -0400)
commit79b079f35c31bab26e45a526bd128891ab6c5c1d
treea230cbff091260698d90158830b963929cd9b148
parentfa1a73fa87bfd204f56224d3ef7ab1ab486ca95f
dra7xx_evm: Add QSPI_4 support, qspiboot build target

We previously only supported QSPI_1 (single) support.  Add QSPI_4 (quad)
read support as well.  This means we can be given one of two boot device
values, but don't care which it is, so perform a fixup on the QSPI_4
value.  We add a qspiboot build target to better show how you would use
QSPI as a boot device in deployment.  When we boot from QSPI, we can
check the environment for 'boot_os' to control Falcon Mode.

Signed-off-by: Sourav Poddar <sourav.poddar@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/boot-common.c
board/ti/dra7xx/evm.c
boards.cfg
include/configs/dra7xx_evm.h