summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-311-2/+2
* | efi_loader: avoid invalid freeHeinrich Schuchardt2020-12-311-1/+1
* | efi_loader: escape key handlingHeinrich Schuchardt2020-12-311-0/+12
* | efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-311-1/+1
* | efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas2020-12-311-5/+15
* | efi_loader: make variable store size customizableHeinrich Schuchardt2020-12-311-0/+14
* | fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2020-12-222-0/+19
* | sandbox: implement runtime system resetHeinrich Schuchardt2020-12-221-1/+2
* | x86: Simplify acpi_device_infer_name()Simon Glass2020-12-181-24/+3
* | dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-7/+7
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-135-21/+21
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* | efi_selftest: implement exception test for sandboxHeinrich Schuchardt2020-12-131-0/+2
* | efi_loader: link partition to block deviceHeinrich Schuchardt2020-12-101-0/+20
* | efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-101-1/+1
* | efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-102-0/+478
* | efi_selftest: clean up MakefileHeinrich Schuchardt2020-12-101-8/+6
* | efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-101-1/+48
* | efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-101-9/+36
* | efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-101-7/+9
* | efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-103-6/+7
* | efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-101-82/+82
* | efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt2020-12-103-7/+8
* | efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt2020-12-101-4/+0
* | fs: fat: create correct short namesHeinrich Schuchardt2020-12-101-1/+1
* | env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-6/+6
* | efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-034-58/+194
* | efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-034-1/+314
* | efi_loader: capsule: support firmware updateAKASHI Takahiro2020-12-033-12/+252
* | efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-033-0/+528
* | efi_loader: define UpdateCapsule apiAKASHI Takahiro2020-12-035-54/+291
* | efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas2020-12-033-23/+551
* | tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-031-5/+6
* | efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt2020-12-031-9/+9
|/
* charset: make u16_strnlen accessible at runtimeIlias Apalodimas2020-11-291-1/+2
* efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt2020-11-291-0/+1
* efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt2020-11-211-3/+8
* efi_loader: tcg2 protocol updatesIlias Apalodimas2020-11-211-68/+92
* efi_selftest: provide unit test for the EFI_TCG2_PROTOCOLHeinrich Schuchardt2020-11-142-0/+76
* efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2020-11-144-0/+549
* efi_loader: incorrect buffer size in efi_file_setinfo()Heinrich Schuchardt2020-11-141-1/+1
* efi_loader: Add missing newline to log_{err,warning}Paulo Alcantara2020-11-141-2/+2
* efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2020-11-142-4/+12
* tpm: Change response length of tpm2_get_capability()Ilias Apalodimas2020-11-091-2/+2
* efi_selftest: add tool to download dtbHeinrich Schuchardt2020-11-092-0/+220
* efi_loader: non-volatile variable not deleted from fileHeinrich Schuchardt2020-11-091-0/+1
* Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dmTom Rini2020-11-061-2/+2
|\
| * binman: Call helper function binman_set_rom_offset() to fill offsetMichal Simek2020-11-051-2/+2