summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-04-301-0/+20
|\
| * efi_loader: identify EFI system partitionHeinrich Schuchardt2020-04-301-0/+20
* | acpi: Add an acpi commandSimon Glass2020-04-301-0/+1
* | acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-6/+4
* | acpi: Put table-setup code in its own functionSimon Glass2020-04-301-0/+82
* | acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-0/+61
* | acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-1/+23
* | acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-3/+10
|/
* Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2020-04-283-1588/+2
|\
| * fdt_region: move fdt_region.c to common/ from lib/libfdt/Masahiro Yamada2020-04-262-659/+0
| * libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.cMasahiro Yamada2020-04-262-929/+2
* | Merge branch '2020-04-27-master-imports'WIP/27Apr2020Tom Rini2020-04-271-15/+16
|\ \
| * | lib: zlib: fix formatting, referenceHeinrich Schuchardt2020-04-271-15/+16
| |/
* | lib: enable lzma decompression support for SPL buildWeijie Gao2020-04-272-0/+6
|/
* uuid: Use const char * where possibleSimon Glass2020-04-241-3/+5
* lib: Add a function to convert a string to upper caseSimon Glass2020-04-241-0/+8
* lib: strto: Stop detection when invalid char is usedMichal Simek2020-04-241-0/+3
* lib: do not provide hexdump in SPLHeinrich Schuchardt2020-04-241-1/+1
* lib: do not build OID registry in SPLHeinrich Schuchardt2020-04-241-2/+1
* libfdt: Make fdtdec_get_child_count() available for HOSTKever Yang2020-04-242-11/+11
* make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2020-04-241-1/+0
* lib/hashtable.c: don't test ->callback in SPLRasmus Villemoes2020-04-241-0/+2
* lib/hashtable.c: create helper for calling env_entry::callbackRasmus Villemoes2020-04-241-8/+15
* fdtdec: Fix boundary checkAtish Patra2020-04-231-1/+2
* lib: kconfig: Add option to set BZIP2 compression methodAtish Patra2020-04-171-0/+5
* Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Apr2020Tom Rini2020-04-1610-135/+2227
|\
| * efi_loader: set up secure bootAKASHI Takahiro2020-04-161-0/+38
| * efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-162-15/+457
| * efi_loader: variable: add VendorKeys variableAKASHI Takahiro2020-04-161-6/+63
| * efi_loader: variable: add secure boot state transitionAKASHI Takahiro2020-04-161-3/+228
| * efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-161-104/+562
| * efi_loader: add signature database parserAKASHI Takahiro2020-04-161-0/+226
| * efi_loader: add signature verification functionsAKASHI Takahiro2020-04-162-0/+579
| * efi_loader: add CONFIG_EFI_SECURE_BOOT config optionAKASHI Takahiro2020-04-161-0/+18
| * efi_loader: function descriptions efi_watchdog.cHeinrich Schuchardt2020-04-161-7/+11
| * efi_loader: add missing doc comments in efi_disk.cHeinrich Schuchardt2020-04-161-3/+49
| * efi_loader: function descriptions efi_unicode_collation.cHeinrich Schuchardt2020-04-161-4/+2
| * efi_loader: enable RNG if DM_RNG is enabledPeter Robinson2020-04-161-0/+1
* | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-161-10/+26
|\ \
| * | fdtdec: support multiple phandles in memory carveoutLaurentiu Tudor2020-04-161-10/+26
| |/
* | acpi: Add support for DMARSimon Glass2020-04-161-0/+31
* | acpi: Add a central location for table version numbersSimon Glass2020-04-163-0/+67
* | x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-1/+1
|/
* Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-nextTom Rini2020-04-072-4/+17
|\
| * lib: Improve _parse_integer_fixup_radix base 16 detectionMichal Simek2020-04-061-1/+14
| * image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-3/+3
* | Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWIP/31Mar2020-nextTom Rini2020-03-319-52/+145
|\ \ | |/
| * efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-2/+2
| * efi_selftest: test CalculateCrc32, CopyMem, SetMemHeinrich Schuchardt2020-03-222-0/+78
| * efi_loader: fix freestanding memmove()Heinrich Schuchardt2020-03-221-1/+1