Blame view

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