1. 5461f80 efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULE by Heinrich Schuchardt · Wed Dec 09 07:38:46 2020 +0100
  2. 284e85b fs: fat: deletion of long file names by Heinrich Schuchardt · Thu Nov 19 07:31:18 2020 +0100
  3. 9a4564e fs: fat: first dentry of long name in FAT iterator by Heinrich Schuchardt · Thu Nov 19 07:44:08 2020 +0100
  4. f600119 fs: fat: use constant DELETED_FLAG by Heinrich Schuchardt · Thu Nov 19 06:47:35 2020 +0100
  5. 7a3f610 fs: fat: search file should not allocate cluster by Heinrich Schuchardt · Thu Nov 26 16:10:01 2020 +0100
  6. 524d13a fs: fat: reuse deleted directory entries by Heinrich Schuchardt · Sun Nov 22 11:54:22 2020 +0100
  7. 5bc30a5 fs: fat: fat_find_empty_dentries() by Heinrich Schuchardt · Sun Nov 22 09:58:44 2020 +0100
  8. e09f3e4 fs: fat: flush new directory cluster by Heinrich Schuchardt · Thu Nov 26 19:06:55 2020 +0100
  9. 51d5b2a fs: fat: set start cluster for root directory by Heinrich Schuchardt · Sun Nov 22 16:04:47 2020 +0100
  10. 3b9d843 fs: fat: dentry iterator for fill_dir_slot() by Heinrich Schuchardt · Sun Nov 22 19:24:46 2020 +0100
  11. 24977e5 fs: fat: generate unique short names by Heinrich Schuchardt · Wed Nov 25 16:33:55 2020 +0100
  12. 7afbd60 fs: fat: call set_name() only once by Heinrich Schuchardt · Sun Nov 22 19:19:39 2020 +0100
  13. ac4ab75 fs: fat: pass shortname to fill_dir_slot by Heinrich Schuchardt · Sat Nov 21 08:32:50 2020 +0100
  14. ba9c44e fs: fat: create correct short names by Heinrich Schuchardt · Fri Nov 20 12:55:22 2020 +0100
  15. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · Sun Nov 22 09:19:52 2020 +0100
  16. 00cf076 fs: fat: correct first cluster for '..' by Heinrich Schuchardt · Tue Nov 24 21:04:07 2020 +0100
  17. 0256017 spl: fit: Prefer a malloc()'d buffer for loading images by Alexandru Gagniuc · Wed Oct 21 18:32:58 2020 -0500
  18. 58f0a1c Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into next by Tom Rini · Mon Dec 07 17:16:23 2020 -0500
  19. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  20. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  21. 7b48ce8 x86: zimage: Add silent-console processing by Simon Glass · Thu Nov 05 10:33:46 2020 -0700
  22. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  23. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  24. c38406e bootm: Split out bootargs environment reading / writing by Simon Glass · Thu Nov 05 10:33:43 2020 -0700
  25. 7a8a429 bootm: Use size rather than length for CONSOLE_ARG by Simon Glass · Thu Nov 05 10:33:42 2020 -0700
  26. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  27. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  28. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  29. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  30. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · Thu Nov 05 10:33:37 2020 -0700
  31. 76427fb board: sl28: add OP-TEE Trusted OS support (bl32) by Michael Walle · Wed Nov 18 17:46:02 2020 +0100
  32. f5253fb board: sl28: add ATF support (bl31) by Michael Walle · Wed Nov 18 17:46:01 2020 +0100
  33. 24f72a1 board: sl28: remove u-boot from loadable DT node by Michael Walle · Wed Nov 18 17:46:00 2020 +0100
  34. 3ab8062 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · Wed Nov 18 17:45:59 2020 +0100
  35. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · Wed Nov 18 17:45:58 2020 +0100
  36. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · Wed Nov 18 17:45:57 2020 +0100
  37. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · Wed Nov 18 17:45:56 2020 +0100
  38. 203fede spl: atf: move storage for bl31_params into function by Michael Walle · Wed Nov 18 17:45:55 2020 +0100
  39. 16fd24c treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · Wed Nov 18 17:45:54 2020 +0100
  40. db8b8c3 Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · Thu Dec 03 16:21:51 2020 -0500
  41. 57b062f sandbox: enable capsule update for testing by AKASHI Takahiro · Tue Nov 17 09:28:05 2020 +0900
  42. 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · Mon Nov 30 18:12:17 2020 +0900
  43. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · Mon Nov 30 18:12:16 2020 +0900
  44. 19122aa tools: add mkeficapsule command for UEFI capsule update by AKASHI Takahiro · Mon Nov 30 18:12:15 2020 +0900
  45. 38833c8 cmd: add "efidebug capsule" command by AKASHI Takahiro · Tue Nov 17 09:28:01 2020 +0900
  46. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · Tue Nov 17 09:28:00 2020 +0900
  47. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · Mon Nov 30 18:12:12 2020 +0900
  48. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · Mon Nov 30 18:12:11 2020 +0900
  49. 73d77ae efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · Tue Nov 17 09:27:57 2020 +0900
  50. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  51. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · Tue Nov 17 09:27:55 2020 +0900
  52. c2e7a36 common: update: fix an "unused" warning against update_flash() by AKASHI Takahiro · Thu Nov 19 09:37:19 2020 +0900
  53. a51fb1c cmd: efidebug: Add support for TCG2 final events table by Ilias Apalodimas · Mon Nov 30 11:47:41 2020 +0200
  54. 967650d efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · Mon Nov 30 11:47:40 2020 +0200
  55. cae28ef tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · Mon Nov 30 11:47:39 2020 +0200
  56. 7f59c71 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · Thu Nov 26 23:07:22 2020 +0200
  57. 42c8ba2 efi_loader: replace printf by log in efi_uclass.c by Heinrich Schuchardt · Tue Dec 01 09:06:29 2020 +0100
  58. 3ac3836 Merge branch '2020-12-01-next-imports' into next by Tom Rini · Wed Dec 02 11:35:02 2020 -0500
  59. ff41a75 km/arm: coding style clean up by Holger Brunck · Fri Oct 30 12:45:49 2020 +0100
  60. 6c5c03c spl: spl_fit.c: enable check of signature for config node in spl/tpl by Philippe Reynes · Thu Oct 29 18:50:29 2020 +0100
  61. 223ee7d IPQ40xx: clk: add USB clock handling by Robert Marko · Wed Oct 28 13:56:26 2020 +0100
  62. 8309b12 IPQ40xx: clk: dont always return 0 by Robert Marko · Wed Oct 28 13:56:25 2020 +0100
  63. da1f2d3 IPQ40xx: clk: drop breaks in switch case by Robert Marko · Wed Oct 28 13:56:24 2020 +0100
  64. 0260c08 IPQ40xx: clk: use dev_read_addr() by Robert Marko · Wed Oct 28 13:56:23 2020 +0100
  65. a81e9dc cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2 by Patrick Delaunay · Mon Oct 26 09:31:42 2020 +0100
  66. 489b76a hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · Mon Oct 26 09:31:41 2020 +0100
  67. 6875dec net: sntp: remove CONFIG_TIMESTAMP constraint by Heinrich Schuchardt · Fri Oct 23 12:58:27 2020 +0200
  68. 580a7a5 setexpr: Add support for strings by Simon Glass · Sun Nov 01 14:15:44 2020 -0700
  69. 00547af setexpr: Convert to use a struct for values by Simon Glass · Sun Nov 01 14:15:43 2020 -0700
  70. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · Sun Nov 01 14:15:42 2020 -0700
  71. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · Sun Nov 01 14:15:41 2020 -0700
  72. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · Sun Nov 01 14:15:40 2020 -0700
  73. b8e9f2d setexpr: Split the core logic into its own function by Simon Glass · Sun Nov 01 14:15:39 2020 -0700
  74. bbcdba8 test: Add some setexpr regex tests by Simon Glass · Sun Nov 01 14:15:38 2020 -0700
  75. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · Sun Nov 01 14:15:37 2020 -0700
  76. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · Sun Nov 01 14:15:36 2020 -0700
  77. 663a2c1 test: Add some tests for setexpr by Simon Glass · Sun Nov 01 14:15:35 2020 -0700
  78. 45ae436 Makefile: Correctly propagate failure when removing target by Pali Rohár · Mon Oct 26 14:10:49 2020 +0100
  79. 7596903 gpio: Convert to use APIs which support live DT by Patrick Delaunay · Wed Sep 09 18:26:16 2020 +0200
  80. 73fcbc7 Adds basic support for ProxyDHCP by Lyle Franklin · Mon Aug 05 06:23:42 2019 -0400
  81. feb7db8 cmd: pxe: Use internal FDT if retrieving from FDTDIR fails by Anton Leontiev · Tue Sep 03 10:52:24 2019 +0300
  82. c173df6 Prepare v2021.01-rc3 by Tom Rini · Mon Nov 30 13:09:42 2020 -0500
  83. 56fd1e1 configs: Resync with savedefconfig by Tom Rini · Mon Nov 30 12:50:32 2020 -0500
  84. 088ba72 Merge tag 'mmc-2020-11-29' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · Sun Nov 29 11:12:59 2020 -0500
  85. 31849df Merge tag 'efi-2021-01-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Nov 29 11:12:49 2020 -0500
  86. f1202c4 charset: make u16_strnlen accessible at runtime by Ilias Apalodimas · Sun Nov 22 15:10:26 2020 +0200
  87. ba5c1ab lib/efi_loader: fix ABI in efi_mm_communicate_header by Etienne Carriere · Sat Nov 21 11:59:33 2020 +0100
  88. 8da4625 efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM by Heinrich Schuchardt · Sat Nov 21 20:52:18 2020 +0100
  89. 881c74a fs: fat: use ATTR_ARCH instead of anonymous 0x20 by Heinrich Schuchardt · Sun Nov 22 11:13:33 2020 +0100
  90. 6dc7a16 fs: fat: directory entries starting with 0x05 by Heinrich Schuchardt · Sat Nov 21 12:34:20 2020 +0100
  91. a802152 fs: fat: avoid NULL dereference when root dir is full by Heinrich Schuchardt · Thu Nov 19 12:24:44 2020 +0100
  92. 55df5ac Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Sat Nov 28 10:55:46 2020 -0500
  93. 4f1b444 riscv: sifive/fu540: kconfig: Enable support for Opencores I2C controller by Pragnesh Patel · Sat Nov 14 14:42:35 2020 +0530
  94. 1cfbd7a i2c: ocores: add i2c driver for OpenCores I2C controller by Pragnesh Patel · Sat Nov 14 14:42:34 2020 +0530
  95. 9355716 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · Mon Nov 09 07:12:49 2020 -0700
  96. edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · Thu Oct 01 14:49:02 2020 +0300
  97. c71c95c mmc: check a return value about regulator's always-on by Jaehoon Chung · Fri Nov 06 20:30:41 2020 +0900
  98. ad9f7ce mmc: display an error number to debug by Jaehoon Chung · Tue Nov 17 07:04:59 2020 +0900
  99. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · Tue Oct 20 11:04:52 2020 +0800
  100. ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · Tue Oct 20 11:04:51 2020 +0800