aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-uefi.yaml
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-05-19 17:35:20 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-05-19 17:35:50 -0300
commit8cd8eb24c5cbab67187c65c3fc0d6261d788fbdc (patch)
tree5fbca31b28273dc71decc986a5ee2fa33fbb06f9 /96boards-reference-uefi.yaml
parent78ce4f8420dc83aacaddcb5f62bd16600ec6d084 (diff)
96boards-reference-uefi: adding support for d03
Change-Id: I71925374b91e652ca2443786a38a01fc78dc3895 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-uefi.yaml')
-rw-r--r--96boards-reference-uefi.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/96boards-reference-uefi.yaml b/96boards-reference-uefi.yaml
index 8b18faef..c695a3d1 100644
--- a/96boards-reference-uefi.yaml
+++ b/96boards-reference-uefi.yaml
@@ -37,6 +37,7 @@
values:
- hikey
- d02
+ - d03
- juno
- styx
- cello
@@ -160,7 +161,7 @@
elif [ "${MX_PLATFORM}" == "styx" -o "${MX_PLATFORM}" == "cello" ]; then
OPEN_PLATFORM_PKG_GIT_URL=ssh://dev-private-git.linaro.org/96boards/OpenPlatformPkg.git
OPEN_PLATFORM_PKG_GIT_BRANCH=dev-FDK102
- elif [ "${MX_PLATFORM}" == "d02" ]; then
+ elif [ "${MX_PLATFORM}" == "d02" -o "${MX_PLATFORM}" == "d03" ]; then
OPEN_PLATFORM_PKG_GIT_URL=https://git.linaro.org/people/heyi.guo/OpenPlatformPkg.git
OPEN_PLATFORM_PKG_GIT_BRANCH=d02-d03-upstream-04
fi
@@ -195,7 +196,7 @@
if [ "${MX_PLATFORM}" == "styx" -o "${MX_PLATFORM}" == "cello" ]; then
git clone -b dev-FDK1_0_0_2 --depth 1 ssh://dev-private-git.linaro.org/96boards/SeattleFDK.git
cd $EDK2_DIR; ln -s ../SeattleFDK/AmdModulePkg; cd ..
- elif [ "${MX_PLATFORM}" == "d02" ]; then
+ elif [ "${MX_PLATFORM}" == "d02" -o "${MX_PLATFORM}" == "d03" ]; then
# Need revert on 2 known upstream changes for now, Heyi still working on a proper fix
cd ${EDK2_DIR}
git config user.email "ci@linaro.org"