Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC | Wolfgang Denk | 2010-10-29 | -14/+0 |
| | | | | | | | | | | | | | | | | When this define was introduced, the idea was to provide a soft migration path for ARM boards to get adapted to the new relocation support. However, other recent changes led to a different implementation (ELF relocation), where this no longer works. By now CONFIG_SYS_ARM_WITHOUT_RELOC does not only not help any more, but it actually hurts because it obfuscates the actual code by sprinkling it with lots of dead and non-working debris. So let's make a clean cut and drop CONFIG_SYS_ARM_WITHOUT_RELOC. Signed-off-by: Wolfgang Denk <wd@denx.de> Tested-by: Heiko Schocher <hs@denx.de> Tested-by: Reinhard Meyer <u-boot@emk-elektronik.de> | |||
* | MX51: Add video support to vision2 board | Stefano Babic | 2010-10-22 | -0/+68 |
| | | | | | | The patch adds support for LCD to the vision2 board. Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
* | MX5: rename mx51 to mx5 | Jason Liu | 2010-10-18 | -1/+1 |
| | | | | | | | Rename mx51 to mx5 in order to support more mx51 like-style SOCs such as MX53 and the followings. Signed-off-by: Jason Liu <r64343@freescale.com> | |||
* | MX51: Support for TTECH vision2 board | Stefano Babic | 2010-10-07 | -0/+711 |
The patch adds support for TTECH vision2 board. The board has 512MB RAM, SDHC slot and 4MB SPI device from StMicron. Signed-off-by: Stefano Babic <sbabic@denx.de> |