aboutsummaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx
AgeCommit message (Expand)Author
2009-07-10board support patch for phyCORE-MPC5200B-tinyJon Smirl
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel
2009-04-28Replace __attribute references with __attribute__Peter Tyser
2009-04-05mpc5200: reduce delays in i2cJon Smirl
2009-03-25mpc5200: suppress printf until console initializedJon Smirl
2009-03-20Add support for the digsy MTC board.Grzegorz Bernacki
2009-03-20Fix all linker script to handle all rodata sectionsTrent Piepho
2009-03-20cpu/: get mac address from environmentMike Frysinger
2009-03-18mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.cGrzegorz Bernacki
2009-02-07pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser
2008-11-18Align end of bss by 4 bytesSelvamuthukumar
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren
2008-08-29Move MPC5xxx_FEC driver to drivers/netBen Warren
2008-08-27mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.Heiko Schocher
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk
2008-08-21Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 BoardsAxel Beierlein
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-25USB: fix more GCC 4.2.x aliasing warningsWolfgang Denk
2008-04-17Remove all the search paths from the .lds files.Jason Wessel
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka
2008-03-25MPC5200: support setup without FECAndré Schwarz
2008-02-21[new uImage] Pull in libfdt if CONFIG_FIT is enabledMarian Balakowicz
2008-02-14PPC: Use r2 instead of r29 as global data pointerWolfgang Denk
2008-01-12MPC5200: don't use hardcoded MBAR address in Bestcomm firmwareOliver Weber
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk
2008-01-12added basic support for the MUNICes board.Heiko Schocher
2007-11-21Move do_fixup* for libfdt into common codeKumar Gala
2007-11-15Revert "Correct fixup relocation for MPC5xxx"Grant Likely
2007-09-06Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely
2007-08-29MPC5xxx: fix some compiler warnings in USB codeMartin Krause
2007-08-29Minor coding style cleanup.Wolfgang Denk
2007-08-28[UC101] Fix: if no CF in the board, U-Boot resets sometimes.Heiko Schocher
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2007-08-07Merge with /home/tur/git/u-boot#cm5200-siWolfgang Denk
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk
2007-08-03cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.Bartlomiej Sieka
2007-07-11CM1.QP1: Support for the Schindler CM1.QP1 board.Bartlomiej Sieka
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04Correct fixup relocation for MPC5xxxGrant Likely
2007-07-04Consolidate mpc5xxx linker scriptsGrant Likely
2007-07-04cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-06-22[ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski