1. 8b2141c mpc83xx: Migrate HID config to Kconfig by Mario Six · 6 years ago
  2. a3a8d0c powerpc: mpc83xx: fdt: Use get_serial_clock() by Mario Six · 6 years ago
  3. 2fc5227 powerpc: mpc83xx: Implement get_serial_clock() by Mario Six · 6 years ago
  4. e9c932d powerpc: mpc83xx: Fix MPC8308 IMMR memory layout by Mario Six · 6 years ago
  5. 1faf95d mpc83xx: Migrate CONFIG_SYS_{BR, OR}*_PRELIM to Kconfig by Mario Six · 6 years ago
  6. b47839c mpc83xx: Migrate LBLAW_* to Kconfig by Mario Six · 6 years ago
  7. a861ea6 mpc83xx: Migrate BATS config to Kconfig by Mario Six · 6 years ago
  8. de09afa mpc83xx: pcie: Read the clock from registers by Mario Six · 6 years ago
  9. 9486710 mpc83xx: Kconfig: Migrate HRCW to Kconfig by Mario Six · 6 years ago
  10. d10f318 mpc83xx: Get rid of CONFIG_83XX_CLKIN by Mario Six · 6 years ago
  11. cd677ca mpc83xx: Replace CONFIG_83XX_CLKIN in calculations by Mario Six · 6 years ago
  12. 258312f mpc83xx: Migrate legacy PCI options to Kconfig by Mario Six · 6 years ago
  13. de017e1 mpc83xx: Make distinct MPC8349EMDS_SDRAM board by Mario Six · 6 years ago
  14. a83f549 mpc83xx: Make distinct caddy2 config by Mario Six · 6 years ago
  15. 7299dec mpc83xx: Make distinct MPC8313ERDB targets by Mario Six · 6 years ago
  16. 92e20d9 keymile: Make distinct kmeter1, and kmcoge5ne configs by Mario Six · 6 years ago
  17. 190ab40 keymile: Make distinct kmsupx5, tuge1, kmopti2, and kmtepr2 configs by Mario Six · 6 years ago
  18. 5590b15 keymile: Make distinct kmtegr1, kmvect1, suvd3 configs by Mario Six · 6 years ago
  19. 60b1123 mpc83xx: Introduce ARCH_MPC837X by Mario Six · 6 years ago
  20. 84eb431 mpc83xx: Introduce ARCH_MPC836* by Mario Six · 6 years ago
  21. 0344f5e mpc83xx: Introduce ARCH_MPC834* by Mario Six · 6 years ago
  22. be07e55 mpc83xx: Introduce ARCH_MPC832* by Mario Six · 6 years ago
  23. 9164bdd mpc83xx: Introduce ARCH_MPC831* by Mario Six · 6 years ago
  24. b2e701c mpc83xx: Introduce ARCH_MPC830* by Mario Six · 6 years ago
  25. f14554d mpc83xx: Add support for -msingle-pic-base by Joakim Tjernlund · 6 years ago
  26. 7fdcf28 misc: Add MPC83xx serdes driver by Mario Six · 6 years ago
  27. 28fbefa cpu: Add MPC83xx CPU driver by Mario Six · 6 years ago
  28. 3c51655 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
  29. 7cab147 clk: Add MPC83xx clock driver by Mario Six · 6 years ago
  30. 82ef4ba mpc83xx: Add sysreset driver by Mario Six · 6 years ago
  31. 538b575 ram: Add driver for MPC83xx by Mario Six · 6 years ago
  32. 2e7c819 dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  33. 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  35. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  36. 8df5dd3 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  37. ce10398 powerpc: Rework interrupt_init_cpu() by Tom Rini · 7 years ago
  38. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  39. a9e7f2c Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  40. ad0ac4b powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  41. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  42. 3d97f8e powerpc: move get_pvr() and get_svr() into C by Christophe Leroy · 7 years ago
  43. dd6e82b powerpc: get rid of addr_probe() by Christophe Leroy · 7 years ago
  44. 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  45. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  46. 4c3a620 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 8 years ago
  47. 78548ea fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 8 years ago
  48. 20ea563 Convert CONFIG_CMD_DIAG to Kconfig by Simon Glass · 8 years ago
  49. 690f509 fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · 8 years ago
  50. 519805e fs: Convert CONFIG_CMD_CRAMFS to Kconfig by Simon Glass · 8 years ago
  51. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  52. 85df7b4 powerpc: mpc83xx: Enable pre-relocation malloc by mario.six@gdsys.cc · 8 years ago
  53. d4f4a54 powerpc: mpc83xx: Minimize r1 modification by mario.six@gdsys.cc · 8 years ago
  54. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  55. 097e360 mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to Kconfig by York Sun · 8 years ago
  56. d297d39 fsl_ddr: Move DDR config options to driver Kconfig by York Sun · 8 years ago
  57. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  58. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  59. 04cfea5 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
  60. 809438d Kconfig: Move config IDENT_STRING to Kconfig by Siva Durga Prasad Paladugu · 8 years ago
  61. 0c91159 arch/powerpc: Simplify some calculations using ARRAY_SIZE() macro. by Robert P. J. Day · 9 years ago
  62. 3add69e usb: Rename ehci-fsl.h to ehci-ci.h by Mateusz Kulikowski · 9 years ago
  63. e7d15f6 arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() by Ashish kumar · 9 years ago
  64. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  65. cbd618f powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx by Robert P. J. Day · 9 years ago
  66. b355f17 mpc83xx: Add strider board by Dirk Eibach · 9 years ago
  67. 18a53e1 powerpc: Finish updating u-boot*lds scripts for newer binutils by Tom Rini · 9 years ago
  68. 1a03a7e powerpc: Remove __ilog2_u64 and ffs4 from bitops by Fabio Estevam · 9 years ago
  69. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  70. b8cb075 powerpc: add 2 common dcache assembly functions by Valentin Longchamp · 10 years ago
  71. 51995c2 powerpc: ids8313: use "select" instead of default value in defconfig by Masahiro Yamada · 10 years ago
  72. 706b375 powerpc: mpc83xx: remove MPC8360ERDK, EMPC8360EMDS support by Masahiro Yamada · 10 years ago
  73. f74a027 mpc83xx: Add gdsys hrcon board by Dirk Eibach · 10 years ago
  74. e91e10a powerpc/mpc83xx: Zero boot_flags arg for calling board_init_f() by Valentin Longchamp · 10 years ago
  75. 6e0971b kconfig: add CONFIG_SUPPORT_SPL by Masahiro Yamada · 10 years ago
  76. 4cdede6 ppc: Zap Hymod board by Marek Vasut · 10 years ago
  77. aa9ecf8 powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7 by Masahiro Yamada · 10 years ago
  78. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  79. f36ffc4 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  80. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  81. 978679d qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · 10 years ago
  82. 04e3b3a mpc8313, bootcount: mpc8313 has no qe muram by Heiko Schocher · 11 years ago
  83. 227f0a5 Remove obsolete _LINUX_CONFIG_H macro by Masahiro Yamada · 11 years ago
  84. 7cad207 powerpc/83xx: Add support for get_svr() for 83xx devices by Ramneek Mehresh · 11 years ago
  85. 0573359 PowerPC: merge commonly-defined flags by Masahiro Yamada · 11 years ago
  86. 5f65050 powerpc/mpc8349: Use generic mpc85xx DDR driver by York Sun · 11 years ago
  87. a21803d Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xx by York Sun · 11 years ago
  88. f062659 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · 11 years ago
  89. f7b8743 powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c by Masahiro Yamada · 11 years ago
  90. 9287aa2 powerpc: mpc83xx: delete unused rules by Masahiro Yamada · 11 years ago
  91. 4fbb29d powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  92. 16b0806 powerpc/usb:Differentiate USB controller base address by ramneek mehresh · 11 years ago
  93. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  94. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  95. 06fd4dd 83xx/pcie: fix build error for 83xx pcie by Roy Zang · 12 years ago
  96. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  97. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  98. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  99. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  100. 9e247d1 ppc: arm: Move sdhc_clk into arch_global_data by Simon Glass · 12 years ago