Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | am43xx_evm: Add qspiboot target | Sourav Poddar | 2014-06-06 | -1/+1 |
| | | | | | | | | | | | | | The ePOS EVM and EVM SK have QSPI as an option to boot. Add a qspiboot target that utilizes QSPI for env and so forth as an example of best practices. As QSPI is booted from directly we need to chang CONFIG_SYS_TEXT_BASE. Note that on ePOS EVM the QSPI and NAND are mutually exclusive choices we need to handle that elsewhere, once NAND support is also added. Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Signed-off-by: Tom Rini <trini@ti.com> | |||
* | board: ti: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -27/+2 |
| | | | | | Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com> | |||
* | ARM: AM43xx: Add Board files | Lokesh Vutla | 2013-08-15 | -0/+38 |
Add board specific information for AM43xx. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> |