summaryrefslogtreecommitdiff
path: root/arch/arm
Commit message (Expand)AuthorAgeLines
...
| | * | | | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-01-26-31/+1980
| | |\ \ \ \
| * | | | | | arm: zynq: correct the argument to lldivSiva Durga Prasad Paladugu2014-02-19-1/+2
| * | | | | | zynq: Add support for U-BOOT SPLMichal Simek2014-02-19-2/+151
| * | | | | | zynq: Update CLK in bdinfoMichal Simek2014-02-19-0/+5
| * | | | | | zynq: Implement dump clock commandSoren Brinkmann2014-02-19-0/+21
| * | | | | | net: zynq_gem: Calculate clock dividers dynamicallySoren Brinkmann2014-02-19-6/+9
| * | | | | | net: zynq_gem: Move RCLK details out of driverSoren Brinkmann2014-02-19-4/+4
| * | | | | | zynq: timer: Fix hangs if network activity attempted after about one hourMichal Simek2014-02-19-2/+2
| * | | | | | zynq: timer: Migrate to zynq clock frameworkSoren Brinkmann2014-02-19-4/+7
| * | | | | | zynq: Provide a framework to read clock frequenciesSoren Brinkmann2014-02-19-2/+700
| * | | | | | zynq: serial: Simplify serial driver initializationMichal Simek2014-02-19-0/+2
| * | | | | | zynq: Move bootmode to headersMichal Simek2014-02-19-0/+6
| * | | | | | zynq: Enable dcache supportMichal Simek2014-02-19-0/+8
| * | | | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-19-1541/+0
| |\ \ \ \ \ \
| | * | | | | | ARM: IXP: Remove the IXP architecture supportMarek Vasut2014-02-06-1541/+0
| | | |_|/ / / | | |/| | | |
* | | | | | | venice2: move device tree to fix build errorMasahiro Yamada2014-02-20-3/+86
* | | | | | | spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board configsAlexey Brodkin2014-02-20-4/+0
| |_|_|_|/ / |/| | | | |
* | | | | | kbuild,tegra124: add dummy obj- for KbuildMasahiro Yamada2014-02-19-0/+3
* | | | | | Move CONFIG_DISPLAY_CPUINFO to MakefileMasahiro Yamada2014-02-19-6/+6
* | | | | | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-19-8/+3
* | | | | | dts: generate multiple device tree blobsMasahiro Yamada2014-02-19-0/+38
* | | | | | dts: move device tree sources to arch/$(ARCH)/dts/Masahiro Yamada2014-02-19-0/+2310
* | | | | | dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-19-1/+1
* | | | | | kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-19-1/+1
* | | | | | kbuild: add dummy obj-y to create built-in.oMasahiro Yamada2014-02-19-2/+4
* | | | | | kbuild: change out-of-tree buildMasahiro Yamada2014-02-19-9/+9
* | | | | | ARM: O5/dra7xx: Add SATA boot supportDan Murphy2014-02-19-10/+3
|/ / / / /
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-17-721/+5155
|\ \ \ \ \
| * | | | | ARM: bcm2835: fix mbox POWER_STATE_RESP_ON valueStephen Warren2014-02-14-1/+1
| * | | | | zynq: Fix elf header generationMichal Simek2014-02-13-0/+99
| * | | | | ARM: bcm2835: config.mk isn't neededStephen Warren2014-02-13-19/+0
| * | | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-02-13-256/+145
| |\ \ \ \ \
| | * | | | | exynos: clock: use the clear and set bits macros.Inha Song2014-02-10-65/+20
| | * | | | | exynos: clock: fixed that cfg is set to wrong value.Inha Song2014-02-10-0/+3
| | * | | | | arm:s5pc110: add cpu revisionPiotr Wilczek2014-02-07-0/+7
| | * | | | | arm:exynos: add cpu revisionPiotr Wilczek2014-02-07-2/+6
| | * | | | | exynos: pinmux: remove unnecessary routineMinkyu Kang2014-02-05-6/+1
| | * | | | | exynos: pinmux: remove unnecessary defineMinkyu Kang2014-02-05-2/+1
| | * | | | | exynos: pinmux: sort the list of peripheralsMinkyu Kang2014-02-05-1/+1
| | * | | | | s5p: gpio: change gpio coding method for s5p gpio.Przemyslaw Marczak2014-02-03-183/+109
| | |/ / / /
| * | | | | ARM: tegra: add DT files for Tegra124 and Venice2Tom Warren2014-02-03-0/+250
| * | | | | ARM: tegra: add common (shared) CPU filesTom Warren2014-02-03-12/+24
| * | | | | ARM: tegra: Add CPU (armv7) files for Tegra124Tom Warren2014-02-03-0/+1651
| * | | | | ARM: tegra: add SPL/AVP (arm720t) CPU files for Tegra124Tom Warren2014-02-03-2/+318
| * | | | | ARM: tegra: add/edit headers for Tegra124Tom Warren2014-02-03-28/+2419
| * | | | | ARM: tegra: fix a typo in the tegra114.dtsiStephen Warren2014-02-03-1/+1
| * | | | | ARM: tegra: remove a conditional for CSITE rateStephen Warren2014-02-03-14/+6
| * | | | | ARM: tegra: enable PLLX only once it's been fully configuredStephen Warren2014-02-03-4/+9
| * | | | | ARM: tegra: pass just partition ID to power_partition()Stephen Warren2014-02-03-18/+15
| * | | | | ARM: tegra: misc cleanups triggered by Tegra124 reviewStephen Warren2014-02-03-4/+5