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