aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-24FPU POST: fix warnings when building with 2.18 binutilsYuri Tikhonov10-0/+30
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser4-0/+504
2009-01-24common: Iteration limit for memory test.Dirk Eibach1-14/+31
2009-01-24serial: Rename driver vcth to vct to support other board variantsStefan Roese2-3/+7
2009-01-24nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dirShinya Kuribayashi1-0/+0
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard1-13/+14
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger1-0/+14
2009-01-24Fixed off-by-one errors in lib_m68k/interrupts.cGraeme Russ1-2/+2
2009-01-24Removed all references to CONFIG_SYS_RESET_GENERICGraeme Russ3-3/+0
2009-01-24Remove #ifdef CONFIG_SC520 in source codeGraeme Russ1-4/+0
2009-01-24Added MMCR reset functionalityGraeme Russ1-0/+10
2009-01-24Moved generic (triple fault) reset codeGraeme Russ2-16/+17
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ2-1/+31
2009-01-24Moved sc520 specific code into new cpu/i386/sc520 folderGraeme Russ1-4/+4
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ6-12/+12
2009-01-24Makefile: keep lists sorted.Wolfgang Denk1-3/+3
2009-01-24Added initial eNET board supportGraeme Russ10-0/+766
2009-01-24POWERPC 82xx: add the SCC as an HDLC controllerGary Jennejohn1-0/+28
2009-01-24powerpc, keymile boards: extract identical config optionsHeiko Schocher4-216/+120
2009-01-24powerpc: keymile: Add a check for the PIGGY debug boardHeiko Schocher9-10/+92
2009-01-24powerpc: 83xx: add support for the kmeter1 boardHeiko Schocher8-0/+847
2009-01-24Add a do_div() wrapper macro, lldiv().Sergei Poselenov1-0/+10
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger2-6/+10
2009-01-23Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk79-469/+1091
2009-01-23Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk12-64/+121
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger2-8/+8
2009-01-23nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun1-4/+3
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger66-77/+12
2009-01-23NAND: Fix cache and memory inconsistency issueDave Liu2-1/+10
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon2-83/+92
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger2-2/+2
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese2-1/+72
2009-01-23Add markbad functionKyungmin Park1-0/+33
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese1-110/+420
2009-01-23OneNAND: Save version_id in onenand_chip structStefan Roese1-0/+1
2009-01-23OneNAND: Fix compiler warningsStefan Roese1-0/+26
2009-01-23mpc83xx: enable eLBC NAND support for MPC8315ERDB boardDave Liu1-5/+7
2009-01-23Sync with 2.6.27Kyungmin Park6-179/+406
2009-01-23microblaze: Use cache functions (especially cache status)Michal Simek2-6/+0
2009-01-23microblaze: Add cache flushMichal Simek2-3/+32
2009-01-23microblaze: Add bootup messages to board.cMichal Simek1-2/+31
2009-01-23microblaze: Change microblaze-generic config fileMichal Simek2-47/+54
2009-01-23microblaze: Rename ml401 to microblaze-genericMichal Simek9-9/+7
2009-01-22Merge branch 'fixes'Haavard Skinnemoen1-7/+2
2009-01-21Prepare v2009.01v2009.01Wolfgang Denk2-1/+11
2009-01-18Prepare 2009.01-rc3v2009.01-rc3Wolfgang Denk2-1/+177
2009-01-18Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+1
2009-01-18build system: treat all Darwin's alikeMike Frysinger1-2/+2
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard1-1/+1
2009-01-16ncb: use socklen_tMike Frysinger1-1/+1