diff options
-rw-r--r-- | conf/machine/am335x-hs-evm.conf | 14 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb | 7 |
2 files changed, 21 insertions, 0 deletions
diff --git a/conf/machine/am335x-hs-evm.conf b/conf/machine/am335x-hs-evm.conf new file mode 100644 index 00000000..674a764c --- /dev/null +++ b/conf/machine/am335x-hs-evm.conf | |||
@@ -0,0 +1,14 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM335x HS EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI AM435x HS EVM | ||
4 | |||
5 | require conf/machine/am335x-evm.conf | ||
6 | |||
7 | UBOOT_MACHINE = "am335x_hs_evm_mmc_config" | ||
8 | |||
9 | UBOOT_ENTRYPOINT = "0x82000000" | ||
10 | UBOOT_LOADADDRESS = "0x82000000" | ||
11 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
12 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
13 | |||
14 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/am3x" | ||
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb index 868109b6..c3b55ac6 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb | |||
@@ -53,6 +53,13 @@ do_compile_append_am437x-hs-evm () { | |||
53 | fi | 53 | fi |
54 | } | 54 | } |
55 | 55 | ||
56 | do_compile_append_am335x-hs-evm () { | ||
57 | if [ -f ${S}/u-boot-spl_HS_ISSW ]; then | ||
58 | rm -rf ${S}/MLO | ||
59 | cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO | ||
60 | fi | ||
61 | } | ||
62 | |||
56 | do_install_append () { | 63 | do_install_append () { |
57 | if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then | 64 | if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then |
58 | install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE} | 65 | install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE} |