1. 6a4ccad patman: Drop tools.ToByte() by Simon Glass · 4 years ago
  2. fc0056e patman: Drop unicode helper functions by Simon Glass · 4 years ago
  3. 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 4 years ago
  4. ddaa949 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years ago
  5. 2644851 efi_loader: link partition to block device by Heinrich Schuchardt · 4 years, 10 months ago
  6. f9ad240 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · 4 years, 10 months ago
  7. 7f8e656 efi_selftest: test EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 4 years ago
  8. 6d78ca8 efi_selftest: clean up Makefile by Heinrich Schuchardt · 4 years ago
  9. 3da0b28 efi_loader: support EFI_LOAD_FILE_PROTOCOL by Heinrich Schuchardt · 4 years ago
  10. 0e074d1 efi_loader: carve out efi_load_image_from_file() by Heinrich Schuchardt · 4 years ago
  11. c06c55b efi_loader: pass boot_policy to efi_load_image_from_path by Heinrich Schuchardt · 4 years ago
  12. b6f1109 efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · 4 years ago
  13. 0e9d2d7 efi_loader: resequence functions in efi_boottime.c by Heinrich Schuchardt · 4 years ago
  14. 861072b efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOL by Heinrich Schuchardt · 4 years ago
  15. 470fa19 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · 4 years ago
  16. 3d20d21 fs: fat: deletion of long file names by Heinrich Schuchardt · 4 years ago
  17. 89735b4 fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · 4 years ago
  18. 4a593dd fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · 4 years ago
  19. 1e51c8d fs: fat: search file should not allocate cluster by Heinrich Schuchardt · 4 years ago
  20. 3049a51 fs: fat: reuse deleted directory entries by Heinrich Schuchardt · 4 years ago
  21. 32a5f88 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · 4 years ago
  22. 569b0e1 fs: fat: flush new directory cluster by Heinrich Schuchardt · 4 years ago
  23. 7557c84 fs: fat: set start cluster for root directory by Heinrich Schuchardt · 4 years ago
  24. 27ed690 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · 4 years ago
  25. 3a331ae fs: fat: generate unique short names by Heinrich Schuchardt · 4 years ago
  26. 57b745e fs: fat: call set_name() only once by Heinrich Schuchardt · 4 years ago
  27. a343249 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · 4 years ago
  28. 28cef9c fs: fat: create correct short names by Heinrich Schuchardt · 4 years ago
  29. d236e82 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · 4 years ago
  30. c592411 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · 4 years ago
  31. 03f1f78 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · 4 years, 1 month ago
  32. cd833de Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next by Tom Rini · 4 years ago
  33. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 4 years ago
  34. 1a62d64 cli: Support macro processing with a fixed-size buffer by Simon Glass · 4 years ago
  35. 488d89a x86: zimage: Add silent-console processing by Simon Glass · 4 years ago
  36. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years ago
  37. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years ago
  38. b6386f3 bootm: Split out bootargs environment reading / writing by Simon Glass · 4 years ago
  39. 6cd92b1 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · 4 years ago
  40. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years ago
  41. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 4 years ago
  42. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years ago
  43. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years ago
  44. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years ago
  45. 4c450da board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · 4 years ago
  46. e057760 board: sl28: add ATF support (bl31) by Michael Walle · 4 years ago
  47. ea22783 board: sl28: remove u-boot from loadable DT node by Michael Walle · 4 years ago
  48. 8084e91 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · 4 years ago
  49. 7b86682 spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · 4 years ago
  50. 553825c spl: atf: remove helper structure from common header by Michael Walle · 4 years ago
  51. d2cb0c8 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · 4 years ago
  52. 37c218a spl: atf: move storage for bl31_params into function by Michael Walle · 4 years ago
  53. 59b07a2 treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 4 years ago
  54. 5157ea5 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 4 years ago
  55. 3616b4f sandbox: enable capsule update for testing by AKASHI Takahiro · 4 years ago
  56. 4926e7d test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
  57. 450596f test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
  58. fab430b tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · 4 years ago
  59. 7f35ced cmd: add "efidebug capsule" command by AKASHI Takahiro · 4 years ago
  60. bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
  61. f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 4 years ago
  62. 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 4 years ago
  63. ed9349c efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · 4 years ago
  64. c74cd8b efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · 4 years ago
  65. 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago
  66. 96ec4b1 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · 4 years ago
  67. 94e7820 cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · 4 years ago
  68. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 4 years ago
  69. 8e0b087 tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · 4 years ago
  70. e926136 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · 4 years ago
  71. fc36442 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · 4 years ago
  72. a2c8324 Merge branch '2020-12-01-next-imports' into next by Tom Rini · 4 years ago
  73. 7292a18 km/arm: coding style clean up by Holger Brunck · 4 years ago
  74. 7d5b1bf spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · 4 years, 1 month ago
  75. a282ada IPQ40xx: clk: add USB clock handling by Robert Marko · 4 years, 1 month ago
  76. 20476b5 IPQ40xx: clk: dont always return 0 by Robert Marko · 4 years, 1 month ago
  77. 164cc98 IPQ40xx: clk: drop breaks in switch case by Robert Marko · 4 years, 1 month ago
  78. 9053453 IPQ40xx: clk: use dev_read_addr() by Robert Marko · 4 years, 1 month ago
  79. 48aee0a cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · 4 years, 1 month ago
  80. 310f285 hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · 4 years, 1 month ago
  81. e1864db net: sntp: remove CONFIG_TIMESTAMP constraint by Heinrich Schuchardt · 4 years, 1 month ago
  82. 2c02152 setexpr: Add support for strings by Simon Glass · 4 years ago
  83. f66bee4 setexpr: Convert to use a struct for values by Simon Glass · 4 years ago
  84. 8f4aa7d setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years ago
  85. 9528229 setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years ago
  86. d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
  87. 56331b2 setexpr: Split the core logic into its own function by Simon Glass · 4 years ago
  88. e713124 test: Add some setexpr regex tests by Simon Glass · 4 years ago
  89. 25a43ac setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years ago
  90. 7526dee command: Add constants for cmd_get_data_size string / error by Simon Glass · 4 years ago
  91. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years ago
  92. 4532bf4 Makefile: Correctly propagate failure when removing target by Pali Rohár · 4 years, 1 month ago
  93. 8558217 gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 2 months ago
  94. c8e251f Adds basic support for ProxyDHCP by Lyle Franklin · 5 years ago
  95. db36674 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · 5 years ago
  96. 0719bf4 Prepare v2021.01-rc3 by Tom Rini · 4 years ago
  97. 53def46 configs: Resync with savedefconfig by Tom Rini · 4 years ago
  98. a7ab4b7 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  99. fc4c2f7 Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  100. 6974a4a charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · 4 years ago