]> git.dujemihanovic.xyz Git - u-boot.git/commit
ARM: rmobile: Add R-Car Generation 4 support
authorHai Pham <hai.pham.ud@renesas.com>
Tue, 28 Feb 2023 21:22:03 +0000 (22:22 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 7 Apr 2023 12:33:46 +0000 (14:33 +0200)
commit5a3b074255df037c10e02ce1134a1b605cf7611f
treea26274b87aa577924e5a3f20ed3058dc7f7e8dab
parentb0b77fdf3d7d2c1a5e48c3971a677f14e372c164
ARM: rmobile: Add R-Car Generation 4 support

This adds R-Car Generation 4 (Gen4) support as Renesas ARM64 SoC.

In this version, reusing R-Car Gen3 lowlevel initialize routine [1]
and R-Car Gen3 memory map tables [2] .

[1] arch/arm/mach-rmobile/lowlevel_init_gen3.S
[2] arch/arm/mach-rmobile/memmap-gen3.c

Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Signed-off-by: Hai Pham <hai.pham.ud@renesas.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
[Marek: - Enable DTO support by default
        - Sort the Kconfig lists
- Select RCAR_64 Kconfig option to pull in all the shared
  Kconfig options with Gen3, and use where applicable to
  deduplicate entries.
- Fix reference [2] typo in commit message
- Drop config options moved to Kconfig, rename rest to CFG_
  accordingly to synchronize with upstream changes. Drop
  removed CONFIG_VERY_BIG_RAM.
        - Move board size limit to arch/Kconfig
- Move GICR_BASE to headers instead of common config]
12 files changed:
Kconfig
arch/arm/mach-rmobile/Kconfig
arch/arm/mach-rmobile/Kconfig.64
arch/arm/mach-rmobile/Kconfig.rcar4 [new file with mode: 0644]
arch/arm/mach-rmobile/Makefile
arch/arm/mach-rmobile/cpu_info-rcar.c
arch/arm/mach-rmobile/cpu_info.c
arch/arm/mach-rmobile/include/mach/rcar-gen4-base.h [new file with mode: 0644]
arch/arm/mach-rmobile/include/mach/rmobile.h
board/renesas/rcar-common/common.c
common/Kconfig
include/configs/rcar-gen4-common.h [new file with mode: 0644]