1. df31fed doc: documentation of EFI driver binding protocol by Heinrich Schuchardt · 2 years, 1 month ago
  2. 43a5891 efi_driver: fix error handling by Heinrich Schuchardt · 2 years, 1 month ago
  3. 16b27b6 efi_loader: function to unlink udevice and handle by Heinrich Schuchardt · 2 years, 1 month ago
  4. 39434a9 efi: Add string conversion helper by Paul Barker · 2 years, 1 month ago
  5. 88383fd board/km: remove kirkwood boards by Holger Brunck · 2 years, 2 months ago
  6. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 1 month ago WIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnode
  7. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 1 month ago
  8. 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 1 month ago
  9. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 1 month ago
  10. 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 1 month ago
  11. 41b65d6 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 1 month ago
  12. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  13. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 1 month ago
  14. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 1 month ago
  15. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 1 month ago
  16. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 1 month ago
  17. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  18. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 1 month ago
  19. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  20. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 1 month ago
  21. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 1 month ago
  22. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  23. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  24. 1701359 dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 1 month ago
  25. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 1 month ago
  26. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 1 month ago
  27. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 1 month ago
  28. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 1 month ago
  29. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 1 month ago
  30. 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 1 month ago
  31. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 1 month ago
  32. 5ecba3b dm: core: Document the livetree structures properly by Simon Glass · 2 years, 1 month ago
  33. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  34. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 1 month ago
  35. b215b60 event: Pass the images to EVT_FT_FIXUP by Simon Glass · 2 years, 1 month ago
  36. 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 1 month ago
  37. b5001cb event: Allow multiple spy declarations for each event by Simon Glass · 2 years, 1 month ago
  38. b7f134e log: update the comment for log_msg_ret() by Simon Glass · 2 years, 1 month ago
  39. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  40. da79b2f treewide: Drop image_info_t typedef by Simon Glass · 2 years, 1 month ago
  41. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  42. c56b2bb image: Fix BOOTM_STATE values by Simon Glass · 2 years, 1 month ago
  43. 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, 1 month ago
  44. 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, 1 month ago WIP/26Sep2022-next
  45. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 1 month ago
  46. 2b5dee9 configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag by Patrice Chotard · 2 years, 1 month ago
  47. f2641f0 arm64: versal-net: Add support for mini configuration by Michal Simek · 2 years, 1 month ago
  48. ce40cbd arm64: versal-net: Add defconfig for Versal NET by Michal Simek · 2 years, 1 month ago
  49. f6aebdf arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years, 1 month ago
  50. 02cea11 sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · 2 years, 1 month ago
  51. 1ac4290 sandbox: scsi: Move structs to header file by Simon Glass · 2 years, 1 month ago
  52. f148ad1 sandbox: scsi: Move file size into shared struct by Simon Glass · 2 years, 1 month ago
  53. a3718f1 sandbox: scsi: Move block size into shared struct by Simon Glass · 2 years, 1 month ago
  54. 0c12d9d scsi: Move vendor/product info into the shared struct by Simon Glass · 2 years, 1 month ago
  55. fc7a7ed sandbox: Move buffer to scsi_emul_info by Simon Glass · 2 years, 1 month ago
  56. 1377d44 scsi: Move core emulation state into a new struct by Simon Glass · 2 years, 1 month ago
  57. 0e0b9e9 scsi: Move cmd_phase enum to the header by Simon Glass · 2 years, 1 month ago
  58. a966fa9 scsi: Tidy up comments for struct scsi_cmd by Simon Glass · 2 years, 1 month ago
  59. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 1 month ago
  60. 78b5243 serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 2 months ago
  61. 974f483 console: Implement flush() function by Pali Rohár · 2 years, 2 months ago
  62. 7df5b35 sandbox: Add function os_flush() by Pali Rohár · 2 years, 2 months ago
  63. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 1 month ago
  64. 40746bf clk: mediatek: add clock driver support for MediaTek MT7981 SoC by Weijie Gao · 2 years, 1 month ago
  65. 37d5a9a clk: mediatek: add clock driver support for MediaTek MT7986 SoC by Weijie Gao · 2 years, 1 month ago
  66. 14c81eb dt-bindings: pinctrl: mediatek: add a header for common pinconf parameters by Weijie Gao · 2 years, 1 month ago
  67. e053ccf board: mediatek: add MT7981 reference boards by Weijie Gao · 2 years, 1 month ago
  68. 389ba69 board: mediatek: add MT7986 reference boards by Weijie Gao · 2 years, 1 month ago
  69. 86d5a06 configs: stm32mp1: cleanup config file by Patrick Delaunay · 2 years, 1 month ago
  70. 0fb7fd8 xilinx: versal: Remove unused comments from xilinx_versal.h by Michal Simek · 2 years, 1 month ago
  71. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  72. c34edb8 usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 2 months ago
  73. cc74cab bsh: imx6ulz_smm_m2: Add imx6ulz BSH SMM M2 boards by Michael Trimarchi · 2 years, 1 month ago
  74. 466a9ea board: purism: add the Purism Librem5 phone by Angus Ainslie · 2 years, 2 months ago
  75. bbe0089 verdin-imx8mm: verdin-imx8mp: update env memory layout by Marcel Ziswiler · 2 years, 2 months ago
  76. 7b90229 ARM: imx: dh-imx6: Increase SF erase area for u-boot update by Marek Vasut · 2 years, 2 months ago
  77. f7aad71 ARM: imxrt1170_defconfig: Add i.MXRT1170 defconfig by Jesse Taube · 2 years, 3 months ago
  78. 7d9c6f1 RAM: Add changes for i.MXRT11xx series by Jesse Taube · 2 years, 3 months ago
  79. 3d579c1 dt-bindings: imx: Add clock binding for i.MXRT1170 by Jesse Taube · 2 years, 3 months ago
  80. 8695fbb watchdog: Further cleanup by Stefan Roese · 2 years, 2 months ago
  81. 942d07d watchdog: Remove WATCHDOG_RESET macro by Stefan Roese · 2 years, 2 months ago
  82. ff3fdfe watchdog: Get rid of ASSEMBLY hacks by Stefan Roese · 2 years, 2 months ago
  83. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  84. 881d410 cyclic: Introduce schedule() function by Stefan Roese · 2 years, 2 months ago
  85. ec8bdc9 blk: Drop if_type by Simon Glass · 2 years, 2 months ago WIP/2022-09-16-rationalize-the-block-interface
  86. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  87. 1dbe71f blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 2 months ago
  88. f512388 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 2 months ago
  89. 1c2e255 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 2 months ago
  90. 7f8967c blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 2 months ago
  91. a51eb8d blk: Use a function for whether block devices are available by Simon Glass · 2 years, 2 months ago
  92. c79c0b4 brppt1: Update environment to support new boot concept by Bernhard Messerklinger · 2 years, 2 months ago
  93. 0daeadb include: configs: brppt1: Fix commit 0ea4fc4dcf90 by Bernhard Messerklinger · 2 years, 2 months ago
  94. 6dfc1f4 brppt1: Remove unused board variants by Bernhard Messerklinger · 2 years, 2 months ago
  95. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 2 months ago
  96. 94ccfb7 drivers: tee: optee: discover OP-TEE services by Etienne Carriere · 2 years, 3 months ago
  97. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 4 months ago
  98. 1520af3 Merge tag 'efi-next-2022-09-14' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 2 years, 1 month ago WIP/14Sep2022-next
  99. 9c2e912 image: Drop some other #ifdefs in image-board.c by Simon Glass · 2 years, 2 months ago
  100. c416f1c bootmenu: add removable media entries by Masahisa Kojima · 2 years, 1 month ago