| Commit message (Expand) | Author | Age | Lines |
* | 85xx: Move LAW init code into C | Kumar Gala | 2008-01-16 | -0/+18 |
* | mpc83xx: add support for more system clock performance controls | Kim Phillips | 2008-01-16 | -28/+57 |
* | mpc83xx: Add config of eTSEC emergency priority in SPCR | Dave Liu | 2008-01-16 | -0/+5 |
* | MPC8xx FEC driver: fix compiler warning. | Wolfgang Denk | 2008-01-13 | -0/+2 |
* | MPC5200: don't use hardcoded MBAR address in Bestcomm firmware | Oliver Weber | 2008-01-12 | -4/+4 |
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -7/+7 |
* | MPC512X: Cleanup bus clock names. | Grzegorz Bernacki | 2008-01-12 | -10/+10 |
* | ads5121: Added support for FDT. | Grzegorz Bernacki | 2008-01-12 | -0/+21 |
* | Fixed syntax error in function init_e300_core() of mpc83xx/start.S if | Heiko Schocher | 2008-01-12 | -1/+1 |
* | added basic support for the MUNICes board. | Heiko Schocher | 2008-01-12 | -3/+4 |
* | Added support for the mgcoge board from keymile. | Heiko Schocher | 2008-01-12 | -4/+5 |
* | Enable SMC microcode relocation patch for SMC1. | Heiko Schocher | 2008-01-12 | -3/+118 |
* | Added support for the mgsuvd board from keymile. | Heiko Schocher | 2008-01-12 | -0/+16 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx | Wolfgang Denk | 2008-01-12 | -0/+2 |
|\ |
|
| * | ppc4xx: Fix dflush() to restore DVLIM register | Larry Johnson | 2008-01-10 | -0/+2 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx | Wolfgang Denk | 2008-01-12 | -3/+9 |
|\ \ |
|
| * | | mpc83xx: Fix the bug of 266MHz data rate DDR | Dave Liu | 2008-01-10 | -3/+3 |
| * | | mpc83xx: add "fsl, qe" compatible fixups | Anton Vorontsov | 2008-01-10 | -0/+6 |
| |/ |
|
* | | Merge commit 'wd/master' | Jon Loeliger | 2008-01-10 | -42/+63 |
|\ \
| |/ |
|
| * | Fix Ethernet init() return codes | Ben Warren | 2008-01-10 | -6/+6 |
| * | Add QE brg freq and correct qe bus freq fdt update code | Kim Phillips | 2008-01-09 | -1/+3 |
| * | 85xx: add ability to upload QE firmware | Timur Tabi | 2008-01-09 | -0/+1 |
| * | 85xx: Remove cache config from configs.h | Kumar Gala | 2008-01-09 | -2/+7 |
| * | Reworked FSL Book-E TLB macros to be more readable | Kumar Gala | 2008-01-09 | -13/+10 |
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-usb | Wolfgang Denk | 2008-01-09 | -0/+16 |
| |\ |
|
| | * | Merge git://www.denx.de/git/u-boot | Markus Klotzbuecher | 2008-01-09 | -2825/+5168 |
| | |\ |
|
| | * | | PXA USB OHCI: "usb stop" implementation. | Rodolfo Giometti | 2007-10-31 | -0/+16 |
| * | | | fix various comments | Marcel Ziswiler | 2008-01-09 | -19/+19 |
| * | | | fix comments with new drivers organization | Marcel Ziswiler | 2008-01-09 | -1/+1 |
* | | | | 86xx: Support 2GB DIMMs | Becky Bruce | 2008-01-10 | -1/+10 |
|/ / / |
|
* | | | Fix and optimize MII operations on FEC (MPC8xx) controllers | Guennadi Liakhovetski | 2008-01-09 | -54/+53 |
| |/
|/| |
|
* | | Coding Style clenaup; update CHANGELOG | Wolfgang Denk | 2008-01-09 | -2/+2 |
* | | IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x | Jean-Christophe PLAGNIOL-VILLARD | 2008-01-09 | -14/+10 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx | Wolfgang Denk | 2008-01-09 | -399/+320 |
|\ \ |
|
| * | | mpc83xx: convert to using do_fixup_*() | Kim Phillips | 2008-01-08 | -480/+103 |
| * | | Add support CONFIG_UEC_ETH3 in MPC83xx | Joakim Tjernlund | 2008-01-08 | -1/+115 |
| * | | mpc83xx: Add the support of MPC837xEMDS board | Dave Liu | 2008-01-08 | -3/+10 |
| * | | mpc83xx: Add the support of MPC8315E SoC | Dave Liu | 2008-01-08 | -3/+49 |
| * | | mpc83xx: Add the support of MPC837x SoC | Dave Liu | 2008-01-08 | -30/+161 |
* | | | Merge branch 'lwmon5-no-ocm' | Stefan Roese | 2008-01-09 | -1/+65 |
|\ \ \ |
|
| * | | | ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage | Stefan Roese | 2008-01-09 | -1/+13 |
| * | | | ppc4xx: Add 44x cache locking to better support init-ram in d-cache | Stefan Roese | 2008-01-09 | -0/+52 |
* | | | | ppc4xx: Move cpu/ppc4xx/vecnum.h into include path | Matthias Fuchs | 2008-01-09 | -408/+5 |
* | | | | ppc4xx: Fix UIC2 vector number base | Matthias Fuchs | 2008-01-09 | -16/+16 |
* | | | | ppc4xx: Return 0 on success in 4xx ethernet driver | Stefan Roese | 2008-01-08 | -2/+3 |
| |/ /
|/| | |
|
* | | | ppc4xx: Remove weak binding from common Denali data-eye search code | Larry Johnson | 2008-01-05 | -7/+0 |
* | | | Merge branch 'katmai-ddr-gda' | Stefan Roese | 2008-01-05 | -59/+37 |
|\ \ \ |
|
| * | | | ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c | Stefan Roese | 2008-01-05 | -44/+0 |
| * | | | ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup | Stefan Roese | 2008-01-05 | -15/+37 |
* | | | | ppc4xx: Add functionality to GPIO support | Lawrence R. Johnson | 2008-01-04 | -23/+40 |
|/ / / |
|