]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nitrogen6x: display: add svga display (800x600)
authorEric Nelson <eric.nelson@boundarydevices.com>
Thu, 2 Oct 2014 19:16:36 +0000 (12:16 -0700)
committerStefano Babic <sbabic@denx.de>
Mon, 6 Oct 2014 15:57:22 +0000 (17:57 +0200)
commit135663061ffa78c391dd502674bb50823555b675
tree0ee8674e74643b7c3e0500f3e120f7b15b0f51d2
parent04edda266d333af5fe8cd5775f49071e8098082a
nitrogen6x: display: add svga display (800x600)

Add support for 800x600 18-bit RGB displays using VESA GTF timings.

No auto-detection is supported, so you must configure this panel
manually through the 'panel' environment variable:

        U-Boot > setenv panel svga
        U-Boot > saveenv && reset

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
board/boundary/nitrogen6x/nitrogen6x.c