summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-15x86: Remove unneeded cruft from main MakefileSimon Glass1-5/+1
2013-02-15x86: Remove sc520 cpuSimon Glass12-1591/+0
2013-02-15x86: Remove eNET boardsSimon Glass8-1238/+0
2013-02-13Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini10-253/+268
2013-02-13MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-13MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-13MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-13MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-13MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-13MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-13MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-13MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-13MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57
2013-02-13MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck1-9/+1
2013-02-13MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2-3/+6
2013-02-12am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SKTom Rini1-0/+27
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini198-2798/+14369
2013-02-11arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach1-1/+1
2013-02-11Tegra114: Add/enable Dalmore build (T114 reference board)Tom Warren6-0/+447
2013-02-11Tegra114: Add generic Tegra114 build supportTom Warren1-1/+1
2013-02-11Tegra114: Dalmore: Add DT filesTom Warren2-0/+18
2013-02-11Tegra114: Add common CPU (shared) filesTom Warren6-4/+1291
2013-02-11Tegra114: Add CPU (armv7) filesTom Warren2-0/+59
2013-02-11Tegra114: Add AVP (arm720t) filesTom Warren5-38/+403
2013-02-11Tegra114: Add arch-tegra114 include filesTom Warren15-5/+1365
2013-02-11tegra: cardhu: config: enable SPIAllen Martin1-0/+11
2013-02-11tegra: add SPI SLINK driverAllen Martin6-1/+432
2013-02-11tegra: add addresses of SPI SLINK controllersAllen Martin1-0/+6
2013-02-11tegra30: fdt: add SPI SLINK nodesAllen Martin2-0/+77
2013-02-11tegra30: add SBC1 to periph id mapping tableAllen Martin1-1/+1
2013-02-11tegra: spi: add fdt support to tegra SPI SFLASH driverAllen Martin3-2/+45
2013-02-11tegra20: fdt: add SPI SFLASH nodeAllen Martin2-0/+17
2013-02-11tegra: don't hard-code LCD into default TEGRA_DEVICE_SETTINGSStephen Warren1-2/+9
2013-02-11tegra: rename FUNCMUX_UART2_UARTBStephen Warren3-4/+4
2013-02-11Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.cTom Warren11-1188/+768
2013-02-11Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entryTom Warren2-8/+0
2013-02-11tegra: fdt: add back missing host1x nodeAllen Martin1-0/+11
2013-02-09Clean up libfdt.h includesGerald Van Baren9-11/+2
2013-02-08common/fdt_support.c: sparse fixesKim Phillips3-41/+49
2013-02-08libfdt: update from upstream dtc commit 142419eKim Phillips6-23/+23
2013-02-08libfdt: update fdt.h from upstream dtcKim Phillips1-21/+21
2013-02-08libfdt_env.h: add fdt type definitionsKim Phillips1-0/+5
2013-02-08treewide: include libfdt_env.h before fdt.hKim Phillips11-9/+2
2013-02-08fdt: fix dts preprocessor optionsAllen Martin1-1/+1
2013-02-07am33xx: Drop gpio0_7_pin_mux from phytec pcm051Tom Rini1-5/+0
2013-02-07OMAP3: igep00x0: fix a build warning on IGEP boardsJavier Martinez Canillas1-1/+1
2013-02-07AM335X: Set fdt_high for AM335X devices to enable booting with Device Treehvaibhav@ti.com1-0/+1
2013-02-07Add DDR3 support for AM335x-EVM (Version 1.5A)Jeff Lance2-0/+57
2013-02-07am335x: display msg when reading MAC from efuseLars Poeschel1-1/+1
2013-02-07pcm051: Add support for Phytec phyCORE-AM335xLars Poeschel8-0/+801