summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
AgeCommit message (Expand)Author
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-11-03arm: mxs: Increase VDDD voltage to match specificationMarek Vasut
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-10-08spl: pass args to board_return_to_bootromPeng Fan
2019-10-08arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT optionSimon Glass
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-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-04-26arm: lpc32xx: Fix timer initializationGregory CLEMENT
2019-01-26linker: Modify linker scripts to be more genericTom Rini
2018-10-19arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config optionVladimir Zapolskiy
2018-10-19arm: lpc32xx: add CONFIG_ARCH_LPC32XX build optionVladimir Zapolskiy
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-06-18ARM: mxs: let boards override entire dram parameter tableMans Rullgard
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27ARM: mxs: support full SPL frameworkMans Rullgard
2018-04-27ARM: mxs: move spl dataMans Rullgard
2018-04-27ARM: arm926ejs: fix lowlevel_init callMans Rullgard
2018-04-27ARM: mxs: make lowlevel_init() weakMans Rullgard
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-01-10build: Drop CONFIG_SPL_BUILD guards in some casesTom Rini
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
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-05-31mx25: Add function to set PER clocksBenoît Thébaudeau
2017-05-31mx25: Fix imx_get_perclk()Benoît Thébaudeau
2017-05-15arch/arm/cpu/arm926ejs/omap: RemoveTom Rini
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini
2017-01-20serial, ns16550: bugfix: ns16550 fifo not enabledHeiko Schocher
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada