1. 9466b3c MAINTAINERS: Fix ANDROID AB unknown file entry by Mattijs Korpershoek · 10 months ago
  2. 42fb448 configs: Resync with savedefconfig by Tom Rini · 10 months ago
  3. 93a0138 Merge tag 'v2024.01-rc6' into next by Tom Rini · 10 months ago
  4. 80cb22c Prepare v2024.01-rc6 by Tom Rini · 10 months ago
  5. b2cbf96 configs: Resync with savedefconfig by Tom Rini · 10 months ago
  6. e703bfc arm: dts: k3-am62a*: Sync with kernel v6.7-rc1 by Nishanth Menon · 11 months ago
  7. 244c9fd arm: mach-k3: am62a: Add main_timer0 id to the dev list by Nishanth Menon · 11 months ago
  8. 3f662af Merge patch series "sync am65x device tree with Linux v6.7-rc1" by Tom Rini · 10 months ago
  9. 37a1a40 arm: dts: k3-am654: convert bootph-pre-ram to bootph-all by Bryan Brattlof · 10 months ago
  10. 4aea536 arm: dts: k3-am654: remove duplicate mcu secure proxy node by Bryan Brattlof · 10 months ago
  11. e055622 arm: dts: k3-am654: move dummy_clock to root node by Bryan Brattlof · 10 months ago
  12. 5baad55 arm: dts: k3-am654: remove un-needed aliases by Bryan Brattlof · 10 months ago
  13. dabf30a arm: dts: k3-am654: remove duplicate root properties by Bryan Brattlof · 10 months ago
  14. d23582d arm: dts: k3-am654: remove duplicate vtt pinmux by Bryan Brattlof · 10 months ago
  15. c7b0750 arm: dts: k3-am654: remove duplicate mdio by Bryan Brattlof · 10 months ago
  16. 9a6fab6 arm: dts: k3-am654: remove usb0 by Bryan Brattlof · 10 months ago
  17. 755db5f arm: dts: k3-am654: remove duplicate ospi0 node by Bryan Brattlof · 10 months ago
  18. 41ae2c6 arm: dts: k3-am654: remove duplicate wkup_i2c0 by Bryan Brattlof · 10 months ago
  19. 7f66ec5 arm: dts: k3-am654: remove duplicate sdhci1 pinmux node by Bryan Brattlof · 10 months ago
  20. 52d87ef arm: dts: k3-am654: remove duplicate sdhci0 pinmux node by Bryan Brattlof · 10 months ago
  21. 3e00c8b arm: dts: k3-am654: remove duplicate main_uart0 by Bryan Brattlof · 10 months ago
  22. bdf8a2c arm: dts: k3-am654: remove duplicate mcu_uart0 node by Bryan Brattlof · 10 months ago
  23. 5e00547 arm: dts: k3-am654: add needed regs to udmap nodes by Bryan Brattlof · 10 months ago
  24. 1946413 arm: dts: k3-am654: remove duplicate mcu_udmap by Bryan Brattlof · 10 months ago
  25. afb7fb6 arm: dts: k3-am654: remove duplicate mcu_ringacc by Bryan Brattlof · 10 months ago
  26. 7cf2fa8 arm: dts: k3-am654: remove duplicate timer by Bryan Brattlof · 10 months ago
  27. 3bf9f9a arm: dts: k3-am654: remove duplicate wkup_uart0 by Bryan Brattlof · 10 months ago
  28. a67443e arm: dts: k3-am654: remove duplicate vtt_supply by Bryan Brattlof · 10 months ago
  29. e72ece5 arm: dts: k3-am654: include a53 board dtb for r5 build by Bryan Brattlof · 10 months ago
  30. b65ea69 arm: dts: k3-am654: copy bootph properties to a53 dts by Bryan Brattlof · 10 months ago
  31. 4dbdc84 arm: dts: k3-am654: pull in dtb update from Linux by Bryan Brattlof · 10 months ago
  32. b53f190 arm: dts: k3-am654-r5: Merge board file and U-Boot overlay by Bryan Brattlof · 10 months ago
  33. 60f0432 configs: am65x_evm_a53: disable CONSOLE_MUX by Bryan Brattlof · 10 months ago
  34. 88af4d4 configs: am65x_evm_r5: enable driver for fixed regulators by Bryan Brattlof · 10 months ago
  35. bb8a602 tegra114: clock: define MIPI calibration peripheral clock by Svyatoslav Ryhel · 10 months ago
  36. ec8528c doc: board: tegra30: update information in board documents by Svyatoslav Ryhel · 10 months ago
  37. dffa6d0 Merge tag 'dm-next-1124' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 10 months ago
  38. e266d27 bloblist: Update documentation and header comment by Simon Glass · 10 months ago
  39. 7d790a8 bloblist: Add alignment to bloblist_new() by Simon Glass · 10 months ago
  40. b86b2d9 bloblist: Adjust the bloblist header by Simon Glass · 10 months ago
  41. b6e8382 bloblist: Reduce blob-header size by Simon Glass · 10 months ago
  42. f9ef9fb bloblist: Handle alignment with a void entry by Simon Glass · 10 months ago
  43. 997dac6 bloblist: Checksum the entire bloblist by Simon Glass · 10 months ago
  44. 47e1047 bloblist: Drop spare value from bloblist record by Simon Glass · 10 months ago
  45. 1f06ed4 bloblist: Access record hdr_size and tag via a function by Simon Glass · 10 months ago
  46. 0b9f77f bloblist: Set version to 1 by Simon Glass · 10 months ago
  47. 5a53e56 bloblist: Change the magic value by Simon Glass · 10 months ago
  48. 1a2e02f bloblist: Adjust API to align in powers of 2 by Simon Glass · 10 months ago
  49. e748e4b bloblist: Update the tag numbering by Simon Glass · 10 months ago
  50. aca9528 Makefile: Use the fdtgrep -u flag by Simon Glass · 10 months ago
  51. 7a06cc2 fdtgrep: Allow propagating properties up to supernodes by Simon Glass · 10 months ago
  52. 0b2e47b sandbox: Correct SPL condition for building devicetree by Simon Glass · 10 months ago
  53. 61a695e fdtgrep: Move property checking into a function by Simon Glass · 10 months ago
  54. 490afe7 fdtgrep: Simplify code to inverting the match by Simon Glass · 10 months ago
  55. b1823ed fdtgrep: Tidy up comment for h_include() by Simon Glass · 10 months ago
  56. f3acd20 fdtgrep: Correct references to fdt_find_regions() by Simon Glass · 10 months ago
  57. 9dab5bd fdtgrep: Correct ordering of flags by Simon Glass · 10 months ago
  58. 233a613 fdtgrep: Tidy up a few type warnings and comments by Simon Glass · 10 months ago
  59. 2c714d6 x86: coral: Align bootph SPI-flash subnodes with parent by Simon Glass · 10 months ago
  60. 69c3705 binman: used-before-assignment in ftest.py by Heinrich Schuchardt · 10 months ago
  61. 86aeacc buildman: type cotaining by Heinrich Schuchardt · 10 months ago
  62. 2b28c3b Merge patch series "Modernize U-Boot shell" by Tom Rini · 10 months ago
  63. 2a58783 configs: Use old hush for several boards by Francis Laniel · 10 months ago
  64. 78912cf cmd: Set modern hush as default shell by Francis Laniel · 10 months ago
  65. c24cb3e cli: modern_hush: Add upstream commits up to 2nd October 2023. by Francis Laniel · 10 months ago
  66. 2223c49 test: hush: Fix loop tests for modern hush by Francis Laniel · 10 months ago
  67. e252f50 cli: hush_modern: Enable loops by Francis Laniel · 10 months ago
  68. 374b77e cli: hush_modern: Enable if keyword by Francis Laniel · 10 months ago
  69. d8b2563 cli: hush_modern: Enable using < and > as string compare operators by Francis Laniel · 10 months ago
  70. 410e78d test: hush: Fix variable expansion tests for modern hush by Francis Laniel · 10 months ago
  71. 6d3914f test: hush: Fix instructions list tests for modern hush by Francis Laniel · 10 months ago
  72. 3ea3c57 cli: add modern hush as parser for run_command*() by Francis Laniel · 10 months ago
  73. 3b13faf cli: hush_modern: Add functions to be called from run_command() by Francis Laniel · 10 months ago
  74. 74e4254 cli: hush_modern: Enable variables expansion for modern hush by Francis Laniel · 10 months ago
  75. 9a06837 cli: Enables using modern hush parser as command line parser by Francis Laniel · 10 months ago
  76. 6bb39f5 cmd: Add new cli command by Francis Laniel · 10 months ago
  77. 603a814 global_data.h: add GD_FLG_HUSH_OLD_PARSER flag by Francis Laniel · 10 months ago
  78. 30dcef8 cli: Add menu for hush parser by Francis Laniel · 10 months ago
  79. 8197f01 cli: Port upstream Busybox hush to U-Boot by Francis Laniel · 10 months ago
  80. b234f7e cli: Add Busybox upstream hush.c file by Francis Laniel · 10 months ago
  81. 432c997 test: hush: Test hush loops by Francis Laniel · 10 months ago
  82. 2a70fea test: hush: Test hush commands list by Francis Laniel · 10 months ago
  83. 261d29e test: hush: Test hush variable expansion by Francis Laniel · 10 months ago
  84. 4dc305f test/py: hush_if_test: Remove the test file by Francis Laniel · 10 months ago
  85. d3bc2c5 test: hush: Test hush if/else by Francis Laniel · 10 months ago
  86. cb1277c test: Add framework to test hush behavior by Francis Laniel · 10 months ago
  87. 64e4795 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 10 months ago
  88. 9924d44 andes: ae350: Enable MISC_INIT_R for ae350 platform by Leo Yu-Chi Liang · 10 months ago
  89. 936b503 andes: ae350: Save cpu name to env by Leo Yu-Chi Liang · 10 months ago
  90. 61d5c54 andes: cpu: Enable cache and TLB ECC support by Leo Yu-Chi Liang · 10 months ago
  91. bf12bb9 andes: cpu: Enable memboost feature by Leo Yu-Chi Liang · 10 months ago
  92. b046904 andes: ae350: Implement cache switch via Kconfig by Leo Yu-Chi Liang · 10 months ago
  93. c36eb2f andes: csr.h: Clean up CSR definition by Leo Yu-Chi Liang · 10 months ago
  94. 670db88 riscv: Extend board compatible string with "qemu,mbv" by Michal Simek · 10 months ago
  95. 40c76df riscv: cache: support cache enable in SPL stage by Zong Li · 10 months ago
  96. 64e8482 cache: add sifive private L2 cache driver by Zong Li · 10 months ago
  97. 0a0ceea arm: apple: Disable SMBIOS again by Mark Kettenis · 10 months ago
  98. f03e3f0 spi: npcm_pspi: Fix the wrong clock divider calculation by Jim Liu · 10 months ago
  99. 4b15156 bootmeth: pass size to efi_binary_run() by Heinrich Schuchardt · 10 months ago
  100. 7c4647b Merge patch series "Complete decoupling of bootm logic from commands" by Tom Rini · 10 months ago