aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Remove erroneous or extra spd.h #includers.Jon Loeliger17-62/+10
2008-02-2086xx: Fix GUR PCI config registers properly.Jon Loeliger2-4/+8
2008-02-198610HPCD: Fix typos in two PCI setup registers.Jon Loeliger1-3/+2
2008-02-1886xx: Convert sbc8641d to use libfdt.Jon Loeliger1-15/+3
2008-02-1486xx: Fix compilation warning in sys_eprom.cJon Loeliger1-1/+1
2008-01-2486xx: Remove old-style law setup codeBecky Bruce6-332/+0
2008-01-2486xx: Convert mpc8610hpcd to new law setup method.Becky Bruce2-1/+45
2008-01-2486xx: Support new law setup method and convert mpc8641Becky Bruce2-1/+65
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk21-2/+2321
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk1-41/+71
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk35-1762/+1203
2008-01-17ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB boardTsiChungLiew10-0/+1298
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew4-0/+300
2008-01-17ColdFire: Add M5373EVB platform support - 1TsiChungLiew6-0/+721
2008-01-17ColdFire: Update FlexBus CS for MCF532xTsiChungLiew1-2/+2
2008-01-17codingstyle cleanup for spi driverKim Phillips1-1/+1
2008-01-17FSL: Fix common EEPROM_data structure definitionHaiying Wang1-41/+71
2008-01-17Implement hard SPI driver on MPC8349EMDSBen Warren1-0/+29
2008-01-1785xx: Convert MPC8568 MDS to new TLB setupKumar Gala4-183/+101
2008-01-1785xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setupKumar Gala12-583/+331
2008-01-1785xx: Convert MPC8540/MPC8560 ADS to new TLB setupKumar Gala8-433/+262
2008-01-1785xx: Convert MPC8544 DS to new TLB setupKumar Gala4-179/+100
2008-01-1685xx: Use proper defines for PCI addressesKumar Gala11-36/+36
2008-01-1685xx: convert remaining 85xx boards over to use new LAW init codeKumar Gala3-59/+63
2008-01-1685xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init codeKumar Gala9-173/+192
2008-01-1685xx: convert MPC8540/MPC8560 ADS over to use new LAW init codeKumar Gala6-110/+118
2008-01-1685xx: convert MPC8544 DS over to use new LAW init codeKumar Gala3-49/+43
2008-01-16Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk6-133/+120
2008-01-16Add support for the MPC837xERDBKim Phillips4-0/+287
2008-01-16FSL: Generalize PIXIS reset command parsing.James Yang1-108/+106
2008-01-16FSL: Convert board/freescale/common/Makefile to use CONFIG_Jon Loeliger6-25/+14
2008-01-16mpc83xx: clean up mpc8360emds.c warningsKim Phillips1-7/+7
2008-01-16mpc83xx: fix phy-connection-type fixup codeKim Phillips1-9/+15
2008-01-16mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)Kumar Gala3-3/+3
2008-01-16mpc83xx: Add the support for MPC8315ERDB boardDave Liu4-0/+303
2008-01-13MPC8544DS: fix board Makefile for silent build (with -s)Wolfgang Denk1-1/+1
2008-01-12Fix linker scripts: add NOLOAD atribute to .bss/.sbss sectionsWolfgang Denk14-14/+14
2008-01-12Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk3-0/+418
2008-01-10mpc83xx: add support for the MPC8360E-RDKAnton Vorontsov3-0/+418
2008-01-10Merge commit 'wd/master'Jon Loeliger10-476/+431
2008-01-09MPC8568E-MDS: set up QE pario for UART1Anton Vorontsov1-0/+7
2008-01-09MPC8568E-MDS: reset UCCs to use them reliablyAnton Vorontsov3-0/+33
2008-01-09Reworked FSL Book-E TLB macros to be more readableKumar Gala7-476/+391
2008-01-09Convert MPC8610HPCD to use libfdt.Jon Loeliger1-33/+40
2008-01-098610: Fix lingering compile warnings.Jon Loeliger1-1/+4
2008-01-09Coding Style cleanup, update CHANGELOGWolfgang Denk1-6/+0
2008-01-08mpc83xx: fix missed pci_hose -> hose conversion for new libfdt codeKim Phillips2-4/+4
2008-01-08mpc83xx: rm remaining FLAT_TREE codeKim Phillips4-84/+8
2008-01-08mpc83xx: remove FLAT_TREE codeKim Phillips8-91/+7
2008-01-08mpc83xx: convert to using do_fixup_*()Kim Phillips5-89/+111