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