All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] travis-ci: Add EFI grub2 and fit image configuration for qemu-riscv64
@ 2020-03-26 16:05 Bin Meng
  2020-03-26 16:05 ` [PATCH 2/3] travis-ci: Add qemu-riscv32 target Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bin Meng @ 2020-03-26 16:05 UTC (permalink / raw)
  To: u-boot

This adds EFI grub2 and fit image configuration for qemu-riscv64
target used for test.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 py/travis-ci/u_boot_boardenv_qemu_riscv64_na.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/py/travis-ci/u_boot_boardenv_qemu_riscv64_na.py b/py/travis-ci/u_boot_boardenv_qemu_riscv64_na.py
index 9ad819c..a86e0bd 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_riscv64_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_riscv64_na.py
@@ -1,5 +1,10 @@
+import os
 import travis_tftp
 
 env__net_dhcp_server = True
 env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
 env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi')
+env__efi_loader_grub_file = travis_tftp.file2env('grub_riscv64.efi')
+env__efi_fit_tftp_file = {
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-26 18:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-26 16:05 [PATCH 1/3] travis-ci: Add EFI grub2 and fit image configuration for qemu-riscv64 Bin Meng
2020-03-26 16:05 ` [PATCH 2/3] travis-ci: Add qemu-riscv32 target Bin Meng
2020-03-26 16:05 ` [PATCH 3/3] travis-ci: Add qemu-riscv{32,64}_spl targets Bin Meng
2020-03-26 18:05 ` [PATCH 1/3] travis-ci: Add EFI grub2 and fit image configuration for qemu-riscv64 Stephen Warren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.