diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2013-06-04 23:15:41 -0400 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2013-06-05 11:55:22 -0400 |
| commit | 88bdf2e3d90fe03e6c7b26067e5649a8d546ae9e (patch) | |
| tree | 7b97d2f88c6e64658ee5c423db5c16143985b805 | |
| parent | 64b76e0915b2dfbc989002567bebc5080351ff22 (diff) | |
| download | meta-ti-88bdf2e3d90fe03e6c7b26067e5649a8d546ae9e.tar.gz | |
u-boot-dra7xx: add latest u-boot from the integration branch
While the code is being pulled from ti-u-boot integration tree, J6/DRA7xx bring up
is being done from a separate branch that does not include all the commits made
for am335x. Hence, until those branches are merged with the mainline and unified
in a single recipe, a separate recipe just for DRA7xx makes more sense. This
recipe should eventually go away and unified under u-boot-ti-staging one.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Chase Maupin <chase.maupin@ti.com>
| -rw-r--r-- | conf/machine/dra7xx-evm.conf | 7 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb | 16 |
2 files changed, 21 insertions, 2 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index d968d3b3..5897a5fe 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
| @@ -8,6 +8,11 @@ IMAGE_FSTYPES += "ubi tar.gz" | |||
| 8 | 8 | ||
| 9 | SERIAL_CONSOLE = "115200 ttyO0" | 9 | SERIAL_CONSOLE = "115200 ttyO0" |
| 10 | 10 | ||
| 11 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-dra7xx" | ||
| 12 | PREFERRED_PROVIDER_u-boot = "u-boot-dra7xx" | ||
| 13 | |||
| 14 | UBOOT_MACHINE = "dra7xx_evm_config" | ||
| 15 | |||
| 11 | # UBI information. Note that this is board and kernel specific. Changes | 16 | # UBI information. Note that this is board and kernel specific. Changes |
| 12 | # in your kernel port may require changes in these variables. For more | 17 | # in your kernel port may require changes in these variables. For more |
| 13 | # details about this board please see | 18 | # details about this board please see |
| @@ -29,8 +34,6 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" | |||
| 29 | # UBI: VID header offset: 2048 (aligned 2048) | 34 | # UBI: VID header offset: 2048 (aligned 2048) |
| 30 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 35 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
| 31 | 36 | ||
| 32 | UBOOT_MACHINE = "dra7xx_evm_config" | ||
| 33 | |||
| 34 | # Currently removing the sgx machine feature because there is no SGX package | 37 | # Currently removing the sgx machine feature because there is no SGX package |
| 35 | # available for omap5 | 38 | # available for omap5 |
| 36 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" | 39 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen" |
diff --git a/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb b/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb new file mode 100644 index 00000000..eb3fc05a --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "dra7xx-evm" | ||
| 6 | |||
| 7 | PR = "r0+gitr${SRCPV}" | ||
| 8 | |||
| 9 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
| 10 | |||
| 11 | BRANCH ?= "ti-u-boot-2013.04+" | ||
| 12 | |||
| 13 | # This commit corresponds to ti2013.04.02 release tag | ||
| 14 | SRCREV = "e2315adf674b60132f0c5c8fe6eac5d109b81688" | ||
| 15 | |||
| 16 | SPL_BINARY = "MLO" | ||
