summaryrefslogtreecommitdiff
path: root/board
Commit message (Expand)AuthorAgeLines
...
| * | | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-20-0/+26
| * | | ARM: rpi_b: use bcm2835 mbox driver to get memory sizeStephen Warren2013-03-20-1/+20
* | | | Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-03-20-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | x86: Add FDT SPI node for linkSimon Glass2013-03-19-0/+11
* | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-03-18-0/+63
|\ \ \ \ | |/ / / |/| | |
| * | | arm:trats: Use new ums commandLukasz Majewski2013-03-18-0/+63
* | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-1978/+4349
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-500/+1092
| |\ \
| | * | Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren2013-03-14-0/+12
| | * | Tegra114: fdt: Move aliases from dtsi to dts file as per other TegrasTom Warren2013-03-14-0/+8
| | * | Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bitsTom Warren2013-03-14-12/+12
| | * | Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routinesTom Warren2013-03-14-1/+81
| | * | Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)Tom Warren2013-03-14-0/+15
| | * | Tegra30: Cardhu: Add pad config tables/code based on pinmux codeTom Warren2013-03-14-3/+24
| | * | Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 initTom Warren2013-03-14-180/+286
| | * | Tegra30: Cardhu: Remove unneeded cardhu.c.mmc fileTom Warren2013-03-14-151/+0
| | * | Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)Tom Warren2013-03-14-0/+5
| | * | Tegra: fdt: Remove memreserve line from Cardhu/Seaboard DT filesTom Warren2013-03-14-2/+0
| | * | Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2013-03-14-145/+40
| | * | Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT filesTom Warren2013-03-14-8/+97
| | * | Tegra: fdt: tamonten: Add common tamonten.dtsi file from linuxTom Warren2013-03-14-3/+492
| | * | Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren2013-03-14-12/+12
| | * | Tegra114: fdt: Update DT files with I2C info for T114/DalmoreTom Warren2013-03-14-0/+25
| | * | tegra: usb: move implementation into right directoryLucas Stach2013-03-14-1/+1
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-274/+2342
| |\ \ \ | | |/ / | |/| |
| | * | nitrogen: Use unsigned long to specify the total RAM sizefabio.estevam@freescale.com2013-03-15-1/+1
| | * | Add Boundary Devices Nitrogen6X boardsEric Nelson2013-03-13-0/+2039
| | * | mx23_olinuxino: Fix warning for implicit declarationOtavio Salvador2013-03-07-0/+1
| | * | mx6: Provide a structure for accessing HDMI registersFabio Estevam2013-03-07-17/+11
| | * | mx23_olinuxino: Enable USB supportOtavio Salvador2013-03-07-0/+9
| | * | mx23_olinuxino: Add support for status LEDOtavio Salvador2013-03-07-0/+11
| | * | mx23evk: Adjust DRAM control register to use full 128MB of RAMOtavio Salvador2013-03-07-0/+10
| | * | mxs: m28: Enable power to USB port 0Marek Vasut2013-03-07-0/+4
| | * | i.MX6: consolidate pad names for multi-CPU boardsEric Nelson2013-03-07-215/+215
| | * | i.MX6: mx6qsabrelite: indent with tabsEric Nelson2013-03-07-53/+53
| | * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2013-03-05-1004/+0
| | |\ \
| | * \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2013-02-23-8235/+4349
| | |\ \ \
| | * | | | imx: mx6q DDR3 init: Benefit from available CL = 7Benoît Thébaudeau2013-02-12-4/+4
| | * | | | imx: mx6q DDR3 init: Fix MR0.PPDBenoît Thébaudeau2013-02-12-2/+2
| | * | | | imx: mx6q DDR3 init: Fix RST_to_CKEBenoît Thébaudeau2013-02-12-1/+1
| | * | | | imx: mx6q DDR3 init: Fix SDE_to_RSTBenoît Thébaudeau2013-02-12-1/+1
| | * | | | imx: mx6q DDR3 init: Fix tXPRBenoît Thébaudeau2013-02-12-1/+1
| | * | | | imx: mx6q DDR3 init: Fix tMRDBenoît Thébaudeau2013-02-12-1/+1
| * | | | | Refactor linker-generated arraysAlbert ARIBAUD2013-03-12-127/+127
| * | | | | arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD2013-03-12-26/+64
| * | | | | Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD2013-03-12-18/+0
| * | | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-12-1/+6
| |\ \ \ \ \
| | * | | | | ARM: atmel: add at91sam9g20ek_2mmc nand boot supportBo Shen2013-02-19-1/+6
| | | |_|_|/ | | |/| | |
| * | | | | Merge u-boot/master into u-boot-ti/masterTom Rini2013-03-11-59/+268
| |\ \ \ \ \
| * | | | | | arm: dra7xx: Add board files for DRA7XX socsLokesh Vutla2013-03-11-0/+199