summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | * | Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren2013-03-1412-12/+12
| | * | Tegra114: fdt: Update DT files with I2C info for T114/DalmoreTom Warren2013-03-141-0/+25
| | * | tegra: usb: move implementation into right directoryLucas Stach2013-03-141-1/+1
| * | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-1530-274/+2342
| |\ \ \ | | |/ / | |/| |
| | * | nitrogen: Use unsigned long to specify the total RAM sizefabio.estevam@freescale.com2013-03-151-1/+1
| | * | Add Boundary Devices Nitrogen6X boardsEric Nelson2013-03-1321-0/+2039
| | * | mx23_olinuxino: Fix warning for implicit declarationOtavio Salvador2013-03-071-0/+1
| | * | mx6: Provide a structure for accessing HDMI registersFabio Estevam2013-03-071-17/+11
| | * | mx23_olinuxino: Enable USB supportOtavio Salvador2013-03-072-0/+9
| | * | mx23_olinuxino: Add support for status LEDOtavio Salvador2013-03-072-0/+11
| | * | mx23evk: Adjust DRAM control register to use full 128MB of RAMOtavio Salvador2013-03-071-0/+10
| | * | mxs: m28: Enable power to USB port 0Marek Vasut2013-03-071-0/+4
| | * | i.MX6: consolidate pad names for multi-CPU boardsEric Nelson2013-03-074-215/+215
| | * | i.MX6: mx6qsabrelite: indent with tabsEric Nelson2013-03-071-53/+53
| | * | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2013-03-056-1004/+0
| | |\ \
| | * \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2013-02-23105-8235/+4349
| | |\ \ \
| | * | | | imx: mx6q DDR3 init: Benefit from available CL = 7Benoît Thébaudeau2013-02-121-4/+4
| | * | | | imx: mx6q DDR3 init: Fix MR0.PPDBenoît Thébaudeau2013-02-121-2/+2
| | * | | | imx: mx6q DDR3 init: Fix RST_to_CKEBenoît Thébaudeau2013-02-121-1/+1
| | * | | | imx: mx6q DDR3 init: Fix SDE_to_RSTBenoît Thébaudeau2013-02-121-1/+1
| | * | | | imx: mx6q DDR3 init: Fix tXPRBenoît Thébaudeau2013-02-121-1/+1
| | * | | | imx: mx6q DDR3 init: Fix tMRDBenoît Thébaudeau2013-02-121-1/+1
| * | | | | Refactor linker-generated arraysAlbert ARIBAUD2013-03-12127-127/+127
| * | | | | arm: make __bss_start and __bss_end__ compiler-generatedAlbert ARIBAUD2013-03-125-26/+64
| * | | | | Remove linker lists (LGAs) from SPL linker scriptsAlbert ARIBAUD2013-03-124-18/+0
| * | | | | Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-121-1/+6
| |\ \ \ \ \
OpenPOWER on IntegriCloud