summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs/spear
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm926ejs: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-28/+8
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-146-6/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2413-221/+13
* remove all references to .dynsymAlbert ARIBAUD2013-06-211-5/+0
* lib: consolidate hang()Andreas Bießmann2013-05-011-7/+0
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-122-21/+18
|\
| * Consolidate bool typeYork Sun2013-04-012-21/+18