summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs
AgeCommit message (Expand)Author
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-10-01arm: Remove aspenite boardTom Rini
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass
2021-08-31Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini
2021-07-07arm: Remove spear600 boards and the rest of SPEAr supportTom Rini
2021-07-07arm: Remove spear320 boardsTom Rini
2021-07-07arm: Remove spear310 boardsTom Rini
2021-07-07arm: Remove spear300 boardsTom Rini
2021-05-24ARM: fix LTO for imx28_xeaMarek Behún
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún
2021-05-24ARM: make gd a function call for LTO and set via set_gd()Marek Behún
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-15arm: orion5x: finish moving SoC to mach-orion5xTrevor Woerner
2020-05-15arm: lpc32xx: move SoC to mach-lpc32xxTrevor Woerner
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-07ARM: mxs: spl_boot.c: make early_delay more robustRasmus Villemoes
2020-01-07arm: mxs: be more careful when enabling gpmi_clkRasmus Villemoes
2020-01-07arm: mxs: fix comments in arch_cpu_init to match the codeRasmus Villemoes
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
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