aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/spear
AgeCommit message (Expand)AuthorFilesLines
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini14-1824/+0
2021-07-07arm: Remove spear320 boardsTom Rini3-12/+3
2021-07-07arm: Remove spear310 boardsTom Rini2-6/+2
2021-07-07arm: Remove spear300 boardsTom Rini2-6/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass2-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-2/+4
2020-05-18common: Drop init.h from common headerSimon Glass3-0/+3
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-1/+4
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-11arm: spear: Return to BootROM if failing to boot from the main deviceMiquel Raynal1-0/+12
2019-07-11arm: spear: Do not link the _main branchMiquel Raynal1-1/+2
2019-07-11arm: spear: Support returning to BootROMMiquel Raynal2-3/+39
2019-07-11arm: spear: Simplify start.S organizationMiquel Raynal1-15/+2
2019-07-11arm: spear: Reference the link register with LR instead of R14Miquel Raynal1-1/+1
2019-07-11arm: spear: Use PUSH/POP mnemonics when relevantMiquel Raynal1-4/+4
2019-07-11arm: spear: Purely cosmetic changes in start.SMiquel Raynal1-9/+8
2019-07-11arm: spear: Fix the main comment in start.SMiquel Raynal1-4/+3
2019-07-11arm: spear: Drop false commentMiquel Raynal1-5/+0
2019-07-11arm: spear: Call the SPL 'SPL', not 'Xloader'Miquel Raynal1-2/+2
2019-07-11arm: spear: Drop useless board_init_r callMiquel Raynal1-2/+0
2019-01-26linker: Modify linker scripts to be more genericTom Rini1-2/+2
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay1-1/+3
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-5/+0
2018-09-25arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is builtQuentin Schulz1-0/+3
2018-09-10arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz1-0/+3
2018-09-10ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford1-10/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-29/+14
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-26arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMCThomas Petazzoni1-1/+1
2017-08-26board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/Thomas Petazzoni3-0/+425
2017-08-13arm: spear: do not return random value from stackxypron.glpk@gmx.de1-1/+1
2016-09-16spear: Use upper case for CONFIG optionsSimon Glass1-1/+1
2015-09-11arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4Stefan Roese1-0/+34
2015-08-28arm: spear: Enable caches on SPEArStefan Roese1-0/+10
2015-08-28arm: spear: Move to common SPL infrastructureStefan Roese6-264/+73
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese1-0/+4
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass1-1/+1
2014-10-29i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese1-1/+1
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD2-26/+2
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD1-2/+7
2013-12-07arm: keep all sections in ELF fileAlbert ARIBAUD1-7/+9