Commit e6c784a571a80d6b1cfc1a8e28ed0a17391608d1

Authored by Eric Lee
1 parent 763360c58c
Exists in master

Read Board Info from EEPROM at U-Boot

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

recipes-bsp/u-boot/u-boot_2014.04-smarct335x.bb
1 require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 1 require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2 2
3 DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module" 3 DESCRIPTION = "u-boot bootloader for Embedian SMARC T335x Computer on Module"
4 4
5 COMPATIBLE_MACHINE = "smarct335x" 5 COMPATIBLE_MACHINE = "smarct335x"
6 6
7 DEFAULT_PREFERENCE_smarct335x = "100" 7 DEFAULT_PREFERENCE_smarct335x = "100"
8 8
9 LICENSE = "GPLv2+" 9 LICENSE = "GPLv2+"
10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" 10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
11 # Use Autorev during development. Pin when released. 11 # Use Autorev during development. Pin when released.
12 # SRCREV = "${AUTOREV}" 12 # SRCREV = "${AUTOREV}"
13 # For rev. 00A0, uncomment out the following line 13 # For rev. 00A0, uncomment out the following line
14 # SRCREV = "fac7e197c064e15b96b1292148c84cb715d701fb" 14 # SRCREV = "fac7e197c064e15b96b1292148c84cb715d701fb"
15 # For rev. 00B0 15 # For rev. 00B0
16 # For u-boot v2013.10 16 # For u-boot v2013.10
17 # SRCREV = "98106db61244c0ac4832b7e3bb0ae50452405509" 17 # SRCREV = "98106db61244c0ac4832b7e3bb0ae50452405509"
18 18
19 # For u-boot v2014.04 19 # For u-boot v2014.04
20 SRCREV = "c2477548450f9aacc5d6b9732098525bc9e4d4e0" 20 SRCREV = "a1519276bd81f6c1ce41a0b31f35a50add852caa"
21 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" 21 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
22 22
23 BRANCH = "v2014.04-smarct33" 23 BRANCH = "v2014.04-smarct33"
24 24
25 PV = "2014.04-smarct335x" 25 PV = "2014.04-smarct335x"
26 PR = "r0+gitr${SRCPV}" 26 PR = "r0+gitr${SRCPV}"
27 27
28 PACKAGE_ARCH = "${MACHINE_ARCH}" 28 PACKAGE_ARCH = "${MACHINE_ARCH}"
29 29
30 S = "${WORKDIR}/git" 30 S = "${WORKDIR}/git"
31 31
32 UBOOT_SUFFIX = "img" 32 UBOOT_SUFFIX = "img"
33 33
34 # Set the name of the SPL that will built so that it is also packaged with u-boot. 34 # Set the name of the SPL that will built so that it is also packaged with u-boot.
35 SPL_BINARY = "MLO" 35 SPL_BINARY = "MLO"
36 36