summaryrefslogtreecommitdiff
path: root/board/sbc8560
AgeCommit message (Expand)AuthorFilesLines
2011-11-11board/sbc8560/sbc8560.c: Fix GCC 4.6 build warningKumar Gala1-2/+1
2011-10-16punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala1-22/+0
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala1-8/+0
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce1-92/+1
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-3/+3
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-19Makefile: move all Power Architecture boards into boards.cfgWolfgang Denk1-30/+0
2010-10-19Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher1-1/+1
2010-07-1683xx/85xx/86xx: LBC register cleanupBecky Bruce1-3/+3
2009-08-2985xx: Move to a common linker scriptKumar Gala1-151/+0
2009-08-2985xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-3/+0
2009-07-02fsl_dma: Break out common memory initialization functionPeter Tyser1-31/+1
2009-07-028xxx: Move dma_init() call to common codePeter Tyser1-1/+1
2009-07-028xxx: Rename dma_xfer() to dmacpy()Peter Tyser1-13/+12
2009-03-21Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-01-2985xx: Fix compile breakage with sbc8540 and sbc8560Wolfgang Denk1-1/+1
2008-11-19Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk1-5/+7
2008-10-18Pass dimm parameters to populate populate controller optionsHaiying Wang1-1/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-39/+39
2008-08-27FSL DDR: Convert SBC8560 to new DDR code.Kumar Gala4-5/+81
2008-07-15sbc8560: add in ft_board_setup()Paul Gortmaker1-0/+28
2008-07-15sbc8560: properly set cs0_bnds for 512MBPaul Gortmaker1-0/+4
2008-07-03Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk1-1/+1
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-1185xx/86xx: Move to dynamic mgmt of LAWsKumar Gala1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk1-4/+4
2008-04-18Remove all the search paths from the .lds files.Jason Wessel1-1/+0
2008-03-2685xx: Add the concept of CFG_CCSRBAR_PHYSKumar Gala1-1/+1
2008-03-05Remove erroneous or extra spd.h #includers.Jon Loeliger1-4/+2
2008-01-1785xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setupKumar Gala4-124/+66
2008-01-1785xx: Use proper defines for PCI addressesKumar Gala2-3/+3
2008-01-1785xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init codeKumar Gala3-47/+61
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2008-01-10Reworked FSL Book-E TLB macros to be more readableKumar Gala1-47/+47
2007-12-12Stop using immap_t on 85xxKumar Gala1-7/+4
2007-12-12Stop using immap_t for guts offset on 85xxKumar Gala1-2/+1
2006-10-21Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger1-1/+0
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-10-29Add support for multiple PHYs.Marian Balakowicz1-3/+8
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-07-23* Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger1-1/+0
2004-10-11* Patch by Michael Bendzick, 30 Aug 2004:wdenk2-1/+4
2004-08-02* Code cleanupwdenk1-1/+3
2004-07-11* Patch by Fred Klatt, 25 Jun 2004:wdenk5-0/+854