Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | MPC5xxx: Change names of defines related to IPB and PCI clocks. | Bartlomiej Sieka | 2007-05-27 | 21 | -61/+61 | |
| * | | | | | | Motion-PRO: Add LED support. | Bartlomiej Sieka | 2007-05-27 | 3 | -0/+64 | |
* | | | | | | | Merge with /home/stefan/git/u-boot/acadia-nand | Stefan Roese | 2007-05-24 | 4 | -27/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ppc4xx: Update AMCC Acadia support for board revision 1.1 | Stefan Roese | 2007-05-24 | 2 | -19/+17 | |
| * | | | | | | | ppc4xx: Use do { ... } while (0) for CPR & SDR access macros | Stefan Roese | 2007-05-22 | 1 | -4/+4 | |
| * | | | | | | | ppc4xx: Add 405 support to 4xx NAND driver ndfc.c | Stefan Roese | 2007-05-22 | 1 | -4/+4 | |
| * | | | | | | | ppc4xx: Fix problem in 405EZ OCM initialization | Stefan Roese | 2007-05-21 | 1 | -1/+1 | |
* | | | | | | | | ppc4xx: Fix small 405EZ OCM initilization bug in start.S | Stefan Roese | 2007-05-24 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | 2007-05-18 | 53 | -838/+2907 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Fix compile problem cause my Microblaze merge | Stefano Babic | 2007-05-16 | 1 | -1/+1 | |
| * | | | | | | Minor Coding Style cleanup, update CHANGELOG. | Wolfgang Denk | 2007-05-16 | 2 | -24/+140 | |
| * | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx | Wolfgang Denk | 2007-05-16 | 22 | -75/+1686 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | mpc83xx: fix trivial error in MAKEALL | Kim Phillips | 2007-05-03 | 1 | -2/+2 | |
| | * | | | | | | Fix memory initialization on MPC8349E-mITX | Timur Tabi | 2007-05-01 | 3 | -7/+4 | |
| | * | | | | | | mpc83xx: replace elaborate boottime verbosity with 'clocks' command | Kim Phillips | 2007-05-01 | 4 | -11/+13 | |
| | * | | | | | | mpc83xx: minor fixups for 8313rdb introduction | Kim Phillips | 2007-04-25 | 4 | -17/+18 | |
| | * | | | | | | mpc83xx: Add MPC8313ERDB support. | Scott Wood | 2007-04-23 | 8 | -0/+1088 | |
| | * | | | | | | mpc83xx: Add generic PCI setup code. | Scott Wood | 2007-04-23 | 3 | -1/+197 | |
| | * | | | | | | mpc83xx: Add 831x support to speed.c. | Scott Wood | 2007-04-23 | 1 | -26/+42 | |
| | * | | | | | | mpc83xx: Add 831x support to global_data.h | Scott Wood | 2007-04-23 | 1 | -2/+4 | |
| | * | | | | | | mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). | Scott Wood | 2007-04-23 | 2 | -17/+20 | |
| | * | | | | | | mpc83xx: Recognize SPR values for MPC8311 and MPC8313. | Scott Wood | 2007-04-23 | 1 | -0/+12 | |
| | * | | | | | | mpc83xx: Add register definitions for MPC831x. | Scott Wood | 2007-04-23 | 2 | -7/+301 | |
| | * | | | | | | Merge git://www.denx.de/git/u-boot | Kim Phillips | 2007-04-23 | 365 | -5537/+40454 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix two bugs for MPC83xx DDR2 controller SPD Init | Xie Xiaobo | 2007-04-12 | 1 | -3/+3 | |
| * | | | | | | | | Coding Style Cleanup, new CHANGELOG | Wolfgang Denk | 2007-05-16 | 3 | -3/+255 | |
| * | | | | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-microblaze | Wolfgang Denk | 2007-05-16 | 26 | -280/+735 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | add: reading special purpose registers | Michal Simek | 2007-05-08 | 3 | -23/+41 | |
| | * | | | | | | | | add: Microblaze V5 exception handling | Michal Simek | 2007-05-08 | 3 | -2/+17 | |
| | * | | | | | | | | add: FSL control read and write | Michal Simek | 2007-05-08 | 2 | -72/+210 | |
| | * | | | | | | | | Merge git://www.denx.de/git/u-boot | Michal Simek | 2007-05-08 | 499 | -9449/+50773 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | new: USE_MSR_INTR support | Michal Simek | 2007-05-07 | 5 | -7/+60 | |
| | * | | | | | | | | | fix: read and write MSR - repair number of parameters | Michal Simek | 2007-05-07 | 1 | -1/+1 | |
| | * | | | | | | | | | new: fsl interrupt support | Michal Simek | 2007-05-07 | 2 | -1/+25 | |
| | * | | | | | | | | | fix: interrupt handler | Michal Simek | 2007-05-07 | 2 | -10/+1 | |
| | * | | | | | | | | | fix: remove asm code | Michal Simek | 2007-05-07 | 6 | -223/+17 | |
| | * | | | | | | | | | fix: clean interrupt | Michal Simek | 2007-05-07 | 2 | -3/+13 | |
| | * | | | | | | | | | fix: interrupt handler for multiple sources | Michal Simek | 2007-05-07 | 3 | -10/+15 | |
| | * | | | | | | | | | new: add writing to msr register | Michal Simek | 2007-05-07 | 3 | -22/+38 | |
| | * | | | | | | | | | new: FSL and MSR support #2 | Michal Simek | 2007-05-05 | 5 | -1/+10 | |
| | * | | | | | | | | | new: FSL and MSR support | Michal Simek | 2007-05-05 | 2 | -0/+302 | |
| | * | | | | | | | | | [PATCH] MTD partition support, JFFS2 support | Michal Simek | 2007-04-24 | 3 | -4/+30 | |
| | * | | | | | | | | | [PATCH] SystemACE support for Microblaze | Michal Simek | 2007-04-21 | 3 | -15/+31 | |
| | * | | | | | | | | | 16bit read/write little endian | Michal Simek | 2007-04-21 | 2 | -0/+37 | |
| | * | | | | | | | | | Change ML401 parameters - Xilinx BSP | Michal Simek | 2007-04-21 | 2 | -13/+13 | |
| * | | | | | | | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2007-05-15 | 3 | -20/+118 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Merge with /home/tur/git/u-boot#motionpro | Wolfgang Denk | 2007-05-15 | 3 | -20/+118 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | / / / / | | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | | * | | | | | | | [Motion-PRO] Add MTD and JFFS2 support, also add default partition | Piotr Kruszynski | 2007-05-10 | 1 | -0/+9 | |
| | | * | | | | | | | [Motion-PRO] Add support for I2C, EEPROM and RTC. | Piotr Kruszynski | 2007-05-08 | 1 | -1/+29 | |
| | | * | | | | | | | [Motion-PRO] Add ATA support. Add CF-booting commands to the default | Bartlomiej Sieka | 2007-05-08 | 1 | -2/+23 |