]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: renesas: Add R8A779F0 S4 Spider board code
authorHai Pham <hai.pham.ud@renesas.com>
Tue, 28 Feb 2023 21:34:46 +0000 (22:34 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Fri, 7 Apr 2023 15:13:28 +0000 (17:13 +0200)
commit558d10620bfcf755a08d35eb6f43d37438ecc3ac
tree5ffc864adcbff096d1c58db50f1d499324d421db
parent8f098fd623c6e0064ca5b5273225f9381630a68d
ARM: renesas: Add R8A779F0 S4 Spider board code

Add board code for R8A779F0 S4 Spider board.

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: Synchronize configuration symbols which are now switched to Kconfig
        Mallocate gd->bd->bi_boot_params, i.e. drop the assignment
Sort headers, use clrbits_le32(), use BIT macros where appropriate
Use CONFIG_SYS_CLK_FREQ for counter frequency instead of custom macro]
arch/arm/dts/Makefile
arch/arm/dts/r8a779f0-spider-u-boot.dts [new file with mode: 0644]
arch/arm/mach-rmobile/Kconfig.rcar4
board/renesas/spider/Kconfig [new file with mode: 0644]
board/renesas/spider/Makefile [new file with mode: 0644]
board/renesas/spider/spider.c [new file with mode: 0644]
configs/r8a779f0_spider_defconfig [new file with mode: 0644]
include/configs/spider.h [new file with mode: 0644]