summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-1312-26/+613
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-07-1312-26/+613
| |\
| | * versatile: update config and merge to cfi flash driverJean-Christophe PLAGNIOL-VILLARD2009-07-121-15/+50
| | * versatile: specify the board type on the promptJean-Christophe PLAGNIOL-VILLARD2009-07-121-2/+10
| | * at91: Introduction of at91sam9g10 SOC.Sedji Gaouaou2009-07-122-2/+13
| | * at91: Introduction of at91sam9g45 SOC.Sedji Gaouaou2009-07-128-0/+532
| | * pxa: fix CKEN_B register bitsDaniel Mack2009-07-121-6/+6
| | * pxa: add clock for system bus 2 arbiterDaniel Mack2009-07-121-0/+1
| | * arm: Kirkwood: bugfix: UART1 bar correctionPrafulla Wadaskar2009-07-121-1/+1
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-1313-21/+185
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2009-07-1313-21/+185
| |\ \
| | * | sh: Update pci config for Renesas r7780mp boardNobuhiro Iwamatsu2009-07-111-0/+3
| | * | sh: Add support ESPT-GIGA boradNobuhiro Iwamatsu2009-07-111-0/+126
| | * | sh: Revised the build with newest compilerNobuhiro Iwamatsu2009-07-081-1/+1
| | * | sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIVJean-Christophe PLAGNIOL-VILLARD2009-07-0810-10/+10
| | * | sh3/sh4: fix CONFIG_SYS_HZ to 1000Jean-Christophe PLAGNIOL-VILLARD2009-07-0810-10/+10
| | * | sh: introduce clock frameworkJean-Christophe PLAGNIOL-VILLARD2009-07-081-0/+35
| | |/
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-131-2/+2
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2009-07-131-2/+2
| |\ \
| | * | ppc4xx: Make is_pci_host() available for all 440 and 405 CPUsMatthias Fuchs2009-07-101-2/+2
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-132-5/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2009-07-132-5/+9
| |\ \ \
| | * | | Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-onHarald Krapfenbauer2009-07-101-0/+5
| | * | | Blackfin: blackstamp: update spi flash settingsMike Frysinger2009-07-101-5/+4
| | |/ /
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-131-1/+1
|\ \ \ \ | |/ / /
| * | | usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined errorKim Phillips2009-07-091-1/+1
| |/ /
* | | Add ESD PCI vendor IDMatthias Fuchs2009-07-111-0/+2
* | | remove _IO_BASE and KSEG1ADDR from board configuration filesTimur Tabi2009-07-1114-53/+1
|/ /
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-081-0/+2
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2009-07-081-0/+2
| |\ \
| | * | ppc4xx: Fix FDT EBC mappings on CanyonlandsFelix Radensky2009-07-081-0/+2
| | |/
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-085-156/+38
|\ \ \ | |/ /
| * | nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski2009-07-071-0/+3
| * | mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD2009-07-071-7/+7
| * | mtd: nand: new base driver for memory mapped nand devicesMike Frysinger2009-07-072-26/+21
| * | davinci_nand chipselect/init cleanupDavid Brownell2009-07-071-0/+2
| * | NAND DaVinci: Update to ALE/CLE Mask valuesSandeep Paulraj2009-07-071-0/+5
| * | ARM DaVinci: Changing ALE Mask ValueSandeep Paulraj2009-07-071-1/+1
| * | davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)David Brownell2009-07-071-69/+0
| * | davinci_nand: cleanup I (minor)David Brownell2009-07-071-54/+0
| |/
* | all platforms: make show_boot_progress() work againHeiko Schocher2009-07-081-1/+1
|/
* Coding style cleanup; update CHANGELOGWolfgang Denk2009-07-074-8/+5
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-07-0736-180/+4352
|\
| * MX31: Add NAND SPL boot support to i.MX31 PDK board.Magnus Lilja2009-07-062-3/+94
| * arm: Kirkwood: arch specific updated for ehci-Kirkwood driver supportPrafulla Wadaskar2009-07-062-0/+9
| * arm nomadik: use 1000 as HZ value and rewrite timer codeAlessandro Rubini2009-07-062-1/+67
| * arm nomadik: allow Nand and OneNand to coexistsAlessandro Rubini2009-07-061-18/+31
| * arm nomadik: cleanup resetAlessandro Rubini2009-07-061-3/+2
| * arm nomadik: rename board to nhk8815Alessandro Rubini2009-07-061-1/+2
| * xscale: add support for the polaris boardStefano Babic2009-07-061-3/+22
OpenPOWER on IntegriCloud