| Commit message (Expand) | Author | Age | Lines |
... | |
| | * | 83xx: PCI agent mode fixes for multi-board systems | Ira Snyder | 2009-01-21 | -0/+6 |
| | * | mpc83xx: Size optimization of start.S | Ron Madrid | 2009-01-21 | -38/+39 |
| | * | Merge branch 'master' into next | Kim Phillips | 2009-01-21 | -5566/+27040 |
| | |\ |
|
| | * | | powerpc, keymile boards: extract identical config options | Heiko Schocher | 2008-11-24 | -216/+120 |
| | * | | powerpc: keymile: Add a check for the PIGGY debug board | Heiko Schocher | 2008-11-24 | -10/+92 |
| | * | | powerpc: 83xx: add support for the kmeter1 board | Heiko Schocher | 2008-11-20 | -0/+847 |
* | | | | easylogo: add optional gzip support | Mike Frysinger | 2009-01-24 | -6/+92 |
* | | | | fat: fix unaligned errors | Bryan Wu | 2009-01-24 | -3/+5 |
* | | | | spi flash: fix crash due to spi flash miscommunication | Brad Bozarth | 2009-01-24 | -2/+4 |
* | | | | FPU POST: fix warnings when building with 2.18 binutils | Yuri Tikhonov | 2009-01-24 | -0/+30 |
* | | | | Add support for Maxim's DS4510 I2C device | Peter Tyser | 2009-01-24 | -0/+504 |
* | | | | common: Iteration limit for memory test. | Dirk Eibach | 2009-01-24 | -14/+31 |
* | | | | serial: Rename driver vcth to vct to support other board variants | Stefan Roese | 2009-01-24 | -3/+7 |
* | | | | nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir | Shinya Kuribayashi | 2009-01-24 | -0/+0 |
* | | | | common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED | Peter Korsgaard | 2009-01-24 | -13/+14 |
* | | | | Added legacy flash ST Micro M29W040B | Niklaus Giger | 2009-01-24 | -0/+14 |
* | | | | Fixed off-by-one errors in lib_m68k/interrupts.c | Graeme Russ | 2009-01-24 | -2/+2 |
* | | | | Removed all references to CONFIG_SYS_RESET_GENERIC | Graeme Russ | 2009-01-24 | -3/+0 |
* | | | | Remove #ifdef CONFIG_SC520 in source code | Graeme Russ | 2009-01-24 | -4/+0 |
* | | | | Added MMCR reset functionality | Graeme Russ | 2009-01-24 | -0/+10 |
* | | | | Moved generic (triple fault) reset code | Graeme Russ | 2009-01-24 | -16/+17 |
* | | | | Moved definition of set_vector() to new header file | Graeme Russ | 2009-01-24 | -1/+31 |
* | | | | Moved sc520 specific code into new cpu/i386/sc520 folder | Graeme Russ | 2009-01-24 | -4/+4 |
* | | | | Renamed cpu/i386/reset.S to resetvec.S | Graeme Russ | 2009-01-24 | -12/+12 |
* | | | | Makefile: keep lists sorted. | Wolfgang Denk | 2009-01-24 | -3/+3 |
* | | | | Added initial eNET board support | Graeme Russ | 2009-01-24 | -0/+766 |
* | | | | POWERPC 82xx: add the SCC as an HDLC controller | Gary Jennejohn | 2009-01-24 | -0/+28 |
* | | | | powerpc, keymile boards: extract identical config options | Heiko Schocher | 2009-01-24 | -216/+120 |
* | | | | powerpc: keymile: Add a check for the PIGGY debug board | Heiko Schocher | 2009-01-24 | -10/+92 |
* | | | | powerpc: 83xx: add support for the kmeter1 board | Heiko Schocher | 2009-01-24 | -0/+847 |
* | | | | Add a do_div() wrapper macro, lldiv(). | Sergei Poselenov | 2009-01-24 | -0/+10 |
|/ / / |
|
* | | | Blackfin: use common strmhz() in system output | Mike Frysinger | 2009-01-23 | -6/+10 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-01-23 | -469/+1091 |
|\ \ \ |
|
| * | | | nand: fixup printf modifiers to match types used | Mike Frysinger | 2009-01-23 | -8/+8 |
| * | | | nand read.jffs2 (nand_legacy) in common/cmd_nand.c | Schlaegl Manfred jun | 2009-01-23 | -4/+3 |
| * | | | NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS | Wolfgang Grandegger | 2009-01-23 | -77/+12 |
| * | | | NAND: Fix cache and memory inconsistency issue | Dave Liu | 2009-01-23 | -1/+10 |
| * | | | NAND: Enable nand lock, unlock feature | Nishanth Menon | 2009-01-23 | -83/+92 |
| * | | | NAND: move board_nand_init to nand.h | Mike Frysinger | 2009-01-23 | -2/+2 |
| * | | | OneNAND: Additional sync with 2.6.27 | Stefan Roese | 2009-01-23 | -1/+72 |
| * | | | Add markbad function | Kyungmin Park | 2009-01-23 | -0/+33 |
| * | | | OneNAND: Bad block aware read/write command support | Stefan Roese | 2009-01-23 | -110/+420 |
| * | | | OneNAND: Save version_id in onenand_chip struct | Stefan Roese | 2009-01-23 | -0/+1 |
| * | | | OneNAND: Fix compiler warnings | Stefan Roese | 2009-01-23 | -0/+26 |
| * | | | mpc83xx: enable eLBC NAND support for MPC8315ERDB board | Dave Liu | 2009-01-23 | -5/+7 |
| * | | | Sync with 2.6.27 | Kyungmin Park | 2009-01-23 | -179/+406 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-microblaze | Wolfgang Denk | 2009-01-23 | -64/+121 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | microblaze: Use cache functions (especially cache status) | Michal Simek | 2009-01-23 | -6/+0 |
| * | | | microblaze: Add cache flush | Michal Simek | 2009-01-23 | -3/+32 |
| * | | | microblaze: Add bootup messages to board.c | Michal Simek | 2009-01-23 | -2/+31 |