aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-capsule
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-12-22 12:50:37 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-12-22 12:50:37 +0200
commit0ffefa1f46bf95ef4fefe6df632583dbfff35fa3 (patch)
tree71fa100d00e4ce03e27179bee9a8038415881519 /linaro-edk2-capsule
parent002ee4afb53aac53b6502060f54c22da61314d2a (diff)
linaro-edk2-capsule: add startup.nsh
add startup.nsh to boot with LEG kernel remove kernel/dtb overwrite (used for testing/stub purpose) Change-Id: Ieadd0442a99d2074fb31cd553c54fd31a70be2b9 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro-edk2-capsule')
-rw-r--r--linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json7
-rw-r--r--linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml6
2 files changed, 4 insertions, 9 deletions
diff --git a/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
index b0cd8ca..2076db3 100644
--- a/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
+++ b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.json
@@ -8,11 +8,8 @@
"boot:/fvp": [
"delete"
],
- "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/Image_leg_armv8_UpdateCapsule_test": [
- "boot:/Image"
- ],
- "http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/fvp-base-gicv2-psci.dtb_UpdateCapsule_test": [
- "boot:/fvp-base-gicv2-psci.dtb"
+ "${STARTUP_NSH}": [
+ "boot:/EFI/BOOT/startup.nsh"
],
"${BL1_URL}": [
"boot:/fvp_bl1.bin"
diff --git a/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
index c8e36fe..6f6a75a 100644
--- a/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
+++ b/linaro-edk2-capsule/lava-job-definitions/rtsm_fvp_base-aemv8a/template.yaml
@@ -5,10 +5,8 @@ actions:
customize:
'boot:/fvp':
- 'delete'
- 'http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/Image_leg_armv8_UpdateCapsule_test':
- - 'boot:/Image'
- 'http://people.linaro.org/~fu.wei/LAVA/test/UEFI/uefi_update_capsule/fvp-base-gicv2-psci.dtb_UpdateCapsule_test':
- - 'boot:/fvp-base-gicv2-psci.dtb'
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
'${BL1_URL}':
- 'boot:/fvp_bl1.bin'
'${FIP_URL}':