aboutsummaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini1-0/+2
2024-05-06xtensa: Remove <common.h> and add needed includesTom Rini5-5/+2
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini1-1/+1
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini1-1/+1
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass1-1/+1
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass1-1/+3
2023-11-28xtensa: io.h: Add defines for ins/outs functionsIgor Prusov1-0/+6
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-2/+2
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-1/+1
2022-12-22global: Remove unused CONFIG symbolsTom Rini1-1/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-06-28xtensa: Switch to using CONFIG_XTENSA for building device treesTom Rini1-1/+1
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull2-6/+11
2022-03-03Convert CONFIG_BOARD_POSTCLK_INIT to KconfigTom Rini1-0/+1
2022-02-09dts: automatically build necessary .dtb filesRasmus Villemoes1-0/+2
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-4/+5
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk3-49/+49
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk6-18/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk11-11/+0
2021-09-23lmb: xtensa: Add arch_lmb_reserve()Marek Vasut1-0/+12
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-2/+0
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-04-22lmb: move CONFIG_LMB in KconfigPatrick Delaunay1-2/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2020-08-26xtensa: Remove arch_setup_bdinfo()Stefan Roese2-23/+1
2020-08-26global: Move from bi_memstart/memsize -> gd->ram_base/ram_sizeStefan Roese1-3/+2
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait2-1/+23
2020-07-01Remove CROSS_COMPILE default from arch/*/config.mkTom Rini1-1/+0
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2-3/+18
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner1-0/+12
2019-05-18CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' caseTrevor Woerner1-2/+1
2018-09-25xtensa: use asm-generic/atomic.hChris Packham1-43/+1
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-31/+2
2018-08-16CONFIG_SYS_GENERIC_BOARD: Finish migrationTom Rini1-18/+0