1. 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 4 months ago
  2. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 4 months ago
  3. 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 4 months ago
  4. 41b65d6 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 4 months ago
  5. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 4 months ago
  6. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 4 months ago
  7. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 4 months ago
  8. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 4 months ago
  9. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 4 months ago
  10. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 4 months ago
  11. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 4 months ago
  12. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 4 months ago
  13. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 4 months ago
  14. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 4 months ago
  15. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 4 months ago
  16. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 4 months ago
  17. 1701359 dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 4 months ago
  18. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 4 months ago
  19. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 4 months ago
  20. 9859d89 sandbox: Support loading the other FDT by Simon Glass · 2 years, 4 months ago
  21. 73c5cb9 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 4 months ago
  22. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 4 months ago
  23. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 4 months ago
  24. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 4 months ago
  25. 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 4 months ago
  26. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 4 months ago
  27. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 4 months ago
  28. 5ecba3b dm: core: Document the livetree structures properly by Simon Glass · 2 years, 4 months ago
  29. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 4 months ago
  30. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 4 months ago
  31. b215b60 event: Pass the images to EVT_FT_FIXUP by Simon Glass · 2 years, 4 months ago
  32. 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 4 months ago
  33. b5001cb event: Allow multiple spy declarations for each event by Simon Glass · 2 years, 4 months ago
  34. f39e5b8 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 4 months ago
  35. 96d0c45 sandbox: power: Update PMIC driver to use log by Simon Glass · 2 years, 4 months ago
  36. b7f134e log: update the comment for log_msg_ret() by Simon Glass · 2 years, 4 months ago
  37. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 4 months ago
  38. da79b2f treewide: Drop image_info_t typedef by Simon Glass · 2 years, 4 months ago
  39. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 4 months ago
  40. c56b2bb image: Fix BOOTM_STATE values by Simon Glass · 2 years, 4 months ago
  41. 01c88e3 Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 4 months ago
  42. 762d410 configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board by Patrice Chotard · 2 years, 4 months ago
  43. 55ccdee Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 4 months ago
  44. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 4 months ago
  45. 2b5dee9 configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag by Patrice Chotard · 2 years, 4 months ago
  46. 3cc471d configs: stm32f769-disco: Fix internal flash size by Patrice Chotard · 2 years, 4 months ago
  47. ab5c4e5 configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR by Patrice Chotard · 2 years, 4 months ago
  48. 4b2bcca configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR by Patrice Chotard · 2 years, 4 months ago
  49. 4f174e6 configs: stm32746g-eval: Fix SPL boot by Patrice Chotard · 2 years, 4 months ago
  50. c8b577c configs: stm32f769-disco: Fix SPL boot by Patrice Chotard · 2 years, 4 months ago
  51. 6ee6473 configs: stm32f746-disco: Fix SPL boot by Patrice Chotard · 2 years, 4 months ago
  52. 9f603e2 ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards by Patrice Chotard · 2 years, 4 months ago
  53. f2641f0 arm64: versal-net: Add support for mini configuration by Michal Simek · 2 years, 4 months ago
  54. ce40cbd arm64: versal-net: Add defconfig for Versal NET by Michal Simek · 2 years, 4 months ago
  55. a41c339 reset: zynqmp: Enable reset driver for Versal NET by Jay Buddhabhatti · 2 years, 4 months ago
  56. b6b2ad1 mailbox: zynqmp: Enable ipi mailbox driver for Versal NET by Jay Buddhabhatti · 2 years, 4 months ago
  57. 2a00cef firmware: zynqmp: Add Versal NET compatible string by Jay Buddhabhatti · 2 years, 4 months ago
  58. ff33227 clk: versal: Enable clock driver for Versal NET by Jay Buddhabhatti · 2 years, 4 months ago
  59. 2389647 spi: zynqmp_gqspi: Add support for Versal NET by Michal Simek · 2 years, 4 months ago
  60. 1e68144 spi: cadence_qspi: Add support for Versal NET platform by Michal Simek · 2 years, 4 months ago
  61. f6aebdf arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years, 4 months ago
  62. 3c1ec13 riscv: ae350: Disable AVAILABLE_HARTS by Rick Chen · 2 years, 4 months ago
  63. e0465f8 riscv: Introduce AVAILABLE_HARTS by Rick Chen · 2 years, 4 months ago
  64. c2bdf02 spl: introduce SPL_XIP to config by Nikita Shubin · 2 years, 4 months ago
  65. 9114b7c Merge tag 'dm-next-25sep22' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 4 months ago
  66. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 4 months ago
  67. 46df024 sandbox: Convert to use driver model for SCSI by Simon Glass · 2 years, 4 months ago
  68. 02cea11 sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · 2 years, 4 months ago
  69. 5eff9d9 sandbox: Enable SCSI for all builds by Simon Glass · 2 years, 4 months ago
  70. 1ac4290 sandbox: scsi: Move structs to header file by Simon Glass · 2 years, 4 months ago
  71. e074df4 sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · 2 years, 4 months ago
  72. f75b6f7 sandbox: scsi: Move reply setup out of helper by Simon Glass · 2 years, 4 months ago
  73. f148ad1 sandbox: scsi: Move file size into shared struct by Simon Glass · 2 years, 4 months ago
  74. a3718f1 sandbox: scsi: Move block size into shared struct by Simon Glass · 2 years, 4 months ago
  75. 0c12d9d scsi: Move vendor/product info into the shared struct by Simon Glass · 2 years, 4 months ago
  76. fc7a7ed sandbox: Move buffer to scsi_emul_info by Simon Glass · 2 years, 4 months ago
  77. 1377d44 scsi: Move core emulation state into a new struct by Simon Glass · 2 years, 4 months ago
  78. 0e0b9e9 scsi: Move cmd_phase enum to the header by Simon Glass · 2 years, 4 months ago
  79. 8bae797 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · 2 years, 4 months ago
  80. a966fa9 scsi: Tidy up comments for struct scsi_cmd by Simon Glass · 2 years, 4 months ago
  81. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 4 months ago
  82. a2a9317 sandbox: unblock signal before calling execv() by Heinrich Schuchardt · 2 years, 4 months ago
  83. 81da504 Merge branch '2022-09-24-add-console-flush' into next by Tom Rini · 2 years, 4 months ago
  84. efc3f95 boot: Call flush() before booting by Pali Rohár · 2 years, 4 months ago
  85. 989cc40 serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 4 months ago
  86. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 4 months ago
  87. 016e2be serial: Implement flush callback by Pali Rohár · 2 years, 4 months ago
  88. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 4 months ago
  89. 7df5b35 sandbox: Add function os_flush() by Pali Rohár · 2 years, 4 months ago
  90. ca0f827 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · 2 years, 4 months ago
  91. 694e900 Merge branch '2022-09-23-4gb-ddr-in-32bit-ppc' into next by Tom Rini · 2 years, 4 months ago
  92. 236f739 board_f: show_dram_config: Print also real DRAM size by Pali Rohár · 2 years, 4 months ago
  93. d179018 display_options: print_size: Fix order overflow by Pali Rohár · 2 years, 4 months ago
  94. 6f915a5 powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds by Pali Rohár · 2 years, 4 months ago
  95. eec715e powerpc/mpc85xx: Explain TLB unmapped memory message by Pali Rohár · 2 years, 4 months ago
  96. a86e294 ddr: fsl: Fix re-align of verbose DRAM information for non-SPL builds by Pali Rohár · 2 years, 4 months ago
  97. 2721997 ddr: fsl: Allow to detect 4 GB DDR modules in 32-bit mode by Pali Rohár · 2 years, 4 months ago
  98. 922460b ddr: fsl: Fix fsl_ddr_sdram_size() for 4GB modules with 32-bit phys_size_t by Pali Rohár · 2 years, 4 months ago
  99. cf4eba4 ddr: fsl: Fix checking for maximal mappable memory by Pali Rohár · 2 years, 4 months ago
  100. d92aee5 board_f: Fix printing gd->ram_size and gd->ram_top by Pali Rohár · 2 years, 4 months ago