summaryrefslogtreecommitdiffstats
path: root/include/configs
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/hs/MAN/u-boot-devWolfgang Denk2007-01-151-0/+353
|\
| * [PATCH] Add support for the UC101 board from MAN.Heiko Schocher2006-12-211-0/+353
| | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese2007-01-132-27/+109
|\ \
| * | Adjusted default environment for cam5200 board.Reinhard Thies2007-01-101-2/+12
| | |
| * | Merge with /home/m8/git/u-boot/Detlev Zundel2007-01-101-10/+10
| |\ \
| | * | CAM5200 flash driver modifications:Marian Balakowicz2007-01-101-10/+10
| | | | | | | | | | | | | | | | | | | | - use CFI driver (replaces custom flash driver) for main 'cam5200' target - add second build target 'cam5200_niosflash' which still uses custom driver
| * | | SPC1920: cleanup memory contoller setupMarkus Klotzbuecher2007-01-091-5/+5
| | | |
| * | | Fix the cpu speed setup to work with all boards.Markus Klotzbuecher2007-01-091-1/+1
| | | |
| * | | SPC1920: add support for the FM18L08 Ramtron FRAMMarkus Klotzbuecher2007-01-091-1/+14
| | | |
| * | | SPC1920: update the HPI register addresses to work with the secondMarkus Klotzbuecher2007-01-091-6/+6
| | | | | | | | | | | | | | | | generation of hardware
| * | | Miscellanious spc1920 related cleanupsMarkus Klotzbuecher2007-01-091-6/+5
| | | |
| * | | Add support for the DS3231 RTCMarkus Klotzbuecher2007-01-091-0/+6
| | | |
| * | | SMC1 uses external CLK4 instead of BRG on spc1920Markus Klotzbuecher2007-01-091-1/+1
| | | |
| * | | Update the SPC1920 CMB PLD driverMarkus Klotzbuecher2007-01-091-9/+7
| | | |
| * | | Add / enable I2C support on the spc1920 boardMarkus Klotzbuecher2007-01-091-3/+25
| | | |
| * | | Add support for the tms320671x host port interface (HPI)Markus Klotzbuecher2007-01-091-0/+34
| |/ /
* | | [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speedStefan Roese2007-01-131-0/+14
|/ / | | | | | | | | | | | | | | | | | | Now the board revision and the current PCI bus speed are printed after the board message. Also the EBC initialising is now done via defines in the board config file. Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] Update ALPR board filesStefan Roese2007-01-061-1/+18
| | | | | | | | | | | | | | This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
* | Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-01-051-3/+4
|\ \
| * \ Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2007-01-041-3/+4
| |\ \
| | * | Few V38B changes:Bartlomiej Sieka2006-12-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
* | | | [PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese2007-01-051-1/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This code will optimize the DDR2 controller setup on a board specific basis. Note: This code doesn't work right now on the NAND booting image for the Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. Signed-off-by: Stefan Roese <sr@denx.de>
* | | Minor code cleanup.Wolfgang Denk2006-12-241-12/+8
| | |
* | | Merge with /home/hs/TQ/u-boot-devWolfgang Denk2006-12-241-0/+758
|\ \ \
| * | | Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-0/+758
| | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | | | Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-201-0/+197
| |_|/ |/| |
* | | automatic update mechanismAndrei Safronov2006-12-081-1/+3
| | |
* | | Code cleanup.Wolfgang Denk2006-11-302-113/+113
| | |
* | | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-304-20/+1517
|\ \ \
| * \ \ Merge http://www.denx.de/git/u-bootKim Phillips2006-11-286-43/+368
| |\ \ \
| * | | | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-034-17/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-034-24/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-033-20/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and STDOUT_PATH configuration bits to mpc8349emds, mpc8349itx, and mpc8360emds board code. redo environment to use bootm with the fdtaddr for booting ARCH=powerpc kernels by default, and provide default fdtaddr values.
| * | | | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and ↵Timur Tabi2006-11-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MPC8360EMDS This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | mpc83xx: add QE ethernet supportDave Liu2006-11-031-0/+29
| | | | | | | | | | | | | | | | | | | | this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
| * | | | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-031-0/+585
| | | | | | | | | | | | | | | | | | | | | | | | | Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
| * | | | mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITXTimur Tabi2006-11-031-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2" 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2" CHANGELOG: * For the 8349E-mITX, fix some size values in pci_init_board(), enable the clock for the 2nd USB board (Linux kernel will hang otherwise), and fix the CONFIG_BOOTARGS macro. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-0/+753
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006090742000024 "Add support for multiple I2C buses" 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" CHANGELOG: * Add support for the Freescale MPC8349E-mITX reference design platform. The second TSEC (Vitesse 7385 switch) is not supported at this time. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | | Multi-bus I2C implementation of MPC834xBen Warren2006-11-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hello, Attached is a patch implementing multiple I2C buses on the MPC834x CPU family and the MPC8349EMDS board in particular. This patch requires Patch 1 (Add support for multiple I2C buses). Testing was performed on a 533MHz board. /*** Note: This patch replaces ticket DNX#2006083042000027 ***/ Signed-off-by: Ben Warren <bwarren@qstreams.com> CHANGELOG: Implemented driver-level code to support two I2C buses on the MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds are 50kHz, 100kHz and 400kHz on each bus. regards, Ben
| * | | | mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for itTimur Tabi2006-11-031-0/+1
| | | | |
| * | | | mpc83xx: Unified TQM834x variable names with 83xx and consolidated macrosTanya Jiang2006-11-031-0/+12
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Unified TQM834x variable names with 83xx and consolidated macro in preparation for the 8360 and other upcoming 83xx devices. Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
* | | | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-291-0/+450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by: Stefan Roese <sr@denx.de>
* | | | [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese2006-11-281-0/+13
| |/ / |/| | | | | | | | | | | | | | | | | | | | This patch adds the code and configuration necessary to boot with an arch/powerpc Linux kernel. Signed-off-by: Grant Likely <grant.likely@gmail.com> Acked-by: Jon Loeliger <jdl@freescale.com>
* | | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-273-0/+348
|\ \ \
| * | | [PATCH] Remove testing 4xx enet PHY setupStefan Roese2006-11-271-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-271-51/+45
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-273-43/+19
| |\ \ \
| * \ \ \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-1035-162/+1871
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Update ALPR code (NAND support working now)Stefan Roese2006-10-071-71/+30
| | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
OpenPOWER on IntegriCloud