u-boot/arch/arm/cpu/armv7/sunxi
Andre Przywara beeace9ba1 sunxi: refactor serial base addresses to avoid asm/arch/cpu.h
At the moment we have each SoC's memory map defined in its own cpu.h,
which is included in include/configs/sunxi_common.h. This will be a
problem with the introduction of Allwinner RISC-V support.

Remove the inclusion of that header file from the common config header,
instead move the required serial base addresses (for the SPL) into a
separate header file. Then include the original cpu.h file only where
we really need it, which is only under arch/arm now.

This disentangles the architecture specific header files from the
generic code.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
2023-10-22 23:41:52 +01:00
..
fel_utils.S sunxi: fel: drop redundant "control register" save/restore 2023-01-21 01:32:23 +00:00
Makefile mach-sunxi: Move timer code to mach folder 2022-02-04 00:09:57 +00:00
psci.c sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform 2022-06-26 11:22:54 +01:00
sram.c sunxi: refactor serial base addresses to avoid asm/arch/cpu.h 2023-10-22 23:41:52 +01:00
start.c sunxi: add sun7i cpu, board and start of day support 2014-05-25 16:12:40 +02:00
tzpc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
u-boot-spl.lds sunxi: u-boot-spl.lds: Pass _image_binary_end 2023-07-03 10:20:13 -04:00