aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-2486xx: Remove old-style law setup codeBecky Bruce11-558/+0
This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-01-2486xx: Convert sbc8641d to use new law setup code.Becky Bruce3-1/+60
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-01-2486xx: Convert mpc8610hpcd to new law setup method.Becky Bruce3-1/+46
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-01-2486xx: Support new law setup method and convert mpc8641Becky Bruce6-2/+90
Adds the support code in cpu/mpc86xx for the new law setup code recently created fsl_law.c, and changes the MPC8641HPCN config to use this code. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-01-2486xx: Rearrange the sequence in start.SBecky Bruce1-53/+69
* split the BAT initialization so that only 2 BATs (for the boot page and stack) are programmed very early on. The rest are initialized later. * Move other BAT setup, ccsrbar setup, and law setup later in the code after translation has been enabled. These changes will facilitate the moving of law and BAT initialization to C code, and will aid with 36-bit physical addressing support. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk2-1/+169
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-23Merge ../custodiansWolfgang Denk36-110/+5362
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-ixpWolfgang Denk36-110/+5362
2008-01-23Merge ../custodiansWolfgang Denk11-0/+487
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk11-0/+487
2008-01-23Merge ../custodiansWolfgang Denk2-25/+14
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2-25/+14
2008-01-23Merge ../custodiansWolfgang Denk11-0/+433
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk11-0/+433
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk7-99/+1547
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk85-1440/+14531
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk10-122/+273
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk36-1078/+2920
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk5-47/+80
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk106-3972/+3062
2008-01-18mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.hDave Liu2-15/+1
The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb cause the 83xx immap broken, so the DMA and PCI will be failed. The patch fix the struct spi8xxx and rm struct spi83xx. Signed-off-by: Dave Liu <daveliu@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2008-01-18Merge branch 'master' of git://www.denx.de/git/u-bootShinya Kuribayashi24-12/+1575
2008-01-18AVR32: ATNGW100 board supportHaavard Skinnemoen10-0/+423
Add support for the ATNGW100 Network Gateway reference design, including flash, ethernet and MMC support. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2008-01-18AVR32: Initialize ipaddr, loadaddr and bootfile at startupHaavard Skinnemoen1-0/+10
I don't know why the relevant layers can't do this by itself, but this is what ppc does. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2008-01-18Add AcTux board supportMichael Schwingen4-46/+3098
Hi, The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the files that contain changes for multiple boards, the board-specific files follow as separate patches. Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18add AcTux-4 board supportMichael Schwingen6-0/+518
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18add AcTux-3 board supportMichael Schwingen6-0/+577
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18add AcTux-2 board supportMichael Schwingen6-0/+545
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18add AcTux-1 board supportMichael Schwingen6-0/+588
Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18ARM: remove useless function board_post_initJean-Christophe PLAGNIOL-VILLARD3-18/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-01-18IXP: enable RTSMichael Schwingen1-1/+5
enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE. No handshaking is done, but the active RTS signal allows to connect to the target using a PC which is using RTS/CTS handshake, and does no harm if the PC is set to ignore RTS. Signed-off-by: Michael Schwingen <michael@schwingen.org>
2008-01-18IXP: add dynamic microcode addrJean-Christophe PLAGNIOL-VILLARD2-8/+20
allow to load the microde from flash or ram by download it through the serial or other. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Stefan Roese <sr@denx.de>
2008-01-18load ixp42x NPE firmware from separate flash block, remove dead codeMichael Schwingen3-37/+11
Hi, the following patch adds support to move the IXP42X NPE firmware to a separate flash block, whose start address is defined in CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build NPE-enabled u-boot without copyright problems due to the NPE firmware. I hope the patch applies, I get whitespace-related differences in the NPE files due to trailing whitespace in the original versions. Signed-off-by: Michael Schwingen <michael@schwingen.org> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-01-17Merge branch 'kumar'Andy Fleming106-3972/+3062
2008-01-17ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB supportTsiChungLiew8-1/+963
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB boardTsiChungLiew10-0/+1298
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x FEC driverTsiChungLiew3-0/+576
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x dma code and header filesTsiChungLiew5-0/+766
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x dma code - 2TsiChungLiew1-0/+1026
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x dma code - 1TsiChungLiew1-0/+2428
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x related header filesTsiChungLiew5-73/+1140
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF547x_8x cpu archTsiChungLiew9-0/+1087
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-3TsiChungLiew1-0/+796
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF5227x cpu and MCF52277EVB support-2TsiChungLiew8-0/+1171
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew13-0/+841
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Fix CFI Flash low level Read/Write macroTsiChungLiew1-14/+8
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add M5373EVB platform support - 2TsiChungLiew9-24/+708
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Add M5373EVB platform support - 1TsiChungLiew6-0/+721
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: Update FlexBus CS for MCF532xTsiChungLiew2-6/+6
Definition update and change from 16bit to 32bit Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
2008-01-17ColdFire: PCI and misc updates for MCF5445xTsiChungLiew6-77/+46
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>