Home
last modified time | relevance | path

Searched refs:bootefi_image_path (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbootefi.c27 static struct efi_device_path *bootefi_image_path; variable
343 bootefi_image_path = efi_dp_from_file(NULL, 0, path); in bootefi_test_prepare()
344 if (!bootefi_image_path) { in bootefi_test_prepare()
350 bootefi_image_path, image_objp, in bootefi_test_prepare()
355 efi_free_pool(bootefi_image_path); in bootefi_test_prepare()
356 bootefi_image_path = NULL; in bootefi_test_prepare()
467 bootefi_image_path); in do_bootefi()
513 efi_free_pool(bootefi_image_path); in efi_set_bootdev()
518 bootefi_image_path = image; in efi_set_bootdev()
521 bootefi_image_path = NULL; in efi_set_bootdev()