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