aboutsummaryrefslogtreecommitdiff
path: root/board/mpc8540eval
AgeCommit message (Expand)AuthorFilesLines
2009-08-2885xx: Move to a common linker scriptKumar Gala1-151/+0
2009-08-2885xx: Remove redudant PLATFORM_CPPFLAGSKumar Gala1-5/+0
2009-07-01fsl_dma: Break out common memory initialization functionPeter Tyser1-31/+1
2009-07-018xxx: Move dma_init() call to common codePeter Tyser1-1/+1
2009-07-018xxx: Rename dma_xfer() to dmacpy()Peter Tyser1-13/+12
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho1-3/+1
2009-01-2885xx: Fix compile breakage with MPC8540EVALKumar Gala1-1/+1
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho1-1/+1
2008-11-18Align end of bss by 4 bytesSelvamuthukumar1-0/+1
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-18Pass dimm parameters to populate populate controller optionsHaiying Wang1-1/+4
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-68/+68
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-8/+8
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-02Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren1-0/+12
2008-08-27FSL DDR: Convert MPC8540EVAL to new DDR code.Kumar Gala3-5/+83
2008-07-11Fix some more print() format errors.Wolfgang Denk1-3/+5
2008-07-02Cleanup 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-17Remove 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 MPC8540EVAL to new TLB setupKumar Gala4-141/+79
2008-01-1685xx: Use proper defines for PCI addressesKumar Gala2-3/+3
2008-01-1685xx: convert remaining 85xx boards over to use new LAW init codeKumar Gala3-44/+55
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk1-1/+1
2008-01-09Reworked FSL Book-E TLB macros to be more readableKumar Gala1-66/+66
2007-12-11Stop using immap_t on 85xxKumar Gala1-8/+4
2007-12-11Stop using immap_t for guts offset on 85xxKumar Gala1-1/+1
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-8/+12
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
2005-08-01Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger1-30/+10
2005-07-29* Patch by Ron Alder, 11 July 2005Lunsheng Wang6-0/+1576