- 265ce19 efi_loader: make variable store size customizable by Heinrich Schuchardt · 3 years, 11 months ago
- a9e73d2 binman: Remove additional backslash by Michal Simek · 4 years ago
- 6974a4a charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · 4 years ago
- 31cadc3 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · 4 years ago
- 7e5875a efi_loader: parameter check in GetNextVariableName() by Heinrich Schuchardt · 4 years ago
- 9aeb380 efi_loader: tcg2 protocol updates by Ilias Apalodimas · 4 years ago
- af69267 efi_selftest: provide unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 4 years ago
- c1c0210 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · 4 years ago
- 792aee1 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · 4 years ago
- 337c97d efi_loader: Add missing newline to log_{err,warning} by Paulo Alcantara · 4 years ago
- fccd3d9 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · 4 years ago
- a322f54 tpm: Change response length of tpm2_get_capability() by Ilias Apalodimas · 4 years ago
- b1aa6fc efi_selftest: add tool to download dtb by Heinrich Schuchardt · 4 years ago
- ab02c3f efi_loader: non-volatile variable not deleted from file by Heinrich Schuchardt · 4 years ago
- 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
- e4f8e54 smbios: Drop the unused Kconfig options by Simon Glass · 4 years ago
- 44c74bd sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 4 years ago
- a3f5c8e smbios: Add more properties by Simon Glass · 4 years ago
- 44ffb6f smbios: Allow properties to come from the device tree by Simon Glass · 4 years ago
- 78227d4 x86: Pass an ofnode into each SMBIOS function by Simon Glass · 4 years ago
- be1cee1 acpi: Correct reset handling in acpi_device_add_power_res() by Simon Glass · 4 years ago
- d2cb7a2 x86: Allow putting some tables in the bloblist by Simon Glass · 4 years ago
- 6723b4c binman: Call helper function binman_set_rom_offset() to fill offset by Michal Simek · 4 years, 3 months ago
- 415eab0 smbios: add parsing API by Christian Gmeiner · 4 years ago
- 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
- 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
- 72eda50 lib: Add getopt by Sean Anderson · 4 years, 1 month ago
- 077153e efi_loader: add efi_create_indexed_name() by AKASHI Takahiro · 4 years ago
- c57c943 efi_loader: add option to initialise EFI subsystem early by AKASHI Takahiro · 4 years ago
- 314bed6 efi_loader: fix DisconnectController() for sole child by Heinrich Schuchardt · 4 years, 1 month ago
- 8318754 binman: Support multiple images in the library by Simon Glass · 4 years, 2 months ago
- f4f4123 binman: Add a way to read the ROM offset by Simon Glass · 4 years, 2 months ago
- 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
- 0eae552 efi_loader: daylight saving time by Heinrich Schuchardt · 4 years, 1 month ago
- 529441c efi_loader: Disable devices before handing over control by Ilias Apalodimas · 4 years, 1 month ago
- 19763ea efi_loader: Sort header file ordering by Ilias Apalodimas · 4 years, 1 month ago
- d3d6afa trace: conserve gd register on RISC-V by Heinrich Schuchardt · 4 years, 1 month ago
- c2a2c83 xilinx: zynq: Change types from u32 to uint32_t by Michal Simek · 4 years, 1 month ago
- dcf1672 lib: print_freq() should output kHz not KHz by Heinrich Schuchardt · 4 years, 1 month ago
- c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 1 month ago
- 42f804f efi_loader: fix use after free in receive path by Patrick Wildt · 4 years, 1 month ago
- 4b2be78 time: Fix get_ticks being non-monotonic by Sean Anderson · 4 years, 2 months ago
- ec71cc3 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · 4 years, 1 month ago
- 3f8808e rsa: fix retrieving public exponent on big-endian systems by Rasmus Villemoes · 4 years, 1 month ago
- 167fb1f lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · 4 years, 2 months ago
- a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
- 34ca77c lib/hashtable: remove superfluous check by Heinrich Schuchardt · 4 years, 3 months ago
- 26637e2 lib: Allow hexdump to be used in SPL by Simon Glass · 4 years, 2 months ago
- 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
- cba487c fdtdec: correct test on return of fdt_node_offset_by_phandle by Patrick Delaunay · 4 years, 2 months ago
- 4b71f6d efi_loader: QEMU CONFIG_EFI_GRUB_ARM32_WORKAROUND=n by Heinrich Schuchardt · 4 years, 2 months ago
- 493a37f efi: Fix typo in documentation by Sean Anderson · 4 years, 2 months ago
- eb0d1d8 efi_selftest: avoid unnecessary reset by Heinrich Schuchardt · 4 years, 1 month ago
- dc374ab efi_selftest: print CRC32 of initrd as hexadecimal by Heinrich Schuchardt · 4 years, 1 month ago
- 9487683 efi_selftest: enable printing hexadecimal numbers by Heinrich Schuchardt · 4 years, 1 month ago
- e2aff33 efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
- 5cd28e1 efi_loader: description EFI_LOAD_FILE2_PROTOCOL by Heinrich Schuchardt · 4 years, 1 month ago
- b7e7831 Merge branch 'next' by Tom Rini · 4 years, 1 month ago
- b59c13d efi_loader: installation of EFI_RNG_PROTOCOL by Heinrich Schuchardt · 4 years, 2 months ago
- 9c6aaf1 acpi: Use I2cSerialBusV2() instead of I2cSerialBus() by Simon Glass · 4 years, 2 months ago
- 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years, 2 months ago
- 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years, 2 months ago
- f37979e x86: acpi: Support generation of the DBG2 table by Simon Glass · 4 years, 2 months ago
- 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years, 2 months ago
- 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years, 2 months ago
- da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years, 2 months ago
- e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years, 2 months ago
- 3e15c31 optee: add property no-map to secure reserved memory by Etienne Carriere · 4 years, 2 months ago
- ccaa574 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years, 2 months ago
- 751b18b Merge branch 'master' into next by Tom Rini · 4 years, 2 months ago
- 52a8481 efi_selftest: check for RISC-V boot-hartid in FDT by Heinrich Schuchardt · 4 years, 2 months ago
- 18161a8 efi_selftest: rework device tree test by Heinrich Schuchardt · 4 years, 2 months ago
- ffbeafe efi_memory: refine overlap_only_ram description by Maxim Uvarov · 4 years, 3 months ago
- 81d0cef lib: fdt: Fix fdtdec_setup_mem..() conversion to livetree API by Marek Vasut · 4 years, 2 months ago
- 5bf12a7 efi_selftest: restore gd before do_reset() by Heinrich Schuchardt · 4 years, 2 months ago
- d68d7f4 efi_loader: save global data pointer on RISC-V by Heinrich Schuchardt · 4 years, 2 months ago
- e5a3137 efi_loader: efi_var_mem_notify_exit_boot_services by Heinrich Schuchardt · 4 years, 2 months ago
- 8479333 rsa: crash in br_i32_decode() called from rsa_gen_key_prop() by Robert Reither · 4 years, 2 months ago
- 314b9b4 Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 4 years, 2 months ago
- d2a8857 efi_selftest: simplify Makefile by Heinrich Schuchardt · 4 years, 3 months ago
- 578d7cc efi_loader: remove duplicate image size check by Heinrich Schuchardt · 4 years, 3 months ago
- 0f7878b efi_loader: error message if image not authenticated by Heinrich Schuchardt · 4 years, 3 months ago
- 2458605 efi_loader: log function in image loader by Heinrich Schuchardt · 4 years, 3 months ago
- de95930 lib/rsa: correct check after allocation in fdt_add_bignum() by Heinrich Schuchardt · 4 years, 3 months ago
- dfaf6a5 CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always defined by Stefan Roese · 4 years, 3 months ago
- 9f9ecd3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 3 months ago
- 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 3 months ago
- 1db7ee4 fdtdec: Add API to read pci bus-range property by Suneel Garapati · 5 years ago
- 3337b29 xen: Code style conformity by Anastasiia Lukianenko · 4 years, 3 months ago
- 15d8f00 efi_loader: validate device path length in boot manager by Heinrich Schuchardt · 4 years, 3 months ago
- 5cad4a3 efi_loader: efi_dp_check_length() by Heinrich Schuchardt · 4 years, 3 months ago
- fa63753 efi_selftest: substitute ResetSystem() by do_reset() by Heinrich Schuchardt · 4 years, 3 months ago
- c06867d efi_selftest: add a test for ResetSystem() by Heinrich Schuchardt · 4 years, 3 months ago
- f03a879 efi_loader: ResetSystem() should not hang by Heinrich Schuchardt · 4 years, 3 months ago
- c2f0950 lib: fdt: Convert fdtdes_setup_mem..() to livetree API by Michal Simek · 4 years, 4 months ago
- 7fce739 lib: fdt: Introduce fdtdec_setup_mem_size_base_lowest() by Michal Simek · 4 years, 4 months ago
- 789bfb5 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 3 months ago
- e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 3 months ago
- 52956e5 efi_loader: signature: correct a behavior against multiple signatures by AKASHI Takahiro · 4 years, 3 months ago
- f68a6d5 efi_loader: variable: fix secure state initialization by AKASHI Takahiro · 4 years, 3 months ago