summaryrefslogtreecommitdiff
path: root/board/nvidia
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tegra: fdt: Add keyboard definitions for SeaboardAnton Staff1-0/+27
2012-05-15tegra: fdt: Add EMC data for Tegra2 SeaboardSimon Glass1-0/+37
2012-05-15tegra: Add EMC settings for SeaboardJimmy Zhang4-2/+95
2012-05-15tegra: Turn off power detect in board initWei Ni1-0/+18
2012-05-15tegra: Set up warmboot code on Nvidia boardsSimon Glass1-0/+6
2012-05-15tegra: Set up PMU for Nvidia boardsSimon Glass1-0/+6
2012-03-29tegra: i2c: Select I2C ordering for SeaboardSimon Glass1-0/+18
2012-03-29tegra: i2c: Initialise I2C on Nvidia boardsSimon Glass1-0/+7
2012-03-29tegra: usb: Add USB support to nvidia boardsSimon Glass3-0/+24
2012-03-29tegra: usb: fdt: Add USB definitions for Tegra2 SeaboardSimon Glass1-0/+11
2012-03-29tegra: fdt: Add clock bindings for Tegra2 SeaboardSimon Glass1-0/+27
2012-03-29tegra: fdt: Add device tree file for Tegra2 Seaboard from kernelSimon Glass1-0/+36
2012-02-12tegra: Use funcmux for MMC on seaboardSimon Glass1-17/+4
2012-02-12tegra: Use funcmux for MMC on harmonySimon Glass1-15/+4
2011-12-24tegra2: Optimize out-of-tree build for Ventana.Thierry Reding1-2/+1
2011-12-24tegra: Move boards over to use arch-level board UART functionSimon Glass1-74/+2
2011-12-24tegra: Move clock_early_init() to arch_cpu_init()Simon Glass1-3/+0
2011-12-24tegra: Move cpu_init_cp15() to arch_cpu_init()Simon Glass1-3/+0
2011-12-24arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/masterTom Warren2-3/+1
2011-12-24tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding3-3/+2
2011-12-24tegra2: Plumb in SPI/UART switch codeSimon Glass3-0/+12
2011-12-24tegra2: Implement SPI / UART GPIO switchSimon Glass3-1/+185
2011-12-24tegra2: spi: Add SPI driver for Tegra2 SOCTom Warren1-0/+4
2011-12-24tegra2: Add UARTB supportSimon Glass1-0/+10
2011-12-24tegra2: Tidy UART selectionSimon Glass1-23/+34
2011-12-22tegra2: Fix out-of-tree build for Ventana.Thierry Reding1-0/+1
2011-12-09tegra2: Enable instruction cacheSimon Glass1-0/+3
2011-12-09tegra2: Add arch_cpu_init() to fire up Cortex-A9Simon Glass2-4/+0
2011-12-09tegra2: Use new GPIO APIs in gpio_config_uart()Stephen Warren1-16/+2
2011-12-09tegra2: Add support for VentanaStephen Warren2-2/+58
2011-12-09tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren3-57/+6
2011-12-09tegra2: Move board_mmc_init into board filesStephen Warren3-52/+109
2011-11-03tegra2: Move MMC clock initialization into MMC driverStephen Warren1-12/+1
2011-10-27tegra2: Enable MMC for SeaboardTom Warren4-13/+62
2011-10-27tegra2: Add more pinmux functionsSimon Glass1-31/+11
2011-10-27tegra2: Rename PIN_ to PINGRP_Simon Glass1-9/+9
2011-10-27tegra2: Add more clock functionsSimon Glass1-81/+24
2011-10-27tegra2: Clean up board code a littleSimon Glass2-48/+20
2011-10-27tegra2: Rename CLOCK_PLL_ID to CLOCK_IDSimon Glass1-1/+1
2011-10-22build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger2-2/+2
2011-10-16punt unused clean/distclean targetsMike Frysinger2-12/+0
2011-09-08arm: tegra2: fix out-of-tree buildChe-liang Chiou2-0/+8
2011-09-04Tegra2: Use clock and pinmux functions to simplify codeSimon Glass1-6/+6
2011-09-04Tegra2: Add additional pin multiplexing featuresSimon Glass1-21/+9
2011-09-04Tegra2: Add more clock supportSimon Glass1-57/+22
2011-09-04arm: nvidia and smdk6400: use common code for machine typeIgor Grinberg1-2/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-1/+0
2011-07-16mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3Tom Warren2-0/+148
2011-04-27arm: Tegra2: Move clk/mux init to board_early_init_f, add GPIO initTom Warren6-11/+113
2011-04-27arm: Tegra2: add support for A9 CPU initTom Warren2-0/+39