| Commit message (Expand) | Author | Age | Files | Lines |
* | efi: Tidy up header includes | Simon Glass | 2020-08-03 | 2 | -0/+3 |
* | efi_selftest: block device test requires CONFIG_DOS_PARTITION | Heinrich Schuchardt | 2020-08-01 | 2 | -1/+3 |
* | efi_selftest: SNP test depends on network | Heinrich Schuchardt | 2020-08-01 | 1 | -1/+2 |
* | efi_loader: use CONFIG_STACK_SIZE in the UEFI sub-system | Heinrich Schuchardt | 2020-08-01 | 1 | -1/+1 |
* | efi_loader: Enable run-time variable support for tee based variables | Ilias Apalodimas | 2020-08-01 | 6 | -154/+148 |
* | efi_loader: Trim output buffer size correctly for tee variables | Ilias Apalodimas | 2020-08-01 | 1 | -10/+3 |
* | env: Add support for explicit write access list | Marek Vasut | 2020-07-31 | 1 | -1/+4 |
* | env: Add option to only ever append environment | Marek Vasut | 2020-07-31 | 1 | -0/+4 |
* | Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" | Michal Simek | 2020-07-25 | 1 | -8/+3 |
* | Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" | Michal Simek | 2020-07-25 | 1 | -12/+6 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -9/+20 |
* | Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm | Tom Rini | 2020-07-23 | 1 | -20/+9 |
|\ |
|
| * | Revert "lib: fdt: Split fdtdec_setup_mem_size_base()" | Michal Simek | 2020-07-20 | 1 | -8/+3 |
| * | Revert "lib: fdt: Split fdtdec_setup_memory_banksize()" | Michal Simek | 2020-07-20 | 1 | -12/+6 |
* | | lib: crypto: export and enhance pkcs7_verify_one() | AKASHI Takahiro | 2020-07-22 | 1 | -7/+54 |
* | | lib: crypto: add pkcs7_digest() | AKASHI Takahiro | 2020-07-22 | 1 | -3/+89 |
* | | lib: crypto: import pkcs7_verify.c from linux | AKASHI Takahiro | 2020-07-22 | 3 | -0/+528 |
* | | lib: crypto: enable x509_check_for_self_signed() | AKASHI Takahiro | 2020-07-22 | 2 | -10/+25 |
* | | lib: crypto: add public_key_verify_signature() | AKASHI Takahiro | 2020-07-22 | 1 | -1/+69 |
* | | efi_loader: use logging for block device messages | Heinrich Schuchardt | 2020-07-22 | 1 | -10/+13 |
* | | efi_loader: document efi_save_gd(), efi_restore_gd() | Heinrich Schuchardt | 2020-07-22 | 1 | -5/+15 |
* | | efi_loader: loosen buffer parameter check in efi_file_read | Stefan Sørensen | 2020-07-22 | 1 | -1/+8 |
* | | efi_loader: Check for the native OP-TEE result on mm_communicate calls | Ilias Apalodimas | 2020-07-22 | 1 | -2/+2 |
* | | efi_loader: Rename and correct values for ARM_SMC_MM_* | Ilias Apalodimas | 2020-07-22 | 1 | -4/+4 |
* | | efi_loader: don't use memmove() in efi_var_mem_del() | Heinrich Schuchardt | 2020-07-22 | 2 | -1/+4 |
* | | efi_loader: efi_current_var after SetVirtualAddressMap | Heinrich Schuchardt | 2020-07-22 | 1 | -0/+1 |
|/ |
|
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 2 | -2/+3 |
* | lib: zlib: Remove offset pointer optimization in inftrees.c | Chin Liang See | 2020-07-17 | 1 | -11/+8 |
* | lz4: fix decompressor on big-endian powerpc | Rasmus Villemoes | 2020-07-17 | 1 | -56/+39 |
* | acpi: Support writing named values | Simon Glass | 2020-07-17 | 1 | -0/+49 |
* | acpi: Support generation of a device | Simon Glass | 2020-07-17 | 1 | -0/+7 |
* | acpi: Support generation of a generic register | Simon Glass | 2020-07-17 | 1 | -0/+71 |
* | acpi: Support generation of a scope | Simon Glass | 2020-07-17 | 1 | -0/+7 |
* | binman: Add way to locate an entry in memory | Simon Glass | 2020-07-17 | 1 | -0/+23 |
* | binman: Refactor binman_entry_find() to allow other nodes | Simon Glass | 2020-07-17 | 1 | -6/+13 |
* | binman: Allow setting the ROM offset | Simon Glass | 2020-07-17 | 1 | -0/+17 |
* | dm: acpi: Enhance acpi_get_name() | Simon Glass | 2020-07-17 | 1 | -0/+106 |
* | acpi: Add support for a generic power sequence | Simon Glass | 2020-07-17 | 1 | -0/+99 |
* | acpi: Add support for writing a GPIO power sequence | Simon Glass | 2020-07-17 | 1 | -0/+85 |
* | acpi: Add support for writing a Power Resource | Simon Glass | 2020-07-17 | 1 | -0/+22 |
* | acpi: Add support for various misc ACPI opcodes | Simon Glass | 2020-07-17 | 1 | -0/+86 |
* | acpi: Support copying properties from device tree to ACPI | Simon Glass | 2020-07-17 | 1 | -0/+56 |
* | acpi: Support writing a GPIO | Simon Glass | 2020-07-17 | 1 | -0/+23 |
* | acpi: Support writing Device Properties objects via _DSD | Simon Glass | 2020-07-17 | 2 | -0/+324 |
* | acpi: Support writing a UUID | Simon Glass | 2020-07-17 | 1 | -0/+38 |
* | acpi: Support writing a name | Simon Glass | 2020-07-17 | 1 | -0/+96 |
* | acpi: Support writing a string | Simon Glass | 2020-07-17 | 1 | -0/+6 |
* | acpi: Support writing an integer | Simon Glass | 2020-07-17 | 1 | -0/+51 |
* | acpigen: Support writing a package | Simon Glass | 2020-07-17 | 1 | -0/+12 |
* | acpigen: Support writing a length | Simon Glass | 2020-07-17 | 1 | -0/+33 |