1. 19a25dd8 sunxi: h616: lower SPL stack address to avoid BROM data by Andre Przywara · 2 years, 5 months ago
  2. 952cc38 kbuild: Remove uncmd_spl logic by Tom Rini · 2 years ago
  3. c9edebe global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFG by Tom Rini · 2 years ago
  4. 572c718 Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig by Tom Rini · 2 years ago
  5. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  6. ff32afe sunxi: remove unused CONFIG_MMC_SUNXI_SLOT by Andre Przywara · 2 years ago
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  8. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  9. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
  10. dc172ee Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 2 years ago
  11. 66c6feb Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to Kconfig by Tom Rini · 2 years, 1 month ago
  12. 7f18432 Convert CONFIG_SYS_MONITOR_LEN to Kconfig by Tom Rini · 2 years, 1 month ago
  13. c676fa0 Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig by Tom Rini · 2 years, 1 month ago
  14. ac164de Convert CONFIG_SYS_MAX_NAND_DEVICE to Kconfig by Tom Rini · 2 years, 1 month ago
  15. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  16. 7bf64ec sunxi: fix 32MB load address layout by Andre Przywara · 2 years, 2 months ago
  17. a2860fb sunxi: Kconfig: introduce SUNXI_MINIMUM_DRAM_MB by Andre Przywara · 2 years, 5 months ago
  18. f3c2f99 Convert CONFIG_SYS_BOOTM_LEN to Kconfig by Tom Rini · 2 years, 5 months ago
  19. 112d2e0 Convert CONFIG_USB_OHCI_NEW et al to Kconfig by Tom Rini · 2 years, 5 months ago
  20. c997d52 Complete migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT, include in environment by Tom Rini · 2 years, 6 months ago
  21. 1e57cbb Globally remove most CONFIG_SPL_BUILD tests from config headers by Tom Rini · 2 years, 6 months ago
  22. 3f00477 Convert CONFIG_LBA48 et al to Kconfig by Tom Rini · 2 years, 6 months ago
  23. 65aa124 Convert CONFIG_SPL_BSS_START_ADDR to Kconfig by Tom Rini · 2 years, 6 months ago
  24. 8a14ac4 Convert CONFIG_SPL_STACK to Kconfig by Tom Rini · 2 years, 6 months ago
  25. 4ddbade Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 6 months ago
  26. 0cb89e7 Convert CONFIG_SPL_BSS_MAX_SIZE et al to Kconfig by Tom Rini · 2 years, 6 months ago
  27. abb0f52 Convert CONFIG_SPL_PAD_TO et al to Kconfig by Tom Rini · 2 years, 7 months ago
  28. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  29. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  30. a369c47 include/configs: drop COUNTER_FREQUENCY by Peng Fan · 2 years, 8 months ago
  31. 876df34 Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig by Tom Rini · 2 years, 8 months ago
  32. 2e04c95 sunxi: Do not define CONFIG_SPL_STACK_ADDR_R by Tom Rini · 2 years, 9 months ago
  33. b00ef02 configs: sunxi: Add common SUNIV header by Icenowy Zheng · 2 years, 10 months ago
  34. d4e311e sunxi-common.h: remove pointless #ifdefs by Andre Przywara · 2 years, 10 months ago
  35. d24700f Convert CONFIG_SPL_DRIVERS_MISC et al to Kconfig by Tom Rini · 3 years, 1 month ago
  36. 75fe0f4 sunxi: video: Convert panel I2C to use DM_I2C by Samuel Holland · 3 years, 2 months ago
  37. fdae007 Convert CONFIG_SYS_NAND_ONFI_DETECTION to Kconfig by Tom Rini · 3 years, 2 months ago
  38. eb6aadc arm: Finish migration of CONFIG_MACH_TYPE by Tom Rini · 3 years, 3 months ago
  39. 4cc3885 arm: Disable ATAGs support by Tom Rini · 3 years, 3 months ago
  40. e065fb1 Convert CONFIG_SYS_MALLOC_LEN to Kconfig by Tom Rini · 3 years, 3 months ago
  41. 0997ee0 Convert CONFIG_SYS_LOAD_ADDR to Kconfig by Tom Rini · 3 years, 3 months ago
  42. a6e2923 Convert CONFIG_SYS_I2C_SPEED et al to Kconfig by Tom Rini · 3 years, 3 months ago
  43. 52b2e26 Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  44. 8825ec4 Convert CONFIG_SYS_I2C_MVTWSI to Kconfig by Tom Rini · 3 years, 3 months ago
  45. 5817ff0 Convert CONFIG_SYS_I2C_SOFT et al to Kconfig by Tom Rini · 3 years, 3 months ago
  46. 0529b59 i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  47. d08e129 sunxi: arm64: Add addresses for compressed kernel load by Arnaud Ferraris · 3 years, 9 months ago
  48. 7654ef8 sunxi: add fdtoverlay_addr_r environment variable by Jernej Skrabec · 3 years, 8 months ago
  49. 5bc34cb video: sunxi_display: Convert to DM_VIDEO by Jagan Teki · 3 years, 9 months ago
  50. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  51. 0d1fcf8 fdt/sunxi: Remove OF_STDOUT_PATH by Andre Przywara · 3 years, 10 months ago
  52. 5b1a9f1 sunxi: Remove dead ifdefs in sunxi-common.h by Samuel Holland · 3 years, 10 months ago
  53. e638e05 sunxi: Add support for H616 SoC by Jernej Skrabec · 3 years, 11 months ago
  54. bbf9942 sunxi: Add arm64 FEL support by Andre Przywara · 8 years ago
  55. eb1f909 Convert CONFIG_SYS_MMC_ENV_DEV et al to Kconfig by Tom Rini · 4 years, 4 months ago
  56. fe659f5 arm: move CONFIG_PREBOOT="usb start" to KConfig by Jonas Smedegaard · 4 years, 4 months ago
  57. 5d15419 Convert CONFIG_PHYLIB et al to Kconfig by Tom Rini · 4 years, 7 months ago
  58. 38df997 Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig by Hannes Schmelzer · 5 years ago
  59. 30d69e2 moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step 2 by Hannes Schmelzer · 5 years ago
  60. 4be229d Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  61. 15cd1e1 Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT by Simon Glass · 5 years ago
  62. 9d3bab9 sunxi: move SUNXI_GPIO to Kconfig by Andre Przywara · 5 years ago
  63. 19bbb32 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  64. cc4078c configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Simon Goldschmidt · 6 years ago
  65. 4823c6f sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled by Ondrej Jirman · 6 years ago
  66. 315ac0f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  67. 0931e37 sunxi: update SATA driver to always use DM_SCSI by Andre Przywara · 6 years ago
  68. 24db29d sunxi: allow boards to de-select SYS_WHITE_ON_BLACK font scheme by Andre Przywara · 6 years ago
  69. aee9ed3 Kconfig: Migrate CONFIG_BUILD_TARGET by Jagan Teki · 6 years ago
  70. 1ba41e1 sunxi: usb: Switch to Generic host controllers by Jagan Teki · 6 years ago
  71. e93ef19 env: Merge Rockchip, Sunxi, Zynq and ZynqMP by Michal Simek · 6 years ago
  72. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  73. 5370547 Convert CONFIG_MII et al to Kconfig by Adam Ford · 6 years ago
  74. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago
  75. 7321076 sunxi: add config for SPL at 0x20000 on H6 by Icenowy Zheng · 6 years ago
  76. 5e6dd27 sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESS by Icenowy Zheng · 6 years ago
  77. ac44a30 Convert CONFIG_MTD_PARTITIONS et al to Kconfig by Adam Ford · 6 years ago
  78. 158105a configs: Remove empty #ifdef/#ifndef blocks from configs by Alex Kiernan · 6 years ago
  79. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  80. e3ee5f5 Move CONFIG_PHY_ADDR to Kconfig by Stefan Mavrodiev · 7 years ago
  81. c8d3462 Remove config_distro_defaults.h by Adam Ford · 7 years ago
  82. 623d67e configs: Migrate CONFIG_SPL_FRAMEWORK by Tom Rini · 7 years ago
  83. 07edfae configs: Migrate CONFIG_SYS_TEXT_BASE by Tom Rini · 7 years ago
  84. e364e4b Kconfig: gadget: Move CONFIG_USB_FUNCTION_MASS_STORAGE to Kconfig by Lukasz Majewski · 7 years ago
  85. ef44a44 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  86. 814d82b sunxi: Add limit with the MMC environment by Maxime Ripard · 7 years ago
  87. 9d3e6c3 Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig by Adam Ford · 7 years ago
  88. 4aacbbf Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  89. a4e696b sunxi: arm64: Increase CONFIG_SYS_BOOTM_LEN to 32MB by Jagan Teki · 7 years ago
  90. fc1a4de ata: Migrate CONFIG_LIBATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  91. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  92. 32c544d sunxi: Add default partition scheme by Maxime Ripard · 7 years ago
  93. f523a5c sunxi: fix CONFIG_SUNXI_EMAC references by Artturi Alm · 7 years ago
  94. 60e4b8f video: add an option for video simplefb via DT by Icenowy Zheng · 7 years ago
  95. 1fa956f sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI by Icenowy Zheng · 7 years ago
  96. 65cefba sunxi: Remove the MMC index hack by Maxime Ripard · 7 years ago
  97. 30403e5 include/configs: remove numerous CONFIG_SYS_BARGSIZE definitions by Thomas Petazzoni · 7 years ago
  98. 1b3d878 include/configs: drop default definitions of CONFIG_SYS_MAXARGS by Thomas Petazzoni · 7 years ago
  99. b5bf562 Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs by Tom Rini · 7 years ago
  100. 504997e configs: Migrate all of the existing USB symbols, except fastboot by Tom Rini · 7 years ago