1. 8e07681 fdt: Drop CONFIG_BINMAN_STANDALONE_FDT by Simon Glass · 2 years, 9 months ago
  2. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 9 months ago
  3. 734ad93 Prepare v2022.01-rc4 by Tom Rini · 2 years, 9 months ago
  4. 6ce2237 keyboard: Add a migration message by Simon Glass · 2 years, 10 months ago
  5. 7945077 binman: Allow providing tools and blob directories by Simon Glass · 2 years, 10 months ago
  6. 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 2 years, 10 months ago
  7. ade3746 Prepare v2022.01-rc3 by Tom Rini · 2 years, 10 months ago
  8. 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years ago
  9. 5130102 makefile: add missing semicolons by Angelo Dureghello · 2 years, 11 months ago
  10. 9272805 Prepare v2022.01-rc2 by Tom Rini · 2 years, 10 months ago
  11. ebee206 Makefile: Correct TPL rule for OF_REAL by Simon Glass · 2 years, 11 months ago
  12. 19a91f2 Create a new boot/ directory by Simon Glass · 3 years ago
  13. e16c47f efi: Create a 64-bit app by Simon Glass · 2 years, 11 months ago
  14. 26e24d6 efi: Drop the OF_EMBED warning for EFI by Simon Glass · 2 years, 11 months ago
  15. a79115d Prepare v2022.01-rc1 by Tom Rini · 2 years, 11 months ago
  16. 5877228 x86: Fix linking u-boot with ld.lld by Alistair Delva · 3 years ago
  17. e7fb789 sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 2 years, 11 months ago
  18. 79b8849 Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years ago
  19. 4f03a4c tools: Stop re-defining -std= when building tools by Tom Rini · 3 years ago
  20. 93b1965 Makefile: Only build dtc if needed by Simon Glass · 3 years ago
  21. d9a6f0e tree: imx: remove old fit generator script by Andrey Zhizhikin · 3 years, 1 month ago
  22. a3423b3 acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 2 months ago
  23. 50c8420 Merge branch 'next' by Tom Rini · 3 years ago
  24. d80bb74 Prepare v2021.10 by Tom Rini · 3 years ago
  25. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  26. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years ago
  27. 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years ago
  28. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years ago
  29. 0b9bcf6 Prepare v2021.10-rc5 by Tom Rini · 3 years ago
  30. f99cbe4 fdt: Update Makefile rules with the new OF_REAL Kconfig by Simon Glass · 3 years, 2 months ago
  31. 6674eda Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years ago
  32. bb92678 Prepare v2021.10-rc4 by Tom Rini · 3 years ago
  33. 9f66492 net: Move network rules to drivers/net by Simon Glass · 3 years, 1 month ago
  34. a4faf1f power: Refactor Makefile rules by Simon Glass · 3 years, 1 month ago
  35. b2f9bac gpio: Add a GPIO config by Simon Glass · 3 years, 1 month ago
  36. 39f0914 Makefile: Move drivers/dma/ into drivers/Makefile by Simon Glass · 3 years, 1 month ago
  37. ea2ca7e spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 1 month ago
  38. 5251048 serial: Add a SERIAL config by Simon Glass · 3 years, 1 month ago
  39. 9b0583a Prepare v2021.10-rc3 by Tom Rini · 3 years, 1 month ago
  40. b9cb74a Merge tag 'xilinx-for-v2021.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 1 month ago
  41. 570c463 Makefile: Align fit-dtb.blob and u-boot.itb by 64bits by Michal Simek · 3 years, 1 month ago
  42. a0da2dd Prepare v2021.10-rc2 by Tom Rini · 3 years, 1 month ago
  43. 628fced arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files by Pali Rohár · 3 years, 2 months ago
  44. cc3443f tools: kwbimage: Use -a parameter (load address) for v1 images by Pali Rohár · 3 years, 2 months ago
  45. ff7852d build: remove the variable NM in gen_ll_addressable_symbols.sh by Patrick Delaunay · 3 years, 2 months ago
  46. 5378920 Makefile: Move drivers/i2c/ into drivers/Makefile by Simon Glass · 3 years, 2 months ago
  47. 19c969b i2c: Fix the migration warning by Simon Glass · 3 years, 2 months ago
  48. 5f57b00 Makefile: Sort the subdirectories by Simon Glass · 3 years, 2 months ago
  49. c72c7d9 Makefile: Drop include/asm directory as well as symlink by Simon Glass · 3 years, 3 months ago
  50. b70b9b0 Prepare v2021.10-rc1 by Tom Rini · 3 years, 2 months ago
  51. 11275e4 smbios: Fix calculating BIOS Release Date by Pali Rohár · 3 years, 5 months ago
  52. b7b5cbe Makefile: Remove DM_VIDEO and DM_SPI_FLASH checks by Tom Rini · 3 years, 2 months ago
  53. ac9fa57 pci: Require DM_PCI by Tom Rini · 3 years, 4 months ago
  54. be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 2 months ago
  55. 2a2896b Makefile: Conditionally add defaultenv_h to envtools target by Joel Stanley · 3 years, 3 months ago
  56. 473fc27 kconfig / kbuild: Re-sync with Linux 4.20 by Tom Rini · 3 years, 3 months ago
  57. 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 4 months ago
  58. c48b781 Makefile: Disable gcc-10.0 introduced warnings by Tom Rini · 3 years, 5 months ago
  59. 840658b Prepare v2021.07 by Tom Rini · 3 years, 3 months ago
  60. b7ad721 Revert "TEST: USB_HOST not USB" by Tom Rini · 3 years, 3 months ago
  61. 4e1903a TEST: USB_HOST not USB by Tom Rini · 3 years, 3 months ago
  62. 3ef4572 Prepare v2021.07-rc5 by Tom Rini · 3 years, 3 months ago
  63. 2600dd8 Makefile: Adjust indention of GENENV quiet output by Jan Kiszka · 3 years, 3 months ago
  64. e3b64be Prepare v2021.07-rc4 by Tom Rini · 3 years, 4 months ago
  65. e1bf033 Prepare v2021.07-rc3 by Tom Rini · 3 years, 4 months ago
  66. da48bd9 build: link with --build-id=none by Marek Behún · 3 years, 4 months ago
  67. c109498 build: support building with Link Time Optimizations by Marek Behún · 3 years, 4 months ago
  68. 958f2e5 build: use thin archives instead of incremental linking by Marek Behún · 3 years, 4 months ago
  69. 1445836 Makefile, Makefile.spl: cosmetic change by Marek Behún · 3 years, 4 months ago
  70. 31eefd4 binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 4 months ago
  71. 73c2a8f makefile: Pass OpenSBI blob to binman make rules by Bin Meng · 3 years, 4 months ago
  72. a7d03d5 Makefile: Handle building in a very old build directory by Simon Glass · 3 years, 5 months ago
  73. f68ed0b Makefile: allow to override python3 by Andrey Zhizhikin · 3 years, 5 months ago
  74. 59a2b9e Merge tag 'u-boot-imx-20210502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 4 months ago
  75. f7173fc DM: DM_MMC migration is now mandatory for non-SPL by Tom Rini · 3 years, 5 months ago
  76. c51f74b ata: Make LIBATA means AHCI is enabled mandatory. by Tom Rini · 3 years, 5 months ago
  77. b107761 Prepare v2021.07-rc2 by Tom Rini · 3 years, 4 months ago
  78. bd9059c Makefile: Fix generation of flash.bin u-boot.itb with binman by Marek Vasut · 3 years, 7 months ago
  79. 7ac7038 Makefile: fix generation of defaultenv.h from empty initial file by Rasmus Villemoes · 3 years, 5 months ago
  80. ff8cb34 Prepare v2021.07-rc1 by Tom Rini · 3 years, 5 months ago
  81. 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 5 months ago
  82. a80e036 drivers: ata: Remove mvsata_ide driver by Tom Rini · 3 years, 7 months ago
  83. 90eba24 Merge branch 'next' by Tom Rini · 3 years, 6 months ago
  84. b46dd11 Prepare v2021.04 by Tom Rini · 3 years, 6 months ago
  85. a0da06d Makefile: Silence the deprecation script by Simon Glass · 3 years, 6 months ago
  86. 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 6 months ago
  87. d8eafb1 Prepare v2021.04-rc5 by Tom Rini · 3 years, 6 months ago
  88. 3b14204 Support building on macOS/arm64 by Jessica Clarke · 3 years, 6 months ago
  89. 65c8cdc dm: i2c: Add a migration method for I2C by Simon Glass · 3 years, 6 months ago
  90. 782dac5 Makefile: Drop the old SPI flash migration message by Simon Glass · 3 years, 6 months ago
  91. 8cd1874 Makefile: Use common code for DM_ETH deprecation warning by Simon Glass · 3 years, 6 months ago
  92. 78b4a56 Makefile: Use common code for WDT deprecation warning by Simon Glass · 3 years, 6 months ago
  93. ec384f9 Makefile: Use common code for SPI_FLASH deprecation warning by Simon Glass · 3 years, 6 months ago
  94. d13aee0 Makefile: Use common code for DM_VIDEO deprecation warning by Simon Glass · 3 years, 6 months ago
  95. 39e526a Makefile: Use common code for PCI deprecation warning by Simon Glass · 3 years, 6 months ago
  96. 099288b Makefile: Use common code for LIBATA deprecation warning by Simon Glass · 3 years, 6 months ago
  97. a883435 Makefile: Use common code for MVSATA_IDE deprecation warning by Simon Glass · 3 years, 6 months ago
  98. 9e035b8 Makefile: Use common code for USB deprecation warning by Simon Glass · 3 years, 6 months ago
  99. 77dc55e Makefile: Use common code for MMC deprecation warning by Simon Glass · 3 years, 6 months ago
  100. 1373252 Makefile: Add common code to report deprecation by Simon Glass · 3 years, 6 months ago