1. bc55c6c i2c: microchip: fix ack sending logic by Conor Dooley · Wed Oct 26 08:49:18 2022 +0100
  2. 5b80cee Merge branch '2022-11-10-symbol-migrations' by Tom Rini · Thu Nov 10 10:09:02 2022 -0500
  3. dcdd3bd global: Migrate CONFIG_HPS* symbols to the CFG namespace by Tom Rini · Fri Oct 28 20:27:14 2022 -0400
  4. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:13 2022 -0400
  5. d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · Fri Oct 28 20:27:12 2022 -0400
  6. 7f750f8 Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to Kconfig by Tom Rini · Fri Oct 28 20:27:11 2022 -0400
  7. 295ab16 Convert CONFIG_SYS_NONCACHED_MEMORY to Kconfig by Tom Rini · Fri Oct 28 20:27:10 2022 -0400
  8. f38167d SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · Fri Oct 28 20:27:09 2022 -0400
  9. 5ba346a mediatek: Include <linux/sizes.h> where needed by Tom Rini · Fri Oct 28 20:27:08 2022 -0400
  10. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · Fri Oct 28 20:27:07 2022 -0400
  11. c676fa0 Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig by Tom Rini · Fri Oct 28 20:27:06 2022 -0400
  12. 9173548 Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig by Tom Rini · Fri Oct 28 20:27:05 2022 -0400
  13. ac164de Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig by Tom Rini · Fri Oct 28 20:27:04 2022 -0400
  14. 4a3fd5d rtc: Remove unused drivers by Tom Rini · Fri Oct 28 20:27:03 2022 -0400
  15. 5a70f17 Convert CONFIG_SYS_LOADS_BAUD_CHANGE et al to Kconfig by Tom Rini · Fri Oct 28 20:27:02 2022 -0400
  16. e20e571 powerpc: Migrate SYS_L3_SIZE to Kconfig by Tom Rini · Fri Oct 28 20:27:01 2022 -0400
  17. e479892 powerpc: Migrate SYS_L2_SIZE to Kconfig by Tom Rini · Fri Oct 28 20:27:00 2022 -0400
  18. fb577aa fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to Kconfig by Tom Rini · Fri Oct 28 20:26:59 2022 -0400
  19. 66ad4af Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al by Tom Rini · Fri Oct 28 20:26:58 2022 -0400
  20. b9d3cad Convert CONFIG_SYS_INTERLAKEN et al to Kconfig by Tom Rini · Fri Oct 28 20:26:57 2022 -0400
  21. 25f9c2f Remove dead code by Tom Rini · Fri Oct 28 20:26:56 2022 -0400
  22. d17ab6a Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig by Tom Rini · Fri Oct 28 20:26:55 2022 -0400
  23. d48f49b Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · Fri Oct 28 20:26:54 2022 -0400
  24. 16e2427 Merge tag 'dm-pull-7nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Nov 08 09:45:10 2022 -0500
  25. bad8ab6 dm: blk: Add probe in blk_first_device/blk_next_device by Michal Suchanek · Tue Sep 27 23:23:53 2022 +0200
  26. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · Sat Oct 29 19:47:19 2022 -0600
  27. 63479bd dm: Add documentation for host command and implementation by Simon Glass · Sat Oct 29 19:47:18 2022 -0600
  28. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  29. 39f06b5 dm: sandbox: Create a block driver by Simon Glass · Sat Oct 29 19:47:16 2022 -0600
  30. 884c2f8 dm: sandbox: Create a new HOST uclass by Simon Glass · Sat Oct 29 19:47:15 2022 -0600
  31. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · Sat Oct 29 19:47:14 2022 -0600
  32. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  33. fb998c2 test: Allow showing basic information about tests by Simon Glass · Sat Oct 29 19:47:12 2022 -0600
  34. 3814e89 test: doc: Add documentation for ut command by Simon Glass · Sat Oct 29 19:47:11 2022 -0600
  35. 154bb8e test: Tidy up help for ut command by Simon Glass · Sat Oct 29 19:47:10 2022 -0600
  36. 0f7eb63 test: Drop an unused parameter to ut_run_test_live_flat() by Simon Glass · Sat Oct 29 19:47:09 2022 -0600
  37. 76c6269 dm: test: Clear the block cache after running a test by Simon Glass · Sat Oct 29 19:47:08 2022 -0600
  38. 2a83e86 dm: test: Drop the special function for running DM tests by Simon Glass · Sat Oct 29 19:47:07 2022 -0600
  39. fbd9550 test: Correct pylint warnings in fs_helper by Simon Glass · Sat Oct 29 19:47:06 2022 -0600
  40. 1d5006c test: Split out mk_fs function into a helper by Simon Glass · Sat Oct 29 19:47:05 2022 -0600
  41. 5feb043 sandbox: Add missing comments for os_alarm() by Simon Glass · Sat Oct 29 19:47:04 2022 -0600
  42. 25a52c5 dm: sandbox: Drop non-BLK code from host implementation by Simon Glass · Sat Oct 29 19:47:03 2022 -0600
  43. ef933ba Prepare v2023.01-rc1 by Tom Rini · Mon Nov 07 15:27:03 2022 -0500
  44. f927925 configs: Resync with savedefconfig by Tom Rini · Mon Nov 07 11:58:57 2022 -0500
  45. f9302d1 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Mon Nov 07 07:56:07 2022 -0500
  46. 67b7d50 arm: mvebu: Add RD-AC5X board by Chris Packham · Sat Nov 05 17:24:00 2022 +1300
  47. eaab461 arm: mvebu: Support for 98DX25xx/98DX35xx SoC by Chris Packham · Sat Nov 05 17:23:59 2022 +1300
  48. c327779 pinctrl: mvebu: Add AlleyCat5 support by Chris Packham · Sat Nov 05 17:23:58 2022 +1300
  49. 927671e usb: ehci: ehci-marvell: Support for marvell,ac5-ehci by Chris Packham · Sat Nov 05 17:23:57 2022 +1300
  50. 44b7cc7 net: mvneta: Add support for AlleyCat5 by Chris Packham · Sat Nov 05 17:23:56 2022 +1300
  51. be52915 arm: mvebu: Don't use CONFIG_TIMER on ARM64 by Chris Packham · Sat Nov 05 17:23:55 2022 +1300
  52. df71c31 Makefile: Rename u-boot-spl.kwb to u-boot-with-spl.kwb by Pali Rohár · Wed Nov 02 18:51:28 2022 +0100
  53. 98e8fe4 arm: armada: dts: Add clock to armada-ap80x uart1 by Hamish Martin · Fri Oct 21 10:21:59 2022 +1300
  54. a36008f Merge tag 'efi-2023-01-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Sun Nov 06 07:51:44 2022 -0500
  55. 1c180b8 efi_loader: AllocateAddress requires page address by Heinrich Schuchardt · Sun Nov 06 01:52:13 2022 +0100
  56. f29ced6 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · Mon Oct 03 16:12:15 2022 +0900
  57. 0397d81 efi_loader: discover if no efi_system_partition is set by Heinrich Schuchardt · Fri Oct 21 08:33:44 2022 +0200
  58. 9a84e07 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · Fri Oct 21 12:01:57 2022 +0900
  59. f138982 efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · Fri Oct 14 18:10:06 2022 +0200
  60. ae1d233 MAINTAINERS: add arch/arm/lib/*_efi.* to EFI_PAYLOAD by Heinrich Schuchardt · Sun Nov 06 10:23:55 2022 +0100
  61. 2eaffba docs: Add a basic security document by Tom Rini · Thu Nov 03 14:25:44 2022 -0400
  62. 6314cf6 doc: update sbi command example by Heinrich Schuchardt · Fri Oct 28 22:28:09 2022 +0200
  63. 53e0bdd Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Nov 04 11:19:58 2022 -0400
  64. 96c2d11 usb: storage: continue probe on "Invalid device" by Janne Grunau · Fri Nov 04 08:38:59 2022 +0100
  65. 7ac5edc Merge tag 'mips-pull-2022-11-03' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Thu Nov 03 20:23:27 2022 -0400
  66. 2a45fd9 usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · Sun Oct 30 23:38:35 2022 +0100
  67. 7de097f usb: ohci: Use a flexible array member for portstatus by Samuel Holland · Sun Oct 30 23:15:12 2022 -0500
  68. ddb245c Merge branch '2022-11-02-assorted-updates' by Tom Rini · Thu Nov 03 08:29:10 2022 -0400
  69. 153c1b3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Thu Nov 03 08:27:44 2022 -0400
  70. e18613b riscv: Update Microchip MPFS Icicle Kit support by Padmarao Begari · Thu Oct 27 11:32:02 2022 +0530
  71. 32678b0 spi: Add Microchip PolarFire SoC QSPI driver by Padmarao Begari · Thu Oct 27 11:32:01 2022 +0530
  72. da2a6d0 riscv: dts: Add QSPI NAND device node by Padmarao Begari · Thu Oct 27 11:32:00 2022 +0530
  73. c66a3b2 riscv: dts: Update memory configuration by Padmarao Begari · Thu Oct 27 11:31:59 2022 +0530
  74. 739cd6f riscv: Rename Andes PLIC to PLICSW by Yu Chien Peter Lin · Tue Oct 25 23:03:50 2022 +0800
  75. 84d7eb2 mips: mtmips: spl/Kconfig: Set CONFIG_SPL_PAD_TO to 0x0 for ARCH_MTMIPS by Stefan Roese · Fri Oct 28 14:46:29 2022 +0200
  76. ff21b84 MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig by Daniel Schwierzeck · Sun Jul 10 17:15:14 2022 +0200
  77. 7029176 MIPS: mscc: remove unused CPU_CLOCK_RATE by Daniel Schwierzeck · Sun Jul 10 17:15:13 2022 +0200
  78. 170681e MIPS: remove CONFIG_SYS_MHZ by Daniel Schwierzeck · Sun Jul 10 17:15:12 2022 +0200
  79. 7d82fb6 MIPS: remove deprecated TARGET_VCT option by Daniel Schwierzeck · Sun Jul 10 17:15:11 2022 +0200
  80. 5080632 led: led_pwm: typo 'iverted' on code comment by Nylon Chen · Thu Oct 27 14:25:37 2022 +0800
  81. d926f5c configs: evb-ast2500: Set environment in SPI flash by Cédric Le Goater · Wed Oct 26 15:11:15 2022 +0200
  82. 73fcc1f configs: evb-ast2500: Add support for FIT format by Cédric Le Goater · Wed Oct 26 15:11:14 2022 +0200
  83. da05384 configs: evb-ast2500: Adjust boot command by Cédric Le Goater · Wed Oct 26 15:11:13 2022 +0200
  84. 7f9bcf0 configs: evb-ast2500: Remove MMC support from default settings by Cédric Le Goater · Wed Oct 26 15:11:12 2022 +0200
  85. 0ac566a arm: dts: ti: k3-am64-main: Add RTI watchdog nodes by Christian Gmeiner · Wed Oct 26 13:15:55 2022 +0200
  86. 75a6a37 treewide: Remove the unnecessary space before semicolon by Bin Meng · Wed Oct 26 12:40:07 2022 +0800
  87. 76afe2f cmd: eeprom: don't truncate target address at 32-bit by Baruch Siach · Sun Oct 23 12:28:12 2022 +0300
  88. 94142a7 xen: pvblock: Use uclass_probe_all by Michal Suchanek · Sat Oct 22 16:33:05 2022 +0200
  89. c875d88 highbank: switch to use the Arm SP804 DM_TIMER driver by Andre Przywara · Thu Oct 20 23:10:25 2022 +0100
  90. a32910b highbank: scan into hb_sregs DT subnodes by Andre Przywara · Thu Oct 20 23:10:24 2022 +0100
  91. 31ab0fd timer: add SP804 UCLASS timer driver by Andre Przywara · Thu Oct 20 23:10:23 2022 +0100
  92. d1ce509 pinctrl: nuvoton: Add NPCM8xx pinctrl driver by Jim Liu · Tue Oct 11 16:09:13 2022 +0800
  93. 0cd671b arm: smh: Allow semihosting trap calls to be inlined by Andre Przywara · Wed Oct 05 17:38:49 2022 +0100
  94. b94ebde arm: smh: Make semihosting trap calls more robust by Andre Przywara · Wed Oct 05 17:38:48 2022 +0100
  95. c1b6d76 arm: smh: specify Thumb trap instruction by Andre Przywara · Wed Oct 05 17:38:47 2022 +0100
  96. 96464f5 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Wed Nov 02 09:10:30 2022 -0400
  97. 1bfa2cd Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi.git by Tom Rini · Wed Nov 02 09:09:57 2022 -0400
  98. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · Fri Oct 28 13:50:54 2022 +0200
  99. 85c2aa8 cyclic: switch to using hlist instead of list by Rasmus Villemoes · Fri Oct 28 13:50:53 2022 +0200
  100. 73bec9d list.h: synchronize hlist_for_each_entry* iterators with linux by Rasmus Villemoes · Fri Oct 28 13:50:52 2022 +0200