Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Convert CONFIG_SPL_MMC_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | -2/+0 |
| | | | | | | Move this option to Kconfig and tidy up existing uses. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default | Anatolij Gustschin | 2016-01-26 | -1/+0 |
| | | | | | | | | | | | | | | | Enabling CONFIG_DISPLAY breaks building for some architectures (microblaze-generic), so we disable CONFIG_DISPLAY in Kconfig by default and enable this option in defconfigs. CONFIG_DISPLAY depends on CONFIG_I2C_EDID, so add and enable it in defconfigs, too. Signed-off-by: Anatolij Gustschin <agust@denx.de> Reported-by: Bin Meng <bmeng.cn@gmail.com> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de> | |||
* | rockchip: Add support for Raxda Rock 2 | Simon Glass | 2016-01-21 | -0/+31 |
This board includes an RK3288 SoC on a SOM. It can be mounted on a base-board which provides a wide range of peripherals. So far this is verified to boot to a prompt from a microSD card. The serial console works as well as HDMI. Thanks to Tom Cubie for sending me a board. Signed-off-by: Simon Glass <sjg@chromium.org> |