diff options
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-04 00:55:57 -0400 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2016-06-10 12:06:34 -0400 |
commit | 734d937284326068cf46aa0c493dffdb254c15ca (patch) | |
tree | ba46dace68f3cd6db7b27df717fadbf8ba2dc3f0 /meta-phosphor/common | |
parent | 2a223b48ee11cda6cd59a6bb0ec239b902d6367b (diff) | |
download | talos-openbmc-734d937284326068cf46aa0c493dffdb254c15ca.tar.gz talos-openbmc-734d937284326068cf46aa0c493dffdb254c15ca.zip |
AST2500: Initial AST2500 BSP layer
The AST2500 is an ARM SOC made by Aspeed.
This is only a stub; there are a couple missing bits of support
from the kernel/uboot.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.05.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.05.bb index 305c2b7da..80d90fa3e 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.05.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-fw-utils_2016.05.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" SECTION = "bootloader" DEPENDS = "mtd-utils" -SRCREV = "d0847e6b3eda43d4d2b4f9928a549c3c2d52865f" +SRCREV = "47441cc36bb8e919a066837e4d7c5a8a1c475da4" UBRANCH = "v2016.05-ast2500" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.05.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.05.bb index eed5f9c1f..27ed1314b 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.05.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-mkimage_2016.05.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" DEPENDS = "openssl" -SRCREV = "d0847e6b3eda43d4d2b4f9928a549c3c2d52865f" +SRCREV = "47441cc36bb8e919a066837e4d7c5a8a1c475da4" UBRANCH = "v2016.05-ast2500" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.05.bb b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.05.bb index 0a229d5e1..f1d631805 100644 --- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.05.bb +++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot_2016.05.bb @@ -3,7 +3,7 @@ require recipes-bsp/u-boot/u-boot.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" DEPENDS += "dtc-native" -SRCREV = "d0847e6b3eda43d4d2b4f9928a549c3c2d52865f" +SRCREV = "47441cc36bb8e919a066837e4d7c5a8a1c475da4" UBRANCH = "v2016.05-ast2500" SRC_URI = "git://git@github.com/openbmc/u-boot.git;branch=${UBRANCH};protocol=https" |