summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ppc4xx: Change Luan config file to support ECCStefan Roese2007-06-011-1/+2
* Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-2821-78/+132
|\
| * Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.Bartlomiej Sieka2007-05-271-16/+16
| * Motion-PRO: Add support for redundant environment.Bartlomiej Sieka2007-05-271-1/+6
| * Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.Bartlomiej Sieka2007-05-271-1/+1
| * Motion-PRO: Update EEPROM's page write bits and write delay.Bartlomiej Sieka2007-05-271-2/+2
| * MPC5XXX, Motion-PRO: Fix PHY initialization problem.Bartlomiej Sieka2007-05-271-1/+1
| * 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-271-0/+6
| * MPC5xxx: Change names of defines related to IPB and PCI clocks.Bartlomiej Sieka2007-05-2720-57/+57
| * Motion-PRO: Add LED support.Bartlomiej Sieka2007-05-272-0/+34
* | ppc4xx: Update AMCC Acadia support for board revision 1.1Stefan Roese2007-05-241-18/+9
* | ppc4xx: Use do { ... } while (0) for CPR & SDR access macrosStefan Roese2007-05-221-4/+4
* | Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-05-1815-471/+1141
|\ \
| * | Minor Coding Style cleanup, update CHANGELOG.Wolfgang Denk2007-05-161-24/+16
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xxWolfgang Denk2007-05-167-24/+885
| |\ \
| | * | Fix memory initialization on MPC8349E-mITXTimur Tabi2007-05-011-0/+3
| | * | mpc83xx: replace elaborate boottime verbosity with 'clocks' commandKim Phillips2007-05-011-2/+0
| | * | mpc83xx: minor fixups for 8313rdb introductionKim Phillips2007-04-251-2/+2
| | * | mpc83xx: Add MPC8313ERDB support.Scott Wood2007-04-231-0/+569
| | * | mpc83xx: Add generic PCI setup code.Scott Wood2007-04-231-0/+5
| | * | 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-231-13/+3
| | * | mpc83xx: Add register definitions for MPC831x.Scott Wood2007-04-232-7/+301
| * | | Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-161-2/+2
| * | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblazeWolfgang Denk2007-05-167-17/+168
| |\ \ \
| | * | | add: reading special purpose registersMichal Simek2007-05-081-11/+6
| | * | | add: Microblaze V5 exception handlingMichal Simek2007-05-082-0/+9
| | * | | add: FSL control read and writeMichal Simek2007-05-081-0/+15
| | * | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-08139-4497/+17826
| | |\ \ \
| | * | | | new: USE_MSR_INTR supportMichal Simek2007-05-071-0/+37
| | * | | | new: fsl interrupt supportMichal Simek2007-05-071-0/+4
| | * | | | fix: interrupt handler for multiple sourcesMichal Simek2007-05-071-0/+2
| | * | | | new: add writing to msr registerMichal Simek2007-05-071-3/+9
| | * | | | new: FSL and MSR support #2Michal Simek2007-05-052-0/+5
| | * | | | new: FSL and MSR supportMichal Simek2007-05-051-0/+37
| | * | | | [PATCH] MTD partition support, JFFS2 supportMichal Simek2007-04-242-3/+29
| | * | | | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-212-15/+25
| | * | | | 16bit read/write little endianMichal Simek2007-04-211-0/+4
| * | | | | Merge with /home/wd/git/u-boot/masterWolfgang Denk2007-05-151-20/+96
| |\ \ \ \ \
| | * \ \ \ \ Merge with /home/tur/git/u-boot#motionproWolfgang Denk2007-05-151-20/+96
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | [Motion-PRO] Add MTD and JFFS2 support, also add default partitionPiotr Kruszynski2007-05-101-0/+9
| | | * | | [Motion-PRO] Add support for I2C, EEPROM and RTC.Piotr Kruszynski2007-05-081-1/+29
| | | * | | [Motion-PRO] Add ATA support. Add CF-booting commands to the defaultBartlomiej Sieka2007-05-081-2/+23
| | | * | | [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. ThisBartlomiej Sieka2007-05-081-0/+7
| | | * | | [Motion-PRO] Enable Flat Device Tree support and modify default environmentBartlomiej Sieka2007-05-081-19/+30
| * | | | | Get rid of duplicated file (see include/configs/sbc8560.h instead)Wolfgang Denk2007-05-071-410/+0
| |/ / / /
* | | | | ppc4xx: Add mtcpr/mfcpr access macrosStefan Roese2007-05-111-3/+17
* | | | | [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config fileJeffrey Mann2007-05-071-1/+1
|/ / / /
* | | | [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot messageGrzegorz Wianecki2007-05-051-2/+6
OpenPOWER on IntegriCloud