1. 5ebb527 doc: add include/dm/fdtaddr.h to the HTML documentation by Patrick Delaunay · 3 years ago
  2. be74f71 doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 3 years ago
  3. 6de6a61 doc: add include/dm/read.h to the HTML documentation by Patrick Delaunay · 3 years ago
  4. 494bc8e doc: add include/dm/devres.h to the HTML documentation by Patrick Delaunay · 3 years ago
  5. 9fb1c77 doc: add include/dm/device.h to the HTML documentation by Patrick Delaunay · 3 years ago
  6. ca4ca43 doc: add include/dm/platdata.h to the HTML documentation by Patrick Delaunay · 3 years ago
  7. cbb14ac doc: add include/dm/lists.h to the HTML documentation by Patrick Delaunay · 3 years ago
  8. 0cdd7de doc: add include/dm/root.h to the HTML documentation by Patrick Delaunay · 3 years ago
  9. 797b2a2 doc: add include/dm/uclass.h to the HTML documentation by Patrick Delaunay · 3 years ago
  10. 1dcbcc7 arm: mvebu: Replace hardcoded values 0x0030/0x4030 by proper calculation by Pali Rohár · 3 years ago
  11. 5435f6e arm: mvebu: db-88f6720: Fix CONFIG_SPL_TEXT_BASE and remove wrong memory layout by Pali Rohár · 3 years ago
  12. 6c9e3d1 bloblist: Relicense to allow BSD-3-Clause by Simon Glass · 3 years ago
  13. 20a1493 bloblist: doc: Bring in the API documentation by Simon Glass · 3 years ago
  14. e50a24a bloblist: Add functions to obtain base address and size by Simon Glass · 3 years ago
  15. 99047f5 bloblist: Refactor Kconfig to support alloc or fixed by Simon Glass · 3 years ago
  16. f16ec77 bloblist: Use explicit numbering for the tags by Simon Glass · 3 years ago
  17. f9abc1c bloblist: Drop unused tags by Simon Glass · 3 years ago
  18. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 3 years ago
  19. ff3bd49 bloblist: Put the magic number first by Simon Glass · 3 years ago
  20. f350f67 fdt: Drop SPL_BUILD macro by Simon Glass · 3 years ago
  21. 78aac05 stddef: Avoid warning with clang with offsetof() by Simon Glass · 3 years ago
  22. 880dbc5 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · 3 years ago
  23. f146bd9 pci: msc01: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years, 2 months ago
  24. 2b29d79 pci: gt64120: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 3 years, 2 months ago
  25. 2a8d402 pci: Add standard PCI Config Address macros by Pali Rohár · 3 years, 2 months ago
  26. a15b2e6 mmc: unconditionally define mmc_deinit() by Heinrich Schuchardt · 3 years, 1 month ago
  27. 4f01db8 mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED() by Sean Anderson · 3 years, 2 months ago
  28. 2fd7d1f mmc: fsl_esdhc_imx: fix voltage validation by Sean Anderson · 3 years, 2 months ago
  29. fe04d88 Merge branch 'next' by Tom Rini · 3 years ago
  30. 0dadad6 Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 3 years ago
  31. 353aa7b udoo: Adjust the SD card device numbering by Fabio Estevam · 3 years, 1 month ago
  32. 87c34fe udoo_neo: Enable support for USB and storage by Peter Robinson · 3 years, 1 month ago
  33. 2bbe1ba udoo_neo: Fixes for booting from the mSD card by Peter Robinson · 3 years, 1 month ago
  34. 425f06f configs: prepare khadas-vim3{l}_ab_android for AOSP support by Mattijs Korpershoek · 3 years, 2 months ago
  35. f89b90d configs: add khadas-vim3{l}_android for AOSP support by Mattijs Korpershoek · 3 years, 2 months ago
  36. 4eff742 configs: meson64_android: add board specific env settings by Mattijs Korpershoek · 3 years, 2 months ago
  37. 3bbd6c0 arm: apple: Remove CONFIG_SYS_SDRAM_BASE by Mark Kettenis · 3 years, 2 months ago
  38. 439581d vexpress64: Enable VIRTIO_NET network driver by Peter Hoyes · 3 years, 2 months ago
  39. 90f262a vexpress64: Clean up BASE_FVP boot configuration by Peter Hoyes · 3 years, 2 months ago
  40. 17fe55f vexpress64: Refactor header file to make it easier to add new FVPs by Peter Hoyes · 3 years, 2 months ago
  41. cc4dcd4 board: stemmy: Increase boot image to 64 MB by Linus Walleij · 3 years, 2 months ago
  42. 5fec3c8 Merge tag 'efi-next' of https://source.denx.de/u-boot/custodians/u-boot-efi into next by Tom Rini · 3 years, 1 month ago
  43. 13bfaab efi: Allow easy selection of serial-only operation by Simon Glass · 3 years, 1 month ago
  44. cf37603 efi: Mention that efi_info_get() is only used in the stub by Simon Glass · 3 years, 1 month ago
  45. 2a1cf03 efi: Share struct efi_priv between the app and stub code by Simon Glass · 3 years, 1 month ago
  46. 9079486 efi: Fix ll_boot_init() operation with the app by Simon Glass · 3 years, 1 month ago
  47. efd35c7 efi: Add comments to struct efi_priv by Simon Glass · 3 years, 1 month ago
  48. bf5236f3b efi: Drop device_path from struct efi_priv by Simon Glass · 3 years, 1 month ago
  49. 613cd0c efi: Locate all block devices in the app by Simon Glass · 3 years, 1 month ago
  50. 2707610 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · 3 years, 1 month ago
  51. 40e5b53 efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · 3 years, 1 month ago
  52. 87a9aa6 Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 3 years, 1 month ago
  53. 880f3ee Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 1 month ago
  54. 968c621 Convert CONFIG_JFFS2_DEV et al to Kconfig by Tom Rini · 3 years, 1 month ago
  55. b2d1c82 Convert CONFIG_KIRKWOOD_GPIO to Kconfig by Tom Rini · 3 years, 1 month ago
  56. 440c00d Convert CONFIG_SYS_KWD_CONFIG to Kconfig by Tom Rini · 3 years, 1 month ago
  57. f98b3be Convert CONFIG_88F5182 et al to Kconfig by Tom Rini · 3 years, 1 month ago
  58. e7b7c67 Convert CONFIG_CPU_FREQ_HZ to Kconfig by Tom Rini · 3 years, 1 month ago
  59. 855e76b Convert CONFIG_CPU_SH7751 to Kconfig by Tom Rini · 3 years, 1 month ago
  60. 3aca2b6 Convert CONFIG_CPU_PXA27X to Kconfig by Tom Rini · 3 years, 1 month ago
  61. 6328f95 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · 3 years, 1 month ago
  62. 7e11f95 Convert CONFIG_SYS_I2C_EEPROM_ADDR_LEN to Kconfig by Tom Rini · 3 years, 1 month ago
  63. 3569ac7 ppc: mpc83xx: Remove unused CONFIG symbols by Tom Rini · 3 years, 1 month ago
  64. 86e4c4f Convert CONFIG_83XX_PCICLK to Kconfig by Tom Rini · 3 years, 1 month ago
  65. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years, 1 month ago
  66. e4c3ce7 CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk() by Tom Rini · 3 years, 1 month ago
  67. 2196a4a arm: s5pc1xx: Move CONFIG_SYS_CLK_FREQ_C1x0 out of CONFIG namespace by Tom Rini · 3 years, 1 month ago
  68. ba1ed5b Convert CONFIG_ARCH_MAP_SYSMEM to Kconfig by Tom Rini · 3 years, 1 month ago
  69. 9ec4df3 Convert CONFIG_SYS_NAND_U_BOOT_OFFS to Kconfig by Tom Rini · 3 years, 1 month ago
  70. 1b46518 Convert CONFIG_TPL_TEXT_BASE to Kconfig by Tom Rini · 3 years, 1 month ago
  71. ed35de6 Convert CONFIG_ZYNQMP_PSU_INIT_ENABLED to Kconfig by Tom Rini · 3 years, 1 month ago
  72. 068c41f Finish conversion CONFIG_SYS_NAND_SELF_INIT to Kconfig by Tom Rini · 3 years, 1 month ago
  73. bfb5387 Convert CONFIG_TEGRA_NAND to Kconfig by Tom Rini · 3 years, 1 month ago
  74. ada261f Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · 3 years, 1 month ago
  75. 6880b33 warp7, pic32mzdask: Remove SYS_FDT_ADDR/SYS_ENV_ADDR from CONFIG namespace by Tom Rini · 3 years, 1 month ago
  76. 7856cd5 Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · 3 years, 1 month ago
  77. d06e4b7 Finish CONFIG_VID et al conversion to Kconfig by Tom Rini · 3 years, 1 month ago
  78. be7dbb6 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · 3 years, 1 month ago
  79. ff27af1 Convert CONFIG_SYS_MEMTEST_START et al to Kconfig by Tom Rini · 3 years, 1 month ago
  80. 82edd73 Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig by Tom Rini · 3 years, 1 month ago
  81. 3847ba9 Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig by Tom Rini · 3 years, 1 month ago
  82. 4d69303 Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig by Tom Rini · 3 years, 1 month ago
  83. d5bfef2 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Tom Rini · 3 years, 1 month ago
  84. de35b8f Remove CONFIG_SYS_MMC_IMG_LOAD_PART from CONFIG namespace by Tom Rini · 3 years, 1 month ago
  85. f76750d Convert CONFIG_CONS_INDEX et al to Kconfig by Tom Rini · 3 years, 1 month ago
  86. 98ab831 Convert CONFIG_FSL_IFC to Kconfig by Tom Rini · 3 years, 1 month ago
  87. 7e6a6fd Convert CONFIG_ENV_SPI_BUS et al to Kconfig by Tom Rini · 3 years, 1 month ago
  88. 936c855 arm: Drop unused tam3517-common.h by Tom Rini · 3 years, 1 month ago
  89. e567122 x86: coreboot: Support getting a logo from virtio by Simon Glass · 3 years, 2 months ago
  90. d8bf49f video: Support virtio devices with the splash screen by Simon Glass · 3 years, 2 months ago
  91. 84e63ab video: Support showing the U-Boot logo by Simon Glass · 3 years, 2 months ago
  92. 64cfeda video: Convert CONFIG_VIDEO_LOGO to Kconfig by Simon Glass · 3 years, 2 months ago
  93. ecb8b4f video: Drop the uclass colour map by Simon Glass · 3 years, 2 months ago
  94. 2b18d95 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · 3 years, 1 month ago
  95. cc65faf efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · 3 years, 1 month ago
  96. daec31e rockchip: Kconfig: Enable SPL support for rk3568 by Nico Cheng · 3 years, 3 months ago
  97. 39605c6 fdt: Record where the devicetree came from by Simon Glass · 3 years, 1 month ago
  98. 6476c4d dm: core: Allow getting some basic stats by Simon Glass · 3 years, 1 month ago
  99. 9855034 fdt: Don't call board_fdt_blob_setup() without OF_BOARD by Simon Glass · 3 years, 1 month ago
  100. d893b8a fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup() by Simon Glass · 3 years, 1 month ago