1. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  2. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  3. c0bc2a7 powerpc: mpc8xx: move watchdog into drivers/watchdog by Christophe Leroy · 7 years ago
  4. 5c5da43 powerpc: mpc8xx: cleaning up watchdog by Christophe Leroy · 7 years ago
  5. ab0d819 powerpc: mpc8xx: refactorise reginfo by Christophe Leroy · 7 years ago
  6. 872807b powerpc: mpc8xx: initialisation of initial RAM by Christophe Leroy · 7 years ago
  7. 18f8d4c powercp: mpc8xx: move commproc.h by Christophe Leroy · 7 years ago
  8. ee1e600 powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · 7 years ago
  9. 0ebb538 powerpc: mpc8xx: remove get_immr() argument by Christophe Leroy · 7 years ago
  10. fdef389 powerpc: mpc8xx: get rid of the multiple PVR_ values by Christophe Leroy · 7 years ago
  11. 374a0e3 powerpc: mpc8xx: harmonise initialisation of the immap local pointer by Christophe Leroy · 7 years ago
  12. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  13. 4426232 drivers/misc: Share qbman init between archs by Ahmed Mansour · 7 years ago
  14. 7e3caa8 Move CONFIG_PANIC_HANG to Kconfig by Masahiro Yamada · 7 years ago
  15. 9920d15 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  16. c88ecf4 ata: Migrate CONFIG_SATA_SIL to Kconfig by Tuomas Tynkkynen · 7 years ago
  17. 1e0d51a powerpc: mpc85xx: Implement CPU erratum A-007907 for secondary cores by York Sun · 7 years ago
  18. deff9b1 powerpc: Rework interrupt_init_cpu() by Tom Rini · 7 years ago
  19. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  20. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  21. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  22. c1c3fe2 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  23. fa37922 Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · 7 years ago
  24. 6500ec7 Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · 7 years ago
  25. 0091362 Convert CONFIG_CMD_PCA953X to Kconfig by Simon Glass · 7 years ago
  26. 217324b PowerPC: mpc85xx: Update ft_verify_fdt by Tom Rini · 7 years ago
  27. 8f1a80e configs: Migrate CMD_NAND* by Tom Rini · 7 years ago
  28. 2b71d09 powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  29. 85fc970 Convert CONFIG_ENV_IS_IN_FLASH to Kconfig by Simon Glass · 7 years ago
  30. d56b4b1 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
  31. 08dd988 powerpc, 8xx: fix missing function declarations. by Christophe Leroy · 7 years ago
  32. ba2c5a5 powerpc: move get_pvr() and get_svr() into C by Christophe Leroy · 7 years ago
  33. 506cb8b powerpc, 8xx: move cache helper into C by Christophe Leroy · 7 years ago
  34. 7fd697f powerpc, 8xx: move get_immr() into C by Christophe Leroy · 7 years ago
  35. 1e7cefe powerpc, 8xx: Move cache function into C files by Christophe Leroy · 7 years ago
  36. 36d3260 powerpc, 8xx: Simplifying check_CPU() by Christophe Leroy · 7 years ago
  37. f3603b4 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · 7 years ago
  38. 93e85d0 powerpc, timer: Does 8xx specific actions in 8xx cpu_init by Christophe Leroy · 7 years ago
  39. 0819450 powerpc: get rid of addr_probe() by Christophe Leroy · 7 years ago
  40. 7a0a550 powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() by Christophe Leroy · 7 years ago
  41. f2105c6 sata: Move drivers into new drivers/ata directory by Simon Glass · 7 years ago
  42. 10e40d5 Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  43. 3bf926c Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  44. fedb428 Convert CONFIG_SCSI to Kconfig by Simon Glass · 7 years ago
  45. 53193a4 powerpc, 8xx: Add support for MCR3000 board from CSSI by Christophe Leroy · 7 years ago
  46. dd7ff47 powerpc, 8xx: move Serial driver to drivers/serial/ by Christophe Leroy · 7 years ago
  47. f88c431 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · 7 years ago
  48. fad51ac powerpc, 8xx: move FEC Ethernet driver in drivers/net by Christophe Leroy · 7 years ago
  49. b1e41d1 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · 7 years ago
  50. 6f65e75 powerpc, 8xx: Properly set CPM frequency in the device tree by Christophe Leroy · 7 years ago
  51. 70fd071 powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks by Christophe Leroy · 7 years ago
  52. 73bc94c powerpc, 8xx: Implement GLL2 ERRATA by Christophe Leroy · 7 years ago
  53. ba3da73 powerpc, 8xx: Use IO accessors to access IO memory by Christophe Leroy · 7 years ago
  54. d794966 powerpc, 8xx: move specific reginfo by Christophe Leroy · 7 years ago
  55. debd1f3 powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ by Christophe Leroy · 7 years ago
  56. 907208c powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  57. 98f705c powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  58. 064b55c powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  59. 51855e8 treewide: remove unneeded semicolons by Masahiro Yamada · 7 years ago
  60. 4f58002 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 7 years ago
  61. 3913191 powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADS by York Sun · 7 years ago
  62. 5025897 powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  63. 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  64. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  65. 8504315 common: powerpc: Move arch-specific headers by Simon Glass · 7 years ago
  66. 1b33089 Convert CONFIG_CMD_IRQ to Kconfig by Simon Glass · 7 years ago
  67. fc843a0 Kconfig: Add a CONFIG_IDE option by Simon Glass · 7 years ago
  68. 230ecd7 Convert CONFIG_CMD_ERRATA to Kconfig by Simon Glass · 7 years ago
  69. a1dc980 Convert CONFIG_CMD_EEPROM et al to Kconfig by Simon Glass · 7 years ago
  70. d63323f Convert CONFIG_CMD_ECCTEST to Kconfig by Simon Glass · 7 years ago
  71. a9f4742 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 7 years ago
  72. fbe44dd powerpc: t1024: Fix SRDS_MAX_LANES value by Paulo Zaneti · 7 years ago
  73. 7ffce4f i2c: powerpc: Remove use of CONFIG_HARD_I2C by Simon Glass · 7 years ago
  74. 26d6119 fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · 7 years ago
  75. 3bd25cb Convert CONFIG_CMD_DIAG to Kconfig by Simon Glass · 7 years ago
  76. 80e44cf fs: Kconfig: Add a separate option for FS_CRAMFS by Simon Glass · 7 years ago
  77. 9707274 fs: Convert CONFIG_CMD_CRAMFS to Kconfig by Simon Glass · 7 years ago
  78. 854fcd5 Convert CONFIG_CMD_CHIP_CONFIG to Kconfig by Simon Glass · 7 years ago
  79. 668ec87 powerpc: e6500: Lock/unlock 1 cache instead of L1 as init_ram by Ruchika Gupta · 8 years ago
  80. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  81. 088454c board_f: Drop return value from initdram() by Simon Glass · 8 years ago
  82. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 8 years ago
  83. 8749fa6 board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private by Simon Glass · 8 years ago
  84. d891ab9 board_f: powerpc: Move prt_83xx_rsr() to private code by Simon Glass · 8 years ago
  85. 70e2aaf board_f: powerpc: Use timer_init() instead of init_timebase() by Simon Glass · 8 years ago
  86. 75efc34 board_f: Remove adjust_sdram_tbs_8xx() from the init sequence by Simon Glass · 8 years ago
  87. 2634555 board_f: Remove sdram_adjust_866() from the init sequence by Simon Glass · 8 years ago
  88. d593c61 board_f: powerpc: Rename get_clocks_866() to get_clocks() by Simon Glass · 8 years ago
  89. c83a824 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  90. add63f9 arch: powerpc: update the eLBC IP input clock by Prabhakar Kushwaha · 8 years ago
  91. 0687897 arch: powerpc: Move CONFIG_FSL_ELBC to Kconfig by Prabhakar Kushwaha · 8 years ago
  92. 1c40707 arch: powerpc: update the IFC IP input clock by Prabhakar Kushwaha · 8 years ago
  93. d98b98d arch: powerpc: Move CONFIG_FSL_IFC to Kconfig by Prabhakar Kushwaha · 8 years ago
  94. 2ec7096 powerpc: mpc85xx: Use symbolic names for cache control bits by Mark Marshall · 8 years ago
  95. dbcb2c0 powerpc: mpc83xx: Enable pre-relocation malloc by mario.six@gdsys.cc · 8 years ago
  96. e80311a powerpc: mpc83xx: Minimize r1 modification by mario.six@gdsys.cc · 8 years ago
  97. 79a34b7 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 8 years ago
  98. a009f36 Drop prt_mpc5xxx_clks() in favour of print_cpuinfo() by Simon Glass · 8 years ago
  99. 8f3086a powerpc: Drop CONFIG_SYS_ALLOC_DPRAM by Simon Glass · 8 years ago
  100. cbcbf71 powerpc: Drop probecpu() in favour of arch_cpu_init() by Simon Glass · 8 years ago