summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* AVR32: Make cacheflush cpu-dependentOlav Morken2009-02-232-2/+2
* Merge branch 'cleanups' into nextHaavard Skinnemoen2009-02-236-108/+64
|\
| * Merge branch 'fixes' into cleanupsHaavard Skinnemoen2008-12-171388-21851/+18932
| |\
| * | atstk1000: Convert to new-style makefileHaavard Skinnemoen2008-09-011-4/+5
| * | avr32: use board_early_init_r instead of board_init_infoHaavard Skinnemoen2008-09-015-5/+10
| * | avr32: Use board_postclk_init instead of gclk_initHaavard Skinnemoen2008-09-011-1/+2
| * | hammerhead: Use gclk helper functionsHaavard Skinnemoen2008-09-011-8/+2
| * | avr32: refactor the portmux/gpio codeHaavard Skinnemoen2008-09-015-91/+46
* | | OMAP3: Pandora: Update pin muxDirk Behme2009-02-221-6/+6
* | | OMAP3: Add OMAP3 auto detectionDirk Behme2009-02-225-5/+0
* | | OMAP3: Beagle: Add board revision detectionDirk Behme2009-02-222-0/+43
* | | OMAP3: Overo: Clean up pin mux and GPIO configurationDirk Behme2009-02-223-21/+11
* | | davinci: fix implicit declaration of function 'davinci_errata_workarounds'Jean-Christophe PLAGNIOL-VILLARD2009-02-221-0/+1
* | | ARM DaVinci: Add common peripherals and modules enable functions.Hugo Villeneuve2009-02-226-105/+101
* | | Enable Ethernet for Nomadik 8815 Evaluation KitAlessandro Rubini2009-02-221-1/+4
* | | Coding Style cleanup; update CHANGELOGWolfgang Denk2009-02-222-3/+0
* | | 82xx, mgcoge: updates for 2009.03Heiko Schocher2009-02-191-2/+5
* | | 8xx, mgsuvd: updates for 2009.03Heiko Schocher2009-02-191-0/+5
* | | TQM8xxL: make some room in low memory for future needsWolfgang Denk2009-02-191-1/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2009-02-192-87/+40
|\ \ \
| * | | ppc4xx: Some more PMC405 coding-style cleanupStefan Roese2009-02-181-15/+15
| * | | ppc4xx: Update PMC405 board supportMatthias Fuchs2009-02-182-13/+11
| * | | ppc4xx: Cleanup PMC405 board supportMatthias Fuchs2009-02-181-70/+25
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-02-196-0/+493
|\ \ \ \
| * | | | qong: support for Dave/DENX QongEVB-LITE boardIlya Yanok2009-02-106-0/+493
* | | | | Fix build errors after making flash_get_info() non-staticWolfgang Denk2009-02-182-4/+3
| |/ / / |/| | |
* | | | 83xx: Add eSDHC support on 8379 EMDS boardAndy Fleming2009-02-161-5/+18
* | | | 85xx: Add eSDHC support for 8536 DSAndy Fleming2009-02-161-0/+14
* | | | TQM85xx: Fix a couple warnings in TQM8548 buildAndy Fleming2009-02-162-3/+5
* | | | MPC85xx: TQM8548: workaround for erratum DDR 19 and 20Wolfgang Grandegger2009-02-161-8/+108
* | | | MPC85xx: TQM8548: use cache for AG and BE variantsWolfgang Grandegger2009-02-161-2/+2
* | | | MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configurationWolfgang Grandegger2009-02-163-4/+26
* | | | MPC85xx: TQM8548: fix SDRAM timing for 533 MHzWolfgang Grandegger2009-02-161-6/+8
* | | | MPC85xx: TQM8548: add support for the TQM8548_BE moduleWolfgang Grandegger2009-02-161-2/+4
* | | | MPC85xx: TQM85xx: make standard PCI/PCI-X configurableWolfgang Grandegger2009-02-161-6/+6
* | | | MPC85xx: TQM85xx: fix flash protection for boot loaderWolfgang Grandegger2009-02-161-2/+1
* | | | 86xx: Reset updatePeter Tyser2009-02-163-0/+45
* | | | 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DSKumar Gala2009-02-161-2/+6
* | | | Fixup SGMII PHY ids in the device treeAndy Fleming2009-02-165-0/+79
* | | | 85xx: Fix bug in device tree setup in 36-bit physical confgKumar Gala2009-02-161-1/+2
* | | | 85xx: Fix address map for 36-bit config of MPC8572DSKumar Gala2009-02-161-2/+4
* | | | ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boardsStefan Roese2009-02-124-0/+4
* | | | Coding style cleanup; update CHANGELOGWolfgang Denk2009-02-123-3/+0
* | | | mpc8641hpcn: Clean up PCI mapping conceptsBecky Bruce2009-02-101-5/+5
* | | | powerpc: Move duplicated BAT defines to mmu.hBecky Bruce2009-02-103-18/+20
* | | | mpc8641hpcn: Set up outbound pci windows before inboundBecky Bruce2009-02-101-6/+6
* | | | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarityKumar Gala2009-02-0717-20/+20
* | | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2009-02-071-7/+1
|\ \ \ \
| * | | | Blackfin: move default boot SPI CS to common codeMike Frysinger2009-02-051-7/+1
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxWolfgang Denk2009-02-072-3/+149
|\ \ \ \ | |/ / / |/| | |
OpenPOWER on IntegriCloud