From: Fabio Estevam <festevam@gmail.com>
To: sbabic@denx.de
Cc: uboot-imx@nxp.com, marex@denx.de, thomas.schaefer@kontron.com,
u-boot@lists.denx.de, Ye Li <ye.li@nxp.com>,
Peng Fan <peng.fan@nxp.com>, Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 2/2] arm: imx: imx8m: Enable the SError exception
Date: Thu, 18 Jan 2024 12:06:40 -0300 [thread overview]
Message-ID: <20240118150640.3802089-2-festevam@gmail.com> (raw)
In-Reply-To: <20240118150640.3802089-1-festevam@gmail.com>
From: Ye Li <ye.li@nxp.com>
To work with commit 2f3c92060dcd ("imx8m: workaround ROM serror")
we need to enable the SError exception and install vector in SPL.
Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reported-by: Thomas Schaefer <thomas.schaefer@kontron.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
arch/arm/mach-imx/imx8m/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig
index 328c3e388051..eb0488a9e8bf 100644
--- a/arch/arm/mach-imx/imx8m/Kconfig
+++ b/arch/arm/mach-imx/imx8m/Kconfig
@@ -13,14 +13,17 @@ config IMX8MQ
bool
select IMX8M
select CLK_IMX8MQ
+ select ARMV8_SPL_EXCEPTION_VECTORS
config IMX8MM
bool
select IMX8M
+ select ARMV8_SPL_EXCEPTION_VECTORS
config IMX8MN
bool
select IMX8M
+ select ARMV8_SPL_EXCEPTION_VECTORS
config IMX8MP
bool
--
2.34.1
next prev parent reply other threads:[~2024-01-18 15:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-18 15:06 [PATCH 1/2] imx8m: Enable LTO by default Fabio Estevam
2024-01-18 15:06 ` Fabio Estevam [this message]
2024-01-18 18:44 ` [PATCH 2/2] arm: imx: imx8m: Enable the SError exception Marek Vasut
2024-01-18 20:45 ` Fabio Estevam
2024-01-18 18:43 ` [PATCH 1/2] imx8m: Enable LTO by default Marek Vasut
2024-01-22 12:59 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240118150640.3802089-2-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=marex@denx.de \
--cc=peng.fan@nxp.com \
--cc=sbabic@denx.de \
--cc=thomas.schaefer@kontron.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=ye.li@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox