| Commit message (Expand) | Author | Age | Lines |
... | |
| * | Merge branch 'master' of /home/stefan/git/u-boot/u-boot | Stefan Roese | 2008-10-21 | -54307/+58233 |
| |\ |
|
| * | | ppc4xx: PPC44x MQ initialization | Stefan Roese | 2008-10-17 | -4/+11 |
* | | | TQM8260: environment in flash instead EEPROM, baudrate 115k | Wolfgang Denk | 2008-10-21 | -22/+21 |
* | | | 85xx: Fix compile warning in mpc8536ds.c | Kumar Gala | 2008-10-21 | -1/+0 |
* | | | Cleanup: fix "MHz" spelling | Wolfgang Denk | 2008-10-21 | -98/+98 |
* | | | Use strmhz() to format clock frequencies | Wolfgang Denk | 2008-10-21 | -83/+112 |
* | | | strmhz(): Round numbers when printing clock frequencies | Wolfgang Denk | 2008-10-21 | -4/+7 |
* | | | 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG | Timur Tabi | 2008-10-21 | -0/+1 |
* | | | Merge git://git.denx.de/u-boot into x1 | Markus Klotzbuecher | 2008-10-21 | -55608/+61684 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge 'next' branch | Wolfgang Denk | 2008-10-18 | -54298/+58094 |
| |\ \ |
|
| | * | | mgcoge: add redundant environment sector | Heiko Schocher | 2008-10-18 | -0/+5 |
| | * | | mgsuvd: update size of environment | Heiko Schocher | 2008-10-18 | -3/+1 |
| | * | | Enabled the Freescale SGMII riser card on 8536DS | Jason Jin | 2008-10-18 | -0/+45 |
| | * | | Enabled the Freescale SGMII riser card on 8572DS | Liu Yu | 2008-10-18 | -0/+72 |
| | * | | Make pixis_set_sgmii more general to support MPC85xx boards. | Liu Yu | 2008-10-18 | -3/+22 |
| | * | | Add cpu/8xxx to TAGS_SUBDIRS | Ed Swarthout | 2008-10-18 | -0/+2 |
| | * | | fsl_law clear enable before changing. | Ed Swarthout | 2008-10-18 | -0/+1 |
| | * | | mpc8572 additional end-point mode | Ed Swarthout | 2008-10-18 | -2/+2 |
| | * | | 85xx if NUM_CPUS>1, print cpu number | Ed Swarthout | 2008-10-18 | -0/+5 |
| | * | | pixis do not print long help if not configured | Ed Swarthout | 2008-10-18 | -0/+4 |
| | * | | Have u-boot pass stashing parameters into device tree | Andy Fleming | 2008-10-18 | -0/+11 |
| | * | | Add DDR options setting on MPC8641HPCN board | Haiying Wang | 2008-10-18 | -36/+110 |
| | * | | Add ddr interleaving suppport for MPC8572DS board | Haiying Wang | 2008-10-18 | -29/+96 |
| | * | | Add debug information for DDR controller registers | Haiying Wang | 2008-10-18 | -0/+13 |
| | * | | Check DDR interleaving mode | Haiying Wang | 2008-10-18 | -5/+181 |
| | * | | Pass dimm parameters to populate populate controller options | Haiying Wang | 2008-10-18 | -24/+91 |
| | * | | Make DDR interleaving mode work correctly | Haiying Wang | 2008-10-18 | -12/+66 |
| | * | | 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards | Kumar Gala | 2008-10-18 | -0/+18 |
| | * | | 85xx: Improve flash remapping on MPC8572DS & MPC8536DS | Kumar Gala | 2008-10-18 | -14/+10 |
| | * | | 85xx: Export invalidate_{i,d}cache and add flush_dcache | Kumar Gala | 2008-10-18 | -0/+50 |
| | * | | mgcoge, mgsuvd: extract more common code | Heiko Schocher | 2008-10-18 | -90/+56 |
| | * | | mgcoge, mgsuvd: use in_*/out_* accesors | Heiko Schocher | 2008-10-18 | -4/+6 |
| | * | | mgsuvd: fix compiler warning when using soft_i2c driver | Heiko Schocher | 2008-10-18 | -10/+15 |
| | * | | mgsuvd: fix coding style | Heiko Schocher | 2008-10-18 | -44/+33 |
| | * | | mgcoge: Second Flash on CS5 not on CS1 | Heiko Schocher | 2008-10-18 | -1/+1 |
| | * | | Added arch_lmb_reserve to allow arch specific memory regions protection | Kumar Gala | 2008-10-18 | -42/+60 |
| | * | | mgcoge: added CONFIG_FIT to support the new u-boot image format | Heiko Schocher | 2008-10-18 | -0/+1 |
| | * | | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -53844/+53844 |
| | * | | 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version | Kumar Gala | 2008-10-18 | -10/+10 |
| | * | | Expose command table search for sub-commands | Kumar Gala | 2008-10-18 | -4/+17 |
| | * | | mgsuvd, mgcoge: added BOOTCOUNT feature. | Heiko Schocher | 2008-10-18 | -0/+4 |
| | * | | mgcoge, mgsuvd: added support for the IVM EEprom. | Heiko Schocher | 2008-10-18 | -0/+314 |
| | * | | hush: add showvar command for hush shell. | Heiko Schocher | 2008-10-18 | -8/+62 |
| | * | | I2C: adding new "i2c bus" Command to the I2C Subsystem. | Heiko Schocher | 2008-10-18 | -2/+367 |
| | * | | mgcoge, mgsuvd: add board specific I2C deblocking mechanism. | Heiko Schocher | 2008-10-18 | -2/+213 |
| | * | | soft_i2c: Add CFG_I2C_INIT_BOARD option | Heiko Schocher | 2008-10-18 | -0/+11 |
| | * | | mgcoge, mgsuvd: add DTT (LM75) support. | Heiko Schocher | 2008-10-18 | -0/+18 |
| | * | | lm75: Make the LM75 MULTI_BUS compatible. | Heiko Schocher | 2008-10-18 | -0/+6 |
| | * | | lm75: fix Codingstyle issues. | Heiko Schocher | 2008-10-18 | -123/+99 |
| | * | | mgcoge, mgsuvd: added EEprom support. | Heiko Schocher | 2008-10-18 | -0/+15 |