[PATCH v2 01/32] arm: mediatek: add support for MediaTek MT7986 SoC
Simon Glass
sjg at chromium.org
Wed Aug 31 15:46:52 CEST 2022
On Wed, 31 Aug 2022 at 05:01, Weijie Gao <weijie.gao at mediatek.com> wrote:
>
> This patch adds basic support for MediaTek MT7986 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/mt7986-u-boot.dtsi | 33 ++
> arch/arm/dts/mt7986.dtsi | 346 ++++++++++++++++++
> arch/arm/mach-mediatek/Kconfig | 12 +
> arch/arm/mach-mediatek/Makefile | 1 +
> arch/arm/mach-mediatek/mt7986/Makefile | 4 +
> arch/arm/mach-mediatek/mt7986/init.c | 45 +++
> arch/arm/mach-mediatek/mt7986/lowlevel_init.S | 32 ++
> 7 files changed, 473 insertions(+)
> create mode 100644 arch/arm/dts/mt7986-u-boot.dtsi
> create mode 100644 arch/arm/dts/mt7986.dtsi
> create mode 100644 arch/arm/mach-mediatek/mt7986/Makefile
> create mode 100644 arch/arm/mach-mediatek/mt7986/init.c
> create mode 100644 arch/arm/mach-mediatek/mt7986/lowlevel_init.S
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list