1. df31fed doc: documentation of EFI driver binding protocol by Heinrich Schuchardt · 2 years, 1 month ago
  2. a6d4f70 efi_driver: carve out function to create block device by Heinrich Schuchardt · 2 years, 1 month ago
  3. f3290be cmd: simplify command efidebug by Heinrich Schuchardt · 2 years, 1 month ago
  4. 8b16416 efi_driver: simplify efi_uc_stop(), call efi_free_pool() by Heinrich Schuchardt · 2 years, 1 month ago
  5. 43a5891 efi_driver: fix error handling by Heinrich Schuchardt · 2 years, 1 month ago
  6. 16b27b6 efi_loader: function to unlink udevice and handle by Heinrich Schuchardt · 2 years, 1 month ago
  7. 874490c test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · 2 years, 1 month ago
  8. 01caf28 efi_loader: efi_dp_part_node check dp_alloc return value by Heinrich Schuchardt · 2 years, 1 month ago
  9. 80fadf4 cmd: simplify do_efi_boot_add() by Heinrich Schuchardt · 2 years, 1 month ago
  10. 57b2d30 cmd: simplify do_env_set_efi() by Heinrich Schuchardt · 2 years, 1 month ago
  11. 39434a9 efi: Add string conversion helper by Paul Barker · 2 years, 1 month ago
  12. 932f72d doc: typo 'it it' in doc/develop/package/index.rst by Heinrich Schuchardt · 2 years, 1 month ago
  13. 947d4f1 regmap: fix range checks by Heinrich Schuchardt · 2 years, 1 month ago
  14. 2afa989 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 1 month ago
  15. 3bb0458 arm: mvebu: turris_omnia: Specify VHV gpio for eFUSE programming by Pali Rohár · 2 years, 2 months ago
  16. 8092d1d arm: mvebu: Add support for specifying VHV_Enable GPIO by Pali Rohár · 2 years, 2 months ago
  17. 3b44b3f arm: mvebu: Add support for programming LD0 and LD1 eFuse by Pali Rohár · 2 years, 2 months ago
  18. 37bb396 timer: orion-timer: Only init timer once by Stefan Roese · 2 years, 2 months ago
  19. 2de00f3 arm: mvebu: Remove timer.c by Stefan Roese · 2 years, 2 months ago
  20. cbd0043 tools: kwbimage: Verify maximal kwbimage header size by Pali Rohár · 2 years, 2 months ago
  21. 1ba0018 mtd: nand: pxa3xx: simplify ECC hardware parameters by Chris Packham · 2 years, 3 months ago
  22. 88383fd board/km: remove kirkwood boards by Holger Brunck · 2 years, 3 months ago
  23. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago
  24. 4debc57 Prepare v2022.10 by Tom Rini · 2 years, 1 month ago
  25. 0bd7811 imx8mn-ddr4-evk-u-boot: Fix broken boot by Fabio Estevam · 2 years, 1 month ago
  26. a2bf037 imx8mn-venice-u-boot: Fix broken boot by Fabio Estevam · 2 years, 1 month ago
  27. 6ee6e15 Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' into next by Tom Rini · 2 years, 1 month ago
  28. 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
  29. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 2 months ago
  30. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 2 months ago
  31. 0d63213 vbe: Allow test to run with live/flat tree by Simon Glass · 2 years, 2 months ago
  32. 47a677c dm: core: Expand ofnode tests by Simon Glass · 2 years, 2 months ago
  33. 88a1ae8 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 2 months ago
  34. 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 2 months ago
  35. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 2 months ago
  36. 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 2 months ago
  37. 41b65d6 dm: core: Add definitions for multiple ofnode trees by Simon Glass · 2 years, 2 months ago
  38. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 2 months ago
  39. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 2 months ago
  40. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 2 months ago
  41. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 2 months ago
  42. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 2 months ago
  43. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 2 months ago
  44. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 2 months ago
  45. 8d80592 efi_loader: fix efi_initrd_deregister() by Heinrich Schuchardt · 2 years, 1 month ago
  46. 0dfc4c8 efi_selftest: prefix test functions with efi_st_ by Heinrich Schuchardt · 2 years, 2 months ago
  47. 0e21943 doc: improve description of autostart by Heinrich Schuchardt · 2 years, 2 months ago
  48. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
  49. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 2 months ago
  50. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 2 months ago
  51. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 2 months ago
  52. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 2 months ago
  53. 1701359 dm: core: Reduce code size with dev_of_offset() by Simon Glass · 2 years, 2 months ago
  54. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 2 months ago
  55. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 2 months ago
  56. 9859d89 sandbox: Support loading the other FDT by Simon Glass · 2 years, 2 months ago
  57. 73c5cb9 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 2 months ago
  58. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 2 months ago
  59. eb6e903 test: Detect a change in the device tree by Simon Glass · 2 years, 2 months ago
  60. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 2 months ago
  61. 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 2 months ago
  62. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 2 months ago
  63. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 2 months ago
  64. 5ecba3b dm: core: Document the livetree structures properly by Simon Glass · 2 years, 2 months ago
  65. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 2 months ago
  66. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 2 months ago
  67. b215b60 event: Pass the images to EVT_FT_FIXUP by Simon Glass · 2 years, 2 months ago
  68. 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 2 months ago
  69. b5001cb event: Allow multiple spy declarations for each event by Simon Glass · 2 years, 2 months ago
  70. f39e5b8 event: Fix a typo in the EVENT help by Simon Glass · 2 years, 2 months ago
  71. 96d0c45 sandbox: power: Update PMIC driver to use log by Simon Glass · 2 years, 2 months ago
  72. b7f134e log: update the comment for log_msg_ret() by Simon Glass · 2 years, 2 months ago
  73. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 2 months ago
  74. da79b2f treewide: Drop image_info_t typedef by Simon Glass · 2 years, 2 months ago
  75. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 2 months ago
  76. c56b2bb image: Fix BOOTM_STATE values by Simon Glass · 2 years, 2 months ago
  77. 97c0a9c Merge branch '2022-09-29-assorted-fixes' by Tom Rini · 2 years, 1 month ago
  78. 76f921e board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only by Pierre-Clément Tosi · 2 years, 2 months ago
  79. d21bbb9 pci: Remove duplicate PCI_REGION_IO / "io" line by Pali Rohár · 2 years, 2 months ago
  80. 316590d tools: env: Fix missing closedir in ubi_get_volnum_by_name by Miaoqian Lin · 2 years, 2 months ago
  81. d2ab2a2 board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style data by Nishanth Menon · 2 years, 2 months ago
  82. c47bb10 vexpress64: also consider DTB pointer in x1 by Andre Przywara · 2 years, 2 months ago
  83. 34d5fea fs: btrfs: remove the usage of undeclared fs_mutex variable by Pankaj Raghav · 2 years, 1 month ago
  84. dc1c02c configs: rockchip: Drop TPL_MAX_SIZE definition by Michael Trimarchi · 2 years, 2 months ago
  85. d779fc3 Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 2 months ago
  86. 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, 2 months ago
  87. c11cedc autoboot: make sure watchdog device(s) are handled with keyed autoboot by Rasmus Villemoes · 2 years, 2 months ago
  88. c5f5ee3 watchdog: max6370: use __udelay() to avoid recursion by Pali Rohár · 2 years, 2 months ago
  89. 51443c9 watchdog: gpio_wdt: use __udelay() to avoid recursion by Rasmus Villemoes · 2 years, 2 months ago
  90. 762d410 configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board by Patrice Chotard · 2 years, 2 months ago
  91. 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, 2 months ago
  92. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
  93. 2b5dee9 configs: stm32f746-disco: Remove CONFIG_SYS_UBOOT_START flag by Patrice Chotard · 2 years, 2 months ago
  94. 3cc471d configs: stm32f769-disco: Fix internal flash size by Patrice Chotard · 2 years, 2 months ago
  95. ab5c4e5 configs: stm32746g-eval: Fix CONFIG_SYS_SPL_ARGS_ADDR by Patrice Chotard · 2 years, 2 months ago
  96. 4b2bcca configs: stm32f746-disco: Fix CONFIG_SYS_SPL_ARGS_ADDR by Patrice Chotard · 2 years, 2 months ago
  97. 4f174e6 configs: stm32746g-eval: Fix SPL boot by Patrice Chotard · 2 years, 2 months ago
  98. c8b577c configs: stm32f769-disco: Fix SPL boot by Patrice Chotard · 2 years, 2 months ago
  99. 6ee6473 configs: stm32f746-disco: Fix SPL boot by Patrice Chotard · 2 years, 2 months ago
  100. 9f603e2 ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards by Patrice Chotard · 2 years, 2 months ago