1. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  2. 3400655 mpc5xxx: Add stub implementation of cache functions by Vasili Galka · 10 years ago
  3. aec6f8c powerpc: mpc8xx: remove FLAGADM board support by Masahiro Yamada · 10 years ago
  4. 6bde1ec powerpc: mpc8xx: remove GEN860T, GEN806T_SC board support by Masahiro Yamada · 10 years ago
  5. 4723ce4 powerpc: mpc8xx: remove SXNI855T board support by Masahiro Yamada · 10 years ago
  6. d1a4aaf powerpc: mpc8xx: remove svm_sc8xx board by Masahiro Yamada · 10 years ago
  7. 0ace4d9 powerpc: mpc8xx: remove stxxtc board support by Masahiro Yamada · 10 years ago
  8. 390619d powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options by Shaveta Leekha · 10 years ago
  9. ce249d9 powerpc/t104xrdb: support deep sleep in SPI/SD boot by Tang Yuantian · 10 years ago
  10. dcdb61a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  11. 0f8062b mpc85xx: watchdog initialisation added by Boschung, Rainer · 10 years ago
  12. 3345d18 mpc85xx: fix interrupt init to not affect watchdog by Boschung, Rainer · 10 years ago
  13. c6d1262 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  14. 5114879 kconfig: switch to Kconfig by Masahiro Yamada · 10 years ago
  15. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  16. 302e609 Merge git://www.denx.de/git/u-boot-ppc4xx by Tom Rini · 10 years ago
  17. d5f8a6d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  18. d29437a ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARD by Dirk Eibach · 10 years ago
  19. 709ea54 stdio: Pass device pointer to stdio methods by Simon Glass · 10 years ago
  20. 7cb7272 mpc85xx/t104x: Enable L2 and CPC cache when resume by Tang Yuantian · 10 years ago
  21. a1399a9 powerpc/chassis2: Configure and enable L2 cache for PPC clusters only by Shaveta Leekha · 10 years ago
  22. d43a386 powerpc/mpc85xx: Removed support for G4060 by Sandeep Singh · 10 years ago
  23. 38d67a4e qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · 10 years ago
  24. 605714f powerpc/85xx: add fdt_fixup_dma3 by Shengzhou Liu · 10 years ago
  25. 443a2ec blackfin, powerpc: remove redundant definitions of ARRAY_SIZE by Masahiro Yamada · 10 years ago
  26. 98ad54b mpc8xx: remove spc1920 board support by Masahiro Yamada · 10 years ago
  27. 03f9d7d mpc8xx: remove fads board support by Masahiro Yamada · 10 years ago
  28. c51c1c9 mpc8xx: remove netta, netta2, netphone board support by Masahiro Yamada · 10 years ago
  29. 0657e46 mpc8xx: remove RPXlite_dw, quantum board support by Masahiro Yamada · 10 years ago
  30. dab0f76 mpc8xx: remove qs850, qs860t board support by Masahiro Yamada · 10 years ago
  31. 3e1fa22 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  32. 66948c2 nand_spl: remove nand_spl infrastructure by Masahiro Yamada · 10 years ago
  33. 377ffcf powerpc/mpc85xx: Add workaround to enable TDM on T1040 by Sandeep Singh · 10 years ago
  34. b6808cd powerpc/serdes: Add the workaround for erratum A-007186 by Shaveta Leekha · 10 years ago
  35. 9855b3b powerpc/mpc85xx: Add workaround for DDR erratum A004508 by York Sun · 10 years ago
  36. aaee523 powerpc/t2080: add serdes2 protocol 0x27 by Shengzhou Liu · 10 years ago
  37. 94752f6 powerpc/t4qds: Add alternate serdes protocols to align with A-007186 by Shaohui Xie · 10 years ago
  38. 9752eb6 board/t208x: update t2080qds/t2080rdb for errata A-007186 by Shengzhou Liu · 10 years ago
  39. facb672 powerpc: mpc8260ads: remove orphan board by Masahiro Yamada · 10 years ago
  40. 9c3fdd8 powerpc/mpc85xx: Added B4460 support by Shaveta Leekha · 10 years ago
  41. f1a96ec fsl/pci: Add workaround for erratum A-005434 by Chunhe Lan · 10 years ago
  42. 8bae330 powerpc/mpc86xx: Fix boot_flag for calling board_init_f() by York Sun · 10 years ago
  43. 701e640 powerpc/mpc85xx: Fix boot_flag for calling board_init_f() by York Sun · 10 years ago
  44. 73a56b6 powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f() by York Sun · 10 years ago
  45. f13c915 powerpc/mpc85xx: Update TLB CAMs in relocated mode by Alexander Graf · 10 years ago
  46. a6c46b9 PPC 85xx QEMU: Don't use HID1 by Alexander Graf · 10 years ago
  47. b539534 PPC 85xx QEMU: Always assume 1 core by Alexander Graf · 10 years ago
  48. 5122dfa powerpc/85xx: add T4080 SoC support by Shengzhou Liu · 10 years ago
  49. 0b2e13d powerpc/85xx: Add T4240RDB board support by Chunhe Lan · 10 years ago
  50. 6f2ed0e cosmetic: delete misleading comment /* CONFIG_BOARDDIR */ by Masahiro Yamada · 10 years ago
  51. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  52. b71bf4a Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Tom Rini · 10 years ago
  53. 9950969 mpc8313, bootcount: mpc8313 has no qe muram by Heiko Schocher · 11 years ago
  54. b33bd8c powerpc/mpc85xx:Update FM1 clock select and shift for B4420 by Prabhakar Kushwaha · 10 years ago
  55. d1c561c powerpc/mpc85xx: Add Differential SYSCLK config support T1040 by Nikhil Badola · 10 years ago
  56. 0c12a15 powerpc/85xx: Enhance get_sys_info() to check clocking mode by vijay rai · 10 years ago
  57. 0938b60 powerpc/mpc85xx:Avoid fix address of bootpg section by Prabhakar Kushwaha · 11 years ago
  58. 6b3d588 powerpc/mpc85xx:Disable non DDR LAWs before init_law by Prabhakar Kushwaha · 11 years ago
  59. 651fcf6 powerpc:Add support of SPL non-relocation by Prabhakar Kushwaha · 11 years ago
  60. 49efe85b powerpc/mpc85xx: Avoid hardcoding in SPL linker script by Prabhakar Kushwaha · 11 years ago
  61. b26df18 powerpc/mpc85xx: Move LAW_EN define outside of config by Prabhakar Kushwaha · 11 years ago
  62. 169ee57 powerpc/mpc85xx: Remove QE firmware copy from NAND by Prabhakar Kushwaha · 10 years ago
  63. aade200 mpc85xx/t104x: Add deep sleep framework support by Tang Yuantian · 10 years ago
  64. d616fc5 powerpc/cpu/mpc85xx: Add MAC address for layer 2 switch by Codrin Ciubotariu · 11 years ago
  65. c3678b0 powerpc/mpc85xx: Add workaround for erratum A007212 by York Sun · 11 years ago
  66. 1185691 fsl/usb: Workaround for USB erratum-A007075 by Nikhil Badola · 11 years ago
  67. 8d451a7 powerpc/85xx: Fix e6500 L2 cache stash IDs by Scott Wood · 11 years ago
  68. 2a44efe QE/U-QE: Add U-QE support by Zhao Qiang · 11 years ago
  69. dcf1d77 QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR by Zhao Qiang · 11 years ago
  70. fb4a240 powerpc/mpc85xx: SECURE BOOT- Add secure boot target for B4860QDS by Aneesh Bansal · 11 years ago
  71. f978f7c powerpc/mpc85xx: SECURE BOOT- Add secure boot target for BSC9132QDS by Aneesh Bansal · 11 years ago
  72. 7efb4b5 powerpc/mpc8xxx: SECURE BOOT- Disable law 0 for non PBL platforms by Aneesh Bansal · 11 years ago
  73. fa08d39 PPC 85xx: Add qemu-ppce500 machine by Alexander Graf · 10 years ago
  74. fd96ea4 PPC 85xx: Add ELF entry point by Alexander Graf · 10 years ago
  75. f29f804 PPC: 85xx: Generalize DDR TLB mapping function by Alexander Graf · 10 years ago
  76. 46a3468 PPC: 85xx: Remove IVOR reset by Alexander Graf · 10 years ago
  77. 03f2ecc powerpc: remove MOUSSE board support by Masahiro Yamada · 11 years ago
  78. 4fb3925 powerpc: remove RPXClassic, RPXlite boards support by Masahiro Yamada · 11 years ago
  79. aa6e1e4 powerpc: remove ADS860, FADS823, FADS850SAR, FADS860T support by Masahiro Yamada · 11 years ago
  80. d6b11fd powerpc: remove MBX and MBX860T boards support by Masahiro Yamada · 11 years ago
  81. dc2164d powerpc: mpc8xx: delete an unused source file by Masahiro Yamada · 11 years ago
  82. 5ee828c kbuild: rename OBJTREE to objtree by Masahiro Yamada · 11 years ago
  83. 4379ac6 kbuild: rename TOPDIR to stctree by Masahiro Yamada · 11 years ago
  84. eb838e7 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  85. 247161b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  86. 9c641a8 powerpc/usb: Workaround for erratum-A006261 by Suresh Gupta · 11 years ago
  87. 7af9a07 powerpc/b4860: Add workaround for errata A006384 and A006475 by Shaveta Leekha · 11 years ago
  88. c7d506d 85xx/b4860: Alternate serdes protocols for B4860/B4420 by poonam aggrwal · 11 years ago
  89. 5e5097c board/b4860qds: Add support to make Aurora work on B4860QDS by Shaveta Leekha · 11 years ago
  90. 58dac32 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
  91. 345b77b ppc4xx: Remove 4xx NAND booting support by Stefan Roese · 11 years ago
  92. a7e8c15 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  93. 35c471e powerpc/t208x: some update to support t2081 by Shengzhou Liu · 11 years ago
  94. e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  95. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  96. 96bda02 powerpc/mpc85xx: Update serdes protocols for T1040 by Prabhakar Kushwaha · 11 years ago
  97. 4393fd4 powerpc/mpc85xx: Update LIODNs for T1040 by poonam aggrwal · 11 years ago
  98. b2a6dfe powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definition by Masahiro Yamada · 11 years ago
  99. 84acd1e powerpc: mpc86xx: move CONFIG_MPC86xx definition to CPU config.mk by Masahiro Yamada · 11 years ago
  100. d40ddae powerpc: mpc85xx: move CONFIG_MPC85xx definition to CPU config.mk by Masahiro Yamada · 11 years ago