1. c7c11c8 microblaze: drop CONFIG_SYS_RESET_ADDRESS macro by Ovidiu Panait · Tue Nov 30 18:33:53 2021 +0200
  2. ff759b3 microblaze: start.S: use stack space as scratch memory for endian offset by Ovidiu Panait · Tue Nov 30 18:33:52 2021 +0200
  3. 8001a5c microblaze: Kconfig: SPL dependencies fixup by Ovidiu Panait · Tue Nov 30 18:33:51 2021 +0200
  4. 3d68e1f microblaze: spl: add board_boot_order() implementation by Ovidiu Panait · Tue Nov 30 18:33:50 2021 +0200
  5. 76e5113 microblaze: u-boot.lds: replace __end symbol with _end by Ovidiu Panait · Tue Nov 30 18:33:49 2021 +0200
  6. 58ba267 xilinx: firmware: Move dcache handling directly to pmufw load config by Michal Simek · Thu Nov 18 13:00:02 2021 +0100
  7. 87ffaea arm64: zynqmp: Switch SOM to shared psu configuration by Michal Simek · Thu Nov 18 12:58:15 2021 +0100
  8. a12445f xilinx: versal: Fix sdhci node name as per DT by T Karthik Reddy · Thu Nov 18 12:57:20 2021 +0100
  9. 90c43f6 arm64: zynqmp: Remove clock-names from GEM in zynqmp-clk-ccf.dtsi by Michal Simek · Thu Nov 18 13:42:28 2021 +0100
  10. 676c2af arm64: zynqmp: Add resets to all GEMs by Michal Simek · Thu Nov 18 13:42:27 2021 +0100
  11. 100b86d arm64: zynqmp: Add u-boot,dm-pre-reloc to dpsub node by Michal Simek · Thu Nov 18 13:40:31 2021 +0100
  12. 544f448 clk: zynqmp: Fix gem tx/rx/ref clock handling by Michal Simek · Fri Oct 29 13:13:38 2021 +0200
  13. 66a3892 clk: zynqmp: Add support for setting up clock for USB by Michal Simek · Fri Oct 29 13:13:37 2021 +0200
  14. 0171972 zynqmp: gpio: Add support for zynqmp gpio modepin driver by T Karthik Reddy · Fri Oct 29 13:11:43 2021 +0200
  15. 80882c5 Prepare v2022.01-rc3 by Tom Rini · Mon Nov 29 11:16:03 2021 -0500
  16. 07bc02a board: iot2050: update build documentation for OP-TEE by Ivan Mikhaylov · Sun Nov 28 21:57:01 2021 +0000
  17. cfa44c3 qemu: common: Fix build with update capsule by Vincent Stehlé · Wed Nov 24 15:54:20 2021 +0100
  18. 32f4ec8 fastboot: Add maintainers entry by Sean Anderson · Tue Nov 23 23:33:11 2021 -0500
  19. c61f296 clk: Add myself as a maintainer for the clock subsystem by Sean Anderson · Tue Nov 23 23:23:40 2021 -0500
  20. a5b22af Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Fri Nov 26 17:10:53 2021 -0500
  21. 8ca17c1 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · Tue Nov 23 00:01:49 2021 +0100
  22. d209bab test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · Tue Nov 23 00:01:48 2021 +0100
  23. 5e864d4 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · Tue Nov 23 00:01:47 2021 +0100
  24. 725bd31 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · Tue Nov 23 00:01:46 2021 +0100
  25. ffa0a23 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · Tue Nov 23 00:01:45 2021 +0100
  26. c3da396 efi_selftest: simplify endian conversion for FDT test by Heinrich Schuchardt · Thu Nov 25 18:55:09 2021 +0100
  27. e9e8499 efi_loader: segfault in efi_clear_os_indications() by Heinrich Schuchardt · Sat Nov 20 11:53:12 2021 +0100
  28. 9460c18 test: address some pylint warnings by Heinrich Schuchardt · Mon Nov 22 08:24:08 2021 +0100
  29. 7fb7254 sandbox: poweroff in efi_system_reset() by Heinrich Schuchardt · Sat Nov 20 14:49:18 2021 +0100
  30. e47b68b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · Sat Nov 20 13:56:02 2021 +0100
  31. 669ef7f efi: Call bootm_disable_interrupts earlier in efi_exit_boot_services by Tom Rini · Fri Nov 19 16:33:04 2021 -0500
  32. 44ed622 Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Nov 20 09:36:37 2021 -0500
  33. 1d16f1e efi_loader: startup the tpm device when installing the protocol by Ilias Apalodimas · Thu Nov 18 10:13:42 2021 +0200
  34. 24e841a efi_loader: fix FinalEvents table if an EFI app invoked GetEventLog by Ilias Apalodimas · Thu Nov 18 09:03:39 2021 +0200
  35. b489d6f efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9 by Heinrich Schuchardt · Wed Nov 17 18:55:59 2021 +0100
  36. 4419c1d efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICE by Heinrich Schuchardt · Wed Nov 17 18:52:35 2021 +0100
  37. 44772c4 efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES by Heinrich Schuchardt · Tue Nov 16 18:46:27 2021 +0100
  38. 1001a10 efi_loader: capsule: Record capsule result only if capsule is read by Masami Hiramatsu · Fri Nov 12 22:05:15 2021 +0900
  39. aca20c8 efi_loader: Reduce efi_tcg2 logging statement by Masahisa Kojima · Tue Nov 09 20:35:53 2021 +0900
  40. dadcb6c efi_loader: Sphinx comments in efi_api.h by Heinrich Schuchardt · Sat Nov 20 09:28:54 2021 +0100
  41. 57c03a7 efi: add comment for efi_system_table and efi_configuration_table by Masahisa Kojima · Fri Nov 12 16:24:27 2021 +0900
  42. 8963f19 doc: fix typos in trace.rst by Heinrich Schuchardt · Tue Nov 16 18:38:47 2021 +0100
  43. 33bbb5e scripts: update spelling.txt from upstream Linux by Heinrich Schuchardt · Tue Nov 16 18:56:43 2021 +0100
  44. 7eaa37b test: test truncation in snprintf() by Heinrich Schuchardt · Mon Nov 15 19:06:55 2021 +0100
  45. c4bc918 lmb: fix typo 'commun' by Heinrich Schuchardt · Sun Nov 14 09:38:53 2021 +0100
  46. d85dd52 lmb: drop unused lmb_size_bytes() by Heinrich Schuchardt · Sun Nov 14 09:03:27 2021 +0100
  47. 9dccccd lmb: remove extern keyword in lmb.h by Heinrich Schuchardt · Sun Nov 14 08:52:48 2021 +0100
  48. e6923f0 doc: add include/lmb.h to the HTML documentation by Heinrich Schuchardt · Sun Nov 14 08:43:07 2021 +0100
  49. a88181e lmb: remove lmb_is_nomap() from include by Heinrich Schuchardt · Sun Nov 14 08:41:07 2021 +0100
  50. 030edf4 Merge tag 'u-boot-amlogic-20211119' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Fri Nov 19 16:33:33 2021 -0500
  51. bc64d45 Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Nov 19 16:33:23 2021 -0500
  52. d260889 configs: meson64_android: add PANIC stage for SYSTEM fails by Neil Armstrong · Wed Nov 17 12:04:11 2021 +0100
  53. 6cb37a2 configs: meson64_android: bypass other checks on run_fastboot=1 by Neil Armstrong · Wed Nov 17 12:04:10 2021 +0100
  54. 1520062 pinctrl: meson: Correct the driver GPIO declaration by Simon Glass · Sat Nov 13 07:07:15 2021 -0700
  55. 9d04f99 Merge branch '2021-11-18-regression-fixes' by Tom Rini · Thu Nov 18 18:25:19 2021 -0500
  56. 9ecb266 arm64: Add missing GD_FLG_SKIP_RELOC handling by Marek Vasut · Sat Nov 13 18:34:59 2021 +0100
  57. 0fcae7f lmb: Reserve U-Boot separately if relocation is disabled by Marek Vasut · Sat Nov 13 18:34:37 2021 +0100
  58. 8c4a68e board_f: Copy GD to new GD even if relocation disabled by Marek Vasut · Sat Nov 13 18:34:04 2021 +0100
  59. 669030a part: return -ENOSYS when get_info not valid. by schspa · Wed Oct 20 20:15:55 2021 +0800
  60. 41e6ff7 Revert "board: synquacer: developerbox: Don't set gd->env_addr to default_environment" by Masami Hiramatsu · Thu Nov 18 14:45:25 2021 +0900
  61. 7a4038b drivers: tpm: atmel_twi: fix printf specifier compile warning by Mathew McBride · Thu Nov 11 04:06:31 2021 +0000
  62. 9b4cd47 drivers: tpm: atmel_twi: implement get_desc operation by Mathew McBride · Thu Nov 11 04:06:30 2021 +0000
  63. 175802c drivers: tpm: atmel_twi: do not use an offset byte by Mathew McBride · Thu Nov 11 04:06:29 2021 +0000
  64. 16bfe89 drivers: tpm: atmel_twi: drop non-DM_I2C compatibility by Mathew McBride · Thu Nov 11 04:06:28 2021 +0000
  65. 10f24eb cmd: tpm-v1: fix load_key_by_sha1 compile errors by Mathew McBride · Thu Nov 11 04:06:27 2021 +0000
  66. bf633f8 cmd: tpm-v1: fix compile error in TPMv1 list resources command by Mathew McBride · Thu Nov 11 04:06:26 2021 +0000
  67. 4d9fad3 Merge branch '2021-11-15-assorted-fixes' by Tom Rini · Tue Nov 16 14:23:30 2021 -0500
  68. 926dca5 Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Nov 16 09:51:04 2021 -0500
  69. e3b3ad9 image: Explicitly declare do_bdinfo() by Andy Shevchenko · Mon Nov 08 21:03:38 2021 +0300
  70. 8c07199 usb: doc: Fix spelling issues in README.usb by Andy Shevchenko · Fri Nov 12 18:37:47 2021 +0300
  71. cf37a68 arm: Fix bad memcpy.S str8w macro argument count by Pierre-Clément Tosi · Wed Nov 10 15:04:40 2021 +0100
  72. 88f0d1d configs: synquacer: Fix dfu_alt_info to use nor1 by Masami Hiramatsu · Wed Nov 10 09:40:07 2021 +0900
  73. 483c886 makefile: add missing semicolons by Angelo Dureghello · Fri Nov 05 16:20:24 2021 +0100
  74. b50ae03 board: tq: fix spelling of "TQ-Systems" by Matthias Schiffer · Tue Nov 02 11:36:46 2021 +0100
  75. 838391b board: rename "tqc" vendor to "tq" by Matthias Schiffer · Tue Nov 02 11:36:45 2021 +0100
  76. 5321bfe arm64: relocate-rela: Add support for ld.lld by Alistair Delva · Wed Oct 20 21:31:32 2021 +0000
  77. 29ee2bf Prepare v2022.01-rc2 by Tom Rini · Mon Nov 15 11:58:37 2021 -0500
  78. c851cc0 usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI by Samuel Dionne-Riel · Wed Nov 27 14:56:02 2019 -0500
  79. 5b774f0 xilinx: zynqmp: fix ZYNQMP_RESTORE_JTAG check by Ricardo Salveti · Thu Nov 04 16:28:02 2021 -0300
  80. 61204c1 Dockerfile, CI: Update to latest "focal" tag by Tom Rini · Sat Nov 13 18:37:00 2021 -0500
  81. 4e20267 Dockerfile: build swtpm by Heinrich Schuchardt · Tue Nov 09 19:51:20 2021 +0100
  82. a978726 Merge tag 'dm-pull-13nov21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Sat Nov 13 21:14:51 2021 -0500
  83. 2ae0fbd Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sat Nov 13 18:13:35 2021 -0500
  84. 8ea4443 binman: Fix replace subcommand help and comments by Jan Kiszka · Thu Nov 11 08:13:30 2021 +0100
  85. 5780edb bootstage: Differentiate boot progress kconfig entries by Jan Kiszka · Wed Nov 03 15:09:36 2021 +0100
  86. 6354fa8 sandbox: fix sandbox_wdt_expire_now() by Heinrich Schuchardt · Tue Nov 02 19:44:30 2021 +0100
  87. 398b94e test/dm: fix watchdog test by Heinrich Schuchardt · Tue Nov 02 19:44:29 2021 +0100
  88. f89c414 Makefile: Correct TPL rule for OF_REAL by Simon Glass · Sun Oct 31 19:17:03 2021 -0600
  89. c20046f env: Simplify env_get_default() by Marek Behún · Thu Nov 04 00:23:23 2021 +0100
  90. e087a46 env: Fix env_get() when returning empty string using env_get_f() by Marek Behún · Thu Nov 04 00:23:22 2021 +0100
  91. 08c6b04 env: Don't set ready flag if import failed in env_set_default() by Marek Behún · Thu Nov 04 00:23:21 2021 +0100
  92. adfb849 binman: Support updating the dtb in an ELF file by Simon Glass · Wed Nov 03 21:09:18 2021 -0600
  93. 9a79840 binman: Tidy up comments on _DoTestFile() by Simon Glass · Wed Nov 03 21:09:17 2021 -0600
  94. a4e259e binman: Support reading the offset of an ELF-file symbol by Simon Glass · Wed Nov 03 21:09:16 2021 -0600
  95. 271fd8f binman: Report an error if test files fail to compile by Simon Glass · Wed Nov 03 21:09:15 2021 -0600
  96. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · Wed Nov 03 21:09:14 2021 -0600
  97. 95f833a configs: Resync with savedefconfig by Tom Rini · Fri Nov 12 23:37:42 2021 +0000
  98. 15d544b Merge branch '2021-11-12-Kconfig-migrations' by Tom Rini · Fri Nov 12 18:33:12 2021 -0500
  99. 6e92361 Convert CONFIG_LAST_STAGE_INIT to Kconfig by Tom Rini · Sun Nov 07 22:59:51 2021 -0500
  100. b2cb7b1 Remove CONFIG_SERIAL_MULTI by Tom Rini · Sun Nov 07 22:59:50 2021 -0500