summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
...
* | | xpedite1k: Cleanup coding stylePeter Tyser2009-07-243-153/+127
* | | xpedite1k: Remove support for reading MACs from EEPROMPeter Tyser2009-07-241-61/+1
* | | xpedite1k: Remove support for fixed SDRAM configurationPeter Tyser2009-07-241-63/+1
* | | xpedite1k: Remove CONFIG_SYS_DRAM_TEST supportPeter Tyser2009-07-241-31/+0
* | | xpedite1k: Use standard CFI flash driverPeter Tyser2009-07-243-614/+5
* | | ppc4xx: Cleanup PLU405 board codeMatthias Fuchs2009-07-241-56/+62
* | | ppc4xx: Add DL-Vision 405EP board supportDirk Eibach2009-07-244-0/+344
|/ /
* | Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-231-1/+0
* | unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger2009-07-236-9/+9
* | Convert SMC911X Ethernet driver to CONFIG_NET_MULTI APIBen Warren2009-07-2210-7/+110
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-2312-0/+821
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-07-2312-0/+821
| |\ \
| | * | Marvell RD6281A Board supportPrafulla Wadaskar2009-07-234-0/+296
| | * | Marvell MV88F6281GTW_GE Board supportPrafulla Wadaskar2009-07-184-0/+253
| | * | Marvell Sheevaplug Board supportPrafulla Wadaskar2009-07-184-0/+272
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-231-0/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2009-07-231-0/+20
| |\ \ \
| | * | | i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2cHeiko Schocher2009-07-211-0/+20
* | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-07-2312-200/+242
|\ \ \ \ \ | |/ / / /
| * | | | 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boardsKumar Gala2009-07-228-86/+122
| * | | | xpedite5370: Fix I2C GPIO initialization typoPeter Tyser2009-07-221-2/+2
| * | | | tqm85xx: Remove board_add_ram_info()Peter Tyser2009-07-221-30/+3
| * | | | xes: Remove 8xxx board_add_ram_info() functionPeter Tyser2009-07-221-53/+0
| * | | | 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fieldsPeter Tyser2009-07-223-11/+11
| * | | | 85xx: Report which "bank" of NOR flash we are booting from on FSL boardsKumar Gala2009-07-224-14/+90
| * | | | 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCNKumar Gala2009-07-221-4/+14
| |/ / /
* | | | Fix "ld: cannot find -lstubs" build errorWolfgang Denk2009-07-223-3/+3
|/ / /
* | | powerpc: updates for the keymile boardsHeiko Schocher2009-07-215-36/+169
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2009-07-2016-1232/+300
|\ \ \
| * | | mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCIKim Phillips2009-07-1816-1232/+300
* | | | Fix boards broken after removal of legacy NAND and DoC supportWolfgang Denk2009-07-193-0/+6
|/ / /
* | | PATI board: fix compiler warningsWolfgang Denk2009-07-193-6/+10
* | | mpl: printing current stdio devices cleanupJean-Christophe PLAGNIOL-VILLARD2009-07-195-34/+6
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2009-07-1912-190/+0
|\ \ \
| * | | Remove legacy NAND and disk on chip references from boards.Scott Wood2009-07-1712-190/+0
* | | | ARM: make split_by_variant.sh output more usefulWolfgang Denk2009-07-181-2/+2
* | | | MIP405T: fix compile problemWolfgang Denk2009-07-181-1/+1
* | | | CPCI750: fix compile problemWolfgang Denk2009-07-181-1/+1
| |/ / |/| |
* | | stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2009-07-1815-34/+34
|/ /
* | mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variableAnton Vorontsov2009-07-161-2/+1
* | mpc83xx: MPC8315ERDB: Use hwconfig for board type selectionAnton Vorontsov2009-07-161-9/+5
* | mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device treeAnton Vorontsov2009-07-161-13/+24
* | mpc83xx: MPC837XERDB: Add support for FSL eSDHCAnton Vorontsov2009-07-161-0/+18
* | Merge branch 'asm-generic' of git://git.denx.de/u-boot-microblazeWolfgang Denk2009-07-164-168/+3
|\ \ | |/ |/|
| * asm-generic: Consolidate errno.h to asm-generic/errno.hMichal Simek2009-07-094-168/+3
* | aria: enable NAND flash supportWolfgang Denk2009-07-141-0/+1
* | MPC512x: factor out common codeWolfgang Denk2009-07-143-334/+12
* | mecp5123: fix build errorWolfgang Denk2009-07-141-8/+5
* | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2009-07-1427-1937/+976
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-07-138-566/+503
| |\ \
OpenPOWER on IntegriCloud