[meta-freescale] [meta-fsl-arm-extra][master][PATCH v3 1/3] u-boot-karo: add recipe for Ka-Ro U-Boot v2015.10-rc2 (based) for TX6Q/U/S COM

Oliver Wendt OW at karo-electronics.de
Wed Nov 18 08:54:19 PST 2015


This receipe adds the U-Boot fork for the Ka-Ro TX6 series COM to this fsl yocto
meta layer and includes changes such as the following:

  - U-Boot upstream base: v2015.10-rc2
  - no IMX image format: DCD is compiled and integrated at compile time
  - Secure Boot support for TX6
  - set default video_mode depending on LVDS/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
  - make shutdown temperature configurable
  - use IRAM_BASE_ADDR rather than 0xbadc0de as exception vector
    address

Full list of changes see the git repository as given in patch.

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