summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm1176
Commit message (Expand)AuthorAgeLines
* arm: add save_boot_params for ARM1176Cédric Schieli2016-11-21-0/+10
* ARM: start.S: fix typoYuichiro Goto2016-02-29-1/+1
* arm1136/arm1176: Merge cache handling codeAlexander Stein2015-08-12-52/+3
* Merge branch 'u-boot/master'Albert ARIBAUD2015-04-10-311/+0
|\
| * ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada2015-03-28-311/+0
* | ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada2015-03-27-9/+0
|/
* remove unnecessary version.h includesRob Herring2015-03-24-1/+0
* ARM: remove tnetv107x board supportMasahiro Yamada2015-02-24-983/+0
* kconfig: remove unneeded dependency on !SPL_BUILDMasahiro Yamada2015-02-24-3/+3
* rpi: add support for Raspberry Pi 2 model BStephen Warren2015-02-21-1/+1
* bcm2835/rpi: add SPDX license tags for some filesStephen Warren2015-02-21-10/+2
* dm: Move Raspberry Pi driver model CONFIGs to KconfigSimon Glass2015-02-12-0/+12
* kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada2014-11-23-1/+2
* kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-23-0/+2
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-2/+2
* cosmetic: replace MIN, MAX with min, maxMasahiro Yamada2014-09-24-1/+1
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-15-195/+1
* arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-15-2/+0
* arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-26-27/+0
* ARM: bcm2835: config.mk isn't neededStephen Warren2014-02-13-19/+0
* ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada2014-01-24-8/+0
* lib: time: add weak timer_init() functionDarwin Rambo2014-01-24-5/+0
* ARM: bcm2835: fix mailbox timeoutStephen Warren2014-01-20-1/+1
* ARM: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-72/+6
* ARM: refactor compiler options in config.mkMasahiro Yamada2013-09-23-1/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-192/+12
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-76/+0
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-6/+5
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-13-1/+3
* arm1176: Remove unused MMU setup from start.SBenoît Thébaudeau2013-04-12-90/+1
* arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-12-8/+4
* arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-12-584/+0
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-12-1/+5
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-12-5/+3
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-3/+1
* arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-12-0/+8
* ARM: bcm2835: fix get_timer() to return msStephen Warren2013-04-04-3/+11
* ARM: bcm2835: add mailbox driverStephen Warren2013-03-20-1/+165
* Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-53/+9
* ARM: arm1176: Define arch_cpu_init() for s3c64xxAshok Kumar Reddy2012-11-15-1/+27
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-04-4/+0
* dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut2012-10-18-181/+1
* arm: Fixed the offset for the no relocation.Zhong Hongbo2012-10-04-0/+1
* ARM: arm1176: Define arch_cpu_init() at the SoC levelStephen Warren2012-09-25-8/+25
* ARM: add basic support for the Broadcom BCM2835 SoCStephen Warren2012-09-01-0/+165
* ARM: arm1176: enable instruction cache in arch_cpu_init()Stephen Warren2012-09-01-0/+7
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-20-4/+5
* arm: Use common .lds file where possibleSimon Glass2012-03-30-78/+0