These are similar to the existing qemu_arm/64 targets, except that the 'bios' is image.bin (containing both SPL and U-Boot) rather than in u-boot.bin
They will be used for testing standard passage on QEMU Signed-off-by: Simon Glass <s...@chromium.org> --- bin/ellesmere/conf.qemu_arm64_spl_na | 1 + bin/ellesmere/conf.qemu_arm_spl_na | 1 + 2 files changed, 2 insertions(+) create mode 120000 bin/ellesmere/conf.qemu_arm64_spl_na create mode 120000 bin/ellesmere/conf.qemu_arm_spl_na diff --git a/bin/ellesmere/conf.qemu_arm64_spl_na b/bin/ellesmere/conf.qemu_arm64_spl_na new file mode 120000 index 0000000..abbbc02 --- /dev/null +++ b/bin/ellesmere/conf.qemu_arm64_spl_na @@ -0,0 +1 @@ +../travis-ci/conf.qemu_arm64_spl_na \ No newline at end of file diff --git a/bin/ellesmere/conf.qemu_arm_spl_na b/bin/ellesmere/conf.qemu_arm_spl_na new file mode 120000 index 0000000..e171c5a --- /dev/null +++ b/bin/ellesmere/conf.qemu_arm_spl_na @@ -0,0 +1 @@ +../travis-ci/conf.qemu_arm_spl_na \ No newline at end of file -- 2.43.0 base-commit: b580897053862411a291a477b2a11cf076a6f14c branch: push3