summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-0315-620/+163
| * | | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-0322-82/+82
| * | | | mpc83xx: Lindent and clean up cpu/mpc83xx/speed.cKim Phillips2006-11-031-79/+82
| * | | | mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-034-34/+39
| * | | | mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-039-20/+245
| * | | | mpc83xx: change ft code to modify local-mac-address propertyKim Phillips2006-11-031-2/+2
| * | | | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi2006-11-039-109/+154
| * | | | mpc83xx: add the README.mpc8360emdsDave Liu2006-11-031-0/+126
| * | | | mpc83xx: add QE ethernet supportDave Liu2006-11-0318-7/+4138
| * | | | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-0314-276/+2092
| * | | | mpc83xx: add the QUICC Engine (QE) immap fileDave Liu2006-11-031-0/+550
| * | | | mpc83xx: Add 8360 specifics to 83xx immapDave Liu2006-11-031-571/+1404
| * | | | mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITXTimur Tabi2006-11-032-20/+18
| * | | | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-0317-13/+1926
| * | | | Additional MPC8349 support for multibus i2cBen Warren2006-11-031-2/+10
| * | | | Multi-bus I2C implementation of MPC834xBen Warren2006-11-033-35/+160
| * | | | Add support for multiple I2C busesBen Warren2006-11-033-6/+240
| * | | | mpc83xx: Add support for Errata DDR6 on MPC 834x systemsTimur Tabi2006-11-031-1/+42
| * | | | mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for itTimur Tabi2006-11-031-0/+1
| * | | | mpc83xx: Add support for variable flash memory sizes on 83xx systemsTimur Tabi2006-11-031-8/+21
| * | | | mpc83xx: Unified TQM834x variable names with 83xx and consolidated macrosTanya Jiang2006-11-032-6/+18
| * | | | mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu2006-11-038-228/+384
| * | | | mpc83xx: Fix missing build for mpc8349emds pci.cTanya Jiang2006-11-031-1/+1
| * | | | mpc83xx: Removed unused file resetvec.S for mpc83xx cpuTanya Jiang2006-11-033-10/+1
| * | | | NAND Flash verify across block boundariesNick Spence2006-11-031-0/+1
| * | | | Added RGMII support to the TSECs and Marvell 881111 PhyNick Spence2006-11-031-4/+4
| | |/ / | |/| |
* | | | Code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-303-390/+482
* | | | [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripheralsGrant Likely2006-11-291-5/+4
* | | | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-2927-10/+10225
* | | | [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese2006-11-291-7/+5
* | | | [PATCH] include/ppc440.h minor error affecting interruptsStefan Roese2006-11-291-18/+18
* | | | [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese2006-11-283-0/+53
* | | | [PATCH] PPC4xx: 440SP Rev. C detection addedStefan Roese2006-11-282-0/+5
* | | | [PATCH] nand: Fix patch merge problemStefan Roese2006-11-281-2/+2
| |/ / |/| |
* | | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-2731-56/+1913
|\ \ \
| * | | [PATCH] 4xx: Fix problem with board specific reset code (now for real)Stefan Roese2006-11-271-1/+2
| * | | [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-271-70/+0
| * | | [PATCH] 4xx: Fix problem with board specific reset codeStefan Roese2006-11-271-0/+3
| * | | [PATCH] Remove testing 4xx enet PHY setupStefan Roese2006-11-272-17/+2
| * | | [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-279-138/+171
| * | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-2710-115/+291
| |\ \ \
| * \ \ \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-10562-2266/+27990
| |\ \ \ \
| * | | | | CFG_NAND_QUIET_TEST added to not warn upon missing NAND deviceStefan Roese2006-10-072-0/+5
| * | | | | Update ALPR code (NAND support working now)Stefan Roese2006-10-078-284/+218
| * | | | | Remove compile warnings in fpga codeStefan Roese2006-10-072-2/+5
| * | | | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-076-12/+25
| * | | | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-18476-7521/+11265
| |\ \ \ \ \
| * | | | | | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-1514-1/+1603
| * | | | | | Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-157-1/+372
* | | | | | | Update CHANGELOGWolfgang Denk2006-11-271-0/+63
OpenPOWER on IntegriCloud