Hi Heinrich,
[...]
>>> +static const struct udevice_id efi_bootdev_ids[] = {
>>> + { .compatible = "u-boot,bootdev-efi" },
>>> + { }
>>> +};
>>> +
>>> +U_BOOT_DRIVER(efi_bootdev) = {
>>> + .name = "efi_bootdev",
>>> + .id = UCLASS_BOOTDEV,
>>> +
On 23.04.25 14:28, Simon Glass wrote:
Hi Heinrich,
On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt
wrote:
Create a bootdev device for the EFI boot manager.
Signed-off-by: Heinrich Schuchardt
---
include/dm/uclass-id.h | 1 +
lib/efi_loader/Makefile | 1 +
lib/efi_loader
Hi Heinrich,
On Mon, 21 Apr 2025 at 10:26, Heinrich Schuchardt
wrote:
>
> Create a bootdev device for the EFI boot manager.
>
> Signed-off-by: Heinrich Schuchardt
> ---
> include/dm/uclass-id.h | 1 +
> lib/efi_loader/Makefile | 1 +
> lib/efi_loader/efi_bootdev.c | 102 +
Create a bootdev device for the EFI boot manager.
Signed-off-by: Heinrich Schuchardt
---
include/dm/uclass-id.h | 1 +
lib/efi_loader/Makefile | 1 +
lib/efi_loader/efi_bootdev.c | 102 +++
3 files changed, 104 insertions(+)
create mode 100644 lib/
4 matches
Mail list logo