1. ebdea88 efi_loader: Fix loaded image alignment by Ilias Apalodimas · 3 years, 4 months ago
  2. 1da0b6a doc: add system reset to API documentation by Heinrich Schuchardt · 3 years, 5 months ago
  3. b20b16a arm: total_compute: increase DRAM to 8GB by Usama Arif · 3 years, 4 months ago
  4. d6f8ab3 treewide: Remove OF_PRIOR_STAGE by Ilias Apalodimas · 3 years, 4 months ago
  5. 6a86f12 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 3 years, 4 months ago
  6. 56882dc Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · 3 years, 4 months ago
  7. 645a0af Drop CONFIG_USB_EHCI_KIRKWOOD by Marek Behún · 3 years, 4 months ago
  8. 7b80500 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · 3 years, 4 months ago
  9. 9283204 Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · 3 years, 4 months ago
  10. 42d32c3 Remove unused CONFIG_CONS_NONE by Patrick Delaunay · 3 years, 4 months ago
  11. 0d76e4e Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7 by Patrick Delaunay · 3 years, 4 months ago
  12. 155fb86 Remove unused CONFIG_NO_RELOCATION by Patrick Delaunay · 3 years, 4 months ago
  13. e7421b0 am33x: Remove unused define CONFIG_MUSB_HOST by Patrick Delaunay · 3 years, 4 months ago
  14. ff07cc9 scripts: remove some configs in config_whitelist.txt by Patrick Delaunay · 3 years, 4 months ago
  15. f814ff5 ARM: tegra: Support EMC frequency tables on Tegra210 by Thierry Reding · 3 years, 4 months ago
  16. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 5 months ago
  17. 9019487 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 5 months ago
  18. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 5 months ago
  19. 4bf88ba fdtdec: Support retrieving the name of a carveout by Thierry Reding · 3 years, 5 months ago
  20. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 4 months ago
  21. 2aab77f Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 4 months ago
  22. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 5 months ago
  23. 2421497 sunxi: video: Convert panel I2C to use DM_I2C by Samuel Holland · 3 years, 4 months ago
  24. 3227c85 i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · 3 years, 4 months ago
  25. 104950a i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · 3 years, 4 months ago
  26. ce543d0 board: siemens: iot2050: Adjust to changes in DT and configuration by Jan Kiszka · 3 years, 4 months ago
  27. 21d314a clk: sunxi: Move header out of arch directory by Samuel Holland · 3 years, 5 months ago
  28. f331497 Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 4 months ago
  29. 79c0533 video: move MXS to Kconfig by Anatolij Gustschin · 3 years, 4 months ago
  30. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 4 months ago
  31. 0efe41c video: Add 30bpp support by Mark Kettenis · 3 years, 5 months ago
  32. 1df654a image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 5 months ago
  33. 13c133b image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 5 months ago
  34. 0ab5e02 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 5 months ago
  35. fa13940 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 5 months ago
  36. 3ac0f50 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 5 months ago
  37. 30ba282 image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 5 months ago
  38. 806d1ff image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 5 months ago
  39. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 5 months ago
  40. e059157 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 5 months ago
  41. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 5 months ago
  42. bf371b4 image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 5 months ago
  43. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 5 months ago
  44. 5500a40 kconfig: Add tools support to CONFIG_IS_ENABLED() by Simon Glass · 3 years, 5 months ago
  45. c9d6b5b compiler: Rename host_build() to tools_build() by Simon Glass · 3 years, 5 months ago
  46. c5a68d2 image: Avoid #ifdefs for manual relocation by Simon Glass · 3 years, 5 months ago
  47. 2ac00c0 image: Create a function to do manual relocation by Simon Glass · 3 years, 5 months ago
  48. 5a4f10d gzip: Avoid use of u64 by Simon Glass · 3 years, 5 months ago
  49. 94d0a2e zstd: Create a function for use from U-Boot by Simon Glass · 3 years, 5 months ago
  50. c45b792 compiler: Add a comment to host_build() by Simon Glass · 3 years, 5 months ago
  51. 67bc59d Add support for an owned buffer by Simon Glass · 3 years, 5 months ago
  52. 930c887 lib: Add memdup() by Simon Glass · 3 years, 5 months ago
  53. 1d7ad68 arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root Port by Pali Rohár · 3 years, 5 months ago
  54. b0e763b pm9263: Remove unused CONFIG_USER_LOWLEVEL_INIT by Patrick Delaunay · 3 years, 4 months ago
  55. c7f85e1 stm32f429: move CONFIG_BOOTCOMMAND in defconfig by Patrick Delaunay · 3 years, 4 months ago
  56. 4549947 configs: Move some usb config in defconfig by Patrick Delaunay · 3 years, 4 months ago
  57. cc30ea5 Convert CONFIG_STM32_FLASH to Kconfig by Patrick Delaunay · 3 years, 4 months ago
  58. 2d08081 Revert "configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp" by Marek Vasut · 3 years, 4 months ago
  59. b703dcb arm: stm32: Disable ATAGs support by Patrick Delaunay · 3 years, 5 months ago
  60. 15eda54 ARM: amlogic: add JetHub common config header by Vyacheslav Bocharov · 3 years, 5 months ago
  61. d565a35 distro_bootcmd: run pci enum for scsi_boot just like it is done for nvme_boot by Neil Armstrong · 3 years, 5 months ago
  62. f485e9d configs: meson64: add SCSI boot target by Neil Armstrong · 3 years, 5 months ago
  63. 2e8d47c ARM: meson: Sync Amlogic DT from Linux 5.14 by Neil Armstrong · 3 years, 5 months ago
  64. 6115f1c Convert CONFIG_NAND_OMAP_ECCSCHEME to Kconfig by Tom Rini · 3 years, 5 months ago
  65. 871fd50 Convert CONFIG_SYS_NAND_U_BOOT_LOCATIONS et al to Kconfig by Tom Rini · 3 years, 5 months ago
  66. 53f0613 Convert CONFIG_NAND_FSL_ELBC et al to Kconfig by Tom Rini · 3 years, 5 months ago
  67. b2e25af Convert CONFIG_SYS_NAND_MAX_CHIPS to Kconfig by Tom Rini · 3 years, 5 months ago
  68. 1cefed1 nand.h: Cleanup linux/mtd/rawnand.h usage by Tom Rini · 3 years, 5 months ago
  69. c0ad62c Convert CONFIG_SYS_NAND_ONFI_DETECTION to Kconfig by Tom Rini · 3 years, 5 months ago
  70. 4884d82 Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to Kconfig by Tom Rini · 3 years, 5 months ago
  71. 9d9f59d Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to Kconfig by Tom Rini · 3 years, 5 months ago
  72. 8db73ec Convert CONFIG_SYS_NAND_PAGE_COUNT to Kconfig by Tom Rini · 3 years, 5 months ago
  73. a0de075 Convert CONFIG_SPL_NAND_LOAD et al to Kconfig by Tom Rini · 3 years, 5 months ago
  74. ccdc7cf Convert CONFIG_NAND_LPC32XX_MLC to Kconfig by Tom Rini · 3 years, 5 months ago
  75. d73b9e6 m53menlo: Switch to deriving CONFIG_SYS_NAND_PAGE_COUNT by Tom Rini · 3 years, 5 months ago
  76. c25ca90 rk3308: Remove unused NAND defines by Tom Rini · 3 years, 5 months ago
  77. 8a47982 gpio: Factor out DT flag translation by Samuel Holland · 3 years, 5 months ago
  78. f695304 lib: optee: Remove CONFIG_OPTEE_LOAD_ADDR by Alexandru Gagniuc · 3 years, 5 months ago
  79. 26fc667 lib: optee: Avoid CONFIG_TZDRAM_* in optee_verify_bootm_image() by Alexandru Gagniuc · 3 years, 5 months ago
  80. 4f53ac2 tee: add a stub for tee_find_device by Patrick Delaunay · 3 years, 5 months ago
  81. 51827f9 lib: optee: remove the duplicate CONFIG_OPTEE by Patrick Delaunay · 3 years, 5 months ago
  82. a2db09e board: siemens: Add support for SIMATIC IOT2050 devices by Jan Kiszka · 3 years, 5 months ago
  83. 2649f69 pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) by Vladimir Oltean · 3 years, 5 months ago
  84. fa09b12 arm: ti: k3: Resync dts files and bindings with Linux Kernel v5.14 by Tom Rini · 3 years, 5 months ago
  85. 4698bb8 dt-bindings: pinctrl: k3: Synchronize with v5.14 kernel by Nishanth Menon · 3 years, 5 months ago
  86. d92cb66 serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms by Tom Rini · 3 years, 5 months ago
  87. 62efcba Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 3 years, 5 months ago
  88. cc1386b kgdb: Remove unused serial related options by Tom Rini · 3 years, 5 months ago
  89. fae2ea5 ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support by Tom Rini · 3 years, 5 months ago
  90. 4987658 arm: Remove bg0900 board by Tom Rini · 3 years, 5 months ago
  91. 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 5 months ago
  92. d9be860 arm: Remove aspenite board by Tom Rini · 3 years, 5 months ago
  93. 14b38cb arm: Remove flea3 board by Tom Rini · 3 years, 5 months ago
  94. 8bef036 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 4 months ago
  95. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 5 months ago
  96. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 5 months ago
  97. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 5 months ago
  98. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 5 months ago
  99. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 4 months ago
  100. ba17871 Merge branch '2021-09-25-TI-platform-updates' into next by Tom Rini · 3 years, 4 months ago