U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: u-boot@lists.denx.de, git@xilinx.com
Cc: Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Prasad Kummari <prasad.kummari@amd.com>,
	Srinivas Goud <srinivas.goud@amd.com>,
	T Karthik Reddy <t.karthik.reddy@xilinx.com>,
	Tejas Bhumkar <tejas.arvind.bhumkar@amd.com>,
	Tom Rini <trini@konsulko.com>,
	Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Subject: Re: [PATCH v2] xilinx: Enable meminfo command with mapping
Date: Mon, 3 Feb 2025 10:33:33 +0100	[thread overview]
Message-ID: <ccd53865-de4e-4958-bf56-807b33466d68@amd.com> (raw)
In-Reply-To: <b7f9f5e18e16a945277d4b8cfde5a7f057e77676.1737976295.git.michal.simek@amd.com>



On 1/27/25 12:11, Michal Simek wrote:
> Enable meminfo command to be able to see where things are mapped.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
> Changes in v2:
> - Also cover Kria
> 
>   configs/amd_versal2_virt_defconfig       | 2 ++
>   configs/microblaze-generic_defconfig     | 2 ++
>   configs/xilinx_versal_net_virt_defconfig | 2 ++
>   configs/xilinx_versal_virt_defconfig     | 2 ++
>   configs/xilinx_zynq_virt_defconfig       | 2 ++
>   configs/xilinx_zynqmp_kria_defconfig     | 2 ++
>   configs/xilinx_zynqmp_virt_defconfig     | 2 ++
>   7 files changed, 14 insertions(+)
> 
> diff --git a/configs/amd_versal2_virt_defconfig b/configs/amd_versal2_virt_defconfig
> index 22dad1b7076b..a7d8b035a714 100644
> --- a/configs/amd_versal2_virt_defconfig
> +++ b/configs/amd_versal2_virt_defconfig
> @@ -30,6 +30,8 @@ CONFIG_SYS_PROMPT="versal2> "
>   CONFIG_CMD_BOOTMENU=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y
> diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
> index 2e618d81544d..87756cb26df5 100644
> --- a/configs/microblaze-generic_defconfig
> +++ b/configs/microblaze-generic_defconfig
> @@ -42,6 +42,8 @@ CONFIG_CMD_IMLS=y
>   CONFIG_CMD_SPL=y
>   CONFIG_CMD_ASKENV=y
>   CONFIG_CMD_GREPENV=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_GPIO=y
>   CONFIG_CMD_SAVES=y
>   CONFIG_BOOTP_BOOTFILESIZE=y
> diff --git a/configs/xilinx_versal_net_virt_defconfig b/configs/xilinx_versal_net_virt_defconfig
> index b40f7b7f8556..081ad424a9aa 100644
> --- a/configs/xilinx_versal_net_virt_defconfig
> +++ b/configs/xilinx_versal_net_virt_defconfig
> @@ -32,6 +32,8 @@ CONFIG_CMD_SMBIOS=y
>   CONFIG_CMD_BOOTMENU=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y
> diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
> index ccbd33ee1cf7..dd6e3ca34660 100644
> --- a/configs/xilinx_versal_virt_defconfig
> +++ b/configs/xilinx_versal_virt_defconfig
> @@ -38,6 +38,8 @@ CONFIG_CMD_SMBIOS=y
>   CONFIG_CMD_BOOTMENU=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y
> diff --git a/configs/xilinx_zynq_virt_defconfig b/configs/xilinx_zynq_virt_defconfig
> index ed3d10194857..c2422c5b4dcf 100644
> --- a/configs/xilinx_zynq_virt_defconfig
> +++ b/configs/xilinx_zynq_virt_defconfig
> @@ -56,6 +56,8 @@ CONFIG_CMD_IMLS=y
>   CONFIG_CMD_THOR_DOWNLOAD=y
>   CONFIG_THOR_RESET_OFF=y
>   CONFIG_CMD_GREPENV=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_DFU=y
> diff --git a/configs/xilinx_zynqmp_kria_defconfig b/configs/xilinx_zynqmp_kria_defconfig
> index a68bd522f90a..ce44148dc0bc 100644
> --- a/configs/xilinx_zynqmp_kria_defconfig
> +++ b/configs/xilinx_zynqmp_kria_defconfig
> @@ -63,6 +63,8 @@ CONFIG_CMD_SMBIOS=y
>   CONFIG_CMD_BOOTMENU=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index b13079cdf707..05ead1a41b4d 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -63,6 +63,8 @@ CONFIG_CMD_THOR_DOWNLOAD=y
>   CONFIG_THOR_RESET_OFF=y
>   CONFIG_CMD_GREPENV=y
>   CONFIG_CMD_NVEDIT_EFI=y
> +CONFIG_CMD_MEMINFO=y
> +CONFIG_CMD_MEMINFO_MAP=y
>   CONFIG_CMD_MEMTEST=y
>   CONFIG_SYS_ALT_MEMTEST=y
>   CONFIG_CMD_SHA1SUM=y

Applied.
M

      reply	other threads:[~2025-02-03  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-27 11:11 [PATCH v2] xilinx: Enable meminfo command with mapping Michal Simek
2025-02-03  9:33 ` Michal Simek [this message]

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=ccd53865-de4e-4958-bf56-807b33466d68@amd.com \
    --to=michal.simek@amd.com \
    --cc=git@xilinx.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=neil.armstrong@linaro.org \
    --cc=prasad.kummari@amd.com \
    --cc=srinivas.goud@amd.com \
    --cc=t.karthik.reddy@xilinx.com \
    --cc=tejas.arvind.bhumkar@amd.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=venkatesh.abbarapu@amd.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