summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-06-29efi_loader: fix incorrect use of EFI_EXIT()Heinrich Schuchardt
2020-06-24efi_loader: size of secure boot variablesHeinrich Schuchardt
2020-06-24efi_loader: type of efi_secure_modeHeinrich Schuchardt
2020-06-15Merge tag 'efi-2020-07-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-06-15Revert "lib: Improve _parse_integer_fixup_radix base 16 detection"Sean Anderson
2020-06-15optee: fix copy of optee reserved-memory nodeEtienne Carriere
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt
2020-06-08cmd: Correct the 'md.q' commandSimon Glass
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt
2020-06-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2020-06-04lib: Makefile: build crc7.c when CONFIG_MMC_SPIPragnesh Patel
2020-06-03Merge tag 'efi-2020-07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-06-03efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.cAKASHI Takahiro
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt
2020-06-03efi_loader: allow compiling with clangHeinrich Schuchardt
2020-06-03efi_loader: validate load optionHeinrich Schuchardt
2020-06-02kconfig: fix some typosMarcin Juszkiewicz
2020-05-25cmd: zip: automatically pull in gzip()Michael Walle
2020-05-22Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt
2020-05-21efi_loader: device path for SATA devicesHeinrich Schuchardt
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt
2020-05-21efi_loader: initialize root node firstHeinrich Schuchardt
2020-05-21efi_loader: Remove unnecessary debugPragnesh Patel
2020-05-20fdtdec: Add weak function to patch U-Boot DT right after fdtdec_setup()Marek Vasut
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop asm_offsets.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-15lib: rsa: avoid overriding the object name when already specifiedJan Luebbe
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka
2020-05-15rsa: don't use malloc.h in rsa-sign.cJonathan Gray
2020-05-15lib: Allow MD5 to be enabled in SPLSimon Glass
2020-05-09charset: Add support for calculating bytes occupied by a u16 stringSughosh Ganu
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro