All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
@ 2020-01-07 17:06 Heinrich Schuchardt
  2020-01-08  1:16 ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-01-07 17:06 UTC (permalink / raw)
  To: u-boot

Provide dictionary env__efi_fit_tftp_file describing the file used for the
UEFI FIT image test.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
v3:
	do not supply 'fn'
	do not use a function to supply env__efi_fit_tftp_file
v2:
	remove quotes around tftp_dir
---
 py/travis-ci/u_boot_boardenv_qemu_arm64_na.py          | 5 +++++
 py/travis-ci/u_boot_boardenv_qemu_arm_na.py            | 5 +++++
 py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py         | 5 +++++
 py/travis-ci/u_boot_boardenv_qemu_x86_na.py            | 5 +++++
 py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py | 4 ++++
 py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py    | 4 ++++
 6 files changed, 28 insertions(+)

diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
index 2986115..c5fae0f 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_uses_pci = True
@@ -6,3 +7,7 @@ env__net_dhcp_server = True
 env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
 env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
 env__efi_loader_grub_file = travis_tftp.file2env('grub_arm64.efi', 0x40400000)
+env__efi_fit_tftp_file = {
+    'addr' : 0x40400000,
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
index 391e3c4..2a1cd90 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_uses_pci = True
@@ -6,3 +7,7 @@ env__net_dhcp_server = True
 env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
 env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
 env__efi_loader_grub_file = travis_tftp.file2env('grub_arm.efi', 0x40400000)
+env__efi_fit_tftp_file = {
+    'addr' : 0x40400000,
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
index 6f7c593..2e6cb94 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_uses_pci = True
@@ -8,3 +9,7 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl

 env__efi_loader_check_smbios = True
 env__efi_loader_grub_file = travis_tftp.file2env('grub_x64.efi')
+
+env__efi_fit_tftp_file = {
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
index 70dc0ae..b4b886c 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_uses_pci = True
@@ -8,3 +9,7 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl

 env__efi_loader_check_smbios = True
 env__efi_loader_grub_file = travis_tftp.file2env('grub_x86.efi')
+
+env__efi_fit_tftp_file = {
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
index 7437ae6..8b7dcc6 100644
--- a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
+++ b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_dhcp_server = True
@@ -5,3 +6,6 @@ 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_arm.efi')
+env__efi_fit_tftp_file = {
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
index 7437ae6..8b7dcc6 100644
--- a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
+++ b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
@@ -1,3 +1,4 @@
+import os
 import travis_tftp

 env__net_dhcp_server = True
@@ -5,3 +6,6 @@ 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_arm.efi')
+env__efi_fit_tftp_file = {
+    "dn" : os.environ['UBOOT_TRAVIS_BUILD_DIR'],
+}
--
2.24.1

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

* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
  2020-01-07 17:06 [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file Heinrich Schuchardt
@ 2020-01-08  1:16 ` Stephen Warren
  2020-02-21 19:35   ` Heinrich Schuchardt
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Warren @ 2020-01-08  1:16 UTC (permalink / raw)
  To: u-boot

On 1/7/20 10:06 AM, Heinrich Schuchardt wrote:
> Provide dictionary env__efi_fit_tftp_file describing the file used for the
> UEFI FIT image test.

Acked-by: Stephen Warren <swarren@nvidia.com>

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

* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
  2020-01-08  1:16 ` Stephen Warren
@ 2020-02-21 19:35   ` Heinrich Schuchardt
  2020-02-21 19:48     ` Stephen Warren
  0 siblings, 1 reply; 6+ messages in thread
From: Heinrich Schuchardt @ 2020-02-21 19:35 UTC (permalink / raw)
  To: u-boot

On 1/8/20 2:16 AM, Stephen Warren wrote:
> On 1/7/20 10:06 AM, Heinrich Schuchardt wrote:
>> Provide dictionary env__efi_fit_tftp_file describing the file used for
>> the
>> UEFI FIT image test.
>
> Acked-by: Stephen Warren <swarren@nvidia.com>
>

Hello Stephen,

this patch for has been lingering for a while waiting to be merged into
https://github.com/swarren/uboot-test-hooks.git.

Could you, please, give it some love.

Best regards

Heinrich

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

* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
  2020-02-21 19:35   ` Heinrich Schuchardt
@ 2020-02-21 19:48     ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2020-02-21 19:48 UTC (permalink / raw)
  To: u-boot

On 2/21/20 12:35 PM, Heinrich Schuchardt wrote:
> On 1/8/20 2:16 AM, Stephen Warren wrote:
>> On 1/7/20 10:06 AM, Heinrich Schuchardt wrote:
>>> Provide dictionary env__efi_fit_tftp_file describing the file used for
>>> the
>>> UEFI FIT image test.
>>
>> Acked-by: Stephen Warren <swarren@nvidia.com>
>>
> 
> Hello Stephen,
> 
> this patch for has been lingering for a while waiting to be merged into
> https://github.com/swarren/uboot-test-hooks.git.
> 
> Could you, please, give it some love.

Sorry, I hadn't realized this was for that repo, since it was posted to 
the list which usually means the patch is for u-boot.git. If you repost 
it I can apply it.

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

* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
  2019-12-29 17:46 Heinrich Schuchardt
@ 2019-12-30 10:30 ` Cristian Ciocaltea
  0 siblings, 0 replies; 6+ messages in thread
From: Cristian Ciocaltea @ 2019-12-30 10:30 UTC (permalink / raw)
  To: u-boot

On Sun, Dec 29, 2019 at 06:46:40PM +0100, Heinrich Schuchardt wrote:
> Provide dictionary env__efi_fit_tftp_file describing the file used for the
> UEFI FIT image test.
> 
> Cf. "test/py: Create a test for launching UEFI binaries from FIT images"
> https://lists.denx.de/pipermail/u-boot/2019-December/394516.html
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  py/travis-ci/travis_tftp.py                   | 20 +++++++++++++++++++
>  py/travis-ci/u_boot_boardenv_qemu_arm64_na.py |  1 +
>  py/travis-ci/u_boot_boardenv_qemu_arm_na.py   |  1 +
>  .../u_boot_boardenv_qemu_x86_64_na.py         |  2 ++
>  py/travis-ci/u_boot_boardenv_qemu_x86_na.py   |  2 ++
>  .../u_boot_boardenv_vexpress_ca15_tc2_qemu.py |  1 +
>  .../u_boot_boardenv_vexpress_ca9x4_qemu.py    |  1 +
>  7 files changed, 28 insertions(+)
> 
> diff --git a/py/travis-ci/travis_tftp.py b/py/travis-ci/travis_tftp.py
> index 4ea5c06..2ab7740 100644
> --- a/py/travis-ci/travis_tftp.py
> +++ b/py/travis-ci/travis_tftp.py
> @@ -1,6 +1,26 @@
>  import os
>  import binascii
> 
> +def efifit2env(addr=None):
> +    """Create dictionary describing file for UEFI FIT image test
> +
> +    @addr:      address used for loading the file as int (e.g. 0x40400000)
> +    Return:     dictionary describing the file with entries
> +                * fn    - filename
> +                * addr  - loading address, optional
> +                * dn    - tftp directory
> +    """
> +    tftp_dir = os.environ['UBOOT_TRAVIS_BUILD_DIR'] + "/"
> +
> +    ret = {
> +        "fn": "test-efi-fit.img",
> +        "dn": "tftp_dir",

The quotes around tftp_dir should be removed to allow variable
evaluation:

  "dn": tftp_dir,

> +    }
> +    if addr is not None:
> +        ret['addr'] = addr
> +
> +    return ret
> +
>  def file2env(file_name, addr=None):
>      """Create dictionary describing file
> 
> diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
> index 2986115..98ce873 100644
> --- a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
> +++ b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
> @@ -6,3 +6,4 @@ env__net_dhcp_server = True
>  env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
>  env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
>  env__efi_loader_grub_file = travis_tftp.file2env('grub_arm64.efi', 0x40400000)
> +env__efi_fit_tftp_file = travis_tftp.efifit2env(0x40400000)
> diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
> index 391e3c4..3dbedde 100644
> --- a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
> +++ b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
> @@ -6,3 +6,4 @@ env__net_dhcp_server = True
>  env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
>  env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
>  env__efi_loader_grub_file = travis_tftp.file2env('grub_arm.efi', 0x40400000)
> +env__efi_fit_tftp_file = travis_tftp.efifit2env(0x40400000)
> diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
> index 6f7c593..2fe72c8 100644
> --- a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
> +++ b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
> @@ -8,3 +8,5 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl
> 
>  env__efi_loader_check_smbios = True
>  env__efi_loader_grub_file = travis_tftp.file2env('grub_x64.efi')
> +
> +env__efi_fit_tftp_file = travis_tftp.efifit2env()
> diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
> index 70dc0ae..62cc279 100644
> --- a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
> +++ b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
> @@ -8,3 +8,5 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl
> 
>  env__efi_loader_check_smbios = True
>  env__efi_loader_grub_file = travis_tftp.file2env('grub_x86.efi')
> +
> +env__efi_fit_tftp_file = travis_tftp.efifit2env()
> diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
> index 7437ae6..75f287c 100644
> --- a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
> +++ b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
> @@ -5,3 +5,4 @@ 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_arm.efi')
> +env__efi_fit_tftp_file = travis_tftp.efifit2env()
> diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
> index 7437ae6..75f287c 100644
> --- a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
> +++ b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
> @@ -5,3 +5,4 @@ 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_arm.efi')
> +env__efi_fit_tftp_file = travis_tftp.efifit2env()
> --
> 2.24.1
> 

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

* [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file
@ 2019-12-29 17:46 Heinrich Schuchardt
  2019-12-30 10:30 ` Cristian Ciocaltea
  0 siblings, 1 reply; 6+ messages in thread
From: Heinrich Schuchardt @ 2019-12-29 17:46 UTC (permalink / raw)
  To: u-boot

Provide dictionary env__efi_fit_tftp_file describing the file used for the
UEFI FIT image test.

Cf. "test/py: Create a test for launching UEFI binaries from FIT images"
https://lists.denx.de/pipermail/u-boot/2019-December/394516.html

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 py/travis-ci/travis_tftp.py                   | 20 +++++++++++++++++++
 py/travis-ci/u_boot_boardenv_qemu_arm64_na.py |  1 +
 py/travis-ci/u_boot_boardenv_qemu_arm_na.py   |  1 +
 .../u_boot_boardenv_qemu_x86_64_na.py         |  2 ++
 py/travis-ci/u_boot_boardenv_qemu_x86_na.py   |  2 ++
 .../u_boot_boardenv_vexpress_ca15_tc2_qemu.py |  1 +
 .../u_boot_boardenv_vexpress_ca9x4_qemu.py    |  1 +
 7 files changed, 28 insertions(+)

diff --git a/py/travis-ci/travis_tftp.py b/py/travis-ci/travis_tftp.py
index 4ea5c06..2ab7740 100644
--- a/py/travis-ci/travis_tftp.py
+++ b/py/travis-ci/travis_tftp.py
@@ -1,6 +1,26 @@
 import os
 import binascii

+def efifit2env(addr=None):
+    """Create dictionary describing file for UEFI FIT image test
+
+    @addr:      address used for loading the file as int (e.g. 0x40400000)
+    Return:     dictionary describing the file with entries
+                * fn    - filename
+                * addr  - loading address, optional
+                * dn    - tftp directory
+    """
+    tftp_dir = os.environ['UBOOT_TRAVIS_BUILD_DIR'] + "/"
+
+    ret = {
+        "fn": "test-efi-fit.img",
+        "dn": "tftp_dir",
+    }
+    if addr is not None:
+        ret['addr'] = addr
+
+    return ret
+
 def file2env(file_name, addr=None):
     """Create dictionary describing file

diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
index 2986115..98ce873 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_arm64_na.py
@@ -6,3 +6,4 @@ env__net_dhcp_server = True
 env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
 env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
 env__efi_loader_grub_file = travis_tftp.file2env('grub_arm64.efi', 0x40400000)
+env__efi_fit_tftp_file = travis_tftp.efifit2env(0x40400000)
diff --git a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
index 391e3c4..3dbedde 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_arm_na.py
@@ -6,3 +6,4 @@ env__net_dhcp_server = True
 env__net_tftp_readable_file = travis_tftp.file2env('u-boot.bin', 0x40400000)
 env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi', 0x40400000)
 env__efi_loader_grub_file = travis_tftp.file2env('grub_arm.efi', 0x40400000)
+env__efi_fit_tftp_file = travis_tftp.efifit2env(0x40400000)
diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
index 6f7c593..2fe72c8 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
@@ -8,3 +8,5 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl

 env__efi_loader_check_smbios = True
 env__efi_loader_grub_file = travis_tftp.file2env('grub_x64.efi')
+
+env__efi_fit_tftp_file = travis_tftp.efifit2env()
diff --git a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
index 70dc0ae..62cc279 100644
--- a/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
+++ b/py/travis-ci/u_boot_boardenv_qemu_x86_na.py
@@ -8,3 +8,5 @@ env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworl

 env__efi_loader_check_smbios = True
 env__efi_loader_grub_file = travis_tftp.file2env('grub_x86.efi')
+
+env__efi_fit_tftp_file = travis_tftp.efifit2env()
diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
index 7437ae6..75f287c 100644
--- a/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
+++ b/py/travis-ci/u_boot_boardenv_vexpress_ca15_tc2_qemu.py
@@ -5,3 +5,4 @@ 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_arm.efi')
+env__efi_fit_tftp_file = travis_tftp.efifit2env()
diff --git a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
index 7437ae6..75f287c 100644
--- a/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
+++ b/py/travis-ci/u_boot_boardenv_vexpress_ca9x4_qemu.py
@@ -5,3 +5,4 @@ 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_arm.efi')
+env__efi_fit_tftp_file = travis_tftp.efifit2env()
--
2.24.1

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

end of thread, other threads:[~2020-02-21 19:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-07 17:06 [PATCH 1/1] travis-ci: provide env__efi_fit_tftp_file Heinrich Schuchardt
2020-01-08  1:16 ` Stephen Warren
2020-02-21 19:35   ` Heinrich Schuchardt
2020-02-21 19:48     ` Stephen Warren
  -- strict thread matches above, loose matches on Subject: below --
2019-12-29 17:46 Heinrich Schuchardt
2019-12-30 10:30 ` Cristian Ciocaltea

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.