summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos2013-02-121-1/+41
| * | | | | MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck2013-02-125-19/+9
| * | | | | MIPS: start.S: optimize BSS initializationDaniel Schwierzeck2013-02-123-28/+35
| * | | | | MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck2013-02-121-2/+3
| * | | | | MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2013-02-122-0/+8
| * | | | | MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2013-02-122-5/+18
| * | | | | MIPS: compute num_got_entries from .got section's sizeGabor Juhos2013-02-121-4/+2
| * | | | | MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2013-02-122-176/+57
| * | | | | MIPS: start.S: remove obsolete 64 bit handling in setup_c0_statusDaniel Schwierzeck2013-02-121-9/+1
| * | | | | MIPS: xburst: fix broken access to global_dataDaniel Schwierzeck2013-02-122-3/+6
* | | | | | am335x_evm: Fix CPSW ethernet on GP EVM and EVM-SKTom Rini2013-02-121-0/+27
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-02-12198-2798/+14369
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | arm: fix CONFIG_DELAY_ENVIRONMENT to act like it claims in the READMELucas Stach2013-02-111-1/+1
| * | | | | Tegra114: Add/enable Dalmore build (T114 reference board)Tom Warren2013-02-116-0/+447
| * | | | | Tegra114: Add generic Tegra114 build supportTom Warren2013-02-111-1/+1
| * | | | | Tegra114: Dalmore: Add DT filesTom Warren2013-02-112-0/+18
| * | | | | Tegra114: Add common CPU (shared) filesTom Warren2013-02-116-4/+1291
| * | | | | Tegra114: Add CPU (armv7) filesTom Warren2013-02-112-0/+59
| * | | | | Tegra114: Add AVP (arm720t) filesTom Warren2013-02-115-38/+403
| * | | | | Tegra114: Add arch-tegra114 include filesTom Warren2013-02-1115-5/+1365
| * | | | | tegra: cardhu: config: enable SPIAllen Martin2013-02-111-0/+11
| * | | | | tegra: add SPI SLINK driverAllen Martin2013-02-116-1/+432
| * | | | | tegra: add addresses of SPI SLINK controllersAllen Martin2013-02-111-0/+6
| * | | | | tegra30: fdt: add SPI SLINK nodesAllen Martin2013-02-112-0/+77
| * | | | | tegra30: add SBC1 to periph id mapping tableAllen Martin2013-02-111-1/+1
| * | | | | tegra: spi: add fdt support to tegra SPI SFLASH driverAllen Martin2013-02-113-2/+45
| * | | | | tegra20: fdt: add SPI SFLASH nodeAllen Martin2013-02-112-0/+17
| * | | | | tegra: don't hard-code LCD into default TEGRA_DEVICE_SETTINGSStephen Warren2013-02-111-2/+9
| * | | | | tegra: rename FUNCMUX_UART2_UARTBStephen Warren2013-02-113-4/+4
| * | | | | Tegra: Move common clock code to arch/arm/cpu/tegra-common/clock.cTom Warren2013-02-1111-1188/+768
| * | | | | Tegra: T20: Remove unused 'SLOW' SoC ID and PLLX table entryTom Warren2013-02-112-8/+0
| * | | | | tegra: fdt: add back missing host1x nodeAllen Martin2013-02-111-0/+11
| * | | | | am33xx: Drop gpio0_7_pin_mux from phytec pcm051Tom Rini2013-02-071-5/+0
| * | | | | OMAP3: igep00x0: fix a build warning on IGEP boardsJavier Martinez Canillas2013-02-071-1/+1
| * | | | | AM335X: Set fdt_high for AM335X devices to enable booting with Device Treehvaibhav@ti.com2013-02-071-0/+1
| * | | | | Add DDR3 support for AM335x-EVM (Version 1.5A)Jeff Lance2013-02-072-0/+57
| * | | | | am335x: display msg when reading MAC from efuseLars Poeschel2013-02-071-1/+1
| * | | | | pcm051: Add support for Phytec phyCORE-AM335xLars Poeschel2013-02-078-0/+801
| * | | | | am33xx: add a pulldown macro to pinmux configLars Poeschel2013-02-071-1/+2
| * | | | | omap4: allow the use of a plain text env file instead boot scriptsJavier Martinez Canillas2013-02-071-3/+14
| * | | | | OMAP3: igep00x0: add boot status GPIO LEDJavier Martinez Canillas2013-02-073-0/+24
| * | | | | OMAP3: use a single board file for IGEP devicesJavier Martinez Canillas2013-02-078-337/+51
| * | | | | ARM: highbank: use wfi macro instead of inline asmRob Herring2013-02-031-1/+2
| * | | | | ARM: add wfi assembly macroRob Herring2013-02-031-0/+6
| * | | | | arm: rmobile: kzm9g: Adjust ETM trace clockTetsuyuki Kobayashi2013-02-021-1/+1
| * | | | | arm: rmobile: kzm9g: Adjust SDRAM settingTetsuyuki Kobayashi2013-02-021-3/+14
| * | | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-02-0268-973/+3418
| |\ \ \ \ \
| | * | | | | mx23evk: Add initial board supportOtavio Salvador2013-01-286-0/+441
| | * | | | | mx23_olinuxino: Add default environmentOtavio Salvador2013-01-281-7/+70
| | * | | | | mxs: mmc: mx23_olinuxino: Add MMC supportMarek Vasut2013-01-283-1/+42
OpenPOWER on IntegriCloud