Tom Rini
2025-01-18 08:27:15 -06:00
13 changed files with 32 additions and 55 deletions

View File

@@ -1286,6 +1286,15 @@ u-boot.hex u-boot.srec: u-boot FORCE
OBJCOPYFLAGS_u-boot-elf.srec := $(OBJCOPYFLAGS_u-boot.srec)
ifeq ($(CONFIG_POSITION_INDEPENDENT)$(CONFIG_RCAR_GEN3),yy)
# The flash_writer tool and previous recovery tools
# require the SREC load address to be 0x5000_0000 .
# The PIE U-Boot build sets the address to 0x0, so
# override the address back to make u-boot-elf.srec
# compatible with the recovery tools.
OBJCOPYFLAGS_u-boot-elf.srec += --change-addresses=0x50000000
endif
u-boot-elf.srec: u-boot.elf FORCE
$(call if_changed,objcopy)

View File

@@ -5,8 +5,4 @@
* Copyright (C) 2021 Renesas Electronics Corporation
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"

View File

@@ -5,8 +5,4 @@
* Copyright (C) 2021 Renesas Electronics Corp.
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"

View File

@@ -5,8 +5,4 @@
* Copyright (C) 2020 Renesas Electronics Corp.
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"

View File

@@ -5,11 +5,7 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {

View File

@@ -5,11 +5,7 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {

View File

@@ -5,11 +5,7 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {

View File

@@ -5,11 +5,7 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {

View File

@@ -5,11 +5,7 @@
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {

View File

@@ -5,7 +5,7 @@
* Copyright (C) 2020 Renesas Electronics Corp.
*/
#include "r8a779x-u-boot.dtsi"
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {
@@ -19,7 +19,3 @@
};
};
};
&extalr_clk {
bootph-all;
};

View File

@@ -5,7 +5,7 @@
* Copyright (C) 2021 Renesas Electronics Corp.
*/
#include "r8a779x-u-boot.dtsi"
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
soc {
@@ -22,7 +22,3 @@
};
};
};
&extalr_clk {
bootph-all;
};

View File

@@ -5,7 +5,7 @@
* Copyright (C) 2021 Renesas Electronics Corp.
*/
#include "r8a779x-u-boot.dtsi"
#include "r8a779x-rcar64-u-boot.dtsi"
/ {
binman: binman {
@@ -139,10 +139,6 @@
bootph-all;
};
&extalr_clk {
bootph-all;
};
&hscif0 {
bootph-all;
};

View File

@@ -0,0 +1,12 @@
// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree Source extras for U-Boot on R-Car 64bit SoC
*
* Copyright (C) 2024 Marek Vasut <marek.vasut+renesas@mailbox.org>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};