]> Git Repo - J-u-boot.git/commit
efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory
authorHeinrich Schuchardt <[email protected]>
Thu, 18 Jan 2018 22:21:22 +0000 (23:21 +0100)
committerAlexander Graf <[email protected]>
Mon, 22 Jan 2018 22:09:14 +0000 (23:09 +0100)
commit17ff6f02f5ad64727e20b8ee4d751a942461ec76
treea765c8f99c79b3395e76384c8e3eae28a5583f0c
parent8218f7b5fc33628e84581a46446e6f9a2b66e844
efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory

The device tree is needed at runtime. So we have to store it in
EFI_RUNTIME_SERVICES_DATA memory.

The UEFI spec recommends to store all configuration tables in
EFI_RUNTIME_SERVICES_DATA memory.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
cmd/bootefi.c
This page took 0.036033 seconds and 4 git commands to generate.