summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMANDStelian Pop2008-05-101-1/+1
| | | * AT91CAP9ADK: Normalize BOOTARGSStelian Pop2008-05-101-2/+11
| | | * AT91CAP9ADK: Normalize SPI timingsStelian Pop2008-05-101-3/+3
| | | * AT91CAP9ADK: Handle 8 or 16 bit NANDStelian Pop2008-05-103-2/+10
| | | * Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platformsStelian Pop2008-05-103-57/+1
| | | * Add proper copyright notices in Atmel boards MakefilesStelian Pop2008-05-102-0/+8
| | | * Add copyright information in Atmel boards partition.cStelian Pop2008-05-103-0/+6
| | | * Update origin and copyright information in arch-at91sam9 header filesStelian Pop2008-05-1016-154/+98
| | | * Fix @ -> <at> substitutionStelian Pop2008-05-0822-27/+27
| * | | Merge remote branch 'u-boot-avr32/master'Wolfgang Denk2008-06-0333-564/+817
| |\ \ \
| | * | | avr32: Fix theoretical race in udelay()Haavard Skinnemoen2008-05-271-9/+7
| | * | | avr32: Compile atmel_mci.o conditionallyHaavard Skinnemoen2008-05-272-5/+1
| | * | | avr32: Fix wrong error flags in atmel_mci driverHaavard Skinnemoen2008-05-271-1/+1
| | * | | avr32: Fix two warnings in atmel_mci.cHaavard Skinnemoen2008-05-271-2/+4
| | * | | avr32: Rework SDRAM initialization codeHaavard Skinnemoen2008-05-2710-120/+166
| | * | | avr32: Do stricter stack checking in the exception handlerHaavard Skinnemoen2008-05-271-1/+2
| | * | | avr32: Use the same entry point for reset and exception handlingHaavard Skinnemoen2008-05-275-74/+122
| | * | | avr32: Put memset in its own sectionHaavard Skinnemoen2008-05-271-1/+1
| | * | | avr32: Rename pm_init() as clk_init() and make SoC-specificHaavard Skinnemoen2008-05-275-44/+76
| | * | | avr32: Use new-style Makefile for the at32ap platformHaavard Skinnemoen2008-05-271-7/+14
| | * | | avr32: Remove unused file cpu/at32ap/pm.cHaavard Skinnemoen2008-05-271-42/+0
| | * | | avr32: Clean up the HMATRIX codeHaavard Skinnemoen2008-05-275-238/+198
| | * | | avr32: Add support for the ATSTK1006 boardHaavard Skinnemoen2008-05-275-0/+227
| | * | | avr32: Get rid of the .flashprog sectionHaavard Skinnemoen2008-05-275-32/+3
| | * | | avr32: Use correct condition around macb clock accessorsHaavard Skinnemoen2008-05-271-1/+1
| | * | | avr32: Disable the AP7000 internal watchdog on startupDavid Brownell2008-05-271-0/+4
| | * | | avr32: stk1002 and ngw100 convergenceDavid Brownell2008-05-274-6/+9
| * | | | Merge remote branch 'u-boot-nand-flash/master'Wolfgang Denk2008-06-039-20/+20
| |\ \ \ \
| | * | | | Remove prototypes of nand_init() in favor of including nand.h.Scott Wood2008-05-283-12/+4
| | * | | | Make onenand_uboot.h self-sufficient.Scott Wood2008-05-281-0/+5
| | * | | | nand: Correct NAND erase percentage outputDirk Behme2008-05-281-0/+7
| | * | | | Cleanup nand_info[] declaration.Stelian Pop2008-05-283-8/+0
| | * | | | NAND: Provide a sane default for NAND_MAX_CHIPS.Scott Wood2008-05-281-0/+4
| | |/ / /
| * | | | Merge remote branch 'u-boot-mips/master'Wolfgang Denk2008-06-038-305/+1278
| |\ \ \ \
| | * | | | mips: Add an 'include/asm/errno.h', like all other architecturesJason McMullan2008-05-301-0/+143
| | * | | | [MIPS] <asm/mipsregs.h>: Update coprocessor register access macrosShinya Kuribayashi2008-05-306-136/+836
| | * | | | [MIPS] <asm/mipsregs.h>: Update register / bit field definitionsShinya Kuribayashi2008-05-301-111/+225
| | * | | | [MIPS] <asm/mipsregs.h>: CodinygStyle cleanupsShinya Kuribayashi2008-05-301-140/+143
| | * | | | mips: If CONFIG_CMD_SPI is defined, call spi_init()Jason McMullan2008-05-301-0/+7
| | * | | | [MIPS] lib_mips/board.c: Add nand_initJason McMullan2008-05-301-0/+6
| | |/ / /
| * | | | Merge remote branch 'u-boot-ppc4xx/master'Wolfgang Denk2008-06-029-0/+686
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'quad100hd'Stefan Roese2008-05-219-0/+686
| | |\ \ \
| | | * | | ppc4xx: QUAD100HD: Allow the environment to be put into flash.Gary Jennejohn2008-05-141-4/+9
| | | * | | ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based boardGary Jennejohn2008-05-089-0/+681
* | | | | | Socrates: Fix PCI bus frequency reportSergei Poselenov2008-05-272-3/+13
|/ / / / /
* | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-05-275-48/+47
|\ \ \ \ \
| * | | | | USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-223-45/+38
| * | | | | Fix endianess conversion in usb_ohci.cChristian Eggers2008-05-221-3/+3
| * | | | | USB: add support for multiple PCI OHCI controllersSergei Poselenov2008-05-223-3/+22
| | |_|/ / | |/| | |
* | | | | Socrates: Added USB support.Sergei Poselenov2008-05-271-9/+12
OpenPOWER on IntegriCloud