From: Marek Vasut <marex@denx.de>
To: Alice Guo <alice.guo@oss.nxp.com>, Tom Rini <trini@konsulko.com>,
Stefano Babic <sbabic@denx.de>,
Fabio Estevam <festevam@gmail.com>,
"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
Lukasz Majewski <lukma@denx.de>,
Sean Anderson <seanga2@gmail.com>, Simon Glass <sjg@chromium.org>,
Alper Nebi Yasak <alpernebiyasak@gmail.com>,
Alice Guo <alice.guo@nxp.com>
Cc: u-boot@lists.denx.de, tharvey@gateworks.com,
Ye Li <ye.li@nxp.com>, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH v3 10/17] imx9: add i.MX95 Kconfig and Makefile
Date: Sun, 5 Jan 2025 22:30:23 +0100 [thread overview]
Message-ID: <9dae98e4-e471-4f37-a810-dc6ac4a190da@denx.de> (raw)
In-Reply-To: <20250103-imx95-v1-10-6744df5dc020@oss.nxp.com>
On 1/3/25 7:45 AM, Alice Guo wrote:
> From: Ye Li <ye.li@nxp.com>
>
> This patch adds i.MX95 Kconfig and Makefile. i.MX95 uses SCMI.
>
> Signed-off-by: Ye Li <ye.li@nxp.com>
> Signed-off-by: Alice Guo <alice.guo@nxp.com>
> Reviewed-by: Peng Fan <peng.fan@nxp.com>
> ---
> arch/arm/mach-imx/imx9/Kconfig | 6 ++++++
> arch/arm/mach-imx/imx9/Makefile | 11 ++++++++---
> 2 files changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
> index 54c6b117fcff21be5c3800ebd1dc30f8ea12ac42..596e753f2897c11d7ca3bcc9211af786d005bfd9 100644
> --- a/arch/arm/mach-imx/imx9/Kconfig
> +++ b/arch/arm/mach-imx/imx9/Kconfig
> @@ -21,6 +21,12 @@ config IMX91
> select IMX9
> select ARMV8_SPL_EXCEPTION_VECTORS
>
> +config IMX95
> + bool
> + select IMX9
> + select ARMV8_SPL_EXCEPTION_VECTORS
> + select SCMI_FIRMWARE
> + select DM_MAILBOX
>
> config SYS_SOC
> default "imx9"
> diff --git a/arch/arm/mach-imx/imx9/Makefile b/arch/arm/mach-imx/imx9/Makefile
> index 45a9105a75a558dada3c328ed0878050da2a41e1..8d43ea2b267e2608df2e8f140c91b626dd969842 100644
> --- a/arch/arm/mach-imx/imx9/Makefile
> +++ b/arch/arm/mach-imx/imx9/Makefile
> @@ -1,10 +1,15 @@
> # SPDX-License-Identifier: GPL-2.0+
> #
> -# Copyright 2022 NXP
> +# Copyright 2024 NXP
2022-2024
next prev parent reply other threads:[~2025-01-05 22:12 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-03 6:45 [PATCH v3 00/17] imx: add i.MX95 support Alice Guo
2025-01-03 6:45 ` [PATCH v3 01/17] mailbox: add i.MX95 Messaging Unit (MU) driver Alice Guo
2025-01-05 20:56 ` Marek Vasut
2025-01-06 5:27 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-06 20:39 ` Marek Vasut
2025-01-07 5:01 ` Peng Fan
2025-01-07 11:10 ` Marek Vasut
2025-01-07 12:12 ` Peng Fan
2025-01-03 6:45 ` [PATCH v3 02/17] firmware: scmi: smt: Interrupt communication enable Alice Guo
2025-01-05 20:59 ` Marek Vasut
2025-01-06 6:17 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-06 20:42 ` Marek Vasut
2025-01-07 3:24 ` 回复: " Alice Guo (OSS)
2025-01-07 11:10 ` Marek Vasut
2025-01-08 2:55 ` 回复: " Alice Guo (OSS)
2025-01-08 18:38 ` Marek Vasut
2025-01-09 0:49 ` Peng Fan
2025-01-09 20:03 ` Marek Vasut
2025-01-10 9:59 ` Peng Fan
2025-01-12 22:03 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver Alice Guo
2025-01-05 21:05 ` Marek Vasut
2025-01-06 9:56 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-06 20:46 ` Marek Vasut
2025-01-07 6:39 ` 回复: " Alice Guo (OSS)
2025-01-07 11:16 ` Marek Vasut
2025-01-07 12:11 ` Peng Fan
2025-01-07 12:37 ` Marek Vasut
2025-01-10 9:54 ` Peng Fan
2025-01-03 6:45 ` [PATCH v3 04/17] scmi_protocols: add SCMI misc protocol protocol_id and message_id for getting the ROM passover data Alice Guo
2025-01-03 6:45 ` [PATCH v3 05/17] scmi_protocols: add SCMI Performance domain management protocol message IDs Alice Guo
2025-01-03 6:45 ` [PATCH v3 06/17] clk: scmi: add the command CLOCK_PARENT_SET Alice Guo
2025-01-03 6:45 ` [PATCH v3 07/17] clk: scmi: check the clock state/parent/rate control permissions Alice Guo
2025-01-05 21:07 ` Marek Vasut
2025-01-07 8:00 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-07 11:08 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 08/17] scmi_protocols: update struct scmi_base_discover_list_protocols_out Alice Guo
2025-01-05 21:08 ` Marek Vasut
2025-01-06 10:41 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-06 20:46 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 09/17] imx9: scmi: add i.MX95 SoC and clock related code Alice Guo
2025-01-05 21:29 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 10/17] imx9: add i.MX95 Kconfig and Makefile Alice Guo
2025-01-05 21:30 ` Marek Vasut [this message]
2025-01-03 6:45 ` [PATCH v3 11/17] imx9: scmi: soc: Override h_spl_load_read with trampoline buffer Alice Guo
2025-01-05 21:43 ` Marek Vasut
2025-01-07 10:04 ` 回复: [EXT] " Alice Guo (OSS)
2025-01-07 11:21 ` Marek Vasut
2025-01-05 21:56 ` Marek Vasut
2025-01-10 9:49 ` Peng Fan
2025-01-12 21:50 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 12/17] scmi: add the macro SCMI_MSG Alice Guo
2025-01-03 6:45 ` [PATCH v3 13/17] imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95 Alice Guo
2025-01-03 6:45 ` [PATCH v3 14/17] binman: add a new entry type for packing DDR PHY firmware images Alice Guo
2025-01-05 21:52 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 15/17] tools: imx8image: add i.MX95 support Alice Guo
2025-01-05 21:59 ` Marek Vasut
2025-01-03 6:45 ` [PATCH v3 16/17] imx: add V2X container support on i.MX95 Alice Guo
2025-01-03 6:45 ` [PATCH v3 17/17] imx95_evk: add i.MX95 19x19 EVK board basic support Alice Guo
2025-01-05 22:07 ` Marek Vasut
2025-01-14 22:34 ` Tim Harvey
2025-01-14 23:28 ` Marek Vasut
2025-01-15 17:10 ` Tim Harvey
2025-01-15 19:07 ` Marek Vasut
2025-01-15 1:31 ` 回复: [EXT] " Alice Guo (OSS)
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=9dae98e4-e471-4f37-a810-dc6ac4a190da@denx.de \
--to=marex@denx.de \
--cc=alice.guo@nxp.com \
--cc=alice.guo@oss.nxp.com \
--cc=alpernebiyasak@gmail.com \
--cc=festevam@gmail.com \
--cc=lukma@denx.de \
--cc=peng.fan@nxp.com \
--cc=sbabic@denx.de \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=tharvey@gateworks.com \
--cc=trini@konsulko.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