1. 06ec4d5 board/freescale/mpc8548cds/mpc8548cds.c: Fix GCC 4.6 build warning by Kumar Gala · 13 years ago
  2. d1077b6 powerpc/mpc8548cds: Fix network initialization by chenhui zhao · 13 years ago
  3. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  4. e97171e powerpc/mpc8548cds: Code cleanup and refactoring by chenhui zhao · 13 years ago
  5. 701a8e4 powerpc/mpc85xxcds: Fix PCI speed by chenhui zhao · 13 years ago
  6. 33b53e4 powerpc/mpc8548cds: Fix booting message by chenhui zhao · 13 years ago
  7. 72a25fa powerpc/mpc8548cds: Cleanup mpc8548cds.c by Zhao Chenhui · 13 years ago
  8. 2436cb1 powerpc/mpc8548cds: set pci1_hose.config_table after fsl_setup_hose by Zhao Chenhui · 13 years ago
  9. c68e86c powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board by Kumar Gala · 14 years ago
  10. b78c7bf powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() by Kumar Gala · 14 years ago
  11. ad4e9d4 powerpc/85xx: Convert MPC8548CDS to use common SRIO init code by Kumar Gala · 14 years ago
  12. ac79985 powerpc/85xx: Rework MPC8548CDS pci_init_board to use common FSL PCIe code by Kumar Gala · 14 years ago
  13. 2d8ecac MPC8xxx DDR: align informational prints by Becky Bruce · 14 years ago
  14. b88d3d0 mpc85xx: rename sdram_init() lbc_sdram_init() by Becky Bruce · 14 years ago
  15. 5e35d8a mpc85xx boards: initdram() cleanup/bugfix by Becky Bruce · 14 years ago
  16. 3d02038 powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured by Kumar Gala · 14 years ago
  17. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  18. 2b91f71 fsl: Clean up printing of PCI boot info by Peter Tyser · 14 years ago
  19. 291ba1b Makefile: move all Power Architecture boards into boards.cfg by Wolfgang Denk · 14 years ago
  20. 0708bc6 Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE by Wolfgang Denk · 14 years ago
  21. d0f27d3 powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases by Kumar Gala · 14 years ago
  22. 0d4cee1 83xx/85xx/86xx: LBC register cleanup by Becky Bruce · 14 years ago
  23. 62825a5 PCIe, USB: Replace 'end point' references with 'endpoint' by Peter Tyser · 15 years ago
  24. a737f5a ppc/85xx: Clean up MPC8548 CDS PCI setup code by Kumar Gala · 15 years ago
  25. 6eca2a6 ppc: Remove pci config table pointer relocation fixups by Peter Tyser · 15 years ago
  26. 666ced1 ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host by Kumar Gala · 15 years ago
  27. 2cca63f 85xx: Move to a common linker script by Kumar Gala · 15 years ago
  28. 4c81ed1 85xx: Remove redudant PLATFORM_CPPFLAGS by Kumar Gala · 15 years ago
  29. e770f35 pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init by Kumar Gala · 15 years ago
  30. 65e198d pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init by Kumar Gala · 15 years ago
  31. d6bab95 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs by Kumar Gala · 16 years ago
  32. 9bbd643 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h by Kumar Gala · 16 years ago
  33. 727c6a6 85xx: Use common LSDMR defines from asm/fsl_lbc.h by Kumar Gala · 16 years ago
  34. 4438e5e Fix all linker script to handle all rodata sections by Trent Piepho · 16 years ago
  35. ef43b6e 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards by Kumar Gala · 16 years ago
  36. a011b5e 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards by Kumar Gala · 16 years ago
  37. 64bb6d1 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards by Kumar Gala · 16 years ago
  38. 3fe8087 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards by Kumar Gala · 16 years ago
  39. 1b560ac mpc8xxx: LCRR[CLKDIV] is sometimes five bits by Trent Piepho · 16 years ago
  40. af7c3e3 85xx: Add PORDEVSR_PCI1 define by Peter Tyser · 16 years ago
  41. 30103c6 85xx: Add CPU 2 errata workaround to all 8548 boards by Peter Tyser · 16 years ago
  42. d3ca124 85xx: remove the unused ddr_enable_ecc in the board file by Dave Liu · 16 years ago
  43. 82f15f3 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  44. c10a0c4 85xx: Convert all fsl_pci_init users to new APIs by Kumar Gala · 16 years ago
  45. fa44036 Pass dimm parameters to populate populate controller options by Haiying Wang · 16 years ago
  46. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. c378bae FSL DDR: Convert MPC8548CDS to new DDR code. by Jon Loeliger · 17 years ago
  48. 52158f7 mpc85xx: workaround old binutils bug by Kumar Gala · 16 years ago
  49. 4d7744c mpc85xx: Update linker scripts for Freescale boards by Kumar Gala · 16 years ago
  50. 6140a02 Cleanup out-or-tree building for some boards (.depend) by Wolfgang Denk · 16 years ago
  51. bd99ae7 Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  52. 994fdba 85xx/86xx: Move to dynamic mgmt of LAWs by Kumar Gala · 16 years ago
  53. 873a5f4 85xx: remove dummy board_early_init_f by Kumar Gala · 16 years ago
  54. c4b6249 85xx: Remove unused and unconfigured memory test code. by Kumar Gala · 16 years ago
  55. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  56. 59f96cf 85xx: Limit CPU2 workaround to parts that have the errata by Andy Fleming · 17 years ago
  57. d2081d1 Remove all the search paths from the .lds files. by Jason Wessel · 17 years ago
  58. 6bcdb40 FSL: Clean up board/freescale/common/Makefile by Jon Loeliger · 17 years ago
  59. d33a55f 85xx: Add the concept of CFG_CCSRBAR_PHYS by Kumar Gala · 17 years ago
  60. de9737d Remove erroneous or extra spd.h #includers. by Jon Loeliger · 17 years ago
  61. 1242b88 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup by Kumar Gala · 17 years ago
  62. 9116b7c 85xx: Use proper defines for PCI addresses by Kumar Gala · 17 years ago
  63. 35b2b09 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code by Kumar Gala · 17 years ago
  64. 828a978 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections by Wolfgang Denk · 17 years ago
  65. 1ad4b3b Reworked FSL Book-E TLB macros to be more readable by Kumar Gala · 17 years ago
  66. b351f50 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. by Kumar Gala · 17 years ago