[meta-freescale] [meta-fsl-arm-extra][dizzy][PATCH v2 1/3] Add initial support for TX6-series COM U-Boot.

Oliver Wendt OW at karo-electronics.de
Tue Nov 17 04:27:43 PST 2015


The U-Boot sources will be fetched from a remote git repository.

This U-Boot does not use the imx image format, as the DCD is generated and
integrated at compile time.

Short excerpt/synopsis from the official release notes:

        - U-Boot upstream base: v2015.10-rc2
        - Secure Boot support for TX6
        - set default video_mode depending on LVSD/LCD module variant
        - get LCD backlight polarity from DT
        - changed CONFIG_SYS_TEXT_BASE from 0x2780000 to 0x10100000 to
          accomodate boards with less than 256MiB memory
        - add support for boards with 16bit SDRAM bus width
        - make shutdown temperature configurable
        - use IRAM_BASE_ADDR rather than 0xbadc0de as exception vector
          address

Signed-off-by: Oliver Wendt <OW at karo-electronics.de>
---
 recipes-bsp/u-boot/u-boot-karo_git.bb |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-karo_git.bb

diff --git a/recipes-bsp/u-boot/u-boot-karo_git.bb b/recipes-bsp/u-boot/u-boot-karo_git.bb
new file mode 100644
index 0000000..2e1f7bb
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-karo_git.bb
@@ -0,0 +1,19 @@
+require recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot for Ka-Ro electronics TX Computer-On-Modules."
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95"
+
+PROVIDES = "u-boot"
+
+PV = "v2015.10-rc2+git${SRCPV}"
+
+SRCREV = "047997571bf2c5bd43058c8e9da8052e09d9111f"
+SRCBRANCH = "karo-tx6"
+SRC_URI = "git://git.karo-electronics.de/karo-tx-uboot.git;branch=${SRCBRANCH}"
+
+S = "${WORKDIR}/git"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+COMPATIBLE_MACHINE  = "(tx6[qsu]-.*)"
-- 
1.7.10.4



More information about the meta-freescale mailing list