1. 1e356db arm64: zynqmp: Add support for KD240 Kria SOM CC by Michal Simek · 1 year, 2 months ago
  2. 27c8320 arm64: zynqmp: Aligned QSPI configuration with latest spec by Michal Simek · 1 year, 2 months ago
  3. d997445 ARM: zynq: Describe nand device in DT by Michal Simek · 1 year, 2 months ago
  4. 3f283ea arm64: zynqmp: Sync licenses with Linux kernel by Michal Simek · 1 year, 2 months ago
  5. 355729d arm64: zynqmp: Convert kv260-revA overlay to ASCII text by Michal Simek · 1 year, 2 months ago
  6. e0480fd arm64: dts: zynqmp: Add ports for the DisplayPort subsystem by Laurent Pinchart · 1 year, 2 months ago
  7. 4744337 arm64: dts: zynqmp: zcu106a: Describe DisplayPort connector by Laurent Pinchart · 1 year, 2 months ago
  8. 0111ba1 arm64: xilinx: Remove address/size-cells from gem nodes by Michal Simek · 1 year, 2 months ago
  9. 0641df7 arm64: xilinx: Put ethernet phys to mdio node by Michal Simek · 1 year, 2 months ago
  10. 7359cc2 arm64: zynqmp: Fix Siva's email address format by Michal Simek · 1 year, 2 months ago
  11. 409af4a arm64: zynqmp: Describe bus-width for SD card on KV260 by Michal Simek · 1 year, 2 months ago
  12. c04852e arm64: xilinx: Use lower case for partition address by Michal Simek · 1 year, 2 months ago
  13. 2083be2 arm64: xilinx: Remove address/size-cells from flash node by Michal Simek · 1 year, 2 months ago
  14. 6cec96a arm64: dts: xilinx: zynqmp: Add RPU subsystem device node by Tanmay Shah · 1 year, 2 months ago
  15. 86eb895 arm64: zynqmp: Describe interrupts by using macros by Michal Simek · 1 year, 2 months ago
  16. 23b455d arm64: zynqmp: Remove resetin/out from K24 psu_init by Michal Simek · 1 year, 2 months ago
  17. 4306e18 arm64: zynqmp: Rename dt overlay file names from dts to dtso by Michal Simek · 1 year, 2 months ago
  18. 10a25f2 arm64: zynqmp: Describe assigned-clocks for uarts by Michal Simek · 1 year, 2 months ago
  19. bca49e5 pinctrl: zynqmp: Display the tristate configuration for all pins by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  20. 0b9d992 pinctrl: Increase size of pinmux status buffer by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  21. 845172f net: zynq_gem: Update the MDC clock divisor in the probe function by Venkatesh Yadav Abbarapu · 1 year, 2 months ago
  22. 7d7472b Merge branch '2023-10-06-spl-prepare-for-universal-payload' by Tom Rini · 1 year, 2 months ago
  23. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 2 months ago
  24. 219d2d1 dm: core: Tweak device_is_on_pci_bus() for code size by Simon Glass · 1 year, 2 months ago
  25. dbf9a08 serial: Drop ns16550 serial_getinfo() in SPL by Simon Glass · 1 year, 2 months ago
  26. 38da4f9 spl: Add C-based runtime detection of SPL by Simon Glass · 1 year, 2 months ago
  27. b3c2aa5 command: Include a required header in command.h by Simon Glass · 1 year, 2 months ago
  28. d2c642c bloblist: Add missing name by Simon Glass · 1 year, 2 months ago
  29. a28f39c bloblist: Support initing from multiple places by Simon Glass · 1 year, 2 months ago
  30. 9f076ea sandbox: Move the bloblist down a little in memory by Simon Glass · 1 year, 2 months ago
  31. 27191f1 sandbox: Only read the state if we have a state file by Simon Glass · 1 year, 2 months ago
  32. 6f52b38 sandbox: Init the EC properly even if no state file is available by Simon Glass · 1 year, 2 months ago
  33. 22c793a sandbox: Move reading the RAM buffer into a better place by Simon Glass · 1 year, 2 months ago
  34. 310487d dm: core: Add tests for oftree_path() by Simon Glass · 1 year, 2 months ago
  35. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 2 months ago
  36. 86ef399 dm: core: Support writing a boolean by Simon Glass · 1 year, 2 months ago
  37. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 2 months ago
  38. 4544877 dm: core: Add a way to delete a node by Simon Glass · 1 year, 2 months ago
  39. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · 1 year, 2 months ago
  40. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 2 months ago
  41. 75b8a87 dm: core: Tidy up comments in the ofnode tests by Simon Glass · 1 year, 2 months ago
  42. db6d872 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · 1 year, 2 months ago
  43. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 2 months ago
  44. c4b1450 spl: Move bloblist writing until the image is known by Simon Glass · 1 year, 2 months ago
  45. dff9043 spl: Use the correct FIT_..._PROP constants by Simon Glass · 1 year, 2 months ago
  46. c0bd55e spl: Move the full FIT code to spl_fit.c by Simon Glass · 1 year, 2 months ago
  47. 205ff7b spl: Rename spl_load_fit_image() to load_simple_fit() by Simon Glass · 1 year, 2 months ago
  48. b4c22cf spl: Remove #ifdefs with BOOTSTAGE by Simon Glass · 1 year, 2 months ago
  49. e8804d7 spl: Avoid an #ifdef when printing gd->malloc_ptr by Simon Glass · 1 year, 2 months ago
  50. fba1087 dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · 1 year, 2 months ago
  51. c1aae9b doc: Clean up SYS_MALLOC_SIMPLE by Simon Glass · 1 year, 2 months ago
  52. 785dd71 Tidy up uses of CONFIG_SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
  53. adad2d0 spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN by Simon Glass · 1 year, 2 months ago
  54. 509d6c5 tpl: Enable CONFIG_TPL_SYS_MALLOC_F where needed by Simon Glass · 1 year, 2 months ago
  55. b59037b spl: Enable CONFIG_SPL_SYS_MALLOC_F where needed by Simon Glass · 1 year, 2 months ago
  56. 2f7409a spl: Create proper symbols for enabling the malloc() pool by Simon Glass · 1 year, 2 months ago
  57. f2f014a serial: Drop mention of SPL/TPL_SYS_MALLOC_F by Simon Glass · 1 year, 2 months ago
  58. 35c84e5 spl: Drop the switch() statement for OS selection by Simon Glass · 1 year, 2 months ago
  59. ad67972 spl: Avoid #ifdef with CONFIG_SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
  60. e49743f spl: Drop #ifdefs for BOARD_INIT and watchdog by Simon Glass · 1 year, 2 months ago
  61. 99bb534 spl: mx6: powerpc: Drop the condition on timer_init() by Simon Glass · 1 year, 2 months ago
  62. 0686b0c spl: Avoid #ifdef with CONFIG_SPL_SYS_MALLOC by Simon Glass · 1 year, 2 months ago
  63. 259cdb4 spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR by Simon Glass · 1 year, 2 months ago
  64. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · 1 year, 2 months ago
  65. a3e88ef Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 1 year, 2 months ago
  66. 699e3f4 Merge branch '2023-10-04-TI-dts-updates' by Tom Rini · 1 year, 2 months ago
  67. 0320212 Merge tag 'dm-pull-4oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 2 months ago
  68. cf5bc69 arm: dts: k3-j721e: Sync with v6.6-rc1 by Neha Malcom Francis · 1 year, 2 months ago
  69. be557e9 arm: dts: k3-j721e-r5: Clean up inclusion hierarchy by Neha Malcom Francis · 1 year, 2 months ago
  70. 00b67ca configs: j721e: Remove HBMC_AM654 config by Neha Malcom Francis · 1 year, 2 months ago
  71. c7dedd0 drivers: firmware: ti_sci: Get SCI revision only if TIFS/SYSFW is up by Neha Malcom Francis · 1 year, 2 months ago
  72. 0e15b1f arm: mach-k3: j721e_init: Move clk_k3 probe before loading TIFS by Neha Malcom Francis · 1 year, 2 months ago
  73. cadb8e4 arm: mach-k3: j721e: dev-data: Add mcu_timer0 ID by Neha Malcom Francis · 1 year, 2 months ago
  74. c45d4d0 arm: dts: k3-am625-beagleplay: Fix Boot by Nishanth Menon · 1 year, 2 months ago
  75. 301ebec arm: dts: k3-am625-sk: Mark dependent nodes for pre-relocation phase by Roger Quadros · 1 year, 2 months ago
  76. c579ff3 arm: dts: k3-am625-sk: Fix boot by Roger Quadros · 1 year, 2 months ago
  77. c9b17ae arm: dts: k3-am642-sk: Mark dependent nodes for pre-relocation phase by Roger Quadros · 1 year, 2 months ago
  78. e58cbb4 arm: dts: k3-am642-sk: Fix boot by Roger Quadros · 1 year, 2 months ago
  79. 12fdc4c arm: dts: k3-am64-evm: Mark dependent nodes for pre-relocation phase by Roger Quadros · 1 year, 2 months ago
  80. 3405e9c arm: dts: k3-am64-evm: Fix boot by Roger Quadros · 1 year, 2 months ago
  81. 844a48f qconfig: Update the documentation by Simon Glass · 1 year, 2 months ago
  82. 8a37203 qconfig: Rename the database file by Simon Glass · 1 year, 2 months ago
  83. bf0e11a moveconfig: Rename the tool to qconfig by Simon Glass · 1 year, 2 months ago
  84. 6570924 moveconfig: Move summaries to the end by Simon Glass · 1 year, 2 months ago
  85. 8d69a9e moveconfig: Drop the initial output by Simon Glass · 1 year, 2 months ago
  86. 2979043 moveconfig: Show a summary at the end by Simon Glass · 1 year, 2 months ago
  87. bef6736 moveconfig: Show failures in progress by Simon Glass · 1 year, 2 months ago
  88. 9b19110 moveconfig: Use u_boot_pylib for terminal colour by Simon Glass · 1 year, 2 months ago
  89. 99c28cd moveconfig: Avoid showing progress at the end by Simon Glass · 1 year, 2 months ago
  90. e24ac99 moveconfig: Reduce the amount of output by Simon Glass · 1 year, 2 months ago
  91. 4fd16e6 moveconfig: Only show output when there is a reason by Simon Glass · 1 year, 2 months ago
  92. e19a9cd moveconfig: Fix misc pylint warnings by Simon Glass · 1 year, 2 months ago
  93. 47f2289 moveconfig: Use an encoding with open() by Simon Glass · 1 year, 2 months ago
  94. d708cf7 moveconfig: Correct list-comprehension warnings by Simon Glass · 1 year, 2 months ago
  95. 67ee011 moveconfig: Correct use of members not declared in __init__() by Simon Glass · 1 year, 2 months ago
  96. 4f6725c moveconfig: Correct non-snake variables names by Simon Glass · 1 year, 2 months ago
  97. beb825d moveconfig: Correct unused variables by Simon Glass · 1 year, 2 months ago
  98. 96f8f31 moveconfig: Use f strings where possible by Simon Glass · 1 year, 2 months ago
  99. c89a296 moveconfig: Correct parameter-type warnings by Simon Glass · 1 year, 2 months ago
  100. 2deee26 moveconfig: Correct some regular-expression strings by Simon Glass · 1 year, 2 months ago