aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-05[MIPS] Update <asm/addrspace.h> headerShinya Kuribayashi8-98/+181
2008-06-05[MIPS] mips_config.mk: Misc fixesShinya Kuribayashi1-4/+3
2008-06-05[MIPS] Kill unused <version.h> inclusionsShinya Kuribayashi10-10/+0
2008-06-05[MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routinesShinya Kuribayashi8-13/+45
2008-06-05[MIPS] lib_mips/time.c: Fix udelayShinya Kuribayashi1-5/+4
2008-06-05[MIPS] lib_mips/time.c: Replace CP0 access functions with existing macrosShinya Kuribayashi1-27/+8
2008-06-05Merge branch 'master' of ssh://mercury/home/wd/git/u-boot/masterWolfgang Denk207-1279/+8590
2008-06-03Socrates: Fix PCI bus frequency reportWolfgang Denk2-3/+13
2008-06-03Fix incorrect switch for IF_TYPE in part.cTor Krill1-2/+2
2008-06-03Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.Andre Schwarz1-0/+2
2008-06-03Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before r...Peter Tyser1-6/+0
2008-06-03PPC4xx: Simplified post_word_{load, store}Grant Erickson1-15/+11
2008-06-03DTT: Issue one-shot command on AD7414 (LM75 code) to read tempStefan Roese1-0/+13
2008-06-03Add support for environment in SPI flashHaavard Skinnemoen4-2/+136
2008-06-03SPI Flash: Add "sf" commandHaavard Skinnemoen2-0/+192
2008-06-03SPI Flash subsystemHaavard Skinnemoen6-0/+688
2008-06-03atmel_spi: Driver for the Atmel SPI controllerHans-Christian Egtvedt7-0/+360
2008-06-03SPI API improvementsHaavard Skinnemoen15-209/+584
2008-06-03Move definition of container_of() to common.hHaavard Skinnemoen3-22/+11
2008-06-03soft_i2c: Pull SDA high before readingHaavard Skinnemoen1-0/+1
2008-06-03Fix warnings from gcc-4.3.0 build on a ppc hostKumar Gala2-1/+3
2008-06-03MPC512x: Change traps.c to not reference non-addressable memoryBecky Bruce1-1/+7
2008-06-03Make sure common.h is the first include.Kumar Gala1-1/+2
2008-06-03Avoid initrd and logbuffer area overlapsMarian Balakowicz4-1/+25
2008-06-03lwmon5: add memory-pattern-test to FPGA POST.Sascha Laue1-0/+50
2008-06-03PPC: 86xx Add bat registers to reginfo commandBecky Bruce1-1/+3
2008-06-03PPC: Add print_bats() to lib_ppc/bat_rw.cBecky Bruce2-0/+42
2008-06-03PPC: Change lib_ppc/bat_rw.c to use high batsBecky Bruce2-41/+97
2008-06-03PPC: Create and use CONFIG_HIGH_BATSBecky Bruce47-7/+84
2008-06-03Merge remote branch 'u-boot-at91/for-1.3.4'Wolfgang Denk59-99/+3494
2008-06-03Merge remote branch 'u-boot-avr32/master'Wolfgang Denk33-564/+817
2008-06-03Merge remote branch 'u-boot-nand-flash/master'Wolfgang Denk9-20/+20
2008-06-03Merge remote branch 'u-boot-mips/master'Wolfgang Denk8-305/+1278
2008-06-02Merge remote branch 'u-boot-ppc4xx/master'Wolfgang Denk9-0/+686
2008-05-30mips: Add an 'include/asm/errno.h', like all other architecturesJason McMullan1-0/+143
2008-05-30[MIPS] <asm/mipsregs.h>: Update coprocessor register access macrosShinya Kuribayashi6-136/+836
2008-05-30[MIPS] <asm/mipsregs.h>: Update register / bit field definitionsShinya Kuribayashi1-111/+225
2008-05-30[MIPS] <asm/mipsregs.h>: CodinygStyle cleanupsShinya Kuribayashi1-140/+143
2008-05-30mips: If CONFIG_CMD_SPI is defined, call spi_init()Jason McMullan1-0/+7
2008-05-30[MIPS] lib_mips/board.c: Add nand_initJason McMullan1-0/+6
2008-05-28Remove prototypes of nand_init() in favor of including nand.h.Scott Wood3-12/+4
2008-05-28Make onenand_uboot.h self-sufficient.Scott Wood1-0/+5
2008-05-28nand: Correct NAND erase percentage outputDirk Behme1-0/+7
2008-05-28Cleanup nand_info[] declaration.Stelian Pop3-8/+0
2008-05-28NAND: Provide a sane default for NAND_MAX_CHIPS.Scott Wood1-0/+4
2008-05-27avr32: Fix theoretical race in udelay()Haavard Skinnemoen1-9/+7
2008-05-27avr32: Compile atmel_mci.o conditionallyHaavard Skinnemoen2-5/+1
2008-05-27avr32: Fix wrong error flags in atmel_mci driverHaavard Skinnemoen1-1/+1
2008-05-27avr32: Fix two warnings in atmel_mci.cHaavard Skinnemoen1-2/+4
2008-05-27avr32: Rework SDRAM initialization codeHaavard Skinnemoen10-120/+166