1. ff9461c Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Nov 22 08:30:53 2022 -0500
  2. 3c06b7c Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Tue Nov 22 08:07:03 2022 -0500
  3. c3f260a eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · Sun Nov 20 09:21:19 2022 +0900
  4. cbdbcb4 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · Sun Nov 20 09:21:18 2022 +0900
  5. a75c8c9 eficonfig: use protocol interface for file selection by Masahisa Kojima · Sun Nov 20 09:21:17 2022 +0900
  6. 3360183a eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · Sun Nov 20 09:21:16 2022 +0900
  7. 5c9c2fc eficonfig: refactor change boot order implementation by Masahisa Kojima · Sun Nov 20 09:21:15 2022 +0900
  8. 6be1d1f eficonfig: expose append entry function by Masahisa Kojima · Sun Nov 20 09:21:14 2022 +0900
  9. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · Sun Nov 20 09:21:13 2022 +0900
  10. 8527b02 doc: in cmp man-page replace 'tuples' by 'values' by Heinrich Schuchardt · Thu Nov 17 13:42:04 2022 +0100
  11. b294a1c efi_selftest: Improve the FatToStr() unit test by Heinrich Schuchardt · Tue Nov 22 11:34:25 2022 +0100
  12. 93d74f5 efi_selftest: unsigned char parameter for efi_st_strcmp_16_8() by Heinrich Schuchardt · Tue Nov 22 11:32:36 2022 +0100
  13. 5e19eae efi_loader: Fix buffer underflow by Mikhail Ilin · Tue Nov 22 10:33:24 2022 +0300
  14. 5128a87 watchdog: Drop GD_FLG_WDT_READY as it's not used any more by Stefan Roese · Thu Nov 17 09:20:34 2022 +0100
  15. 1cf6338 watchdog: designware: make reset really optional by Quentin Schulz · Tue Nov 15 11:20:14 2022 +0100
  16. b4be383 Prepare v2023.01-rc2 by Tom Rini · Mon Nov 21 12:33:14 2022 -0500
  17. add196e configs: Resync with savedefconfig by Tom Rini · Mon Nov 21 11:58:53 2022 -0500
  18. 0954552 Merge branch '2022-11-21-important-fixes' by Tom Rini · Mon Nov 21 11:54:58 2022 -0500
  19. 27b7783 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · Sun Oct 30 23:26:19 2022 -0500
  20. 041078d configs: mediatek: enable boot via extlinux by Alexandre Mergnat · Fri Oct 28 10:28:27 2022 +0200
  21. 402cbd2 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · Thu Nov 03 09:37:48 2022 +0530
  22. 1155ddd Revert "imx: imx8: apalis: switch to binman" by Stefano Babic · Tue Nov 15 11:49:40 2022 +0100
  23. 3bd2b13 Revert "cli_readline: Only insert printable chars" by Pali Rohár · Wed Nov 02 00:40:46 2022 +0100
  24. 0dff39f Nokia RX-51: Do not overwrite standard $loadaddr variable by Pali Rohár · Sun Nov 20 17:56:28 2022 +0100
  25. 2776f2b Nokia RX-51: Document debugging options and compile command by Pali Rohár · Sun Nov 20 17:56:27 2022 +0100
  26. e61db6c arm32: Fix relocation of env_addr if POSITION_INDEPENDENT=y by Pali Rohár · Sun Nov 20 17:56:26 2022 +0100
  27. 39c43c3 Fix usage of CONFIG_PREBOOT by Pali Rohár · Sun Jul 10 13:42:55 2022 +0200
  28. f84dade Merge tag 'efi-2023-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Wed Nov 16 11:08:51 2022 -0500
  29. 615020a Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Wed Nov 16 11:08:28 2022 -0500
  30. 50279dc efi_loader: replace a u16_strdup with alloc + memcpy by Ilias Apalodimas · Fri Nov 11 20:04:31 2022 +0200
  31. 08d1af2 efi_loader: add missing EFI_CALL when closing a file by Ilias Apalodimas · Fri Nov 11 18:20:37 2022 +0200
  32. 9124bc6 efi_loader: add comments on efi_file_from_path() regarding alignment by Ilias Apalodimas · Thu Nov 10 15:31:30 2022 +0200
  33. 036f799 eficonfig: fix missing variable initialization by Masahisa Kojima · Mon Nov 14 19:00:47 2022 +0900
  34. 4395adb efi_loader: improve description of efi_file_from_path() by Heinrich Schuchardt · Thu Nov 10 14:14:06 2022 +0100
  35. 719039c cmd: remove superfluous if in eficonfig_edit_boot_option by Heinrich Schuchardt · Thu Nov 10 12:19:30 2022 +0100
  36. b3db9b8 MAINTAINERS: add UEFI commands to EFI PAYLOAD by Heinrich Schuchardt · Thu Nov 10 12:23:35 2022 +0100
  37. 3b820bc efi_loader: initialize return values in efi_uninstall_multiple_protocol_interfaces_int() by Ilias Apalodimas · Thu Nov 10 10:21:24 2022 +0200
  38. d27f73e doc: fix build with sphinx 5.0 and later. by Quentin Schulz · Mon Nov 07 14:49:31 2022 +0100
  39. 50cd4ce doc: add man-page for cmp command by Heinrich Schuchardt · Sun Nov 13 13:27:32 2022 +0100
  40. da0ae24 Documentation: man-page for command bootd by Heinrich Schuchardt · Mon Nov 14 10:30:58 2022 +0100
  41. b7ad04a sandbox: fix documentation of struct host_ops by Heinrich Schuchardt · Mon Nov 14 10:16:02 2022 +0100
  42. a3e9e45 doc: fix documentation of enum gd_flags by Heinrich Schuchardt · Mon Nov 14 10:25:04 2022 +0100
  43. c1e6ecb riscv: enable reset via SBI on PolarFire Icicle Kit by Heinrich Schuchardt · Mon Nov 07 10:55:46 2022 +0100
  44. 693baee riscv: clarify meaning of CONFIG_SBI_V02 by Heinrich Schuchardt · Tue Nov 08 15:53:12 2022 +0100
  45. a35afb8 riscv: Fix detecting FPU support in standard extension by Yu Chien Peter Lin · Sat Nov 05 14:02:14 2022 +0800
  46. e828edd riscv: dts: fix the mpfs's reference clock frequency by Conor Dooley · Tue Oct 25 08:58:49 2022 +0100
  47. 7bde2d2 clk: microchip: mpfs: fix criticality of peripheral clocks by Conor Dooley · Tue Oct 25 08:58:48 2022 +0100
  48. 73a1d60 clk: microchip: mpfs: fix periph clk parentage by Conor Dooley · Tue Oct 25 08:58:47 2022 +0100
  49. d4bbef0 clk: microchip: mpfs: fix reference clock handling by Conor Dooley · Tue Oct 25 08:58:46 2022 +0100
  50. 4a182e0 clk: microchip: mpfs: convert parent rate acquistion to get_get_rate() by Conor Dooley · Tue Oct 25 08:58:45 2022 +0100
  51. aec069e dt-bindings: clk: add missing clk ids for microchip mpfs by Conor Dooley · Tue Oct 25 08:58:44 2022 +0100
  52. 8bda02a Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Mon Nov 14 07:29:51 2022 -0500
  53. 73b8636 Merge tag 'for-v2023.01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · Mon Nov 14 07:29:30 2022 -0500
  54. 2ff0975 i2c: i2c-gpio: add newline by Sergei Antonov · Thu Oct 20 17:28:14 2022 +0300
  55. 7722952 i2c: microchip: fix erroneous late ack send by Conor Dooley · Wed Oct 26 08:49:19 2022 +0100
  56. bc55c6c i2c: microchip: fix ack sending logic by Conor Dooley · Wed Oct 26 08:49:18 2022 +0100
  57. 2a845ae Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · Tue Nov 08 08:39:33 2022 -0300
  58. e32b066 imx8-u-boot: Fix SPL guard option by Fabio Estevam · Fri Nov 11 15:46:42 2022 -0300
  59. 5b80cee Merge branch '2022-11-10-symbol-migrations' by Tom Rini · Thu Nov 10 10:09:02 2022 -0500
  60. dcdd3bd global: Migrate CONFIG_HPS* symbols to the CFG namespace by Tom Rini · Fri Oct 28 20:27:14 2022 -0400
  61. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:13 2022 -0400
  62. d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:12 2022 -0400
  63. 7f750f8 Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to Kconfig by Tom Rini · Fri Oct 28 20:27:11 2022 -0400
  64. 295ab16 Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig by Tom Rini · Fri Oct 28 20:27:10 2022 -0400
  65. f38167d SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · Fri Oct 28 20:27:09 2022 -0400
  66. 5ba346a mediatek: Include <linux/sizes.h> where needed by Tom Rini · Fri Oct 28 20:27:08 2022 -0400
  67. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · Fri Oct 28 20:27:07 2022 -0400
  68. c676fa0 Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig by Tom Rini · Fri Oct 28 20:27:06 2022 -0400
  69. 9173548 Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig by Tom Rini · Fri Oct 28 20:27:05 2022 -0400
  70. ac164de Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig by Tom Rini · Fri Oct 28 20:27:04 2022 -0400
  71. 4a3fd5d rtc: Remove unused drivers by Tom Rini · Fri Oct 28 20:27:03 2022 -0400
  72. 5a70f17 Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · Fri Oct 28 20:27:02 2022 -0400
  73. e20e571 powerpc: Migrate SYS_L3_SIZE to Kconfig by Tom Rini · Fri Oct 28 20:27:01 2022 -0400
  74. e479892 powerpc: Migrate SYS_L2_SIZE to Kconfig by Tom Rini · Fri Oct 28 20:27:00 2022 -0400
  75. fb577aa fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · Fri Oct 28 20:26:59 2022 -0400
  76. 66ad4af Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al by Tom Rini · Fri Oct 28 20:26:58 2022 -0400
  77. b9d3cad Convert CONFIG_SYS_INTERLAKEN et al to Kconfig by Tom Rini · Fri Oct 28 20:26:57 2022 -0400
  78. 25f9c2f Remove dead code by Tom Rini · Fri Oct 28 20:26:56 2022 -0400
  79. d17ab6a Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig by Tom Rini · Fri Oct 28 20:26:55 2022 -0400
  80. d48f49b Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · Fri Oct 28 20:26:54 2022 -0400
  81. 02cb9bc Convert mx8 u-boot.dtsi to CONFIG_TEXT_BASE by Stefano Babic · Wed Nov 09 16:50:49 2022 +0100
  82. 870e8ff imx: imx8: apalis: switch to binman by Oliver Graute · Fri Nov 04 16:03:44 2022 +0100
  83. 7886cb5 imx: imx8x: colibri: switch to binman by Oliver Graute · Fri Nov 04 16:03:43 2022 +0100
  84. c192afb imx: imx8qxp: deneb switch to binman by Oliver Graute · Fri Nov 04 16:03:42 2022 +0100
  85. eeddb28 imx: imx8qxp: giedi switch to binman by Oliver Graute · Fri Nov 04 16:03:41 2022 +0100
  86. 6ccf850 imx: imx8qm: imx8qm_mek switch to binman by Oliver Graute · Fri Nov 04 16:03:40 2022 +0100
  87. d5efa3c imx: imx8qxp: imx8qxp_mek switch to binman by Oliver Graute · Fri Nov 04 16:03:39 2022 +0100
  88. 51039ce imx: imx8qm: cgtqmx8: switch to binman by Oliver Graute · Fri Nov 04 16:03:38 2022 +0100
  89. 3e0bf76 imx: imx8qm-rom7720: switch to binman by Oliver Graute · Fri Nov 04 16:03:37 2022 +0100
  90. 905c78d wandboard: Select DM_SERIAL by Fabio Estevam · Fri Nov 04 08:12:55 2022 -0300
  91. 38eeed6 wandboard: Pass mmc aliases by Fabio Estevam · Fri Nov 04 08:12:54 2022 -0300
  92. 5b9036c configs: imx8mn_beacon: Enable SPL_DM_PMIC_BD71837 by Adam Ford · Sat Oct 22 08:43:43 2022 -0500
  93. 8396fb0 configs: imx8mn_beacon: Re-align memory to standard imx8mn settings by Adam Ford · Sat Oct 22 08:43:41 2022 -0500
  94. 6dd051a imx8mm: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:41 2022 +0100
  95. 381046e imx8mn: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:40 2022 +0100
  96. cdfde79 imx8mp: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:39 2022 +0100
  97. 5b427d8 imx8mq: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:38 2022 +0100
  98. 4b61cbc imx8ulp: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:37 2022 +0100
  99. 118ad85 imxrt1050: synchronise device tree with linux by Marcel Ziswiler · Mon Nov 07 22:22:36 2022 +0100
  100. 679e1a0 imxrt1020: migrate to build system included -u-boot.dtsi by Marcel Ziswiler · Mon Nov 07 22:22:35 2022 +0100