summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeLines
* Slight code clean up.roy zang2006-12-04-2/+2
* Remove the duplicate memory test code for mpc744ihpc2 board.roy zang2006-12-04-378/+0
* Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-01-148/+12080
|\
| * Code cleanup.Wolfgang Denk2006-11-30-115/+113
| * Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-30-34/+2289
| |\
| | * Merge http://www.denx.de/git/u-bootKim Phillips2006-11-28-2/+1149
| | |\
| | * | mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-28-1/+1
| | * | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-03-43/+29
| | * | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-31/+31
| | * | mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-03-0/+4
| | * | mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-03-0/+133
| | * | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and M...Timur Tabi2006-11-03-11/+16
| | * | mpc83xx: add QE ethernet supportDave Liu2006-11-03-0/+56
| | * | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-03-0/+1069
| | * | mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITXTimur Tabi2006-11-03-12/+7
| | * | mpc83xx: Add support for the MPC8349E-mITXTimur Tabi2006-11-03-6/+1005
| | * | Additional MPC8349 support for multibus i2cBen Warren2006-11-03-2/+10
| | * | mpc83xx: Unified TQM834x variable names with 83xx and consolidated macrosTanya Jiang2006-11-03-6/+6
| | * | mpc83xx: Changed to unified mpx83xx names and added common 83xx changesDave Liu2006-11-03-3/+3
| | * | mpc83xx: Fix missing build for mpc8349emds pci.cTanya Jiang2006-11-03-1/+1
| * | | Code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-30-390/+317
| * | | [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boardsStefan Roese2006-11-29-0/+9740
| * | | [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese2006-11-28-0/+12
| | |/ | |/|
* | | Clean up the code according to codestyle:roy zang2006-12-01-885/+851
* | | Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-29-2/+1149
|\ \ \ | |/ /
| * | Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-27-0/+1129
| |\ \
| | * | [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-27-70/+0
| | * | [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-27-82/+118
| | * | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-27-2/+2
| | |\ \
| | * \ \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-10-565/+4549
| | |\ \ \
| | * | | | Update ALPR code (NAND support working now)Stefan Roese2006-10-07-213/+185
| | * | | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-07-0/+12
| | * | | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-18-1989/+4921
| | |\ \ \ \
| | * | | | | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-15-0/+1175
| * | | | | | Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-27-2/+1
| | |_|_|/ / | |/| | | |
| * | | | | Updates for TQM5200 modules:Wolfgang Denk2006-11-23-2/+2
| | |_|/ / | |/| | |
| * | | | Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-06-0/+19
| | |_|/ | |/| |
* | | | Merge branch 'master' into hpc2roy zang2006-11-03-153/+107
|\ \ \ \ | |/ / /
| * | | Finish up support for MarelV38B boardBartlomiej Sieka2006-11-01-48/+56
| * | | - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka2006-11-01-66/+28
| * | | - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-01-39/+23
* | | | Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.roy zang2006-11-03-1/+1
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+1151
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+212
* | | | Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.roy zang2006-11-02-0/+955
|/ / /
* | | [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-28-5/+4
* | | Fix "ar" flags in some Makefiles to allow for silent "make -s"Wolfgang Denk2006-10-27-2/+2
* | | Finish up support for the ATSTK1000/ATSTK1002 boardsHaavard Skinnemoen2006-10-25-6/+4
* | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-24-2/+403
|\ \ \
| * \ \ Merge with /home/wd/git/u-boot/mailing-list/Haavard_SkinnemoenWolfgang Denk2006-10-24-0/+402
| |\ \ \