summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a boardAbbas Raza2013-04-033-0/+8
| * | | mx6qsabrelite: README: No need to pass 'u-boot.imx'Fabio Estevam2013-04-031-1/+1
| * | | mx6qsabre{sd,auto}: Add boot mode selectOtavio Salvador2013-04-032-0/+40
| * | | mx6qsabresd: Fix card detection for invalid card id caseOtavio Salvador2013-04-031-4/+10
| * | | mx6qsabresd: Document the mapping of USDHC[2-4]Otavio Salvador2013-04-031-0/+7
| * | | Add initial support for Wandboard dual lite and solo.Fabio Estevam2013-03-203-0/+250
* | | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-2818-148/+799
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-267-131/+92
| |\ \
| | * | Tegra114: MMC: Add SD bus power-rail init routineTom Warren2013-03-251-0/+62
| | * | Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config tableTom Warren2013-03-252-0/+10
| | * | Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now)Tom Warren2013-03-251-0/+13
| | * | tegra114: dalmore: fdt: enable dalmore SPI controllerAllen Martin2013-03-251-0/+5
| | * | spi: add common fdt SPI driver interfaceAllen Martin2013-03-251-1/+1
| | * | tegra: spi: rename tegra SPI driversAllen Martin2013-03-251-1/+1
| | * | tegra: remove support for UART SPI switchAllen Martin2013-03-254-130/+1
| * | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-263-3/+246
| |\ \ \ | | |/ / | |/| |
| | * | EXYNOS5: Add initial DTS file for Snow.Rajeshwari Shinde2013-03-121-0/+58
| | * | Exynos5: FDT: Add a H/W-trip member to TMU nodeAkshay Saraswat2013-03-121-0/+1
| | * | Exynos5: TMU: Add TMU init and status checkAkshay Saraswat2013-03-121-0/+39
| | * | Exynos5: FDT: Add TMU device node valuesAkshay Saraswat2013-03-121-0/+12
| | * | SMDK5250: FDT: Retrieve board model via DTRajeshwari Shinde2013-03-121-1/+10
| | * | EXYNOS5: GPIO to enable MAX98095Rajeshwari Shinde2013-03-081-0/+15
| | * | SMDK5250: Add PMIC voltage settingsRajeshwari Shinde2013-02-201-2/+111
| * | | am335x_evm: Add better timings for the new BeagleBoard DDR3 partTom Rini2013-03-241-1/+38
| * | | ti814x_evm: add ti814x evm board supportMatt Porter2013-03-244-0/+302
| * | | am33xx: refactor emif4/ddr to support multiple EMIF instancesMatt Porter2013-03-242-4/+4
| * | | am33xx: convert defines from am33xx-specific to generic namesMatt Porter2013-03-242-6/+6
| * | | am335x: Enable DDR PHY dynamic power down bit for DDR3 boardsVaibhav Hiremath2013-03-241-2/+4
| * | | cm-t35: add support for loading splash image from NANDNikita Kiryanov2013-03-221-0/+61
| * | | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-201-0/+26
| * | | ARM: rpi_b: use bcm2835 mbox driver to get memory sizeStephen Warren2013-03-201-1/+20
* | | | Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-03-201-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | x86: Add FDT SPI node for linkSimon Glass2013-03-191-0/+11
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-03-181-0/+63
|\ \ \ \ | |/ / / |/| | |
| * | | arm:trats: Use new ums commandLukasz Majewski2013-03-181-0/+63
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18227-1978/+4349
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-1526-500/+1092
| |\ \
| | * | Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren2013-03-141-0/+12
| | * | Tegra114: fdt: Move aliases from dtsi to dts file as per other TegrasTom Warren2013-03-141-0/+8
| | * | Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bitsTom Warren2013-03-141-12/+12
| | * | Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routinesTom Warren2013-03-142-1/+81
| | * | Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)Tom Warren2013-03-141-0/+15
| | * | Tegra30: Cardhu: Add pad config tables/code based on pinmux codeTom Warren2013-03-142-3/+24
| | * | Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 initTom Warren2013-03-142-180/+286
| | * | Tegra30: Cardhu: Remove unneeded cardhu.c.mmc fileTom Warren2013-03-141-151/+0
| | * | Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)Tom Warren2013-03-141-0/+5
| | * | Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT filesTom Warren2013-03-142-2/+0
| | * | Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2013-03-148-145/+40
| | * | Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT filesTom Warren2013-03-1412-8/+97
| | * | Tegra: fdt: tamonten: Add common tamonten.dtsi file from linuxTom Warren2013-03-144-3/+492
OpenPOWER on IntegriCloud