mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
arm: imx: imx8m: Define trampoline location if PSCI provider
The common code used to bring up secondary cores requires a final jump location to be stored in some sort of memory location, define this memory location to be the start of OCRAM, since it is available. Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
1434f93ee0
commit
191937134b
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@
|
|||
#define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000
|
||||
#define FEC_QUIRK_ENET_MAC
|
||||
|
||||
#ifdef CONFIG_ARMV8_PSCI /* Final jump location */
|
||||
#define CPU_RELEASE_ADDR 0x900000
|
||||
#endif
|
||||
|
||||
#define CAAM_ARB_BASE_ADDR (0x00100000)
|
||||
#define CAAM_ARB_END_ADDR (0x00107FFF)
|
||||
#define CAAM_IPS_BASE_ADDR (0x30900000)
|
||||
|
|
Loading…
Add table
Reference in a new issue