diff options
| author | Marek Vasut <[email protected]> | 2026-08-04 01:30:31 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-08-07 21:59:00 +0200 |
| commit | 22a7f4afee39906d9d0280d200642d6e32df4834 (patch) | |
| tree | 649f5efa9eb8c31450fc43d0fe230ff119a048fd /include | |
| parent | ba6260a7be9acb82a39396b31812279b1bc9c373 (diff) | |
arm: renesas: Enable RPC on R-Car R8A78000 X5H Cortex-M33 RSIP port
Enable RPC and HyperFlash support on R-Car R8A78000 X5H Cortex-M33 RSIP.
RPC is used both to update the HF content, which includes the U-Boot on
RSIP itself and SCP firmware, as well as access the U-Boot environment
for U-Boot on RSIP.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rcar-gen5-common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rcar-gen5-common.h b/include/configs/rcar-gen5-common.h index a0c05521c85..8ccd823cf53 100644 --- a/include/configs/rcar-gen5-common.h +++ b/include/configs/rcar-gen5-common.h @@ -27,6 +27,10 @@ #define CFG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ #define CFG_SYS_TIMER_RATE (133333333 / 4) +/* HyperFlash */ +#define CFG_SYS_FLASH_BANKS_LIST { 0x34000000 } +#define CFG_SYS_WRITE_SWAPPED_DATA + /* Environment setting */ #define CFG_EXTRA_ENV_SETTINGS \ "rsip_ipl_params_base=0x8c100000\0" \ |
