1. 181cbd4 common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years, 1 month ago
  2. 845102c powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · 2 years, 2 months ago
  3. ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 3 months ago
  4. 4143a23 Convert CONFIG_SYS_FSL_PCIE_COMPAT to Kconfig by Tom Rini · 2 years, 3 months ago
  5. 1de46d9 Convert CONFIG_SYS_FSL_NUM_CC_PLLS to Kconfig by Tom Rini · 2 years, 3 months ago
  6. c6eec01 Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to Kconfig by Tom Rini · 2 years, 3 months ago
  7. 8b549c0 Remove CONFIG_SYS_FSL_SCFG_IODSECR1_ADDR et al by Tom Rini · 2 years, 3 months ago
  8. 7da6a9e Convert CONFIG_SYS_FSL_CORES_PER_CLUSTER to Kconfig by Tom Rini · 2 years, 3 months ago
  9. 923a855 Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to Kconfig by Tom Rini · 2 years, 3 months ago
  10. 6f6b970 Convert CONFIG_FSL_CORENET to Kconfig by Tom Rini · 2 years, 3 months ago
  11. 2d752b0 Convert CONFIG_SYS_FMAN_V3 to Kconfig by Tom Rini · 2 years, 3 months ago
  12. bb20a10 Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 4 months ago
  13. f6c1f91 Convert CONFIG_SYS_FSL_CPC et al to Kconfig by Tom Rini · 2 years, 4 months ago
  14. 6bb74fe Convert CONFIG_SYS_FSL_PCI_VER_3_X to Kconfig by Tom Rini · 2 years, 4 months ago
  15. d8e8461 Convert CONFIG_FSL_FIXED_MMC_LOCATION et al to Kconfig by Tom Rini · 2 years, 4 months ago
  16. f4cd75e powerpc: Clean up CHAIN_OF_TRUST related options by Tom Rini · 2 years, 4 months ago
  17. 5aad0a1 fsl_validate: Migrate SPL_UBOOT_KEY_HASH to Kconfig by Tom Rini · 2 years, 4 months ago
  18. 601483f Convert CONFIG_SYS_FSL_SFP_BE et al to Kconfig by Tom Rini · 2 years, 4 months ago
  19. c9f8518 Convert CONFIG_SYS_FSL_SEC_MON et al to Kconfig by Tom Rini · 2 years, 4 months ago
  20. 1e7750f Convert CONFIG_HETROGENOUS_CLUSTERS et al to Kconfig by Tom Rini · 2 years, 4 months ago
  21. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 4 months ago
  22. 0a4fcb2 PowerPC: Remove some unused USB code by Tom Rini · 2 years, 5 months ago
  23. 6b6c377 powerpc: mmu: Fix FSL_BOOKE_MAS2() macro by Pali Rohár · 2 years, 6 months ago
  24. 02c8fbd powerpc: fsl_law: Add definition for first PCIe target interface by Pali Rohár · 2 years, 6 months ago
  25. 98281e6 PPC: Enable Job ring driver model. by Gaurav Jain · 2 years, 7 months ago
  26. f2428ac Convert CONFIG_E300 et al to Kconfig by Tom Rini · 2 years, 7 months ago
  27. 0b5870c powerpc: Move CONFIG_BPTR_VIRT_ADDR out of CONFIG namespace by Tom Rini · 2 years, 7 months ago
  28. 3db7b2b powerpc: Remove unused MPC8540/60ADS code by Tom Rini · 2 years, 8 months ago
  29. 2fd81be common: board_r: move init_addr_map() to init.h by Ovidiu Panait · 2 years, 10 months ago
  30. 1b212bb common: board_r: drop initr_addr_map wrapper by Ovidiu Panait · 2 years, 10 months ago
  31. 7ee2016 ide: Drop unused CONFIG options by Simon Glass · 2 years, 11 months ago
  32. 53f0613 Convert CONFIG_NAND_FSL_ELBC et al to Kconfig by Tom Rini · 3 years, 1 month ago
  33. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  34. ab92b38 Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 2 months ago
  35. 9537216 nxp: Migrate a number of DDR related symbols to Kconfig by Tom Rini · 3 years, 2 months ago
  36. 8897bf4 global: Remove unused or unnecessary CONFIG symbols related to DDR by Tom Rini · 3 years, 2 months ago
  37. d1240b6 global: Remove dead code that starts with CONFIG_[0-9A] by Tom Rini · 3 years, 2 months ago
  38. ec6b37c ppc: Remove T4160RDB board by Tom Rini · 3 years, 5 months ago
  39. 139ff3b ppc: Remove MPC8315ERDB board by Tom Rini · 3 years, 5 months ago
  40. 1c58857 ppc: Remove sbc8641d board by Tom Rini · 3 years, 5 months ago
  41. ed7fe2b ppc: Remove xpedite boards by Tom Rini · 3 years, 5 months ago
  42. 8069689 ppc: Remove MPC8568MDS board by Tom Rini · 3 years, 5 months ago
  43. 6c3d993 ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOT by Tom Rini · 3 years, 5 months ago
  44. 9889860 ppc: Remove MPC8555CDS boards by Tom Rini · 3 years, 5 months ago
  45. a857133 ppc: Remove MPC8541CDS board by Tom Rini · 3 years, 5 months ago
  46. 008e996 ppc: Remove many T104x boards by Tom Rini · 3 years, 5 months ago
  47. 8b95dea powerpc: Don't use relative include for config.h in global_data.h by Tom Rini · 3 years, 5 months ago
  48. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  49. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 8 months ago
  50. a99dab1 ppc: Remove Cyrus_P5020 and P5040 boards by Tom Rini · 3 years, 8 months ago
  51. 3238d93 ppc: Remove ARCH_P1022 support by Tom Rini · 3 years, 8 months ago
  52. 2322b95 ppc: Remove T2081QDS board and ARCH_T2081 support by Tom Rini · 3 years, 8 months ago
  53. bf85995 ppc: Remove TARGET_T1040QDS references by Tom Rini · 3 years, 8 months ago
  54. 271a87b gpio: mpc8xxx: Support controller register physical address beyond 32-bit by Bin Meng · 3 years, 8 months ago
  55. f94cbb5 ppc: mpc85xx: Add 'gpibe' register to 'struct ccsr_gpio' by Bin Meng · 3 years, 8 months ago
  56. 3320656 ppc: io.h: Use addrmap_ translation APIs only in post-relocation phase by Bin Meng · 3 years, 8 months ago
  57. 2cc6071 ppc: Remove MPC8569MDS board by Tom Rini · 3 years, 8 months ago
  58. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  59. 7811880 gpio: mpc8xxx_gpio: Fix for litte endian by Biwen Li · 3 years, 9 months ago
  60. 0606bf2 powerpc: mpc85xx: Allow boards to override CONFIG_USB_MAX_CONTROLLER_COUNT by Chris Packham · 3 years, 11 months ago
  61. 4f73897 Drop global data sdhc_adapter for powerpc by Yangbo Lu · 4 years, 4 months ago
  62. 9e998d5 powerpc/mpc85xx: Fix compiling error with DM_GPIO by Madalin Bucur · 4 years, 6 months ago
  63. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  64. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  65. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 8 months ago
  66. 6d1fdb1 common: Move upmconfig() to ppc.h by Simon Glass · 4 years, 10 months ago
  67. ac76dd0 Add global variable sdhc_per_clk for arm/powerpc by Yangbo Lu · 4 years, 10 months ago
  68. c2a8b4f powerpc/mpc85xx: drop eSDHC periperhal clock code by Yangbo Lu · 4 years, 10 months ago
  69. 42a13a0 mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309 by Rasmus Villemoes · 4 years, 10 months ago
  70. 375d817 mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309 by Rasmus Villemoes · 4 years, 10 months ago
  71. 1eaffca mpc83xx: remove unused clock.h by Yangbo Lu · 5 years ago
  72. bef1845 freescale/powerpc: Rename the config CONFIG_SECURE_BOOT name by Udit Agarwal · 5 years ago
  73. c16dfd0 powerpc: mpc85xx: Move CONFIG_FSL_PCIE_DISABLE_ASPM to Kconfig by Hou Zhiqiang · 5 years ago
  74. 6fffab7 powerpc: Simplify processor.h by Mario Six · 6 years ago
  75. 9fc148e mpc83xx: Add arch clock.h to make SDHC work by Mario Six · 6 years ago
  76. d17e5fd mpc83xx: Prepare usage of DM gpio driver by Mario Six · 6 years ago
  77. a06e665 powerpc: mpc83xx: Fix MPC8308 IMMR memory layout by Mario Six · 6 years ago
  78. 1059036 powerpc: Add LSDMR config values by Mario Six · 6 years ago
  79. 8439e99 mpc83xx: Introduce ARCH_MPC837X by Mario Six · 6 years ago
  80. 61abced mpc83xx: Introduce ARCH_MPC836* by Mario Six · 6 years ago
  81. d5cfa4a mpc83xx: Introduce ARCH_MPC834* by Mario Six · 6 years ago
  82. bd3b867 mpc83xx: Introduce ARCH_MPC832* by Mario Six · 6 years ago
  83. 9403fc4 mpc83xx: Introduce ARCH_MPC831* by Mario Six · 6 years ago
  84. 4bc97a3 mpc83xx: Introduce ARCH_MPC830* by Mario Six · 6 years ago
  85. 70eb825 powerpc: enabled building with CONFIG_DM=y by Heinrich Schuchardt · 6 years ago
  86. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  87. 35f9d9b spi: Zap CONFIG_HARD_SPI by Jagan Teki · 6 years ago
  88. b0edea3 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  89. db148f2 powerpc: t1040: Correct RCW EC2 settings by Bin Meng · 6 years ago
  90. c00d001 powerpc: t1040: Correct RCW MAC2_GMII_SEL value by Bin Meng · 6 years ago
  91. d216631 misc: Add MPC83xx serdes driver by Mario Six · 6 years ago
  92. 19fbdca cpu: Add MPC83xx CPU driver by Mario Six · 6 years ago
  93. 07d538d clk: Add MPC83xx clock driver by Mario Six · 6 years ago
  94. 08f5b0b powerpc: Add read*_*/write*_* macros by Mario Six · 6 years ago
  95. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  96. d673668 configs: Remove empty #ifdef/#ifndef blocks from configs by Alex Kiernan · 6 years ago
  97. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  98. b1d6242 powerpc: mpc8xx: redistribute data in CPM dpram by Christophe Leroy · 7 years ago
  99. 18f8d4c powercp: mpc8xx: move commproc.h by Christophe Leroy · 7 years ago
  100. ee1e600 powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · 7 years ago