summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | | Socrates: config file cleanup.Sergei Poselenov2008-06-11-9/+3
| * | | | | TQM85xx: Change memory map to support Flash memory > 128 MiBWolfgang Grandegger2008-06-11-11/+167
| * | | | | TQM85xx: NAND support via local bus UPMBWolfgang Grandegger2008-06-11-8/+558
| * | | | | TQM8548: PCI express supportWolfgang Grandegger2008-06-11-36/+249
| * | | | | TQM8548: Basic support for the TQM8548 modulesWolfgang Grandegger2008-06-11-33/+334
| * | | | | TQM85xx: Support for Flat Device TreeWolfgang Grandegger2008-06-11-13/+64
| * | | | | TQM85xx: Support for Intel 82527 compatible CAN controllerWolfgang Grandegger2008-06-10-0/+73
| * | | | | TQM85xx: Bugfix in the SDRAM initialisationWolfgang Grandegger2008-06-10-1/+3
| * | | | | TQM85xx: Fix chip select configuration for second FLASH bankWolfgang Grandegger2008-06-10-38/+46
| * | | | | TQM85xx: Support for Spansion 'N' type flashes addedWolfgang Grandegger2008-06-10-4/+16
| * | | | | TQM85xx: Fix CPM port pin configurationWolfgang Grandegger2008-06-10-0/+6
| * | | | | TQM85xx: Various coding style fixesWolfgang Grandegger2008-06-10-291/+293
| * | | | | socrates: Fix PCI clk fix patchAndy Fleming2008-06-10-1/+3
| * | | | | NAND FSL UPM: driver re-write using the hwcontrol callbackWolfgang Grandegger2008-06-10-83/+46
| * | | | | MPC85xx: Beautify boot output of L2 cache configurationWolfgang Grandegger2008-06-10-9/+11
| * | | | | PPC: add accessor macros to clear and set bits in one shotWolfgang Grandegger2008-06-10-0/+36
| * | | | | TQM: move TQM boards to board/tqcWolfgang Grandegger2008-06-10-15/+15
| * | | | | 83xx/85xx/86xx: add more MxMR local bus definitionsWolfgang Grandegger2008-06-10-5/+38
| * | | | | 83xx/85xx: further localbus cleanupsAnton Vorontsov2008-06-10-45/+23
| * | | | | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.hAnton Vorontsov2008-06-10-233/+256
| * | | | | 85xx: Add setting of cache props in the device tree.Kumar Gala2008-06-10-0/+128
| * | | | | 85xx: expose cpu identificationKumar Gala2008-06-10-36/+51
| * | | | | 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define itKumar Gala2008-06-09-2/+6
| * | | | | MPC85xx: Change traps.c to not reference non-addressable memoryBecky Bruce2008-06-09-3/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-06-11-276/+1497
|\ \ \ \ \
| * | | | | mpc83xx: MVBLM7: minor build fixupsKim Phillips2008-06-10-35/+3
| * | | | | add MPC8343 based board mvBlueLYNX-M7 (board+make files)Andre Schwarz2008-06-10-0/+679
| * | | | | add MPC8343 based board mvBlueLYNX-M7 (doc+config)Andre Schwarz2008-06-10-0/+572
| * | | | | 83xx/85xx: further localbus cleanupsAnton Vorontsov2008-06-10-45/+23
| * | | | | 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.hAnton Vorontsov2008-06-10-233/+256
| * | | | | Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.hTor Krill2008-06-10-0/+1
| |/ / / /
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-06-11-76/+7
|\ \ \ \ \
| * | | | | MPC86xx: Change traps.c to not reference non-addressable memoryBecky Bruce2008-06-06-1/+7
| * | | | | Merge commit 'wd/master'Jon Loeliger2008-06-06-14959/+23839
| |\ \ \ \ \ | | |/ / / /
| * | | | | mpc86xx: Removed unused and unconfigured memory test code.Jon Loeliger2008-05-19-75/+0
* | | | | | tools/mkimage: fix compiler warnings on some systems.Wolfgang Denk2008-06-06-0/+4
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/masterWolfgang Denk2008-06-05-1279/+8590
|\ \ \ \ \
| * | | | | Socrates: Fix PCI bus frequency reportWolfgang Denk2008-06-03-3/+13
| * | | | | Fix incorrect switch for IF_TYPE in part.cTor Krill2008-06-03-2/+2
| * | | | | Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.Andre Schwarz2008-06-03-0/+2
| * | | | | Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser2008-06-03-6/+0
| * | | | | PPC4xx: Simplified post_word_{load, store}Grant Erickson2008-06-03-15/+11
| * | | | | DTT: Issue one-shot command on AD7414 (LM75 code) to read tempStefan Roese2008-06-03-0/+13
| * | | | | Add support for environment in SPI flashHaavard Skinnemoen2008-06-03-2/+136
| * | | | | SPI Flash: Add "sf" commandHaavard Skinnemoen2008-06-03-0/+192
| * | | | | SPI Flash subsystemHaavard Skinnemoen2008-06-03-0/+688
| * | | | | atmel_spi: Driver for the Atmel SPI controllerHans-Christian Egtvedt2008-06-03-0/+360
| * | | | | SPI API improvementsHaavard Skinnemoen2008-06-03-209/+584
| * | | | | Move definition of container_of() to common.hHaavard Skinnemoen2008-06-03-22/+11
| * | | | | soft_i2c: Pull SDA high before readingHaavard Skinnemoen2008-06-03-0/+1