summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/arm926ejs
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini2018-01-102-10/+2
* 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
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-122-2/+2
* mx25: Add function to set PER clocksBenoît Thébaudeau2017-05-311-0/+19
* mx25: Fix imx_get_perclk()Benoît Thébaudeau2017-05-311-1/+10
* arch/arm/cpu/arm926ejs/omap: RemoveTom Rini2017-05-154-433/+0
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini2017-03-182-2/+2
* serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher2017-01-201-4/+8
* mmc: move more driver config options to KconfigMasahiro Yamada2017-01-111-4/+4
* ARM: mxs: Remove unused variable warningMarek Vasut2016-12-191-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-233-3/+3
* spear: Use upper case for CONFIG optionsSimon Glass2016-09-161-1/+1