* [PATCH v2] xilinx: Enable meminfo command with mapping
@ 2025-01-27 11:11 Michal Simek
2025-02-03 9:33 ` Michal Simek
0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2025-01-27 11:11 UTC (permalink / raw)
To: u-boot, git
Cc: Marek Vasut, Neil Armstrong, Prasad Kummari, Srinivas Goud,
T Karthik Reddy, Tejas Bhumkar, Tom Rini,
Venkatesh Yadav Abbarapu
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
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] xilinx: Enable meminfo command with mapping
2025-01-27 11:11 [PATCH v2] xilinx: Enable meminfo command with mapping Michal Simek
@ 2025-02-03 9:33 ` Michal Simek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2025-02-03 9:33 UTC (permalink / raw)
To: u-boot, git
Cc: Marek Vasut, Neil Armstrong, Prasad Kummari, Srinivas Goud,
T Karthik Reddy, Tejas Bhumkar, Tom Rini,
Venkatesh Yadav Abbarapu
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-03 9:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27 11:11 [PATCH v2] xilinx: Enable meminfo command with mapping Michal Simek
2025-02-03 9:33 ` Michal Simek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox