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