Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | kconfig: arm: select CPU_V7 for some new boards | Masahiro Yamada | 2014-11-13 | -7/+0 |
| | | | | | | | | | | | | This commit adds "select CPU_V7" for some new boards that were not covered by commit 2e07c249a67e (kconfig: arm: introduce symbol for ARM CPUs). Redundant "SYS_CPU" defines and "string" directives should be removed. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Georges Savoundararadj <savoundg@gmail.com> | |||
* | arm: db-mv784mp-gp/maxbcm Add placeholder bin_hdr file so that linking works | Stefan Roese | 2014-10-27 | -0/+17 |
| | | | | | | | | | | | | | | | | | | This file should contain the bin_hdr generated by the original Marvell U-Boot implementation. As this is currently not included in this U-Boot version, we have added this placeholder, so that the U-Boot image can be generated without errors. If you have a known to be working bin_hdr for your board, then you just need to replace this text file here with the binary header and recompile U-Boot. In a few weeks, mainline U-Boot will get support to generate the bin_hdr with the DDR training code itself. By implementing this code as SPL U-Boot. Then this file will not be needed any more and will get removed. Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | arm: armada-xp: Add basic support for the maxBCM board | Stefan Roese | 2014-10-23 | -0/+121 |
The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It integrates an SPI NOR flash and an Marvell 88E6185 switch. Signed-off-by: Stefan Roese <sr@denx.de> |