summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2010-09-076-6/+6
|\
| * MIPS: update the MIPS u-boot.ldsXiangfu Liu2010-09-046-6/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2010-09-079-123/+143
|\ \
| * | sh: Update lowlevel_init.S of mpr2Nobuhiro Iwamatsu2010-08-301-4/+4
| * | sh: Update lowlevel_init.S of ms7750seNobuhiro Iwamatsu2010-08-301-7/+12
| * | sh: Update lowlevel_init.S of ms7720seNobuhiro Iwamatsu2010-08-301-14/+16
| * | sh: Update lowlevel_init.S of ap325rxaNobuhiro Iwamatsu2010-08-301-0/+1
| * | sh: Update lowlevel_init.S of r2dplusNobuhiro Iwamatsu2010-08-301-3/+6
| * | sh: Update lowlevel_init.S of espt-gigaNobuhiro Iwamatsu2010-08-301-20/+26
| * | sh: Update lowlevel_init.S of sh7763rdpNobuhiro Iwamatsu2010-08-301-2/+2
| * | sh: Update lowlevel_init.S of MigoRNobuhiro Iwamatsu2010-08-301-5/+5
| * | sh: Update lowlevel_init.S of sh7785lcrNobuhiro Iwamatsu2010-08-301-31/+23
| * | sh: Update lowlevel_init.S of rsk7203Nobuhiro Iwamatsu2010-08-301-37/+48
| |/
* | Fix parameters to support RDIMM for P2020DSYork Sun2010-08-311-2/+2
* | powerpc/83xx: Fix build issue with ve8313 board due to lbus changesKumar Gala2010-08-191-1/+1
* | powerpc/85xx: Fix SRIO LAW setup on corenet_ds boardsLian Minghuan2010-08-191-22/+25
* | powerpc/8xxx: Fix quad-rank DIMMs support on corenet_ds board.york2010-08-191-1/+17
|/
* Blackfin: shutdown video DMA when booting LinuxMichael Hennerich2010-08-114-0/+29
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-08-107-45/+668
|\
| * Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-08-104-0/+582
| |\
| | * ARMV7: Add pad mux support for OMAP4Steve Sakoman2010-08-054-0/+582
| * | Merge branch 'master' of ../masterWolfgang Denk2010-08-1010-693/+339
| |\ \
| * \ \ Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-08-0765-103/+906
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-08-041-0/+37
| |\ \ \
| | * | | s5p_goni: enable mmc0Minkyu Kang2010-08-031-0/+37
| * | | | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-08-0365-2489/+313
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-07-164-45/+49
| |\ \ \ \ \
| | * | | | | ARMV7: Add basic gpmc initialization for OMAP4Steve Sakoman2010-07-152-0/+4
| | * | | | | da850 evm: Fix definition of 'pinmux' macroPrakash PM2010-07-151-11/+11
| | * | | | | da830 evm: Fix checkpatch error on 'pinmux' macroPrakash PM2010-07-151-34/+34
* | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2010-08-1012-22/+22
|\ \ \ \ \ \ \
| * | | | | | | miiphy: constify device nameMike Frysinger2010-08-092-7/+7
| * | | | | | | net ppc: fix ethernet device names with spacesHeiko Schocher2010-08-0910-15/+15
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | ppc4xx: Fix building of sc3 boardHeiko Schocher2010-08-091-1/+1
* | | | | | | ppc4xx: Fix building of PMC440 boardMatthias Fuchs2010-08-091-1/+1
* | | | | | | ppc4xx: Fix building of CANBT boardMatthias Fuchs2010-08-091-7/+1
* | | | | | | ppc4xx: Fix building of AR405 boardMatthias Fuchs2010-08-091-8/+1
|/ / / / / /
* | | | | | PXA: Fix missing includesMarek Vasut2010-08-092-0/+2
* | | | | | PXA: Fix off-the-tree build problemsMarek Vasut2010-08-092-16/+24
* | | | | | board/purple/flash.c: removed unneded variableFrans Meulenbroeks2010-08-091-3/+2
* | | | | | 8xx, kup4k/kup4x: add FDT supportHeiko Schocher2010-08-091-0/+11
* | | | | | 8xx, kup4k/kup4x: configuration changes, code cleanupHeiko Schocher2010-08-095-675/+301
| |_|_|_|/ |/| | | |
* | | | | Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-0453-68/+68
* | | | | powerpc/p4080: Add support for the P4080DS boardKumar Gala2010-08-018-0/+800
* | | | | powerpc/p2020ds: Integrated with P2020DS DDR change and enabled hwconfigyork2010-07-262-31/+32
* | | | | powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4york2010-07-261-0/+2
* | | | | powerpc/p2020: Move INIT_RAM_ADDR physical address higher for 36-bit for P2020DSyork2010-07-261-4/+4
| |_|/ / |/| | |
* | | | cmd_usage(): simplify return code handlingWolfgang Denk2010-07-2433-250/+140
* | | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2010-07-244-14/+76
|\ \ \ \
| * | | | ppc4xx: T3CORP fixes and updatesStefan Roese2010-07-233-5/+21
OpenPOWER on IntegriCloud