Commit 1840584131274bd8100a7966fe0f5a3a6e95728e

Authored by Eric Lee
1 parent 2fa96b70a0
Exists in master

Add U-Boot eMMC support

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

recipes-bsp/u-boot/u-boot-smarct335x_2016.05-smarct335x.bb
1 require u-boot-smarc.inc 1 require u-boot-smarc.inc
2 2
3 # u-boot needs devtree compiler to parse dts files 3 # u-boot needs devtree compiler to parse dts files
4 DEPENDS += "dtc-native" 4 DEPENDS += "dtc-native"
5 5
6 DESCRIPTION = "u-boot bootloader for Embedian SMARC-T335x Computer on Module" 6 DESCRIPTION = "u-boot bootloader for Embedian SMARC-T335x Computer on Module"
7 7
8 COMPATIBLE_MACHINE = "smarct335x" 8 COMPATIBLE_MACHINE = "smarct335x"
9 9
10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 10 LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
11 11
12 PV = "2016.05-smarct335x" 12 PV = "2016.05-smarct335x"
13 PR = "r0+gitr${SRCPV}" 13 PR = "r0+gitr${SRCPV}"
14 14
15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}" 15 SRC_URI = "${EMB_UBOOT_MIRROR};protocol=ssh;branch=${BRANCH}"
16 16
17 BRANCH = "v2016.05-smarct3x" 17 BRANCH = "v2016.05-smarct3x"
18 18
19 SRCREV = "cd7520d6afe9ed5916619394538aabb56a738378" 19 SRCREV = "cd7520d6afe9ed5916619394538aabb56a738378"
20 20
21 # If Boot up from on module eMMC
22 # BRANCH = "v2016.05-smarct3x-emmc"
23
24 # SRCREV = "b08695ae0d33b53b1c44e001fddc542497d2f7e6"
25
21 S = "${WORKDIR}/git" 26 S = "${WORKDIR}/git"
22 27
23 UBOOT_SUFFIX = "img" 28 UBOOT_SUFFIX = "img"
24 29
25 SPL_BINARY = "MLO" 30 SPL_BINARY = "MLO"
26 UBOOT_SPI_BINARY = "u-boot.img" 31 UBOOT_SPI_BINARY = "u-boot.img"
27 SPL_UART_BINARY = "u-boot-spl.bin" 32 SPL_UART_BINARY = "u-boot-spl.bin"
28 33