From 42a994e5a3ccfe03bd620c29f4b25b2adaec6222 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Jun 2014 14:20:54 -0500 Subject: [PATCH] hwpack: imx53-qsb, now with video support in v3.15.x Signed-off-by: Robert Nelson --- hwpack/imx53-qsb.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/hwpack/imx53-qsb.conf b/hwpack/imx53-qsb.conf index 0a0e68f..f47fe79 100644 --- a/hwpack/imx53-qsb.conf +++ b/hwpack/imx53-qsb.conf @@ -34,13 +34,16 @@ conf_uboot_use_uenvcmd=1 #conf_uboot_no_uenvcmd="loaduimage" #can the bootloader auto detect the device: (*.dtb)? -#uboot_fdt_auto_detection=1 +uboot_fdt_auto_detection=1 + +#with mainline u-boot, the variable for the *.dtb file can vary +uboot_fdt_variable_name="fdt_file" #Kernel: #https://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="STABLE" -#kernel_repo="TESTING" +#kernel_repo="STABLE" +kernel_repo="TESTING" usbnet_mem= @@ -49,13 +52,11 @@ conf_zreladdr="0x70008000" conf_loadaddr="0x70010000" conf_fdtaddr="0x71ff0000" conf_initrdaddr="0x72000000" -conf_fdtfile="imx53-qsb.dtb" SYSTEM="video" SERIAL="ttymxc0" SERIAL_CONSOLE="${SERIAL},115200n8" -SERIAL_MODE=1 - -VIDEO_CONSOLE="console=tty0" +USE_KMS=1 +drm_device_identifier="VGA-1"