summaryrefslogtreecommitdiffstats
path: root/configs/A13-OLinuXinoM_defconfig
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2014-08-13 07:55:06 +0200
committerHans de Goede <hdegoede@redhat.com>2014-11-25 13:38:46 +0100
commit7f2c521f90f546fd4077038730196e0990da933c (patch)
tree1de6d711278cf7c12f20c2876cda722fa91a0ee7 /configs/A13-OLinuXinoM_defconfig
parent0bd51251331a341dae8c19ae2e36a3262ae2ef72 (diff)
downloadtalos-obmc-uboot-7f2c521f90f546fd4077038730196e0990da933c.tar.gz
talos-obmc-uboot-7f2c521f90f546fd4077038730196e0990da933c.zip
sunxi: video: Add cfb console driver for sunxi
This adds a fixed mode hdmi driver for the sunxi platform. The fixed mode is a relatively safe 1024x768, more complete EDID handling is currently not provided. Only HDMI is supported today. This code is enabled when HPD detects an attached monitor. Current config is such that 8MB is shaved off at the top of the RAM. This avoids several memory handling issues, most significant is the fact that on linux on ARM you are not allowed to remap known RAM as IO. A clued in display driver will be able to recycle this reserved RAM in future though. cfbconsole was chosen as it provides the most important functionality: a working u-boot console, allowing for the debugging of certain issues without the need for a UART. Signed-off-by: Luc Verhaegen <libv@skynet.be> [hdegoede@redhat.com: Major cleanups and some small bugfixes] Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Anatolij Gustschin <agust@denx.de> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/A13-OLinuXinoM_defconfig')
-rw-r--r--configs/A13-OLinuXinoM_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A13-OLinuXinoM_defconfig b/configs/A13-OLinuXinoM_defconfig
index 8517203613..b1262f77cc 100644
--- a/configs/A13-OLinuXinoM_defconfig
+++ b/configs/A13-OLinuXinoM_defconfig
@@ -2,6 +2,7 @@ CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,USB_EHCI"
CONFIG_FDTFILE="sun5i-a13-olinuxino-micro.dtb"
CONFIG_USB1_VBUS_PIN="PG11"
+CONFIG_VIDEO=n
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
+S:CONFIG_MACH_SUN5I=y
OpenPOWER on IntegriCloud