1. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  2. a84fa1b nxp: Finish migration of SYS_FSL_SRDS_[12] to Kconfig by Tom Rini · 1 year, 11 months ago
  3. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
  4. 448e2b6 event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 11 months ago
  5. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  6. 1b69740 powerpc/mpc85xx: socrates: Re-enable building u-boot-socrates.bin by Pali Rohár · 1 year, 11 months ago
  7. 88c2e91 PowerPC: Update dependencies on *SYS_MPC85XX_NO_RESETVEC by Tom Rini · 1 year, 11 months ago
  8. bb34410 global: Migrate CONFIG_WATCHDOG_PRESC et al to CFG by Tom Rini · 2 years ago
  9. 3db78c8 global: Migrate CONFIG_RESET_VECTOR_ADDRESS to CFG by Tom Rini · 2 years ago
  10. 62350c7 global: Migrate CONFIG_QBMAN_CLK_DIV to CFG by Tom Rini · 2 years ago
  11. b33953b global: Migrate CONFIG_PME_PLAT_CLK_DIV to CFG by Tom Rini · 2 years ago
  12. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 2 years ago
  13. 452e33e global: Migrate CONFIG_FM_PLAT_CLK_DIV to CFG by Tom Rini · 2 years ago
  14. 7ee2f97 Convert CONFIG_NEVER_ASSERT_ODT_TO_CPU to Kconfig by Tom Rini · 2 years ago
  15. 1db706e powerpc/mpc85xx: Disable AltiVec and VSX instructions by Pali Rohár · 2 years ago
  16. 138b606 powerpc/mpc85xx: Improve disabling of SPE instructions by Pali Rohár · 2 years ago
  17. c0d0569 powerpc/mpc85xx: Pass correct cpu compiler flags by Pali Rohár · 2 years ago
  18. 8214b77 T104xRDB: Remove non-TARGET_T1042D4RDB variants by Tom Rini · 2 years ago
  19. 4fd9373 net: Remove more legacy functions by Tom Rini · 2 years ago
  20. abbb404 powerpc: Migrate CONFIG_PPC_SPINTABLE_COMPATIBLE to Kconfig by Tom Rini · 2 years ago
  21. 960379d Convert CONFIG_L2_CACHE to Kconfig by Tom Rini · 2 years ago
  22. f3b5168 CONFIG_SYS_MPC8xxx_GUTS_ADDR: Migrate to CFG_SYS by Tom Rini · 2 years ago
  23. 3a581af Convert CONFIG_FLASH_SPANSION_S29WS_N et al to Kconfig by Tom Rini · 2 years ago
  24. f17fe71 powerpc: fix fdt_fixup_liodn_tbl_fman() by Heinrich Schuchardt · 2 years, 2 months ago
  25. 9cebc4a post: Migrate to Kconfig by Tom Rini · 2 years ago
  26. 5cafaed Convert CONFIG_FSL_SERDES to Kconfig by Tom Rini · 2 years ago
  27. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  28. a322afc global: Move remaining CONFIG_*SRIO_* to CFG_* by Tom Rini · 2 years ago
  29. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  30. 2db82bf Convert CONFIG_SYS_PMAN et al to Kconfig by Tom Rini · 2 years ago
  31. ecc8d42 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 2 years ago
  32. cdc5ed8 global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_* by Tom Rini · 2 years ago
  33. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
  34. 4e59094 global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_* by Tom Rini · 2 years, 1 month ago
  35. 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  36. 5155207 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  37. b85d759 powerpc: Migrate SYS_L3_SIZE to Kconfig by Tom Rini · 2 years, 1 month ago
  38. 22a2283 powerpc: Migrate SYS_L2_SIZE to Kconfig by Tom Rini · 2 years, 1 month ago
  39. ea253ad treewide: Remove the unnecessary space before semicolon by Bin Meng · 2 years, 1 month ago
  40. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  41. 6f915a5 powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds by Pali Rohár · 2 years, 3 months ago
  42. eec715e powerpc/mpc85xx: Explain TLB unmapped memory message by Pali Rohár · 2 years, 3 months ago
  43. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  44. a075968 powerpc: mpc85xx: Fix incorrect application of patch by Marek Behún · 2 years, 2 months ago
  45. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  46. 5a428e7 mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS by Pali Rohár · 2 years, 4 months ago
  47. 7696b80 powerpc: mpc85xx: Fix loading U-Boot proper from SD card in SPL by Pali Rohár · 2 years, 4 months ago
  48. 1e1d12a powerpc: mpc85xx: Fix check for CONFIG_SDCARD by Marek Behún · 2 years, 3 months ago
  49. 44366be board: freescale: p1_p2_rdb_pc: Turn off watchdog before reset by Pali Rohár · 2 years, 4 months ago
  50. 7e962cb board: freescale: p1_p2_rdb_pc: Avoid usage of CPLD's system reset register by Pali Rohár · 2 years, 4 months ago
  51. 845102c powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · 2 years, 3 months ago
  52. 0040ed7 ppc: Remove corenet_ds boards by Tom Rini · 2 years, 4 months ago
  53. 7751f54 ppc: Remove ids8313 board by Tom Rini · 2 years, 4 months ago
  54. ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 4 months ago
  55. 4143a23 Convert CONFIG_SYS_FSL_PCIE_COMPAT to Kconfig by Tom Rini · 2 years, 4 months ago
  56. 1de46d9 Convert CONFIG_SYS_FSL_NUM_CC_PLLS to Kconfig by Tom Rini · 2 years, 4 months ago
  57. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 4 months ago
  58. 81844ac net: mpc8xx_fec: Migrate to DM_ETH by Christophe Leroy · 2 years, 7 months ago
  59. 7da6a9e Convert CONFIG_SYS_FSL_CORES_PER_CLUSTER to Kconfig by Tom Rini · 2 years, 4 months ago
  60. 6f6b970 Convert CONFIG_FSL_CORENET to Kconfig by Tom Rini · 2 years, 4 months ago
  61. 786d9f1 powerpc: mpc85xx: Add support for generating QorIQ pre-PBL eSDHC boot sector by Pali Rohár · 2 years, 7 months ago
  62. 38d091a Convert CONFIG_SYS_CACHE_STASHING to Kconfig by Tom Rini · 2 years, 5 months ago
  63. f6c1f91 Convert CONFIG_SYS_FSL_CPC et al to Kconfig by Tom Rini · 2 years, 5 months ago
  64. 5a44618 Convert CONFIG_SYS_RAMBOOT to Kconfig by Tom Rini · 2 years, 5 months ago
  65. 3dab405 Convert CONFIG_SYS_BOOK3E_HV to Kconfig by Tom Rini · 2 years, 5 months ago
  66. fcf4fa7 Convert CONFIG_SYS_83XX_DDR_USES_CS0 to Kconfig by Tom Rini · 2 years, 5 months ago
  67. 540b73a arch/Kconfig.nxp: Re-organize slightly by Tom Rini · 2 years, 6 months ago
  68. 601483f Convert CONFIG_SYS_FSL_SFP_BE et al to Kconfig by Tom Rini · 2 years, 6 months ago
  69. 1e7750f Convert CONFIG_HETROGENOUS_CLUSTERS et al to Kconfig by Tom Rini · 2 years, 6 months ago
  70. fbc3621 Convert CONFIG_ENABLE_36BIT_PHYS to Kconfig by Tom Rini · 2 years, 6 months ago
  71. 9167a1c powerpc: mpc85xx: Simplify jump to _start_cont in flash code by Pali Rohár · 2 years, 5 months ago
  72. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 6 months ago
  73. de47ff5 Convert CONFIG_SYS_MPC85XX_NO_RESETVEC to Kconfig by Tom Rini · 2 years, 6 months ago
  74. 0930447 usb: ehci-fsl: Remove non-DM code by Tom Rini · 2 years, 6 months ago
  75. c0f4756 powerpc: mpc85xx: Set TEXT_BASE addresses to real base values by Pali Rohár · 2 years, 6 months ago
  76. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 6 months ago
  77. 549bb6b powerpc: mpc85xx: Fix compilation with CONFIG_WDT by Pali Rohár · 2 years, 7 months ago
  78. eaf6ea6 Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 6 months ago
  79. 4c97c8c powerpc: Switch to using CONFIG_SYS_INIT_SP_OFFSET from CONFIG_SYS_GBL_DATA_OFFSET by Tom Rini · 2 years, 6 months ago
  80. 931bad1 mpc85xx: Switch to setting the initial stack pointer more clearly by Tom Rini · 2 years, 6 months ago
  81. b35316f Convert CONFIG_SPL_INIT_MINIMAL et al to Kconfig by Tom Rini · 2 years, 7 months ago
  82. cda8f87 caam: Fix crash in case caam_jr_probe failed by Ye Li · 2 years, 7 months ago
  83. 1245c6e powerpc: mpc85xx: Define linker sections in ascending order by Pali Rohár · 2 years, 8 months ago
  84. 1b780b6 powerpc: mpc85xx: Put bss after image when not including reset vector by Pali Rohár · 2 years, 8 months ago
  85. c45f000 powerpc: mpc85xx: Remove useless SIZEOF_HEADERS and .interp from ld script by Pali Rohár · 2 years, 8 months ago
  86. ab37df9 powerpc: mpc85xx: Remove duplicate u-boot-nand.lds by Pali Rohár · 2 years, 7 months ago
  87. 0038f23 powerpc: mpc85xx: Remove u-boot-nand_spl.lds by Pali Rohár · 2 years, 7 months ago
  88. e8c0e00 powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support by Pali Rohár · 2 years, 8 months ago
  89. efd9914 powerpc: mpc85xx: Show e500 core version by Pali Rohár · 2 years, 8 months ago
  90. de14a5a powerpc: mpc85xx: Rename _start_e500 symbol to _start by Pali Rohár · 2 years, 8 months ago
  91. 2dcf776 powerpc: mpc85xx: Drop _start symbol by Pali Rohár · 2 years, 7 months ago
  92. 98281e6 PPC: Enable Job ring driver model. by Gaurav Jain · 2 years, 8 months ago
  93. 1d2893d powerpc: mpc83xx: Migrate DEFAULT_IMMR to Kconfig by Tom Rini · 2 years, 8 months ago
  94. e4d741f Convert CONFIG_SYS_MONITOR_BASE to Kconfig by Tom Rini · 2 years, 8 months ago
  95. f2428ac Convert CONFIG_E300 et al to Kconfig by Tom Rini · 2 years, 8 months ago
  96. c6c0e56 keymile: Move sourcing of common Kconfig by Tom Rini · 2 years, 8 months ago
  97. b40d2b2 Convert CONFIG_BACKSIDE_L2_CACHE to Kconfig by Tom Rini · 2 years, 9 months ago
  98. 5d6a64f Remove CONFIG_HAS_ETH0 et al symbols by Tom Rini · 2 years, 9 months ago
  99. 0b5870c powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace by Tom Rini · 2 years, 9 months ago
  100. 5f7c886 Convert CONFIG_A008044_WORKAROUND to Kconfig by Tom Rini · 2 years, 9 months ago