summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-02mpc83xx: Fix empty i2c reads/writes in fsl_i2c.cJoakim Tjernlund
2007-03-02mpc83xx: Add support for the MPC8349E-mITX-GPTimur Tabi
2007-03-02mpc83xx: Delete sdram_init() for MPC8349E-mITXTimur Tabi
2007-03-02mpc83xx: Fix the LAW1/3 bugDave Liu
2007-03-02mpc83xx: don't hang if watchdog configured on 8360, 832xKim Phillips
2007-03-02mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dtKim Phillips
2007-03-02mpc83xx: make 8360 default environment fdt be 8360 (not 8349)Kim Phillips
2007-03-02mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UECEmilian Medve
2007-03-02mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X insteadKumar Gala
2007-03-02mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALLKim Phillips
2007-03-02mpc83xx: sort Makefile targetsKim Phillips
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker
2007-03-02mpc83xx: Remove a redundant semicolon in mpc8349itx.cSam Song
2007-03-02mpc83xx: Put the version (and magic) after the HRCW.Jerry Van Baren
2007-03-02mpc83xx: Add the MPC832XEMDS board readmeDave Liu
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu
2007-03-02mpc83xx: streamline the 83xx immr head fileDave Liu
2007-03-02mpc83xx: Fix the UEC driver bug of QEDave Liu
2007-03-01Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese
2007-03-01Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-03-01Merge with /home/sr/git/u-boot/denxStefan Roese
2007-03-01[PATCH] Update AMCC Katmai 440SPe eval board supportStefan Roese
2007-03-01[PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUMStefan Roese
2007-02-28SC3: fix typo in default environmentWolfgang Denk
2007-02-27MCC200: Fixes for update procedureSergei Poselenov
2007-02-27Minor code cleanup.Wolfgang Denk
2007-02-27MCC200 update - add LCD Progress IndicatorSergei Poselenov
2007-02-22[PATCH] get_dev() now unconditionally uses manual relocationStefan Roese
2007-02-22[PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese
2007-02-21[PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang
2007-02-21[PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese
2007-02-21Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-02-21Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx-merge-srStefan Roese
2007-02-20[PATCH] Fix relocation problem with "new" get_dev() functionStefan Roese
2007-02-20[PATCH] Update SystemACE driver for 16bit accessStefan Roese
2007-02-20[PATCH] Clean up Katmai (440SPe) linker scriptStefan Roese
2007-02-20Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese
2007-02-20[PATCH] Add support for the AMCC Katmai (440SPe) eval boardStefan Roese
2007-02-20[PATCH] I2C: Add support for multiple I2C busses for RTC & DTTStefan Roese
2007-02-20[PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM supportStefan Roese
2007-02-20[PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 filesStefan Roese
2007-02-20[PATCH] PPC4xx: Add support for multiple I2C bussesStefan Roese
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely
2007-02-20[PATCH 8_9] Add block_write hook to block_dev_desc_tGrant Likely
2007-02-20[PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely
2007-02-20[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely
2007-02-20[PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)Grant Likely
2007-02-20[PATCH 4_4] Remove local implementation of isprint() in ft_build.cGrant Likely
2007-02-20[PATCH 3_9] Move buffer print code from md command to common functionGrant Likely
2007-02-20[PATCH 2_4] Use config.h, not xparameters.h, for xilinx targetsGrant Likely