From 9274136ffbe6906191f108a305d4d1fbaf037352 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 22 Jul 2014 11:33:29 -0500 Subject: [PATCH] hwpack: two imx53-qs(r)b Signed-off-by: Robert Nelson --- hwpack/imx53-qsb.conf | 5 ++-- hwpack/imx53-qsrb.conf | 63 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 hwpack/imx53-qsrb.conf diff --git a/hwpack/imx53-qsb.conf b/hwpack/imx53-qsb.conf index 2a7345f..60aa5de 100644 --- a/hwpack/imx53-qsb.conf +++ b/hwpack/imx53-qsb.conf @@ -1,5 +1,5 @@ #!/bin/bash -# --dtb imx53-qsb (Freescale i.MX53 Quick Start Development Board:supported) +# --dtb imx53-qsb (Freescale i.MX53 Quick Start Board:supported) #Bootloader: conf_board="mx53loco" @@ -34,7 +34,7 @@ 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" @@ -52,6 +52,7 @@ conf_zreladdr="0x70008000" conf_loadaddr="0x70010000" conf_fdtaddr="0x71ff0000" conf_initrdaddr="0x72000000" +conf_fdtfile="imx53-qsb.dtb" SYSTEM="video" diff --git a/hwpack/imx53-qsrb.conf b/hwpack/imx53-qsrb.conf new file mode 100644 index 0000000..b8644d3 --- /dev/null +++ b/hwpack/imx53-qsrb.conf @@ -0,0 +1,63 @@ +#!/bin/bash +# --dtb imx53-qsrb (Freescale i.MX53 Quick Start-R Board:supported) + +#Bootloader: +conf_board="mx53loco" +conf_bl_http="https://rcn-ee.net/deb/tools/latest" +conf_bl_listfile="bootloader-ng" + +#Bootloader Partition: +conf_boot_fstype="ext2" + +bootloader_location="dd_uboot_boot" +dd_uboot_bs="512" +dd_uboot_seek="2" +unset spl_name +boot_name="u-boot.imx" + +#Bootloader: u-boot features: + +#CONFIG_CMD_BOOTZ +#bootz & zImage +conf_uboot_CONFIG_CMD_BOOTZ=1 + +#CONFIG_SUPPORT_RAW_INITRD +#allows booting un-mkimage wrapped initrds +conf_uboot_CONFIG_SUPPORT_RAW_INITRD=1 + +#CONFIG_CMD_FS_GENERIC +#allows using "load" over "fatload"/"ext2load" +conf_uboot_CONFIG_CMD_FS_GENERIC=1 + +#uenvcmd avaiable? +conf_uboot_use_uenvcmd=1 +#conf_uboot_no_uenvcmd="loaduimage" + +#can the bootloader auto detect the device: (*.dtb)? +#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" + +usbnet_mem= + +#Kernel: Bootloader Settings: +conf_zreladdr="0x70008000" +conf_loadaddr="0x70010000" +conf_fdtaddr="0x71ff0000" +conf_initrdaddr="0x72000000" +conf_fdtfile="imx53-qsrb.dtb" + +SYSTEM="video" + +SERIAL="ttymxc0" +SERIAL_CONSOLE="${SERIAL},115200n8" + +USE_KMS=1 +drm_device_identifier="VGA-1"