Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | 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 | |
| * | | | microblaze: Change microblaze-generic config file | Michal Simek | 2009-01-23 | -47/+54 | |
| * | | | microblaze: Rename ml401 to microblaze-generic | Michal Simek | 2009-01-23 | -9/+7 | |
| | |/ | |/| | |||||
* | | | Merge branch 'fixes' | Haavard Skinnemoen | 2009-01-22 | -7/+2 | |
|\ \ \ | |/ / |/| | | |||||
| * | | avr32: Remove second definition of virt_to_phys() | Haavard Skinnemoen | 2008-12-17 | -7/+2 | |
* | | | Prepare v2009.01v2009.01 | Wolfgang Denk | 2009-01-21 | -1/+11 | |
* | | | Prepare 2009.01-rc3v2009.01-rc3 | Wolfgang Denk | 2009-01-18 | -1/+177 | |
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2009-01-18 | -1/+1 | |
|\ \ \ | |||||
| * | | | fdt_resize(): fix actualsize calculations with unaligned blobs | Peter Korsgaard | 2009-01-17 | -1/+1 | |
* | | | | build system: treat all Darwin's alike | Mike Frysinger | 2009-01-18 | -2/+2 | |
|/ / / | |||||
* | | | ncb: use socklen_t | Mike Frysinger | 2009-01-16 | -1/+1 | |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-sh | Wolfgang Denk | 2009-01-16 | -1083/+657 | |
|\ \ \ | |||||
| * | | | sh: serial: use readx/writex accessors | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -23/+23 | |
| * | | | sh: serial: coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -17/+18 | |
| * | | | sh: Fix compile error on lowlevel_init file | Nobuhiro Iwamatsu | 2009-01-16 | -8/+13 | |
| * | | | sh: Fix up rsk7203 target for out of tree build | Kieran Bingham | 2009-01-16 | -10/+19 | |
| * | | | sh: use write{8,16,32} in all lowlevel_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -785/+338 | |
| * | | | sh: lowlevel_init coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -634/+640 | |
| * | | | sh: update sh2/sh2a timer coding style | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -2/+2 | |
| * | | | sh: update sh timer coding style | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -13/+13 | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx | Wolfgang Denk | 2009-01-16 | -163/+184 | |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards | Matthias Fuchs | 2009-01-14 | -0/+6 | |
| * | | | ppc4xx: Disable pci node in device tree on CPCI405 pci adapters | Matthias Fuchs | 2009-01-14 | -0/+24 |