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