summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD2014-05-203-2/+2
|\
| * common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+2
| * bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* | Merge remote-tracking branch 'u-boot-sh/rmobile'Albert ARIBAUD2014-05-169-1286/+706
|\ \
| * | arm: rmobile: Add register infomation of PLL regsiterNobuhiro Iwamatsu2014-04-281-0/+4
| * | arm: rmobile: r8a7791: Add support ES2 revisionNobuhiro Iwamatsu2014-04-282-1/+5
| * | arm: rmobile: r8a7790: Add support ES2 revisionNobuhiro Iwamatsu2014-04-281-0/+4
| * | arm: rmobile: Update print_cpuinfo functionNobuhiro Iwamatsu2014-04-281-27/+22
| * | arm: rmobile: Add prototype for function to get the CPU information to rmobile.hNobuhiro Iwamatsu2014-04-281-0/+6
| * | arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCsNobuhiro Iwamatsu2014-04-281-0/+5
| * | arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integ...Nobuhiro Iwamatsu2014-04-281-1/+1
| * | arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791Nobuhiro Iwamatsu2014-04-283-34/+4
| * | arm: rmobile: r8a779x: Fix L2 cache init and latency settingNobuhiro Iwamatsu2014-04-281-2/+18
| * | arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8...Nobuhiro Iwamatsu2014-04-283-1224/+640
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-168-5/+287
|\ \ \
| * \ \ Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-05-153-82/+155
| |\ \ \ | | | |/ | | |/|
| * | | imx25: Add new hardware registersThomas Diener2014-05-091-0/+175
| * | | iomux-v3: Add support for mx6sl LVE bitFabio Estevam2014-05-092-0/+13
| * | | Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic2014-04-2974-5429/+6132
| |\ \ \ | | | |/ | | |/|
| * | | mx6slevk: Add SPI NOR flash supportFabio Estevam2014-04-281-0/+4
| * | | mx6: fix weird formatting in imx6q-sabreauto.dtsStefano Babic2014-04-281-5/+5
| * | | imx-common/video: add detect_hdmiEric Benard2014-04-152-0/+14
| * | | imx-common: add board_video_skipEric Benard2014-04-153-0/+76
* | | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-163-0/+6
|\ \ \ \
| * | | | ARM: OMAP5: add CKO buffer control maskDmitry Lifshitz2014-05-131-0/+3
| * | | | ARM: OMAP5: add UART4 supportDmitry Lifshitz2014-05-131-0/+1
| * | | | am33xx: add SSC enable macroYegor Yefremov2014-05-131-0/+2
| | |_|/ | |/| |
* | | | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-1510-9/+74
|\ \ \ \
| * | | | ARM: tegra: use a CPU freq that all SKUs can supportStephen Warren2014-05-132-7/+26
| * | | | ARM: tegra: add function to enable input clamping on tristateStephen Warren2014-05-132-0/+21
| * | | | ARM: tegra: add GPIO initialization table functionStephen Warren2014-05-131-0/+20
| * | | | ARM: tegra: allow pinmux mux option not to be set by init tablesStephen Warren2014-05-135-0/+7
| * | | | ARM: tegra: fix CPU VDD comment in Tegra30 CPU init codeStephen Warren2014-05-131-1/+1
| * | | | ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-131-2/+0
| |/ / /
* | | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-158-689/+2616
|\ \ \ \
| * | | | S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat2014-05-138-689/+2616
| | |_|/ | |/| |
* | | | arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-1520-2426/+313
* | | | arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-155-11/+0
* | | | arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD2014-05-152-6/+6
* | | | arm: move reset_cpu from start.S into cpu.cAlbert ARIBAUD2014-05-154-33/+27
* | | | arm1136: move cache code from start.S to cache.cAlbert ARIBAUD2014-05-152-13/+10
| |/ / |/| |
* | | Merge branch 'u-boot/master'Albert ARIBAUD2014-05-093-82/+155
|\ \ \ | |/ / |/| |
| * | usb: ehci: rmobile: Add support ehci host driver of rmobile SoCsNobuhiro Iwamatsu2014-04-301-0/+147
| * | ARM:tegra20: Remove aes debug printsTom Rini2014-04-181-9/+0
| * | aes: make apply_cbc_chain_data non-staticStephen Warren2014-04-181-2/+2
| * | kbuild: use boolean macros to select tegra*-common directoryMasahiro Yamada2014-04-171-1/+4
| * | Merge branch 'next'Tom Rini2014-04-171-70/+2
| |\ \ | | |/ | |/|
| | * aes: Move the AES-128-CBC encryption function to common codeMarek Vasut2014-03-211-70/+2
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-2144-255/+3050
|\ \ \
| * | | arm, da850: staticize funtionsManish Badarkhe2014-04-172-6/+3
OpenPOWER on IntegriCloud