1. bda8947 powerpc: mpc8xx: remove get_immr() argument by Christophe Leroy · Fri Mar 16 17:20:39 2018 +0100
  2. 0a121f7 powerpc: mpc8xx: get rid of the multiple PVR_ values by Christophe Leroy · Fri Mar 16 17:20:35 2018 +0100
  3. 5c59bdf powerpc: mpc8xx: harmonise initialisation of the immap local pointer by Christophe Leroy · Fri Mar 16 17:20:33 2018 +0100
  4. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  5. aa270b4 drivers/misc: Share qbman init between archs by Ahmed Mansour · Fri Dec 15 16:01:00 2017 -0500
  6. acede7a Move CONFIG_PANIC_HANG to Kconfig by Masahiro Yamada · Mon Dec 04 12:37:00 2017 +0900
  7. 8df5dd3 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:17 2017 +0200
  8. 104a537 ata: Migrate CONFIG_SATA_SIL to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:14 2017 +0200
  9. 548b8ba powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores by York Sun · Tue Oct 17 08:00:21 2017 -0700
  10. ce10398 powerpc: Rework interrupt_init_cpu() by Tom Rini · Sun Aug 13 22:44:37 2017 -0400
  11. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · Thu Aug 03 12:22:14 2017 -0600
  12. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · Thu Aug 03 12:22:13 2017 -0600
  13. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  14. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · Thu Aug 03 12:21:59 2017 -0600
  15. e538bbc Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · Fri Aug 04 16:34:40 2017 -0600
  16. c88a09a Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · Fri Aug 04 16:34:34 2017 -0600
  17. a9e7f2c Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · Fri Aug 04 16:34:32 2017 -0600
  18. 0fb3606 PowerPC: mpc85xx: Update ft_verify_fdt by Tom Rini · Thu Aug 03 09:33:07 2017 -0400
  19. 00448d2 configs: Migrate CMD_NAND* by Tom Rini · Fri Jul 28 21:31:42 2017 -0400
  20. ad0ac4b powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · Mon Jul 24 17:47:27 2017 +0800
  21. 41f661d Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · Sun Jul 23 21:19:41 2017 -0600
  22. c20bb73 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · Sat Jul 22 18:36:16 2017 -0400
  23. 4a4750b powerpc, 8xx: fix missing function declarations. by Christophe Leroy · Thu Jul 13 15:10:08 2017 +0200
  24. 3d97f8e powerpc: move get_pvr() and get_svr() into C by Christophe Leroy · Thu Jul 13 15:10:06 2017 +0200
  25. 60425ee powerpc, 8xx: move cache helper into C by Christophe Leroy · Thu Jul 13 15:10:04 2017 +0200
  26. 9b021ae powerpc, 8xx: move get_immr() into C by Christophe Leroy · Thu Jul 13 15:10:02 2017 +0200
  27. 0ae15b9 powerpc, 8xx: Move cache function into C files by Christophe Leroy · Thu Jul 13 15:10:00 2017 +0200
  28. ea31cb2 powerpc, 8xx: Simplifying check_CPU() by Christophe Leroy · Thu Jul 13 15:09:58 2017 +0200
  29. 31f6e93 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · Thu Jul 13 15:09:54 2017 +0200
  30. b71ec9b powerpc, timer: Does 8xx specific actions in 8xx cpu_init by Christophe Leroy · Thu Jul 13 15:09:48 2017 +0200
  31. dd6e82b powerpc: get rid of addr_probe() by Christophe Leroy · Thu Jul 13 15:09:46 2017 +0200
  32. 297cbac powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() by Christophe Leroy · Thu Jul 13 15:09:44 2017 +0200
  33. 2c844c4 sata: Move drivers into new drivers/ata directory by Simon Glass · Wed Jun 14 21:28:26 2017 -0600
  34. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  35. 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · Wed Jun 14 21:28:24 2017 -0600
  36. 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · Wed Jun 14 21:28:21 2017 -0600
  37. 3598295 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · Fri Jul 07 10:16:42 2017 +0200
  38. 9ac4a54 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · Thu Jul 06 10:33:27 2017 +0200
  39. 8c3f122 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · Thu Jul 06 10:33:25 2017 +0200
  40. 56ef30a powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · Thu Jul 06 10:33:23 2017 +0200
  41. 23da373 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · Thu Jul 06 10:33:21 2017 +0200
  42. 0bc2dc2 powerpc, 8xx: Properly set CPM frequency in the device tree by Christophe Leroy · Thu Jul 06 10:33:19 2017 +0200
  43. 48f896d powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · Thu Jul 06 10:33:17 2017 +0200
  44. 16ad0a4 powerpc, 8xx: Implement GLL2 ERRATA by Christophe Leroy · Thu Jul 06 16:49:56 2017 +0200
  45. 394f9b3 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · Thu Jul 06 10:33:13 2017 +0200
  46. 684a485 powerpc, 8xx: move specific reginfo by Christophe Leroy · Thu Jul 06 10:33:11 2017 +0200
  47. ba4dafb powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ by Christophe Leroy · Thu Jul 06 10:33:09 2017 +0200
  48. 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · Thu Jul 06 10:23:22 2017 +0200
  49. 2028012 powerpc: remove 4xx support by Heiko Schocher · Tue Jun 27 16:49:14 2017 +0200
  50. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · Wed Jun 14 05:49:40 2017 +0200
  51. 622b7b3 treewide: remove unneeded semicolons by Masahiro Yamada · Tue Jun 13 15:17:28 2017 +0900
  52. 2eba9d9 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Jun 14 18:53:03 2017 -0400
  53. 9abcd94 powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS by York Sun · Wed May 17 10:19:35 2017 -0700
  54. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · Wed Jun 07 17:33:11 2017 +0200
  55. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · Wed Jun 07 17:33:10 2017 +0200
  56. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · Wed Jun 07 17:33:09 2017 +0200
  57. 7613579 common: powerpc: Move arch-specific headers by Simon Glass · Wed May 17 08:23:05 2017 -0600
  58. 4c3a620 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · Wed May 17 03:25:39 2017 -0600
  59. b569a01 Kconfig: Add a CONFIG_IDE option by Simon Glass · Wed May 17 03:25:30 2017 -0600
  60. 9fdc0de Convert CONFIG_CMD_ERRATA to Kconfig by Simon Glass · Wed May 17 03:25:15 2017 -0600
  61. 4590d4e Convert CONFIG_CMD_EEPROM et al to Kconfig by Simon Glass · Wed May 17 03:25:10 2017 -0600
  62. ba4d860 Convert CONFIG_CMD_ECCTEST to Kconfig by Simon Glass · Wed May 17 03:25:08 2017 -0600
  63. d5ec930 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Tue May 16 14:50:36 2017 -0400
  64. 7af4518 powerpc: t1024: Fix SRDS_MAX_LANES value by Paulo Zaneti · Fri May 05 11:08:18 2017 -0300
  65. 4be196a i2c: powerpc: Remove use of CONFIG_HARD_I2C by Simon Glass · Fri May 12 21:09:50 2017 -0600
  66. 78548ea fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · Fri Apr 28 08:51:44 2017 -0400
  67. 20ea563 Convert CONFIG_CMD_DIAG to Kconfig by Simon Glass · Wed Apr 26 22:28:08 2017 -0600
  68. 690f509 fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · Wed Apr 26 22:28:04 2017 -0600
  69. 519805e fs: Convert CONFIG_CMD_CRAMFS to Kconfig by Simon Glass · Wed Apr 26 22:28:03 2017 -0600
  70. aa0c457 Convert CONFIG_CMD_CHIP_CONFIG to Kconfig by Simon Glass · Wed Apr 26 22:28:00 2017 -0600
  71. bba41d9 powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram by Ruchika Gupta · Thu Mar 02 14:12:41 2017 +0530
  72. d35f338 board_f: Rename initdram() to dram_init() by Simon Glass · Thu Apr 06 12:47:05 2017 -0600
  73. 39f90ba board_f: Drop return value from initdram() by Simon Glass · Fri Mar 31 08:40:25 2017 -0600
  74. b4de3f3 board_f: Drop board_type parameter from initdram() by Simon Glass · Fri Mar 31 08:40:24 2017 -0600
  75. c04d5b9 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · Tue Mar 28 10:27:29 2017 -0600
  76. 156283f board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · Tue Mar 28 10:27:27 2017 -0600
  77. 4c974d7 board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · Tue Mar 28 10:27:24 2017 -0600
  78. 25eb4cb board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · Tue Mar 28 10:27:22 2017 -0600
  79. 61572ad board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · Tue Mar 28 10:27:21 2017 -0600
  80. ffe0fb4 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · Tue Mar 28 10:27:20 2017 -0600
  81. 863af89 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Feb 03 20:33:42 2017 -0500
  82. bedc562 arch: powerpc: update the eLBC IP input clock by Prabhakar Kushwaha · Thu Feb 02 15:02:00 2017 +0530
  83. 4c6be55 arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig by Prabhakar Kushwaha · Thu Feb 02 15:01:48 2017 +0530
  84. 3c48f58 arch: powerpc: update the IFC IP input clock by Prabhakar Kushwaha · Thu Feb 02 15:01:26 2017 +0530
  85. b0f8bae arch: powerpc: Move CONFIG_FSL_IFC to Kconfig by Prabhakar Kushwaha · Thu Feb 02 15:01:13 2017 +0530
  86. f2770f4 powerpc: mpc85xx: Use symbolic names for cache control bits by Mark Marshall · Tue Jan 24 15:40:23 2017 +0100
  87. 85df7b4 powerpc: mpc83xx: Enable pre-relocation malloc by mario.six@gdsys.cc · Tue Jan 17 08:33:48 2017 +0100
  88. d4f4a54 powerpc: mpc83xx: Minimize r1 modification by mario.six@gdsys.cc · Tue Jan 17 08:33:47 2017 +0100
  89. c8b0679 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · Wed Jan 25 17:09:01 2017 -0500
  90. ab051bb Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · Mon Jan 23 13:31:26 2017 -0700
  91. 8937073 powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · Mon Jan 23 13:31:23 2017 -0700
  92. 302445a powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · Mon Jan 23 13:31:22 2017 -0700
  93. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · Mon Jan 23 13:31:20 2017 -0700
  94. 8acb127 mpc85xx: pcie: Implement workaround for Erratum A007815 by Tony O'Brien · Fri Dec 02 09:22:34 2016 +1300
  95. a56d6c0 powerpc: mpc85xx: Implemente workaround for CPU erratum A-007907 by Darwin Dingel · Tue Oct 25 09:48:01 2016 +1300
  96. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · Sun Jan 22 19:43:11 2017 -0500
  97. 7eafac1 powerpc: mpc85xx: Move macro CONFIG_SYS_PPC64 to Kconfig by York Sun · Wed Dec 28 08:43:50 2016 -0800
  98. 0d3b859 powerpc: mpc85xx: Move CONFIG_SYS_FSL_QORIQ_CHASSIS* to Kconfig by York Sun · Wed Dec 28 08:43:49 2016 -0800
  99. f4e8a75 powerpc: E6500: Move macro CONFIG_E6500 to Kconfig by York Sun · Wed Dec 28 08:43:48 2016 -0800
  100. 4e57797 ddr: fsl: Move CONFIG_SYS_FSL_DDR_VER to Kconfig by York Sun · Wed Dec 28 08:43:46 2016 -0800