summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Collapse)Author
2006-07-21Code cleanupWolfgang Denk
2006-07-21Add support for friendly-arm SBC-2410X boardWolfgang Denk
Patch by JinHua Luo, 01 Sep 2005
2006-07-21Fix MIPS LE build problemWolfgang Denk
Patch by Thomas Lange, 10 Aug 2005
2006-07-19Add support for TB5200 boardWolfgang Denk
The TB5200 ("Tinybox") is a small baseboard for the TQM5200 module integrated in a little aluminium case. Patch by Martin Krause, 8 Jun 2006 Some code cleanup
2006-07-12Add support for TQM885D board.Markus Klotzbuecher
Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2006-07-12Bugfix in FEC initialisation:Markus Klotzbuecher
All MII configuration is done via FEC1 registers. But MII_SPEED was configured according to FEC used. So if only FEC2 was used, this caused the real MII_SPEED register in FEC1 to stay uninitalised, what lead to "mii_send STUCK!" messages. Fix: always configure MII_SPEED on FEC1 only.
2006-07-12Support for spc1920 board.Markus Klotzbuecher
Patch by Markus Klotzbuecher, 12 Jul 2006
2006-07-06Fix timer problems on AMCC yucca board.Marian Balakowicz
Set Timer Clock Select to use CPU clock as a timer input source.
2006-07-04Add system memory to the PCI region list for AMCC PPC44x CPUs.Marian Balakowicz
Enabled it for Yucca board.
2006-07-03Cleanup config file and bootup output for Yucca board.Marian Balakowicz
2006-06-30Fix CONFIG_440_GX define usage.Marian Balakowicz
2006-06-30Merge: Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz
2006-06-19Add support for wrPPMC7xx/74xx boardsHeiko Schocher
Patch from Richard Danter, 12 Aug 2005
2006-06-19Merge with ssh://fifi/home/wd/git/u-boot/masterWolfgang Denk
2006-06-16Add support for CONFIG_SERIAL_MULTI on MPC5xxxWolfgang Denk
Patch by Martin Krause, 8 Jun 2006 This patch supports two serial consoles on boards with a MPC5xxx CPU. The console can be switched at runtime by setting stdin, stdout and stderr to the desired serial interface (serial0 or serial1). The PSCs to be used as console port are definded by CONFIG_PSC_CONSOLE and CONFIG_PSC_CONSOLE2. See README.serial_multi for details.
2006-06-16Bugfix in I2C initialisation on S3C2400.Wolfgang Denk
If the bus is blocked because of a previously interrupted transfer, up to eleven clocks are generated on the I2CSCL line to complete the transfer and to free the bus. With this fix pin I2CSCL (PG6) is really configured as GPIO so the clock pulses are really generated. Patch by Martin Krause, 04 Apr 2006
2006-06-14Fix IxEthDB.h to compile againStefan Roese
Patch by Stefan Roese, 14 Jun 2006
2006-06-13Minor cleanup for PCS440EP boardStefan Roese
Patch by Stefan Roese, 13 Jun 2006
2006-06-10Minor code cleanup.Wolfgang Denk
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk
2006-06-08Nios II - Add EPCS Controller bootrom work-aroundScott McNutt
-When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset. Patch by Scott McNutt, 08 Jun 2006
2006-06-08Nios II - Fix I/O Macros and mini-app stubsScott McNutt
-Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
2006-06-02Add support for PCS440EP boardStefan Roese
Patch by Stefan Roese, 02 Jun 2006
2006-05-30Fix PCI to memory window size problems on PM82x boardsWolfgang Denk
We use the "automatic" mode that was used for the MPC8266ADS and MPC8272 boards. Eventually this should be used on all boards?] Patch by Wolfgang Grandegger, 17 Jan 2006
2006-05-30Minor cleanup.Wolfgang Denk
2006-05-30* Update Intel IXP4xx supportWolfgang Denk
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-05-18Fix problem in PVR detection for 440GRLABEL_2006_05_19_1133Stefan Roese
Patch by Stefan Roese, 18 May 2006
2006-05-10Minor cleanup.LABEL_2006_05_10_1800Wolfgang Denk
2006-05-10Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese
Patch by John Otken, 08 May 2006
2006-05-10Update omap5912osk board supportStefan Roese
- Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006
2006-05-09Fix watchdog issues for ColdFire boards.Wolfgang Denk
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk
2006-05-09Make R5200 specific low level initialization board conditional.Marian Balakowicz
2006-05-09Update CPU target identification strings for Coldfire family.Marian Balakowicz
2006-05-09Fix serial console support for MCF5271.Marian Balakowicz
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz
2006-04-20Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala
- Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2006-04-20* Add EPCS Controller bootrom work-around for Nios-IIHeiko Schocher
Patch from Scott McNutt 11, Aug 2005 -When booting from an epcs controller, the epcs bootrom may leave the slave select in an asserted state causing soft reset hang. This patch ensures slave select is negated at reset.
2006-04-20Fix I/O Macros and mini-app stubs for Nios-IIHeiko Schocher
Patch by Scott McNutt 11, Aug 2005 -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher
relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005
2006-04-18MPC5200: enable snooping of DMA transactions on XLB even if no PCILABEL_2006_04_18_1106Wolfgang Denk
is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail.
2006-04-16Some code cleanupWolfgang Denk
2006-04-06Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk
2006-04-05Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk
2006-04-03Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-31Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese
405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006
2006-03-29Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher