[PATCH v2 02/32] arm: mediatek: add support for MediaTek MT7981 SoC
Simon Glass
sjg at chromium.org
Wed Aug 31 15:46:50 CEST 2022
On Wed, 31 Aug 2022 at 05:00, Weijie Gao <weijie.gao at mediatek.com> wrote:
>
> This patch adds basic support for MediaTek MT7981 SoC.
> This include the file that will initialize the SoC after boot and its
> device tree.
>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> ---
> v2 changes:
> Sort include lines
> Add reference link for armv8_el2_to_aarch32 in lowlevel_init.S
> Remove print_cpuinfo and use cpu driver instead
> ---
> arch/arm/dts/mt7981.dtsi | 293 ++++++++++++++++++
> arch/arm/mach-mediatek/Kconfig | 13 +-
> arch/arm/mach-mediatek/Makefile | 1 +
> arch/arm/mach-mediatek/mt7981/Makefile | 4 +
> arch/arm/mach-mediatek/mt7981/init.c | 45 +++
> arch/arm/mach-mediatek/mt7981/lowlevel_init.S | 32 ++
> 6 files changed, 387 insertions(+), 1 deletion(-)
> create mode 100644 arch/arm/dts/mt7981.dtsi
> create mode 100644 arch/arm/mach-mediatek/mt7981/Makefile
> create mode 100644 arch/arm/mach-mediatek/mt7981/init.c
> create mode 100644 arch/arm/mach-mediatek/mt7981/lowlevel_init.S
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list