1. bb8bb30 efi_loader: CloseProtocol in tcg2_measure_gpt_data by Heinrich Schuchardt · 2 years ago
  2. fcdf531 efi_driver: fix efi_uc_stop() by Heinrich Schuchardt · 2 years ago
  3. 4d9668b efi_loader: don't export efi_remove_all_protocols by Heinrich Schuchardt · 2 years ago
  4. 2eeb7fe efi_loader: printf code in efi_disk_get_device_name() by Heinrich Schuchardt · 2 years ago
  5. 88991b9 doc: describe usage of virt-make-fs for testing by Heinrich Schuchardt · 2 years ago
  6. 627b0ba doc: add python3-filelock python3-pytest-xdist by Heinrich Schuchardt · 2 years ago
  7. c9704ce doc: man-page for cls by Heinrich Schuchardt · 2 years ago
  8. c6db606 cmd: CMD_CLS should not depend on video by Heinrich Schuchardt · 2 years ago
  9. 73e741b Merge tag 'u-boot-nand-20221009' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 2 years ago
  10. 7676811 mtd: Update the function name to 'rfree' by Fabio Estevam · 2 years ago
  11. 90cce05 mtd: mxs_nand: Support EDO mode for imx8mn architecture by Michael Trimarchi · 2 years, 2 months ago
  12. 6b7149a mtd: mxs_nand: get the clock with the right name by Dario Binacchi · 2 years, 1 month ago
  13. d5fb94e mtd: mxs_nand: don't get the gpmi_apbh_dma clock by Dario Binacchi · 2 years, 1 month ago
  14. 9f46b86 imx: gpmi: Add register needed to control nand bus timing by Michael Trimarchi · 2 years, 2 months ago
  15. 710c4ff clk: imx: clk-imx8mn add gpmi nand clocks by Michael Trimarchi · 2 years, 2 months ago
  16. d2e82ad clk: imx: gate2 support shared counter and relative clock functions by Michael Trimarchi · 2 years, 2 months ago
  17. c9dc8e7 dm: clk: add missing stub when CONFIG_CLK is deactivated by Dario Binacchi · 2 years, 1 month ago
  18. b6f9f98 mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to Kconfig by Roger Quadros · 2 years, 1 month ago
  19. 11ef7f0 Merge tag 'efi-2023-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  20. f571723 Merge branch '2022-10-07-riscv-toolchain-update' by Tom Rini · 2 years ago
  21. 5c3801d Merge branch '2022-10-06-assorted-platform-and-board-updates' by Tom Rini · 2 years ago
  22. 1dde977 riscv: Fix build against binutils 2.38 by Alexandre Ghiti · 2 years, 1 month ago
  23. 3672ed7 buildman: differentiate between riscv32, riscv64 by Heinrich Schuchardt · 2 years, 1 month ago
  24. e2ce13c docker: install riscv32 toolchain by Heinrich Schuchardt · 2 years, 1 month ago
  25. 2a62183 clk: nuvoton: Add support for NPCM845 by Jim Liu · 2 years, 1 month ago
  26. 9ca71c9 arm: nuvoton: Add support for Nuvoton NPCM845 BMC by Jim Liu · 2 years, 1 month ago
  27. d0fc818 net: ti: am65-cpsw-nuss: Enable MDIO manual mode by Ravi Gunasekaran · 2 years, 1 month ago
  28. 9ea30ea net: ti: cpsw-mdio: Add workaround for errata i2329 by Ravi Gunasekaran · 2 years, 1 month ago
  29. 742f302 dma: ti: k3-udma: Fix 'SZ_64K’ undeclared error by Dhruva Gole · 2 years, 1 month ago
  30. ae17910 armv8: cache_v8: Fix pgtables setup when MMU is already enabled by Pali Rohár · 2 years, 1 month ago
  31. 3c29c0f common/board_f: drop ifdefs around header includes by Ovidiu Panait · 2 years, 1 month ago
  32. d63fc99 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years, 1 month ago
  33. 85e68ae common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · 2 years, 1 month ago
  34. 181cbd4 common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 1 month ago
  35. a70c75c board: developerbox: move mem_map setup later by Jassi Brar · 2 years, 1 month ago
  36. 41b535c board: developerbox: use identity mapping for >4GB by Jassi Brar · 2 years, 1 month ago
  37. d100d3e gpio: ftgpio010: Add support for Faraday Technology FTGPIO010 by Sergei Antonov · 2 years, 1 month ago
  38. a75e835 cmd: replace efi_create_handle/add_protocol with InstallMultipleProtocol by Ilias Apalodimas · 2 years ago
  39. 05c4c9e efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years ago
  40. 1af680d MAINTAINERS: get rid of the optee variables entry by Ilias Apalodimas · 2 years ago
  41. f05911a efi_driver: move event registration to driver by Heinrich Schuchardt · 2 years ago
  42. 564e55c efi_selftest: rename event_notify by Heinrich Schuchardt · 2 years ago
  43. 8f8fe1d efi_driver: add init function to EFI block driver by Heinrich Schuchardt · 2 years ago
  44. ec4f675 efi_driver: provide driver binding protocol to bind function by Heinrich Schuchardt · 2 years, 1 month ago
  45. 939f204 efi_driver: reformat efi_block_device.c by Heinrich Schuchardt · 2 years, 1 month ago
  46. df31fed doc: documentation of EFI driver binding protocol by Heinrich Schuchardt · 2 years, 1 month ago
  47. a6d4f70 efi_driver: carve out function to create block device by Heinrich Schuchardt · 2 years, 1 month ago
  48. f3290be cmd: simplify command efidebug by Heinrich Schuchardt · 2 years, 1 month ago
  49. 8b16416 efi_driver: simplify efi_uc_stop(), call efi_free_pool() by Heinrich Schuchardt · 2 years, 1 month ago
  50. 43a5891 efi_driver: fix error handling by Heinrich Schuchardt · 2 years, 1 month ago
  51. 16b27b6 efi_loader: function to unlink udevice and handle by Heinrich Schuchardt · 2 years, 1 month ago
  52. 874490c test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 1 month ago
  53. 01caf28 efi_loader: efi_dp_part_node check dp_alloc return value by Heinrich Schuchardt · 2 years ago
  54. 80fadf4 cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · 2 years ago
  55. 57b2d30 cmd: simplify do_env_set_efi() by Heinrich Schuchardt · 2 years ago
  56. 39434a9 efi: Add string conversion helper by Paul Barker · 2 years ago
  57. 932f72d doc: typo 'it it' in doc/develop/package/index.rst by Heinrich Schuchardt · 2 years, 1 month ago
  58. 947d4f1 regmap: fix range checks by Heinrich Schuchardt · 2 years, 1 month ago
  59. 2afa989 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years ago
  60. 3bb0458 arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming by Pali Rohár · 2 years, 1 month ago
  61. 8092d1d arm: mvebu: Add support for specifying VHV_Enable GPIO by Pali Rohár · 2 years, 1 month ago
  62. 3b44b3f arm: mvebu: Add support for programming LD0 and LD1 eFuse by Pali Rohár · 2 years, 1 month ago
  63. 37bb396 timer: orion-timer: Only init timer once by Stefan Roese · 2 years, 1 month ago
  64. 2de00f3 arm: mvebu: Remove timer.c by Stefan Roese · 2 years, 1 month ago
  65. cbd0043 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · 2 years, 1 month ago
  66. 1ba0018 mtd: nand: pxa3xx: simplify ECC hardware parameters by Chris Packham · 2 years, 2 months ago
  67. 88383fd board/km: remove kirkwood boards by Holger Brunck · 2 years, 2 months ago
  68. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago
  69. 4debc57 Prepare v2022.10 by Tom Rini · 2 years, 1 month ago
  70. 0bd7811 imx8mn-ddr4-evk-u-boot: Fix broken boot by Fabio Estevam · 2 years, 1 month ago
  71. a2bf037 imx8mn-venice-u-boot: Fix broken boot by Fabio Estevam · 2 years, 1 month ago
  72. 6ee6e15 Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' into next by Tom Rini · 2 years, 1 month ago
  73. d3ccdc0 Merge tag 'efi-2022-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 1 month ago
  74. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 1 month ago
  75. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 1 month ago
  76. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 1 month ago
  77. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 1 month ago
  78. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 1 month ago
  79. 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 1 month ago
  80. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 1 month ago
  81. 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 1 month ago
  82. 41b65d6 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 1 month ago
  83. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  84. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 1 month ago
  85. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 1 month ago
  86. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 1 month ago
  87. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 1 month ago
  88. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  89. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 1 month ago
  90. 8d80592 efi_loader: fix efi_initrd_deregister() by Heinrich Schuchardt · 2 years, 1 month ago
  91. 0dfc4c8 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · 2 years, 1 month ago
  92. 0e21943 doc: improve description of autostart by Heinrich Schuchardt · 2 years, 1 month ago
  93. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  94. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 1 month ago
  95. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 1 month ago
  96. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  97. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  98. 1701359 dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 1 month ago
  99. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 1 month ago
  100. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 1 month ago