1. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  2. 7ff15ac powerpc: Finish updating u-boot*lds scripts for newer binutils by Tom Rini · 9 years ago
  3. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  4. ac33716 powerpc: add 2 common dcache assembly functions by Valentin Longchamp · 10 years ago
  5. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  6. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  7. c6d1262 powerpc: remove redundant CPU definition by Masahiro Yamada · 10 years ago
  8. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  9. 8bae330 powerpc/mpc86xx: Fix boot_flag for calling board_init_f() by York Sun · 10 years ago
  10. e386616 common: Add get_effective_memsize() to memsize.c by York Sun · 11 years ago
  11. 84acd1e powerpc: mpc86xx: move CONFIG_MPC86xx definition to CPU config.mk by Masahiro Yamada · 11 years ago
  12. de04d64 PowerPC: merge commonly-defined flags by Masahiro Yamada · 11 years ago
  13. 5614e71 Driver/DDR: Moving Freescale DDR driver to a common driver by York Sun · 11 years ago
  14. 06c1411 powerpc: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  15. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  16. 6b44d9e powerpcv2: Print hardcoded size like print_size() does by Shruti Kanetkar · 11 years ago
  17. 997399f powerpc: Fix CamelCase checkpatch warnings by Prabhakar Kushwaha · 11 years ago
  18. c63e137 powerpc/mpc8xxx: Add memory reset control by York Sun · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. e51e47d powerpc: mpc85xx/mpc86xx: Fix off-by-one boundary checking with ARRAY_SIZE by Axel Lin · 11 years ago
  21. 6770c5e powerpc: Use lower case for the core names by Fabio Estevam · 11 years ago
  22. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  23. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  24. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  25. 609e6ec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  26. 67ac13b ppc: Move lbc_clk and cpu to arch_global_data by Simon Glass · 12 years ago
  27. e76cd5d 8xxx: Change all 8*xx_DDR addresses to 8xxx by Andy Fleming · 12 years ago
  28. 20051f2 arch/powerpc/lib/board.c, *traps.c: sparse fixes by Kim Phillips · 12 years ago
  29. c7656ba Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  30. eb53941 powerpc/mpc85xx: software workaround for DDR erratum A-004468 by York Sun · 12 years ago
  31. 8b493a5 common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  32. 5567514 common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  33. ad37ef1 arch/powerpc/cpu/mpc86xx/cpu.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  34. 7f2229b GCC4.6: Squash warnings in mpc86xx/interrupts.c by Marek Vasut · 13 years ago
  35. 1605cc9 powerpc/mpc86xx: Disable translation for BAT setup by Becky Bruce · 13 years ago
  36. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  37. 8c4734e Revert "PowerPC: Add support for -msingle-pic-base" by Wolfgang Denk · 13 years ago
  38. 39768f7 PowerPC: Add support for -msingle-pic-base by Joakim Tjernlund · 14 years ago
  39. 33ee4c9 PowerPC: Move -fPIC flag to common place by Joakim Tjernlund · 14 years ago
  40. 44c6e65 rename _end to __bss_end__ by Po-Yu Chuang · 14 years ago
  41. cc1dd33 mpc8[5/6]xx: Ensure POST word does not get reset by John Schmoller · 14 years ago
  42. 5655136 powerpc/86xx: Enable common SRIO init code by Kumar Gala · 14 years ago
  43. af04247 powerpc/86xx: Add SERDES support on MPC8641 & MPC8610 by Kumar Gala · 14 years ago
  44. c22a711 74xx_7xx/mpc86xx/ppmc7xx: Fix do_reset() declaration by Peter Tyser · 14 years ago
  45. 337f5f5 PowerPC: Add relocation support for -fpic by Joakim Tjernlund · 14 years ago
  46. 4e2894b 86xx: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  47. fa11dbe arch/powerpc/*/config.mk: make CONFIG_SYS_LDSCRIPT settings work by Wolfgang Denk · 14 years ago
  48. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  49. 34bbf61 PowerPC: Don't destroy fixup table while doing fixups by Joakim Tjernlund · 14 years ago
  50. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  51. 553f098 Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE by Wolfgang Denk · 14 years ago
  52. 68337fb 86xx: Use gc-sections to reduce image size by Peter Tyser · 14 years ago
  53. bd9715e 86xx: Create common linker script by Kumar Gala · 14 years ago
  54. d1e0b10 powerpc: do not fixup NULL ptrs by Joakim Tjernlund · 14 years ago
  55. d98b052 powerpc: Cleanup BOOTFLAG_* references by Peter Tyser · 14 years ago
  56. 14d0a02 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  57. 52ebd9c powerpc: Remove warm reset entry point by Peter Tyser · 14 years ago
  58. f51cdaf 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  59. 8f3a7fa powerpc/8xxx: Add is_core_disabled to remove disabled cores from dtb by Kumar Gala · 14 years ago
  60. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  61. a47a12b Move arch/ppc to arch/powerpc by Stefan Roese · 14 years ago