1. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · Wed Dec 16 21:20:27 2020 -0700
  2. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · Wed Dec 16 21:20:26 2020 -0700
  3. 3a9d5f1 dm: core: Allow manual sequence numbering by Simon Glass · Wed Dec 16 21:20:17 2020 -0700
  4. 7272e92 dm: core: Add a new sequence number for devices by Simon Glass · Wed Dec 16 21:20:09 2020 -0700
  5. 1ae093f dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · Wed Dec 16 21:20:08 2020 -0700
  6. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  7. b87153c linker_lists: Fix alignment issue by Simon Glass · Wed Dec 16 21:20:06 2020 -0700
  8. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  9. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  10. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  11. 39edb95 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · Thu Dec 03 16:55:19 2020 -0700
  12. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  13. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  14. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · Sat Nov 28 17:50:10 2020 -0700
  15. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · Sat Nov 28 17:50:09 2020 -0700
  16. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · Sat Nov 28 17:50:07 2020 -0700
  17. 16b4f94 dm: core: Drop device_bind_offset() by Simon Glass · Sat Nov 28 17:50:06 2020 -0700
  18. 1876ffe dm: core: Drop dev_set_of_offset() by Simon Glass · Sat Nov 28 17:50:05 2020 -0700
  19. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · Sat Nov 28 17:50:03 2020 -0700
  20. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  21. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  22. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · Sat Nov 28 17:50:00 2020 -0700
  23. 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · Thu Nov 12 00:29:56 2020 +0100
  24. 9c89d14 efi_loader: make efi_protocol_open() non-static by Heinrich Schuchardt · Fri Jan 10 12:33:59 2020 +0100
  25. 485956d efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID by Heinrich Schuchardt · Fri Dec 04 03:33:41 2020 +0100
  26. 497d874 fs: fat: export fat_next_cluster() by Heinrich Schuchardt · Sun Nov 22 09:19:52 2020 +0100
  27. 529e208 bootm: Support string substitution in bootargs by Simon Glass · Thu Nov 05 10:33:48 2020 -0700
  28. c7b03e8 cli: Support macro processing with a fixed-size buffer by Simon Glass · Thu Nov 05 10:33:47 2020 -0700
  29. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · Thu Nov 05 10:33:45 2020 -0700
  30. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · Thu Nov 05 10:33:44 2020 -0700
  31. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · Thu Nov 05 10:33:41 2020 -0700
  32. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:40 2020 -0700
  33. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · Thu Nov 05 10:33:39 2020 -0700
  34. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  35. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · Thu Nov 05 10:33:37 2020 -0700
  36. afaf6ea spl: atf: add support for LOAD_IMAGE_V2 by Michael Walle · Wed Nov 18 17:45:58 2020 +0100
  37. 0e4d90c spl: atf: remove helper structure from common header by Michael Walle · Wed Nov 18 17:45:57 2020 +0100
  38. 2def7d9 spl: atf: provide a bl2_plat_get_bl31_params_default() by Michael Walle · Wed Nov 18 17:45:56 2020 +0100
  39. 7ff3f3c efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · Tue Nov 17 09:28:00 2020 +0900
  40. f4818e6 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · Mon Nov 30 18:12:12 2020 +0900
  41. 0d96378 efi_loader: capsule: support firmware update by AKASHI Takahiro · Mon Nov 30 18:12:11 2020 +0900
  42. 73d77ae efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · Tue Nov 17 09:27:57 2020 +0900
  43. 45b81954 efi_loader: capsule: add capsule_on_disk support by AKASHI Takahiro · Tue Nov 17 09:27:56 2020 +0900
  44. 473d9b3 efi_loader: define UpdateCapsule api by AKASHI Takahiro · Tue Nov 17 09:27:55 2020 +0900
  45. 967650d efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · Mon Nov 30 11:47:40 2020 +0200
  46. cae28ef tpm: Add tpm2 headers for TCG2 eventlog support by Ilias Apalodimas · Mon Nov 30 11:47:39 2020 +0200
  47. 7f59c71 tpm: use more than sha256 on pcr_extend by Ilias Apalodimas · Thu Nov 26 23:07:22 2020 +0200
  48. ff41a75 km/arm: coding style clean up by Holger Brunck · Fri Oct 30 12:45:49 2020 +0100
  49. 489b76a hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files by Patrick Delaunay · Mon Oct 26 09:31:41 2020 +0100
  50. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · Sun Nov 01 14:15:40 2020 -0700
  51. 3d3c397 command: Add constants for cmd_get_data_size string / error by Simon Glass · Sun Nov 01 14:15:36 2020 -0700
  52. 663a2c1 test: Add some tests for setexpr by Simon Glass · Sun Nov 01 14:15:35 2020 -0700
  53. 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
  54. ba5c1ab lib/efi_loader: fix ABI in efi_mm_communicate_header by Etienne Carriere · Sat Nov 21 11:59:33 2020 +0100
  55. 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · Tue Oct 20 11:04:52 2020 +0800
  56. 4290573 reset: stm32: Add support of MCU HOLD BOOT by Patrick Delaunay · Thu Oct 15 15:01:11 2020 +0200
  57. 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · Thu Oct 15 14:49:37 2020 +0200
  58. 44ae9f4 Merge tag 'efi-2021-01-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Nov 21 08:04:39 2020 -0500
  59. c67fef6 efi_loader: tcg2 protocol updates by Ilias Apalodimas · Mon Nov 16 08:52:41 2020 +0200
  60. f3e2c9d microblaze: Detect NOR flash based on DT by Michal Simek · Wed Nov 04 16:14:06 2020 +0100
  61. 736c1e64 microblaze: Unify of setting for SPL_NOR/XIP support by Michal Simek · Wed Nov 04 16:12:20 2020 +0100
  62. 64b5d20 microblaze: Remove CONFIG_SYS_FDT_SIZE by Michal Simek · Wed Nov 04 16:08:40 2020 +0100
  63. b139503 microblaze: Get rid of xparameters.h by Michal Simek · Wed Nov 04 16:00:38 2020 +0100
  64. 025e8cf microblaze: Simplify cache handling by Michal Simek · Wed Nov 04 15:58:04 2020 +0100
  65. 7528673 microblaze: Clean config file from ifdef mess by Michal Simek · Wed Nov 04 15:46:32 2020 +0100
  66. cfca20c fs/squashfs: implement exists() function by Richard Genoud · Tue Nov 03 12:11:26 2020 +0100
  67. 108ce1b km/ppc: use Kconfig for MEMTEST configuration by Holger Brunck · Thu Oct 29 13:54:54 2020 +0100
  68. 35de032 km: replace hardcoded address for imported environment by Matteo Ghidoni · Thu Oct 29 13:48:01 2020 +0100
  69. 26bc4e7 sunxi: DT: A64: update device tree files by Samuel Holland · Sat Oct 24 10:21:55 2020 -0500
  70. ed236b9 Merge tag 'ti-v2021.01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Nov 16 13:42:29 2020 -0500
  71. 83b5c91 Nokia RX-51: Remove old comments from configs/nokia_rx51.h file by Pali Rohár · Sat Oct 31 17:32:45 2020 +0100
  72. d73afb2 Nokia RX-51: Convert to CONFIG_DM_I2C by Pali Rohár · Mon Oct 26 23:45:11 2020 +0100
  73. 7dbfe08 power: twl4030: Add twl4030_i2c_read() function by Pali Rohár · Mon Oct 26 22:36:15 2020 +0100
  74. 590fef6 efi_loader: Add basic EFI_TCG2_PROTOCOL support by Ilias Apalodimas · Wed Nov 11 11:18:11 2020 +0200
  75. f4e0590 tpm: Add some headers from the spec by Ilias Apalodimas · Wed Nov 11 11:18:10 2020 +0200
  76. 628dbd7 efi_selftest: keep devices in ExitBootServices() by Heinrich Schuchardt · Thu Nov 12 21:26:28 2020 +0100
  77. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 06 11:27:14 2020 -0500
  78. 8ec0f3f Merge tag 'u-boot-amlogic-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Fri Nov 06 08:42:11 2020 -0500
  79. 2cd98f5 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Nov 06 08:41:49 2020 -0500
  80. 0dd7ca2 x86: Pass an ofnode into each SMBIOS function by Simon Glass · Thu Nov 05 06:32:07 2020 -0700
  81. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  82. 842ff44 x86: zimage: Add a little more logging by Simon Glass · Wed Nov 04 09:59:13 2020 -0700
  83. 34c58f6 x86: Boot coral into Chrome OS by default by Simon Glass · Wed Nov 04 09:57:37 2020 -0700
  84. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · Wed Nov 04 09:57:33 2020 -0700
  85. 5d093f3 x86: Allow putting some tables in the bloblist by Simon Glass · Wed Nov 04 09:57:25 2020 -0700
  86. 1f01057 Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Thu Nov 05 11:57:50 2020 -0500
  87. 1ce0729 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · Fri Oct 30 20:25:20 2020 +0300
  88. 5594195d binman: Fix typo in kernel-doc format for binman_symname() by Michal Simek · Wed Aug 26 15:34:24 2020 +0200
  89. 1ffe004 sandbox: update function descriptions in os.h by Heinrich Schuchardt · Tue Oct 27 20:29:27 2020 +0100
  90. 1c67844 sandbox: implement reset by Heinrich Schuchardt · Tue Oct 27 20:29:25 2020 +0100
  91. 0d5071e configs: meson64: relocate config_distro_bootcmmd header by Jaehoon Chung · Mon Nov 02 12:07:06 2020 +0900
  92. de0115a x86: acpi: Store the ACPI context in global_data by Simon Glass · Wed Nov 04 09:57:19 2020 -0700
  93. 2337838 Add an assembly guard around linux/bitops.h by Simon Glass · Wed Nov 04 09:57:14 2020 -0700
  94. 1985998 smbios: add parsing API by Christian Gmeiner · Tue Nov 03 15:34:51 2020 +0100
  95. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Nov 01 10:56:37 2020 -0500
  96. 7cab6fe board: ge: b1x5v2: Add GE B1x5v2 and B1x5Pv2 by Sebastian Reichel · Wed Sep 02 19:31:46 2020 +0200
  97. 82750c2 board: phytec: imx8mm: Add PHYTEC phyCORE-i.MX8MM support by Teresa Remmet · Fri Aug 21 09:55:53 2020 +0200
  98. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Fri Oct 30 22:55:16 2020 -0400
  99. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 30 15:24:30 2020 -0400
  100. 14e7722 log: typo logl_pref in documentation by Heinrich Schuchardt · Fri Oct 30 18:50:31 2020 +0100