Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d898dcbb1eb490674fdbbde4c271fd88ddda2de8
/
lib
/
efi_loader
/
Kconfig
d898dcb
efi: Correct dependency on FIT_SIGNATURE
by Simon Glass
· Sat Sep 25 19:43:29 2021 -0600
961578e
Merge tag 'v2021.10-rc5' into next
by Tom Rini
· Mon Sep 27 09:45:36 2021 -0400
1f78c12
Revert "efi_capsule: Move signature from DTB to .rodata"
by Simon Glass
· Mon Aug 02 08:44:31 2021 -0600
17a2907
Merge tag 'v2021.10-rc4' into next
by Tom Rini
· Thu Sep 16 10:29:40 2021 -0400
f013878
Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Sun Sep 12 20:33:21 2021 -0400
302a9cc
efi_loader: require CONFIG_BLK
by Heinrich Schuchardt
· Tue Sep 07 08:56:47 2021 +0200
297c744
Kconfig: Drop duplicate 'select SHA512' instances
by Tom Rini
· Thu Sep 09 10:57:34 2021 -0400
5df5d69
lib: Drop SHA512_ALGO in lieu of SHA512
by Alexandru Gagniuc
· Thu Sep 02 19:54:18 2021 -0500
4b198e3
Kconfig: Remove all default n/no options
by Michal Simek
· Fri Aug 27 08:48:10 2021 +0200
27e059c
efi_capsule: Move signature from DTB to .rodata
by Ilias Apalodimas
· Sat Jul 17 17:26:44 2021 +0300
8db8a96
efi_loader: increase eventlog buffer size
by Masahisa Kojima
· Wed Jul 14 22:00:01 2021 +0900
f007a37
efi_loader: set partition GUID in device path for SIG_TYPE_GUID
by Alfonso Sánchez-Beato
· Thu Jul 15 15:31:42 2021 +0200
a38d0cb
efi_loader: Allow capsule update on-disk without checking OsIndications
by Ilias Apalodimas
· Tue Jun 29 07:55:51 2021 +0300
967334d
efi_loader: Force a single FMP instance per hardware store
by Ilias Apalodimas
· Tue Jun 22 17:38:52 2021 +0300
70be5a6
efi_loader: add PE/COFF image measurement
by Masahisa Kojima
· Wed May 26 12:09:58 2021 +0900
1a69f4d
efi_loader: Work-around build issue due to missing hash_calculate()
by Alexandru Gagniuc
· Mon May 24 14:28:57 2021 -0500
57e5636
Revert "lib: introduce HASH_CALCULATE option"
by Alexandru Gagniuc
· Mon May 24 14:28:56 2021 -0500
915e427
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
by Masahisa Kojima
· Fri May 14 09:53:36 2021 +0900
8a8eeee
lib: introduce HASH_CALCULATE option
by Masahisa Kojima
· Thu May 13 23:48:08 2021 +0900
cc29c9b
efi_loader: Fix Kconfig for EFI_TCG2 protocol
by Ilias Apalodimas
· Tue May 11 14:40:58 2021 +0300
3f5318f
efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled
by Sughosh Ganu
· Wed Apr 07 17:23:31 2021 +0530
ebb61ee
efi: Add ESRT to the EFI system table
by Jose Marinho
· Tue Mar 02 17:26:38 2021 +0000
b307e3d
efi_loader: Replace config option for initrd loading
by Ilias Apalodimas
· Wed Mar 17 21:55:00 2021 +0200
7997960
efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXI
by Heinrich Schuchardt
· Wed Mar 03 14:05:05 2021 +0100
3bca234
efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOL
by Heinrich Schuchardt
· Sat Jan 16 09:58:06 2021 +0100
1cb1a9d
efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurable
by Heinrich Schuchardt
· Sat Jan 16 09:44:25 2021 +0100
0404b28
efi_loader: make EFI_DT_FIXUP_PROTOCOL configurable
by Heinrich Schuchardt
· Sat Jan 16 09:33:24 2021 +0100
b2625e8
efi_loader: make the UEFI boot manager configurable
by Heinrich Schuchardt
· Fri Jan 15 19:02:50 2021 +0100
586bb98
efi: capsule: Add support for uefi capsule authentication
by Sughosh Ganu
· Wed Dec 30 19:27:09 2020 +0530
12f1861
efi_loader: make variable store size customizable
by Heinrich Schuchardt
· Sun Dec 20 11:05:38 2020 +0100
43eb872
sandbox: implement runtime system reset
by Heinrich Schuchardt
· Wed Dec 02 16:22:11 2020 +0100
7ff3f3c
efi_loader: add firmware management protocol for raw image
by AKASHI Takahiro
· Tue Nov 17 09:28:00 2020 +0900
f4818e6
efi_loader: add firmware management protocol for FIT image
by AKASHI Takahiro
· Mon Nov 30 18:12:12 2020 +0900
0d96378
efi_loader: capsule: support firmware update
by AKASHI Takahiro
· Mon Nov 30 18:12:11 2020 +0900
45b81954
efi_loader: capsule: add capsule_on_disk support
by AKASHI Takahiro
· Tue Nov 17 09:27:56 2020 +0900
473d9b3
efi_loader: define UpdateCapsule api
by AKASHI Takahiro
· Tue Nov 17 09:27:55 2020 +0900
967650d
efi_loader: Introduce eventlog support for TCG2_PROTOCOL
by Ilias Apalodimas
· Mon Nov 30 11:47:40 2020 +0200
8da4625
efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM
by Heinrich Schuchardt
· Sat Nov 21 20:52:18 2020 +0100
590fef6
efi_loader: Add basic EFI_TCG2_PROTOCOL support
by Ilias Apalodimas
· Wed Nov 11 11:18:11 2020 +0200
87942ac
efi_loader: add option to initialise EFI subsystem early
by AKASHI Takahiro
· Thu Oct 29 13:47:45 2020 +0900
3354233
efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n
by Heinrich Schuchardt
· Thu Sep 17 19:09:23 2020 +0200
14afd06
efi_loader: signature: rework for intermediate certificates support
by AKASHI Takahiro
· Tue Jul 21 19:35:22 2020 +0900
4b7d5c1
efi_loader: pre-seed UEFI variables
by Heinrich Schuchardt
· Tue Jul 14 21:25:28 2020 +0200
41bc601
efi_loader: configuration of variables store
by Heinrich Schuchardt
· Tue Jul 14 19:18:33 2020 +0200
09a8d50
efi_loader: UEFI variable persistence
by Heinrich Schuchardt
· Thu Mar 19 18:21:58 2020 +0000
6c46aaa
efi_loader: imply FAT, FAT_WRITE
by Heinrich Schuchardt
· Sat Mar 21 20:45:50 2020 +0100
77a364f
efi_loader: Implement EFI variable handling via OP-TEE
by Ilias Apalodimas
· Sun May 17 22:25:44 2020 +0300
1900a3b
efi_loader: add CONFIG_EFI_SECURE_BOOT config option
by AKASHI Takahiro
· Tue Apr 14 11:51:38 2020 +0900
fa49752
efi_loader: enable RNG if DM_RNG is enabled
by Peter Robinson
· Wed Apr 01 11:15:01 2020 +0100
3510ba7
efi_loader: Implement FileLoad2 for initramfs loading
by Ilias Apalodimas
· Fri Feb 21 09:55:45 2020 +0200
7bcc7fc
efi_loader: EFI_RNG_PROTOCOL
by Heinrich Schuchardt
· Fri Feb 14 23:28:58 2020 +0100
8a7514a
efi_loader: imply VIDEO_ANSI
by Heinrich Schuchardt
· Wed Jan 15 00:49:35 2020 +0100
7064a5d
efi: qemu: arm64: Add efi_rng_protocol implementation for the platform
by Sughosh Ganu
· Sun Dec 29 00:01:05 2019 +0530
29db4c5
efi_loader: imply USB_KEYBOARD_FN_KEYS
by Heinrich Schuchardt
· Wed Dec 04 22:58:58 2019 +0100
ac212dc
efi_loader: default EFI_LOADER=n on ARM11
by Heinrich Schuchardt
· Wed Nov 20 18:48:02 2019 +0100
30c3a5f
efi_loader: enable EFI_LOADER on arm1136 and arm1176
by Heinrich Schuchardt
· Tue Nov 19 04:19:09 2019 +0100
79cea67
efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM
by Heinrich Schuchardt
· Sun Nov 17 10:44:16 2019 +0100
149d5d4
efi_loader: re-enable GRUB workaround on 32bit ARM
by Heinrich Schuchardt
· Mon Jul 22 22:04:36 2019 +0200
05874fb
efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM
by Heinrich Schuchardt
· Fri Jul 05 18:12:16 2019 +0200
f2856ad
efi_loader: Kconfig entries for GetTime(), SetTime()
by Heinrich Schuchardt
· Fri May 31 22:56:02 2019 +0200
18ed8cf
efi_loader: implement deprecated Unicode collation protocol
by Heinrich Schuchardt
· Thu May 16 18:19:00 2019 +0200
b325884
efi_loader: rename Unicode collation protocol 2 variables
by Heinrich Schuchardt
· Thu May 16 07:52:58 2019 +0200
3db3591
efi_loader: make device path to text protocol customizable
by Heinrich Schuchardt
· Sat May 11 09:53:33 2019 +0200
532fec7
efi_loader: make Unicode collation protocol customizable
by Heinrich Schuchardt
· Wed May 08 23:24:26 2019 +0200
96b236a
efi_loader: reword the EFI_LOADER config option
by Heinrich Schuchardt
· Sat May 11 10:27:58 2019 +0200
0cbab58
efi_loader: format Kconfig
by Heinrich Schuchardt
· Wed May 08 23:17:38 2019 +0200
3700d57
efi_loader: fix setting PlatformLang
by Heinrich Schuchardt
· Thu Apr 11 07:34:24 2019 +0200
a13e162
efi_loader: enable HII protocols by default
by Heinrich Schuchardt
· Sun Apr 07 23:58:50 2019 +0200
44be5da
efi_loader: Make HII a config option
by Alexander Graf
· Mon Feb 11 15:24:00 2019 +0100
9e18bfa
efi_loader: GetNextVariableName() relies on REGEX
by Heinrich Schuchardt
· Tue Jan 22 21:35:23 2019 +0100
82c5388f
efi: sandbox: Enable EFI loader build for sandbox
by Simon Glass
· Sat Sep 15 00:50:53 2018 -0600
58ddcd3
lib: charset: upper/lower case conversion
by Heinrich Schuchardt
· Tue Sep 04 19:34:56 2018 +0200
20bed3e
Revert "efi_loader: no support for ARMV7_NONSEC=y"
by Mark Kettenis
· Fri Jun 15 23:47:15 2018 +0200
35550cc
efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSI
by Heinrich Schuchardt
· Sun Apr 29 23:37:12 2018 +0200
9677a37
efi_loader: Enable RISC-V support
by Rick Chen
· Mon May 28 19:06:37 2018 +0800
7e69ef1
efi_loader: no support for ARMV7_NONSEC=y
by Heinrich Schuchardt
· Wed Apr 11 00:41:52 2018 +0200
b10ba90
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
by Adam Ford
· Tue Feb 06 12:43:56 2018 -0600
70c8f05
Convert LIB_UUID to Kconfig
by Adam Ford
· Tue Feb 06 12:14:28 2018 -0600
5e24717
efi: Conflict efi_loader with different stub bitness
by Alexander Graf
· Wed Jan 24 14:54:21 2018 +0100
d881f5f
x86: Enable EFI loader support
by Simon Glass
· Mon Nov 07 08:47:16 2016 -0700
45841ca
efi_loader: fix depends on line of EFI_LOADER
by Masahiro Yamada
· Thu Oct 20 00:23:43 2016 +0900
7c00a3c
efi_loader: Add bounce buffer support
by Alexander Graf
· Wed May 11 18:25:48 2016 +0200
67ee705
efi_loader: hook up in build environment
by Alexander Graf
· Fri Mar 04 01:10:07 2016 +0100