1. 4a207b8 common: bouncebuf: Use dma-mapping for cache ops by Andrew Davis · Fri Jan 06 12:02:50 2023 -0600
  2. 1573cca event: Correct duplicate log message in event_notify() by Simon Glass · Tue Jan 17 10:47:31 2023 -0700
  3. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  4. b3ca365 common/update: Finish Kconfig migration by Tom Rini · Tue Jan 10 11:19:36 2023 -0500
  5. 05ca277 spl: sata: Rework the loading case it not use IS_ENABLED(...) by Tom Rini · Tue Jan 10 11:19:35 2023 -0500
  6. 0c23c5b autoboot: Rework CONFIG_AUTOBOOT_STOP_STR_* usage by Tom Rini · Tue Jan 10 11:19:34 2023 -0500
  7. d259d9c global: Remove unused CONFIG defines by Tom Rini · Tue Jan 10 11:19:28 2023 -0500
  8. ab2085c Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 19 09:46:57 2023 -0500
  9. 56da76d trace: Use notrace for short by Simon Glass · Wed Dec 21 16:08:15 2022 -0700
  10. 0f1326e configs: Increase malloc size after relocation by Neha Malcom Francis · Wed Jan 11 18:11:23 2023 +0530
  11. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  12. b18de56 Merge branch '2022-01-16-bootstd-updates' by Tom Rini · Tue Jan 17 08:55:40 2023 -0500
  13. 1b56fe1 menu: Factor out menu-keypress decoding by Simon Glass · Fri Jan 06 08:52:35 2023 -0600
  14. daee3ba image: Move common image code to image_board and command by Simon Glass · Fri Jan 06 08:52:28 2023 -0600
  15. 9d8d387 menu: Make use of CLI character processing by Simon Glass · Fri Jan 06 08:52:26 2023 -0600
  16. d52ce65 menu: Use a switch statement by Simon Glass · Fri Jan 06 08:52:25 2023 -0600
  17. f1d3c8e menu: Update bootmenu_loop() to return the code by Simon Glass · Fri Jan 06 08:52:24 2023 -0600
  18. 81544c4 menu: Update bootmenu_autoboot_loop() to return the code by Simon Glass · Fri Jan 06 08:52:23 2023 -0600
  19. 05ecdf8 menu: Rename KEY_... to BKEY_... by Simon Glass · Fri Jan 06 08:52:22 2023 -0600
  20. 7646d5b cli: Move readline character-processing to a state machine by Simon Glass · Fri Jan 06 08:52:20 2023 -0600
  21. 249a238 arm: rockchip: Add RV1126 arch core support by Jagan Teki · Wed Dec 14 23:21:05 2022 +0530
  22. c12bb8d usb: hub: allow to increase HUB_DEBOUNCE_TIMEOUT by Patrick Delaunay · Fri Sep 09 11:45:23 2022 +0200
  23. 6253a7b Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Fri Jan 13 09:56:19 2023 -0500
  24. ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · Thu Sep 22 17:53:26 2022 +0200
  25. b5f2af8 common: spl: ram: fix return code by Nikita Shubin · Mon Dec 12 11:03:35 2022 +0300
  26. 6d09df8 console: Add option to keep it silent until env is loaded by Harald Seiler · Wed Jul 06 13:19:10 2022 +0200
  27. cd809b1 usb: onboard-hub: add driver to manage onboard hub supplies by Fabrice Gasnier · Mon Dec 12 11:44:35 2022 +0100
  28. fd09932 cmd: exit: Fix return value propagation out of environment scripts by Marek Vasut · Tue Dec 20 07:25:59 2022 +0100
  29. bb0f62a common:autoboot:modify function parameters by Shenlin Liang · Fri Dec 02 12:53:48 2022 +0800
  30. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  31. de121c5 common/memsize.c: Check for overflow in get_effective_memsize() only for mpc85xx by Pali Rohár · Sat Jan 07 22:55:26 2023 +0100
  32. 0f3d1de common/spl/spl_ram: Remove unused default by Tom Rini · Sun Dec 04 10:14:20 2022 -0500
  33. 0bb9b09 global: Migrate CONFIG_PRAM to CFG by Tom Rini · Sun Dec 04 10:13:37 2022 -0500
  34. bc9d46b global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · Sun Dec 04 10:04:50 2022 -0500
  35. fb52b94 global: Migrate CONFIG_MALLOC_F_ADDR to CFG by Tom Rini · Sun Dec 04 10:04:49 2022 -0500
  36. 5a6741b global: Remove undef CONFIG_... for unused values by Tom Rini · Sun Dec 04 10:03:34 2022 -0500
  37. 9bd34ac spl: Kconfig: Fix SPL_OPTEE_IMAGE dependency by Jagan Teki · Thu Nov 03 11:49:47 2022 +0530
  38. 04097c9 usb: Update USB_STORAGE dependencies by Tom Rini · Fri Dec 02 16:42:11 2022 -0500
  39. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  40. 08b72b5 spl: spl_legacy: fix invalid offset in SPL_COPY_PAYLOAD_ONLY by Dai Okamura · Fri Dec 09 20:40:21 2022 +0900
  41. a3a5d68 common/spl/Kconfig: add dependency on SPL_SEMIHOSTING for SPL payload by Kautuk Consul · Wed Dec 07 17:12:36 2022 +0530
  42. 6a4a908 sandbox: Move CONFIG_IO_TRACE to Kconfig by Tom Rini · Sat Nov 19 18:45:23 2022 -0500
  43. a910c68 Convert CONFIG_HWCONFIG to Kconfig by Tom Rini · Sat Nov 19 18:45:16 2022 -0500
  44. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  45. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  46. a0a6f69 spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to Kconfig by Tom Rini · Wed Nov 16 13:10:35 2022 -0500
  47. 56af659 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · Wed Nov 16 13:10:33 2022 -0500
  48. b421349 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · Sat Nov 12 17:36:51 2022 -0500
  49. 1bc421b console: file should always be non-negative by Heinrich Schuchardt · Sat Oct 22 11:32:34 2022 +0200
  50. 27b7783 spl: Fix SPL_ATF and SPL_OPENSBI dependencies by Samuel Holland · Sun Oct 30 23:26:19 2022 -0500
  51. 3bd2b13 Revert "cli_readline: Only insert printable chars" by Pali Rohár · Wed Nov 02 00:40:46 2022 +0100
  52. f38167d SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c by Tom Rini · Fri Oct 28 20:27:09 2022 -0400
  53. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · Fri Oct 28 20:27:07 2022 -0400
  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. 9a84e07 efi_loader: remove CONFIG_EFI_SETUP_EARLY by AKASHI Takahiro · Fri Oct 21 12:01:57 2022 +0900
  56. 53e0bdd Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Nov 04 11:19:58 2022 -0400
  57. 96c2d11 usb: storage: continue probe on "Invalid device" by Janne Grunau · Fri Nov 04 08:38:59 2022 +0100
  58. 2a45fd9 usb: Add 1ms delay after first Get Descriptor request by Marek Vasut · Sun Oct 30 23:38:35 2022 +0100
  59. 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
  60. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · Fri Oct 28 13:50:54 2022 +0200
  61. 85c2aa8 cyclic: switch to using hlist instead of list by Rasmus Villemoes · Fri Oct 28 13:50:53 2022 +0200
  62. 4582b8f cyclic: drop redundant cyclic_ready flag by Rasmus Villemoes · Fri Oct 28 13:50:51 2022 +0200
  63. e2ff5fc cyclic: use a flag in gd->flags for recursion protection by Rasmus Villemoes · Fri Oct 28 13:50:50 2022 +0200
  64. b780fa5 event: Add an event for main_loop by Sughosh Ganu · Fri Oct 21 18:16:01 2022 +0530
  65. 5722f0e vpl: Allow signature verification by Simon Glass · Thu Oct 20 18:23:16 2022 -0600
  66. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  67. 6b8705d spl: Allow multiple loaders of the same time by Simon Glass · Thu Oct 20 18:23:07 2022 -0600
  68. e7d53ed bloblist: Drop debugging by Simon Glass · Thu Oct 20 18:22:56 2022 -0600
  69. 66eea9f spl: Add a separate silence option for SPL by Simon Glass · Thu Oct 20 18:22:43 2022 -0600
  70. a65cc06 spl: Refactor controls for console output by Simon Glass · Thu Oct 20 18:22:42 2022 -0600
  71. 5a332c1 spl: Use binman suffix allow symbols of any SPL etype by Simon Glass · Thu Oct 20 18:22:41 2022 -0600
  72. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  73. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  74. 009ebfa video: Drop common LCD implementation by Simon Glass · Sun Oct 16 15:25:26 2022 -0600
  75. bcb87b6 video: Drop use of the lcd header file by Simon Glass · Tue Oct 18 07:10:26 2022 -0600
  76. c15f93f fdt: Drop support for LCD fixup in simplefb by Simon Glass · Tue Oct 18 06:54:26 2022 -0600
  77. 395bcf2 video: Drop remaining references to CONFIG_LCD by Simon Glass · Sun Oct 16 15:59:22 2022 -0600
  78. b24a7d9 video: cmd: Drop old LCD code by Simon Glass · Sun Oct 16 15:57:41 2022 -0600
  79. 1a4e702 video: Drop VCXK video controller by Simon Glass · Sun Oct 16 15:26:52 2022 -0600
  80. 7391444 Drop CONFIG_LCD_LOGO by Simon Glass · Sun Oct 16 15:19:04 2022 -0600
  81. 7fce998 video: Drop CONFIG_LCD_INFO by Simon Glass · Sun Oct 16 15:11:32 2022 -0600
  82. ebd8937 video: Drop CONFIG_LCD_INFO_BELOW_LOGO by Simon Glass · Sun Oct 16 15:08:59 2022 -0600
  83. cc63b7d video: Drop CONFIG_LCD_ALIGNMENT by Simon Glass · Sun Oct 16 15:02:58 2022 -0600
  84. dfcb144 video: lcd: Drop console rotation by Simon Glass · Sun Oct 16 15:00:37 2022 -0600
  85. 0cdb0aa splash: get devpart from environment variable by Julien Masson · Mon Oct 17 10:33:22 2022 +0200
  86. c7b67d9 splash: support raw image from MMC by Julien Masson · Mon Oct 17 10:33:21 2022 +0200
  87. b576fbf scripts: Makefile.spl: Enable memory drivers to be built for SPL by Roger Quadros · Thu Oct 20 16:30:47 2022 +0300
  88. 237f018 spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard by Roger Quadros · Thu Sep 29 13:11:28 2022 +0300
  89. b562878 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · Wed Oct 26 07:45:55 2022 -0400
  90. 75b0d96 cyclic: Don't disable cylic function upon exceeding CPU time by Stefan Roese · Mon Oct 17 09:00:58 2022 +0200
  91. 32c58c1 common: board_f: Print information for all sysresets by Michal Suchanek · Mon Oct 10 20:29:40 2022 +0200
  92. c93350b input: Remove legacy KEYBOARD option by Tom Rini · Fri Oct 14 07:50:20 2022 -0400
  93. 5edb2c3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Thu Oct 20 08:58:05 2022 -0400
  94. 3f5873f sunxi: Kconfig: use SoC-wide values for some symbols by Andre Przywara · Tue Sep 13 01:23:58 2022 +0100
  95. 73ba676 stdio: Fix class iteration in stdio_add_devices() by Michal Suchanek · Wed Oct 12 21:57:55 2022 +0200
  96. c89a2b7 spl: atf: Fix clang -Wasm-operand-widths warning by Alistair Delva · Mon Sep 26 20:47:55 2022 +0000
  97. bd2a346 usb: Add missing guard around env_get() in usb_hub by Marek Vasut · Mon Sep 19 21:19:23 2022 +0200
  98. dd029cf common/board_f: drop ifdefs around header includes by Ovidiu Panait · Tue Sep 13 21:31:29 2022 +0300
  99. bbce5f3 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · Tue Sep 13 21:31:28 2022 +0300
  100. fefffcf common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · Tue Sep 13 21:31:27 2022 +0300