summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
AgeCommit message (Expand)AuthorFilesLines
2020-05-15arm: orion5x: finish moving SoC to mach-orion5xTrevor Woerner1-60/+0
2020-05-15arm: lpc32xx: move SoC to mach-lpc32xxTrevor Woerner9-588/+0
2020-01-18common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass2-0/+2
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass5-1/+6
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+1
2020-01-17common: Move clock functions into a new fileSimon Glass2-0/+2
2020-01-07ARM: mxs: spl_boot.c: make early_delay more robustRasmus Villemoes1-5/+2
2020-01-07arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes1-1/+4
2020-01-07arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes1-2/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-1/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass4-0/+4
2019-12-03common: Move get_ticks() function out of common.hSimon Glass5-0/+5
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass2-0/+2
2019-11-03arm: mxs: Increase VDDD voltage to match specificationMarek Vasut1-2/+2
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+4
2019-10-08spl: pass args to board_return_to_bootromPeng Fan1-1/+4
2019-10-08arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass1-1/+1
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-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-4/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner3-9/+9
2019-04-27arm: lpc32xx: Fix timer initializationGregory CLEMENT1-0/+3
2019-01-27linker: Modify linker scripts to be more genericTom Rini3-5/+5
2018-10-19arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config optionVladimir Zapolskiy1-3/+0
2018-10-19arm: lpc32xx: add CONFIG_ARCH_LPC32XX build optionVladimir Zapolskiy1-0/+20
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay4-9/+6
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-5/+0
2018-09-26arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is builtQuentin Schulz1-0/+3
2018-09-11arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is builtQuentin Schulz1-0/+3
2018-09-11ARM: CPU: arm926ejs: Consolidate cache routines to common fileAdam Ford5-36/+23
2018-06-18ARM: mxs: let boards override entire dram parameter tableMans Rullgard1-7/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini52-107/+52
2018-04-27ARM: mxs: support full SPL frameworkMans Rullgard4-2/+15
2018-04-27ARM: mxs: move spl dataMans Rullgard2-6/+3
2018-04-27ARM: arm926ejs: fix lowlevel_init callMans Rullgard1-2/+2