summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-181-0/+3
|\
| * Merge branch 'master' into hpc2roy zang2007-02-282-44/+175
| |\
| * \ Merge branch 'master' into hpc2roy zang2007-02-121-2/+2
| |\ \
| * \ \ Merge branch 'master' into hpc2roy zang2007-01-221-5/+8
| |\ \ \
| * \ \ \ Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-017-798/+2150
| |\ \ \ \
| * | | | | General code modification for mpc7448hpc2 board support.roy zang2006-11-021-0/+3
* | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-03-311-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2007-03-291-0/+2
| |\ \ \ \ \ \
| | * | | | | | Set Rev 2.x 86xx PIC in mixed mode.Haiying Wang2007-03-221-0/+2
* | | | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-241-0/+56
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | [PATCH] Add 4xx GPIO functionsStefan Roese2007-03-241-0/+56
* | | | | | | | Merge with /home/stefan/git/u-boot/acadiaStefan Roese2007-03-212-1/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | [PATCH] Add AMCC PPC405EZ supportStefan Roese2007-03-212-1/+12
| | |_|_|_|/ | |/| | | |
* | | | | | mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X insteadKumar Gala2007-03-022-3/+3
* | | | | | mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-023-11/+72
* | | | | | mpc83xx: streamline the 83xx immr head fileDave Liu2007-03-021-1680/+212
|/ / / / /
* | | | | [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-211-2/+9
* | | | | [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM supportStefan Roese2007-02-201-42/+166
| |_|_|/ |/| | |
* | | | [PATCH] Update 440EPx/440GRx cpu detectionStefan Roese2007-01-311-2/+2
| |_|/ |/| |
* | | [PATCH] Update 440SP(e) cpu revisionsStefan Roese2007-01-131-5/+8
| |/ |/|
* | Code cleanup.Wolfgang Denk2006-11-301-315/+315
* | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-306-727/+2078
|\ \
| * | Make fsl-i2c not conflict with SOFT I2CJoakim Tjernlund2006-11-291-4/+0
| * | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-032-102/+2
| * | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-031-4/+4
| * | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi2006-11-031-8/+2
| * | mpc83xx: add QE ethernet supportDave Liu2006-11-031-0/+2
| * | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-032-2/+14
| * | 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: Add support for the MPC8349E-mITXTimur Tabi2006-11-031-0/+16
| * | Multi-bus I2C implementation of MPC834xBen Warren2006-11-031-9/+12
| * | mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu2006-11-032-93/+138
| |/
* | [PATCH] PPC4xx: 440SP Rev. C detection addedStefan Roese2006-11-281-0/+1
|/
* Use generic I2C register block on 85xx and 86xx.Jon Loeliger2006-10-202-76/+9
* Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-191-0/+90
* Fixed leading whitespace issues.Jon Loeliger2006-10-131-3/+2
* Fix whitespace issues.Jon Loeliger2006-10-101-233/+233
* Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-192-1/+6
|\
| * Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-072-1/+6
* | Merge branch 'mpc86xx'Jon Loeliger2006-09-141-2/+3
|\ \
| * | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-141-2/+3
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-5/+5
|\ \ \ | |/ /
| * | Cleanup more poorly introduced whitespace.Jon Loeliger2006-08-221-5/+5
* | | Merge branch 'mpc86xx'Jon Loeliger2006-08-221-9/+9
|\ \ \ | |/ /
| * | Cleanup poorly introduced whitespace.Jon Loeliger2006-08-221-9/+9
* | | Merge branch 'mpc85xx'Jon Loeliger2006-08-091-2/+23
|\ \ \
| * | | * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming...Matthew McClintock2006-08-091-2/+23
* | | | Merge branch 'wd'Jon Loeliger2006-08-092-0/+43
|\ \ \ \ | | |_|/ | |/| |
| * | | Cleanup config file and bootup output for Yucca board.Marian Balakowicz2006-07-031-1/+1
OpenPOWER on IntegriCloud