1. f3acd20 fdtgrep: Correct references to fdt_find_regions() by Simon Glass · 11 months ago
  2. 9dab5bd fdtgrep: Correct ordering of flags by Simon Glass · 11 months ago
  3. 233a613 fdtgrep: Tidy up a few type warnings and comments by Simon Glass · 11 months ago
  4. 2c714d6 x86: coral: Align bootph SPI-flash subnodes with parent by Simon Glass · 11 months ago
  5. 69c3705 binman: used-before-assignment in ftest.py by Heinrich Schuchardt · 11 months ago
  6. 86aeacc buildman: type cotaining by Heinrich Schuchardt · 11 months ago
  7. 2b28c3b Merge patch series "Modernize U-Boot shell" by Tom Rini · 11 months ago
  8. 2a58783 configs: Use old hush for several boards by Francis Laniel · 11 months ago
  9. 78912cf cmd: Set modern hush as default shell by Francis Laniel · 11 months ago
  10. c24cb3e cli: modern_hush: Add upstream commits up to 2nd October 2023. by Francis Laniel · 11 months ago
  11. 2223c49 test: hush: Fix loop tests for modern hush by Francis Laniel · 11 months ago
  12. e252f50 cli: hush_modern: Enable loops by Francis Laniel · 11 months ago
  13. 374b77e cli: hush_modern: Enable if keyword by Francis Laniel · 11 months ago
  14. d8b2563 cli: hush_modern: Enable using < and > as string compare operators by Francis Laniel · 11 months ago
  15. 410e78d test: hush: Fix variable expansion tests for modern hush by Francis Laniel · 11 months ago
  16. 6d3914f test: hush: Fix instructions list tests for modern hush by Francis Laniel · 11 months ago
  17. 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 11 months ago
  18. 3b13faf cli: hush_modern: Add functions to be called from run_command() by Francis Laniel · 11 months ago
  19. 74e4254 cli: hush_modern: Enable variables expansion for modern hush by Francis Laniel · 11 months ago
  20. 9a06837 cli: Enables using modern hush parser as command line parser by Francis Laniel · 11 months ago
  21. 6bb39f5 cmd: Add new cli command by Francis Laniel · 11 months ago
  22. 603a814 global_data.h: add GD_FLG_HUSH_OLD_PARSER flag by Francis Laniel · 11 months ago
  23. 30dcef8 cli: Add menu for hush parser by Francis Laniel · 11 months ago
  24. 8197f01 cli: Port upstream Busybox hush to U-Boot by Francis Laniel · 11 months ago
  25. b234f7e cli: Add Busybox upstream hush.c file by Francis Laniel · 11 months ago
  26. 432c997 test: hush: Test hush loops by Francis Laniel · 11 months ago
  27. 2a70fea test: hush: Test hush commands list by Francis Laniel · 11 months ago
  28. 261d29e test: hush: Test hush variable expansion by Francis Laniel · 11 months ago
  29. 4dc305f test/py: hush_if_test: Remove the test file by Francis Laniel · 11 months ago
  30. d3bc2c5 test: hush: Test hush if/else by Francis Laniel · 11 months ago
  31. cb1277c test: Add framework to test hush behavior by Francis Laniel · 11 months ago
  32. 64e4795 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 11 months ago
  33. 9924d44 andes: ae350: Enable MISC_INIT_R for ae350 platform by Leo Yu-Chi Liang · 11 months ago
  34. 936b503 andes: ae350: Save cpu name to env by Leo Yu-Chi Liang · 11 months ago
  35. 61d5c54 andes: cpu: Enable cache and TLB ECC support by Leo Yu-Chi Liang · 11 months ago
  36. bf12bb9 andes: cpu: Enable memboost feature by Leo Yu-Chi Liang · 11 months ago
  37. b046904 andes: ae350: Implement cache switch via Kconfig by Leo Yu-Chi Liang · 11 months ago
  38. c36eb2f andes: csr.h: Clean up CSR definition by Leo Yu-Chi Liang · 11 months ago
  39. 670db88 riscv: Extend board compatible string with "qemu,mbv" by Michal Simek · 11 months ago
  40. 40c76df riscv: cache: support cache enable in SPL stage by Zong Li · 11 months ago
  41. 64e8482 cache: add sifive private L2 cache driver by Zong Li · 11 months ago
  42. 4b15156 bootmeth: pass size to efi_binary_run() by Heinrich Schuchardt · 11 months ago
  43. 7c4647b Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 11 months ago
  44. d37086a bootm: Create a new boot_run() function to handle booting by Simon Glass · 11 months ago
  45. e7683c3 bootm: Create a function to run through the booti states by Simon Glass · 11 months ago
  46. e4cee64 stm32: Use bootm_run() and bootz_run() by Simon Glass · 11 months ago
  47. 3405c9b bootm: Create a function to run through the bootz states by Simon Glass · 11 months ago
  48. 6b50aff stm32: Use local vars in stm32prog for initrd and fdt by Simon Glass · 11 months ago
  49. e1a24c0 bootm: Create a function to run through the bootm states by Simon Glass · 11 months ago
  50. 725ddf1 bootm: Tidy up boot_selected_os() by Simon Glass · 11 months ago
  51. b5d397f bootm: Rename do_bootm_states() to bootm_run_states() by Simon Glass · 11 months ago
  52. a6c4916 bootm: Drop arguments from do_bootm_states() by Simon Glass · 11 months ago
  53. 31fda96 bootz: Avoid use of #ifdef by Simon Glass · 11 months ago
  54. 0c96b68 booti: Avoid use of #ifdef by Simon Glass · 11 months ago
  55. e370e3d bootm: Move do_bootm_states() comment to header file by Simon Glass · 11 months ago
  56. c2211ff bootm: Add more fields to bootm_info by Simon Glass · 11 months ago
  57. a48336e bootm: Adjust arguments of boot_os_fn by Simon Glass · 11 months ago
  58. c492162 bootm: Create a struct for argument information by Simon Glass · 11 months ago
  59. 59ca40a sandbox: bootm: Enable more bootm OS methods by Simon Glass · 11 months ago
  60. 6443a3d bootm: Adjust how the board is reset by Simon Glass · 11 months ago
  61. c35bfd0 riscv: Add a reset_cpu() function by Simon Glass · 11 months ago
  62. 6557eb7 nios2: Add a reset_cpu() function by Simon Glass · 11 months ago
  63. 5ee545a ppc: Add a reset_cpu() function by Simon Glass · 11 months ago
  64. 79353aa m68k: Add a reset_cpu() function by Simon Glass · 11 months ago
  65. 4f4490a mips: Add a reset_cpu() function by Simon Glass · 11 months ago
  66. ced928b Merge branch '2023-12-21-assorted-updates-and-fixes' into next by Tom Rini · 11 months ago
  67. fa78301 lib: rsa: Print detailed error info in rsa_engine_init() on engine resolution failure by Csókás Bence · 11 months ago
  68. 63a2a50 board/keymile/kmcent2: fix update-nor indentation by Tomas Alvarez Vanoli · 12 months ago
  69. d3db45c iommu: add qcom-hyp-smmu by Caleb Connolly · 12 months ago
  70. 76c53da iommu: add a connect op by Caleb Connolly · 12 months ago
  71. e96ecbe iommu: fix compilation when CONFIG_PCI disabled by Caleb Connolly · 12 months ago
  72. f1b809c configs: verdin-am62: Disable SPL FIT Overlay by Francesco Dolcini · 12 months ago
  73. e91d660 boot: add support for fdt_fixup command in environment by Matthias Schiffer · 12 months ago
  74. 0d72b0f include: env: ti: ti_common: Run main_cpsw0_qsgmii_phyinit conditionally by Manorit Chawdhry · 12 months ago
  75. cd57cf9 fs: Fix SPL build if FS_LOADER is enabled by Mayuresh Chitale · 1 year ago
  76. ae797e0 Merge branch '2023-12-21-header-inclusion-cleanup' into next by Tom Rini · 11 months ago
  77. 467382c lib: Remove <common.h> inclusion from these files by Tom Rini · 11 months ago
  78. 1e8ce11 include: Further cleanup includes by Tom Rini · 11 months ago
  79. 4abbed7 display_options: Clean up headers by Tom Rini · 11 months ago
  80. c38cb22 efi_loader: Remove <common.h> by Tom Rini · 11 months ago
  81. d1f072a rmobile: Add <mach/rmobile.h> to cpu_info-rzg2l.c by Tom Rini · 11 months ago
  82. bc9c7cc lib/sha*.c: Update header list by Tom Rini · 11 months ago
  83. 071cf27 global: Rework architecture global_data.h to include <linux/types.h> by Tom Rini · 11 months ago
  84. f90dee1 m68k: Rework asm/global_data.h slightly by Tom Rini · 11 months ago
  85. 9d7f634 sandbox: Add <linux/types.h> to asm/global_data.h and asm/io.h by Tom Rini · 11 months ago
  86. 78e326d arm: Remove <asm/types.h> from asm/global_data.h by Tom Rini · 11 months ago
  87. ac2370a global: Remove duplicate common.h inclusions by Tom Rini · 11 months ago
  88. cb3ce95 global: Drop common.h inclusion by Tom Rini · 11 months ago
  89. 460b2c0 sandbox: Audit config.h and common.h usage by Tom Rini · 11 months ago
  90. 7776960 arm: Partial cleanup and audit usage of <config.h> by Tom Rini · 11 months ago
  91. 28388f4 arc: Cleanup and audit usage of <config.h> by Tom Rini · 11 months ago
  92. 10be393 qe: Add <config.h> to linux/immap_qe.h by Tom Rini · 11 months ago
  93. b106961 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · 11 months ago
  94. 36d3db6 Merge branch '2023-12-20-assorted-general-updates' into next by Tom Rini · 11 months ago
  95. a0d0e13 Merge tag 'u-boot-imx-next-20231220' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 11 months ago
  96. 97135d9 cmd: part: Cover both part type entries with GUID ifdef by Marek Vasut · 12 months ago
  97. 738b346 smbios: Fallback to the default DT if sysinfo nodes are missing by Ilias Apalodimas · 12 months ago
  98. a986cce smbios: Simplify reporting of unknown values by Ilias Apalodimas · 12 months ago
  99. 4268ef9 pxe_utils: Increase feedback to user when fdt file is not found by Michael Trimarchi · 12 months ago
  100. 8a72d19 colibri-imx8x: configure usb hub to bypass mode by Andrejs Cainikovs · 11 months ago