summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-01-181-0/+1
|\
| * trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel2021-01-181-0/+1
* | lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay2021-01-161-2/+2
* | lib: zlib: our putc() takes only one argumentHeinrich Schuchardt2021-01-161-1/+1
* | lib: zlib: include ctype.hHeinrich Schuchardt2021-01-161-1/+1
* | lib: aes: build failure with DEBUG=1Heinrich Schuchardt2021-01-161-1/+1
* | string: Use memcpy() within memmove() when we canPatrick Delaunay2021-01-161-1/+13
* | doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes2021-01-161-1/+2
* | lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-161-6/+5
|/
* efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-37/+273
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-133-0/+169
* efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt2021-01-131-2/+0
* efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt2021-01-131-3/+3
* efi_loader: carve out efi_check_pe()Heinrich Schuchardt2021-01-131-34/+46
* efi_loader: print boot device and file path in helloworldHeinrich Schuchardt2021-01-131-30/+137
* efi_loader: implement non-blocking file servicesHeinrich Schuchardt2021-01-131-51/+266
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-053-4/+10
|\
| * timer: Use a shorter error in TPLSimon Glass2021-01-051-2/+8
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
| * serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-1/+1
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\ \ | |/ |/|
| * efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-291-5/+12
| * efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-291-2/+2
| * efi_loader: avoid invalid freeHeinrich Schuchardt2020-12-291-1/+1
| * efi_loader: escape key handlingHeinrich Schuchardt2020-12-291-0/+12
| * efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-291-1/+1
| * efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas2020-12-261-5/+15
| * efi_loader: make variable store size customizableHeinrich Schuchardt2020-12-201-0/+14
| * binman: Remove additional backslashMichal Simek2020-11-301-1/+1
* | efi_loader: Enable uefi capsule authenticationSughosh Ganu2020-12-311-1/+35
* | efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-313-2/+141
* | efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-311-42/+61
* | efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-312-89/+89
* | efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu2020-12-311-0/+41
* | crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu2020-12-311-11/+26
* | efi_loader: event queueingHeinrich Schuchardt2020-12-311-1/+1
* | efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-312-5/+12
* | efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas2020-12-311-5/+0
* | efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas2020-12-311-5/+3
* | efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-311-5/+12
* | 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