index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: Remove <common.h>
Tom Rini
2023-12-21
1
-1
/
+0
*
efi_loader: Boot var automatic management
Raymond Mao
2023-11-18
1
-0
/
+7
*
efi: Use the installed SMBIOS tables
Simon Glass
2023-09-22
1
-5
/
+5
*
efi: x86: Correct the condition for installing ACPI tables
Simon Glass
2023-09-22
1
-5
/
+5
*
efi_loader: set CapsuleMax from CONFIG_EFI_CAPSULE_MAX
Etienne Carriere
2023-02-19
1
-1
/
+6
*
efi_loader: include definition of allow_unaligned()
Heinrich Schuchardt
2023-02-10
1
-0
/
+1
*
efi_loader: fix CapsuleMax variable reporting
Ilias Apalodimas
2023-01-20
1
-1
/
+1
*
efi_loader: remove CONFIG_EFI_SETUP_EARLY
AKASHI Takahiro
2022-11-06
1
-32
/
+11
*
efi_loader: Let networking support depend on NETDEVICES
Jan Kiszka
2022-11-06
1
-1
/
+1
*
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
2022-10-30
1
-1
/
+1
*
efi: Drop old LCD code
Simon Glass
2022-10-30
1
-5
/
+5
*
efi_driver: move event registration to driver
Heinrich Schuchardt
2022-10-06
1
-4
/
+0
*
efi_driver: add init function to EFI block driver
Heinrich Schuchardt
2022-10-06
1
-5
/
+5
*
efi: Create ECPT table
Jose Marinho
2022-09-03
1
-0
/
+6
*
efi_loader: ensure all block devices are probed
Heinrich Schuchardt
2022-09-01
1
-0
/
+8
*
efi_loader: initialize the RNG protocol after the TCC2
Ilias Apalodimas
2022-08-02
1
-7
/
+7
*
efi_loader: initialize console size late
Heinrich Schuchardt
2022-06-19
1
-0
/
+4
*
efi_loader: disk: a helper function to create efi_disk objects from udevice
AKASHI Takahiro
2022-04-23
1
-3
/
+1
*
efi_loader: split efi_init_obj_list() into two stages
AKASHI Takahiro
2022-04-23
1
-9
/
+49
*
efi: Use 16-bit unicode strings
Simon Glass
2022-02-03
1
-7
/
+7
*
efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support
Sunil V L
2022-01-29
1
-0
/
+6
*
efi_loader: efi_tcg2_register returns appropriate error
Masahisa Kojima
2021-12-09
1
-0
/
+4
*
efi_loader: segfault in efi_clear_os_indications()
Heinrich Schuchardt
2021-11-26
1
-35
/
+1
*
efi_loader: clear OsIndications
Heinrich Schuchardt
2021-07-02
1
-1
/
+39
*
efi_loader: Always install FMPs
Ilias Apalodimas
2021-07-02
1
-0
/
+6
*
efi: Add ESRT to the EFI system table
Jose Marinho
2021-03-25
1
-0
/
+6
*
efi_loader: switch to non-secure mode later
Heinrich Schuchardt
2021-01-29
1
-4
/
+0
*
efi_loader: Remove unconditional installation of file2 protocol for initrd
Ilias Apalodimas
2020-12-31
1
-5
/
+0
*
efi_loader: capsule: support firmware update
AKASHI Takahiro
2020-12-03
1
-0
/
+4
*
efi_loader: capsule: add capsule_on_disk support
AKASHI Takahiro
2020-12-03
1
-0
/
+8
*
efi_loader: define UpdateCapsule api
AKASHI Takahiro
2020-12-03
1
-10
/
+54
*
efi_loader: Introduce eventlog support for TCG2_PROTOCOL
Ilias Apalodimas
2020-12-03
1
-6
/
+6
*
efi_loader: Add basic EFI_TCG2_PROTOCOL support
Ilias Apalodimas
2020-11-14
1
-0
/
+7
*
efi_loader: installation of EFI_RNG_PROTOCOL
Heinrich Schuchardt
2020-09-27
1
-0
/
+5
*
efi_loader: OsIndicationsSupported, PlatformLangCodes
Heinrich Schuchardt
2020-07-11
1
-28
/
+31
*
efi_loader: export initialization state
Heinrich Schuchardt
2020-07-03
1
-1
/
+1
*
efi_loader: change efi objects initialization order
AKASHI Takahiro
2020-07-03
1
-3
/
+4
*
efi_loader: initialize root node first
Heinrich Schuchardt
2020-05-21
1
-5
/
+5
*
efi_loader: change setup sequence
Heinrich Schuchardt
2020-05-04
1
-5
/
+5
*
efi_loader: correct comments for efi_status_t
Heinrich Schuchardt
2020-05-04
1
-1
/
+1
*
efi_loader: set up secure boot
AKASHI Takahiro
2020-04-16
1
-0
/
+38
*
efi_loader: Implement FileLoad2 for initramfs loading
Ilias Apalodimas
2020-02-28
1
-0
/
+5
*
efi_loader: implement EFI_RT_PROPERTIES_TABLE
Heinrich Schuchardt
2020-02-26
1
-4
/
+4
*
efi_loader: initialization of variable services
Heinrich Schuchardt
2019-07-06
1
-0
/
+5
*
efi_loader: add RuntimeServicesSupported variable
AKASHI Takahiro
2019-06-14
1
-0
/
+5
*
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
2019-05-07
1
-0
/
+16
*
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
2019-05-02
1
-0
/
+11
*
efi_loader: fix setting PlatformLang
Heinrich Schuchardt
2019-04-12
1
-15
/
+57
*
efi_loader: move efi_save_gd() call to board_r.c
Heinrich Schuchardt
2019-04-12
1
-7
/
+0
*
efi_loader: variables PlatformLang and PlatformLangCodes
Heinrich Schuchardt
2019-04-07
1
-0
/
+27
[next]