aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/spear
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2021-07-0714-1824/+0
* arm: Remove spear320 boardsTom Rini2021-07-073-12/+3
* arm: Remove spear310 boardsTom Rini2021-07-072-6/+2
* arm: Remove spear300 boardsTom Rini2021-07-072-6/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2021-05-241-1/+1
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop asm/ptrace.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+4
* common: Drop init.h from common headerSimon Glass2020-05-183-0/+3
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* spl: pass args to board_return_to_bootromPeng Fan2019-10-081-1/+4
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal2019-07-111-0/+12
* arm: spear: Do not link the _main branchMiquel Raynal2019-07-111-1/+2
* arm: spear: Support returning to BootROMMiquel Raynal2019-07-112-3/+39
* arm: spear: Simplify start.S organizationMiquel Raynal2019-07-111-15/+2
* arm: spear: Reference the link register with LR instead of R14Miquel Raynal2019-07-111-1/+1
* arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal2019-07-111-4/+4
* arm: spear: Purely cosmetic changes in start.SMiquel Raynal2019-07-111-9/+8
* arm: spear: Fix the main comment in start.SMiquel Raynal2019-07-111-4/+3
* arm: spear: Drop false commentMiquel Raynal2019-07-111-5/+0
* arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal2019-07-111-2/+2
* arm: spear: Drop useless board_init_r callMiquel Raynal2019-07-111-2/+0
* linker: Modify linker scripts to be more genericTom Rini2019-01-261-2/+2
* arm: remove prototype for get_timer_maskedPatrick Delaunay2018-10-101-1/+3
* arm: remove prototype for udelay_maskedPatrick Delaunay2018-10-101-5/+0
* arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is builtQuentin Schulz2018-09-251-0/+3
* arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz2018-09-101-0/+3
* ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford2018-09-101-10/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-29/+14
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni2017-08-261-1/+1
* board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni2017-08-263-0/+425
* arm: spear: do not return random value from stackxypron.glpk@gmx.de2017-08-131-1/+1
* spear: Use upper case for CONFIG optionsSimon Glass2016-09-161-1/+1
* arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4Stefan Roese2015-09-111-0/+34
* arm: spear: Enable caches on SPEArStefan Roese2015-08-281-0/+10
* arm: spear: Move to common SPL infrastructureStefan Roese2015-08-286-264/+73
* usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese2015-08-191-0/+4
* Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass2015-04-181-1/+1
* i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese2014-10-291-1/+1
* arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-152-26/+2
* arm: make _end compiler-generatedAlbert ARIBAUD2014-02-261-2/+7
* arm: keep all sections in ELF fileAlbert ARIBAUD2013-12-071-7/+9