[meta-ti] [PATCHv2] u-boot-dra7xx: add latest u-boot from the integration branch

Maupin, Chase chase.maupin at ti.com
Wed Jun 5 08:52:45 PDT 2013


Acked-by: Chase Maupin <chase.maupin at ti.com>

Sincerely,
Chase Maupin
Integration Team Manager
Linux Core Product Development
e-mail: chase.maupin at ti.com
phone: (214) 567-2950

For support:
Forums - http://community.ti.com/forums/
Wiki - http://wiki.davincidsp.com/ 


>-----Original Message-----
>From: meta-ti-bounces at yoctoproject.org [mailto:meta-ti-
>bounces at yoctoproject.org] On Behalf Of Denys Dmytriyenko
>Sent: Wednesday, June 05, 2013 9:31 AM
>To: meta-ti at yoctoproject.org
>Subject: [meta-ti] [PATCHv2] u-boot-dra7xx: add latest u-boot from
>the integration branch
>
>From: Denys Dmytriyenko <denys at ti.com>
>
>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 at ti.com>
>---
>v2 - add detailed explanation for the new recipe
>
> conf/machine/dra7xx-evm.conf                |  7 +++++--
> recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb | 16 ++++++++++++++++
> 2 files changed, 21 insertions(+), 2 deletions(-)
> create mode 100644 recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb
>
>diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-
>evm.conf
>index d968d3b..5897a5f 100644
>--- a/conf/machine/dra7xx-evm.conf
>+++ b/conf/machine/dra7xx-evm.conf
>@@ -8,6 +8,11 @@ IMAGE_FSTYPES += "ubi tar.gz"
>
> SERIAL_CONSOLE = "115200 ttyO0"
>
>+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-dra7xx"
>+PREFERRED_PROVIDER_u-boot = "u-boot-dra7xx"
>+
>+UBOOT_MACHINE = "dra7xx_evm_config"
>+
> # UBI information.  Note that this is board and kernel specific.
>Changes
> # in your kernel port may require changes in these variables.
>For more
> # details about this board please see
>@@ -29,8 +34,6 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
> # UBI: VID header offset:          2048 (aligned 2048)
> UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
>
>-UBOOT_MACHINE = "dra7xx_evm_config"
>-
> # Currently removing the sgx machine feature because there is no
>SGX package
> # available for omap5
> 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 0000000..eb3fc05
>--- /dev/null
>+++ b/recipes-bsp/u-boot/u-boot-dra7xx_2013.04.bb
>@@ -0,0 +1,16 @@
>+require u-boot-ti.inc
>+
>+DESCRIPTION = "u-boot bootloader for TI devices"
>+
>+COMPATIBLE_MACHINE = "dra7xx-evm"
>+
>+PR = "r0+gitr${SRCPV}"
>+
>+SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-
>boot.git;protocol=git;branch=${BRANCH}"
>+
>+BRANCH ?= "ti-u-boot-2013.04+"
>+
>+# This commit corresponds to ti2013.04.02 release tag
>+SRCREV = "e2315adf674b60132f0c5c8fe6eac5d109b81688"
>+
>+SPL_BINARY = "MLO"
>--
>1.8.2.1
>
>_______________________________________________
>meta-ti mailing list
>meta-ti at yoctoproject.org
>https://lists.yoctoproject.org/listinfo/meta-ti



More information about the meta-ti mailing list