diff options
author | Hannes Petermaier <oe5hpm@oevsv.at> | 2015-04-24 14:49:37 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-05-08 17:24:17 -0400 |
commit | 99f724721130d8606e04c3bd46e7232db06c4dad (patch) | |
tree | ad0daff2164b74198a396490a482aca29c2ce911 /configs/devkit8000_defconfig | |
parent | 10c63f2ebe1172864ff0e0406c29759044bc420e (diff) | |
download | u-boot-imx-99f724721130d8606e04c3bd46e7232db06c4dad.zip u-boot-imx-99f724721130d8606e04c3bd46e7232db06c4dad.tar.gz u-boot-imx-99f724721130d8606e04c3bd46e7232db06c4dad.tar.bz2 |
board/BuR/tseries: Add simplefb support
Since the used AM3352 SoC doesn't have GPU it isn't allways necessary to build
in complete drm-stuff into linux kernel. In very small applications only we use
the simple-framebuffer.
So we have 2 use-cases:
- device operating on drm-driver (let simplefb node disabled)
- device operating on simplefb-driver (activate simplefb node and reserve mem)
The decision is made by means of "simplefb" environment variable.
simplefb = 0
we don't enable the (maybe) existing simplefb node and all the rest around
display is up to the linux-kernel. We just disable the backlight, beceause we
do not want see the flicker during take over of drm-driver.
simplefb = 1
we enable the (maybe) existing simplefb node and reserve framebuffers size
in memory.
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'configs/devkit8000_defconfig')
0 files changed, 0 insertions, 0 deletions