summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
Commit message (Expand)AuthorAgeFilesLines
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-172-0/+2
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-175-1/+6
* common: Move get_tbclk() to time.hSimon Glass2020-01-171-1/+1
* common: Move clock functions into a new fileSimon Glass2020-01-172-0/+2
* ARM: mxs: spl_boot.c: make early_delay more robustRasmus Villemoes2020-01-071-5/+2
* arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes2020-01-071-1/+4
* arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes2020-01-071-2/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-1/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-024-0/+4
* common: Move get_ticks() function out of common.hSimon Glass2019-12-025-0/+5
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-022-0/+2
* arm: mxs: Increase VDDD voltage to match specificationMarek Vasut2019-11-031-2/+2
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-091-1/+4
|\
| * spl: pass args to board_return_to_bootromPeng Fan2019-10-081-1/+4
* | arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass2019-10-081-1/+1
|/
* 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
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-4/+4
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-183-9/+9
* arm: lpc32xx: Fix timer initializationGregory CLEMENT2019-04-261-0/+3
* linker: Modify linker scripts to be more genericTom Rini2019-01-263-5/+5
* arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config optionVladimir Zapolskiy2018-10-191-3/+0
* arm: lpc32xx: add CONFIG_ARCH_LPC32XX build optionVladimir Zapolskiy2018-10-191-0/+20
* arm: remove prototype for get_timer_maskedPatrick Delaunay2018-10-104-9/+6
* 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-105-36/+23
* ARM: mxs: let boards override entire dram parameter tableMans Rullgard2018-06-181-7/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0752-107/+52
* ARM: mxs: support full SPL frameworkMans Rullgard2018-04-274-2/+15
* ARM: mxs: move spl dataMans Rullgard2018-04-272-6/+3
* ARM: arm926ejs: fix lowlevel_init callMans Rullgard2018-04-271-2/+2
* ARM: mxs: make lowlevel_init() weakMans Rullgard2018-04-271-1/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1