summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Motion-PRO: Add support for the temperature sensor.Bartlomiej Sieka2007-05-271-1/+10
| * | | | | | | | | | | Motion-PRO: Add displaying of CPLD revision information during boot.Bartlomiej Sieka2007-05-272-1/+8
| * | | | | | | | | | | MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-2721-61/+61
| * | | | | | | | | | | Motion-PRO: Add LED support.Bartlomiej Sieka2007-05-273-0/+64
* | | | | | | | | | | | Merge with /home/stefan/git/u-boot/acadia-nandStefan Roese2007-05-244-27/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ppc4xx: Update AMCC Acadia support for board revision 1.1Stefan Roese2007-05-242-19/+17
| * | | | | | | | | | | | ppc4xx: Use do { ... } while (0) for CPR & SDR access macrosStefan Roese2007-05-221-4/+4
| * | | | | | | | | | | | ppc4xx: Add 405 support to 4xx NAND driver ndfc.cStefan Roese2007-05-221-4/+4
| * | | | | | | | | | | | ppc4xx: Fix problem in 405EZ OCM initializationStefan Roese2007-05-211-1/+1
* | | | | | | | | | | | | ppc4xx: Fix small 405EZ OCM initilization bug in start.SStefan Roese2007-05-241-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-1853-838/+2907
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Fix compile problem cause my Microblaze mergeStefano Babic2007-05-161-1/+1
| * | | | | | | | | | | Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk2007-05-162-24/+140
| * | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-05-1622-75/+1686
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | mpc83xx: fix trivial error in MAKEALLKim Phillips2007-05-031-2/+2
| | * | | | | | | | | | | Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-013-7/+4
| | * | | | | | | | | | | mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-014-11/+13
| | * | | | | | | | | | | mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-254-17/+18
| | * | | | | | | | | | | mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-238-0/+1088
| | * | | | | | | | | | | mpc83xx: Add generic PCI setup code.Scott Wood2007-04-233-1/+197
| | * | | | | | | | | | | mpc83xx: Add 831x support to speed.c.Scott Wood2007-04-231-26/+42
| | * | | | | | | | | | | mpc83xx: Add 831x support to global_data.hScott Wood2007-04-231-2/+4
| | * | | | | | | | | | | mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().Scott Wood2007-04-232-17/+20
| | * | | | | | | | | | | mpc83xx: Recognize SPR values for MPC8311 and MPC8313.Scott Wood2007-04-231-0/+12
| | * | | | | | | | | | | mpc83xx: Add register definitions for MPC831x.Scott Wood2007-04-232-7/+301
| | * | | | | | | | | | | Merge git://www.denx.de/git/u-bootKim Phillips2007-04-23365-5537/+40454
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Fix two bugs for MPC83xx DDR2 controller SPD InitXie Xiaobo2007-04-121-3/+3
| * | | | | | | | | | | | Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-163-3/+255
| * | | | | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-05-1626-280/+735
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | add: reading special purpose registersMichal Simek2007-05-083-23/+41
| | * | | | | | | | | | | add: Microblaze V5 exception handlingMichal Simek2007-05-083-2/+17
| | * | | | | | | | | | | add: FSL control read and writeMichal Simek2007-05-082-72/+210
| | * | | | | | | | | | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-08499-9449/+50773
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | |
| | * | | | | | | | | | | new: USE_MSR_INTR supportMichal Simek2007-05-075-7/+60
| | * | | | | | | | | | | fix: read and write MSR - repair number of parametersMichal Simek2007-05-071-1/+1
| | * | | | | | | | | | | new: fsl interrupt supportMichal Simek2007-05-072-1/+25
| | * | | | | | | | | | | fix: interrupt handlerMichal Simek2007-05-072-10/+1
| | * | | | | | | | | | | fix: remove asm codeMichal Simek2007-05-076-223/+17
| | * | | | | | | | | | | fix: clean interruptMichal Simek2007-05-072-3/+13
| | * | | | | | | | | | | fix: interrupt handler for multiple sourcesMichal Simek2007-05-073-10/+15
| | * | | | | | | | | | | new: add writing to msr registerMichal Simek2007-05-073-22/+38
| | * | | | | | | | | | | new: FSL and MSR support #2Michal Simek2007-05-055-1/+10
| | * | | | | | | | | | | new: FSL and MSR supportMichal Simek2007-05-052-0/+302
| | * | | | | | | | | | | [PATCH] MTD partition support, JFFS2 supportMichal Simek2007-04-243-4/+30
| | * | | | | | | | | | | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-213-15/+31
| | * | | | | | | | | | | 16bit read/write little endianMichal Simek2007-04-212-0/+37
| | * | | | | | | | | | | Change ML401 parameters - Xilinx BSPMichal Simek2007-04-212-13/+13
| * | | | | | | | | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2007-05-153-20/+118
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-153-20/+118
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | / / / / / / | | | | |_|_|/ / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | [Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski2007-05-101-0/+9
OpenPOWER on IntegriCloud