1. 0f97e94 cli: Move simple readline into a function by Simon Glass · 12 months ago
  2. 429d59c Revert "mkimage: update man page and -h output" by Tom Rini · 12 months ago
  3. 997bef3 Merge branch '2023-10-11-port-gen_compile_commands_py' by Tom Rini · 12 months ago
  4. 311df90 scripts/gen_compile_commands: fix usage message by Joao Marcos Costa · 12 months ago
  5. 33717db doc: add ide_integration.rst to doc/develop by Joao Marcos Costa · 12 months ago
  6. 3a83960 doc: add documentation for gen_compile_commands.py by Joao Marcos Costa · 12 months ago
  7. b703bda .gitignore: add compile_commands.json by Joao Marcos Costa · 12 months ago
  8. 6aacad2 scripts/gen_compile_commands.py: add acknowledgments by Joao Marcos Costa · 12 months ago
  9. 0972675 scripts/gen_compile_commands.py: fix docstring by Joao Marcos Costa · 12 months ago
  10. 97fbb2e scripts/gen_compile_commands.py: adapt _LINE_PATTERN by Joao Marcos Costa · 12 months ago
  11. c852f2e scripts: Port Linux's gen_compile_commands.py to U-Boot by Joao Marcos Costa · 12 months ago
  12. 6e0a75d configs: Resync with savedefconfig by Tom Rini · 12 months ago
  13. 9598cf4 Merge branch '2023-10-11-assorted-fixes-and-updates' by Tom Rini · 12 months ago
  14. 1a1d48e configs: Make TI_SECURE_DEVICE default for K3 by Andrew Davis · 1 year, 2 months ago
  15. a5b85ec configs: am65x: Merge the HS and non-HS defconfigs by Andrew Davis · 1 year, 2 months ago
  16. 3d5e52b ARM: psci: move GIC address override to Kconfig by Andre Przywara · 12 months ago
  17. 89cfa35 misc: fs_loader: Fix alignment of fs_loader driver by Sean Anderson · 12 months ago
  18. 4cb6c8e mkimage: update man page and -h output by Rasmus Villemoes · 12 months ago
  19. 4fb7e57 doc: use .dtso as extension for device tree overlay sources by Rasmus Villemoes · 12 months ago
  20. 01bf2e2 sandbox: rename overlay sources to .dtso by Rasmus Villemoes · 12 months ago
  21. e6e3a3d arm64: zynqmp: rename overlay sources to .dtso by Rasmus Villemoes · 12 months ago
  22. 35c4bcc iot2050: rename overlay sources to .dtso by Rasmus Villemoes · 12 months ago
  23. 7efe195 arm: dts: imx8mm-cl-iot-gate: rename overlay sources to .dtso by Rasmus Villemoes · 12 months ago
  24. 0f2f519 arm: apple: Add initial Apple M2 Ultra support by Janne Grunau · 1 year, 1 month ago
  25. e65f6ba event: Rename rest of EVENT_SPY to EVENT_SPY_FULL or EVENT_SPY* by Marek Vasut · 1 year, 1 month ago
  26. d1ca61c env: Improve ENV_OFFSET help message by Paul Barker · 1 year, 1 month ago
  27. 31565bb driver: rng: Add DM_RNG interface for ARMv8.5 RNDR registers by Andre Przywara · 1 year, 1 month ago
  28. 0cf1a13 tools: ensure zeroed padding in external FIT images by Roman Azarenko · 1 year, 1 month ago
  29. 6442434 bootstd: Drop some TODOs by Simon Glass · 1 year, 1 month ago
  30. 5be1fef arm: dts: k3-am625-verdin: fix boot by Marcel Ziswiler · 12 months ago
  31. 1786861 malloc: Enable assertions if UNIT_TEST is enabled by Sean Anderson · 12 months ago
  32. 9214da7 arm: dts: k3-j721e-sk/common-proc-board: Fix boot by Nishanth Menon · 12 months ago
  33. 6938868 arm: mach-k3: Remove secure device makefile by Andrew Davis · 12 months ago
  34. b362ceb board: siemens: iot2050: Fix logical bug in PG1/PG2 detection by Jan Kiszka · 12 months ago
  35. 53a1eb9 arm: dts: k3-am65-iot2050: Fix boot by Jan Kiszka · 12 months ago
  36. 538b97d spi: mtk_spim: prevent global pll clock override by Nicolò Veronese · 12 months ago
  37. 20535a3 Makefile: make u-boot-initial-env target depend explicitly on scripts_basic by Rasmus Villemoes · 12 months ago
  38. 0501c99 board: xen: introduce virtio-blk support by Andrii Chepurnyi · 12 months ago
  39. 357f4fb board: synquacer: set actual gd->ram_top and gd->ram_size by Masahisa Kojima · 12 months ago
  40. 2d307fb input: avoid NULL dereference by Heinrich Schuchardt · 12 months ago
  41. 4860ee9 mkimage: allow internalization of data-position by Lars Feyaerts · 12 months ago
  42. 814774c checkpatch: skip fdtdec_* check for tools by Lars Feyaerts · 12 months ago
  43. 5ae883c Merge tag 'fsl-qoirq-2023-10-10' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 12 months ago
  44. be98a78 Merge branch '2023-10-10-blk-sandbox-support-binding-a-device-with-a-given-logical-block-size' by Tom Rini · 12 months ago
  45. 5fdd480 disk: part: Handle blkmap device in print_part_header() by Bin Meng · 12 months ago
  46. 893e678 disk: part: Print out the unknown device uclass id by Bin Meng · 12 months ago
  47. 94a8462 dm: blk: Drop blk_{read,write}_devnum() by Bin Meng · 12 months ago
  48. 4e34565 cmd: blk_common: Stop using hard-coded block size for Sandbox operations by Bin Meng · 12 months ago
  49. a9bf25c dm: blk: Rename get_desc() and make it externally visible by Bin Meng · 12 months ago
  50. 8ccc948 cmd: blk_common: Use macros for the return values by Bin Meng · 12 months ago
  51. cf83ff3 blk: blkmap: Support mapping to device of any block size by Bin Meng · 12 months ago
  52. 42411e0 cmd: blkmap: Make map_handlers[] and its .fn static by Bin Meng · 12 months ago
  53. 6efca7f blk: blkmap: Make bind/unbind routines static by Bin Meng · 12 months ago
  54. 256f6da cmd: host: Print out the block size of the host device by Bin Meng · 12 months ago
  55. e261fbf blk: host_dev: Sanity check on the size of host backing file by Bin Meng · 12 months ago
  56. 0491cb8 blk: host_dev: Make host_sb_detach_file() and host_sb_ops static by Bin Meng · 12 months ago
  57. 8897fab blk: sandbox: Support binding a device with a given logical block size by Bin Meng · 12 months ago
  58. 77ca9d7 cmd: host: Mandate the filename parameter in the 'bind' command by Bin Meng · 12 months ago
  59. 7020b2e blk: Use a macro for the typical block size by Bin Meng · 12 months ago
  60. 833ff23 Merge branch '2023-10-09-assorted-fixes' by Tom Rini · 12 months ago
  61. 131e44c spi: nxp_fspi: reset the FLSHxCR1 registers by Han Xu · 1 year ago
  62. d71e080 board: freescale: ls1088a: declare MC reserved regions by Laurentiu Tudor · 12 months ago
  63. 66d885c board: freescale: ls2080a: declare MC reserved regions by Laurentiu Tudor · 12 months ago
  64. 1dd7b56 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 12 months ago
  65. b9112cd armv8: fsl-layerscape: make some functions static by Laurentiu Tudor · 12 months ago
  66. 487fa1a fsl-layerscape: drop obsolete PPA secure firmware support by Laurentiu Tudor · 1 year, 1 month ago
  67. b60274e configs: layerscape: delete defconfigs using legacy PPA secure FW by Laurentiu Tudor · 12 months ago
  68. 3f876cb test: Fix SPL tests not being run by Sean Anderson · 12 months ago
  69. e483a7c board/km/cent2: Fix buffer overflow when fixing MAC address by Francois Berder · 12 months ago
  70. 6da11cc stdio: fix stdio_deregister_dev() by Heinrich Schuchardt · 12 months ago
  71. 6a1e0ae dm: serial: fix serial_post_probe() by Heinrich Schuchardt · 12 months ago
  72. 6826c43 spl: Jump to image at end of board_init_r by Jonas Karlman · 12 months ago
  73. a60d968 spl: add __noreturn attribute to spl_invoke_atf function by Chanho Park · 1 year ago
  74. 47e7f12 tools: iot2050-sign-fw.sh: Make localization of tools dir more robust by Jan Kiszka · 12 months ago
  75. 17deab0 arm: mach-k3: common: fix compile warnings with PHYS_64BIT on 32bit by Matthias Schiffer · 12 months ago
  76. 34124ad test/py: sleep: Add a test for the time command by Love Kumar · 12 months ago
  77. fb730a2 mailbox: k3-sec-proxy: fix error handling for missing scfg in FDT by Matthias Schiffer · 12 months ago
  78. 4a6105e test: lmb: Add test for coalescing and overlap range by Udit Kumar · 12 months ago
  79. edb5824 lmb: remove overlapping region with next range by Udit Kumar · 12 months ago
  80. 4f9c7a9 exynos: Cleanup exynos_init by Tom Rini · 1 year ago
  81. db7516b board: Remove essentially empty board files and Makefiles by Tom Rini · 1 year ago
  82. 521ca0f Makefile: Allow for board directories to not have a Makefile by Tom Rini · 1 year ago
  83. 3d0fa4a ARM: vexpress_ca9x4: Add missing flash width config option by Patryk Biel · 1 year ago
  84. deb746e bootstd: use ARCH_DMA_MINALIGN in memalign() when allocating memory by Tony Dinh · 1 year ago
  85. ce743f1 Makefile: Force regeneration of env.txt by Andrew Davis · 1 year ago
  86. d9bb6d7 Merge tag 'u-boot-rockchip-20231007' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 12 months ago
  87. dd8d52c rockchip: rk356x-u-boot: Add bootph-all to i2c0_xfer pinctrl node by Jonas Karlman · 1 year, 2 months ago
  88. c8ebcc9 power: pmic: rk8xx: Fix power-on source check in SPL by Jonas Karlman · 1 year, 2 months ago
  89. 7ecc90f rockchip: rk356x: Enable poweroff command by Jonas Karlman · 1 year, 1 month ago
  90. c12e3a8 power: pmic: rk8xx: Use sysreset implementation of the poweroff command by Jonas Karlman · 1 year, 1 month ago
  91. 992f297 configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY by FUKAUMI Naoki · 1 year ago
  92. 667742a configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE by FUKAUMI Naoki · 1 year ago
  93. 8952b38 arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe by FUKAUMI Naoki · 1 year, 1 month ago
  94. 74273f1 arm: dts: rockchip: sync DT for RK3588 series with Linux by FUKAUMI Naoki · 1 year, 1 month ago
  95. bd9798b configs: rockchip: rock-pi-s: use default bootdelay (2s) by FUKAUMI Naoki · 1 year ago
  96. b9155e7 configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig by Massimo Pegorer · 12 months ago
  97. 3d96c3f board: rockchip: Add Bananapi R2Pro Board by Frank Wunderlich · 12 months ago
  98. f1aa4cd configs: rockchip: Enable ethernet driver on RK3588 boards by Jonas Karlman · 12 months ago
  99. 25f5645 configs: rockchip: Enable ethernet driver on RK356x boards by Jonas Karlman · 12 months ago
  100. 01b8ed4 net: dwc_eth_qos_rockchip: Add support for RK3588 by Jonas Karlman · 12 months ago