All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm64: versal: Enable BDI for mini mtest configuration
@ 2019-10-15 11:14 Michal Simek
  2019-10-24 11:29 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2019-10-15 11:14 UTC (permalink / raw)
  To: u-boot

bdi is useful to see how memory is mapped.
Also enable 3 memory banks to be mapped.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 configs/xilinx_versal_mini_defconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
index 742aa1208aeb..afcbed389fa3 100644
--- a/configs/xilinx_versal_mini_defconfig
+++ b/configs/xilinx_versal_mini_defconfig
@@ -4,7 +4,7 @@ CONFIG_SYS_ICACHE_OFF=y
 CONFIG_ARCH_VERSAL=y
 CONFIG_SYS_TEXT_BASE=0xFFFC0000
 CONFIG_ENV_SIZE=0x80
-CONFIG_NR_DRAM_BANKS=1
+CONFIG_NR_DRAM_BANKS=3
 CONFIG_SYS_MALLOC_LEN=0x2000
 CONFIG_SYS_MEM_RSVD_FOR_MMU=y
 CONFIG_COUNTER_FREQUENCY=2720000
@@ -20,7 +20,6 @@ CONFIG_BOARD_EARLY_INIT_R=y
 # CONFIG_SYS_LONGHELP is not set
 CONFIG_SYS_PROMPT="Versal> "
 # CONFIG_AUTOBOOT is not set
-# CONFIG_CMD_BDI is not set
 # CONFIG_CMD_CONSOLE is not set
 # CONFIG_CMD_BOOTD is not set
 # CONFIG_CMD_BOOTM is not set
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm64: versal: Enable BDI for mini mtest configuration
  2019-10-15 11:14 [U-Boot] [PATCH] arm64: versal: Enable BDI for mini mtest configuration Michal Simek
@ 2019-10-24 11:29 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2019-10-24 11:29 UTC (permalink / raw)
  To: u-boot

út 15. 10. 2019 v 13:14 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> bdi is useful to see how memory is mapped.
> Also enable 3 memory banks to be mapped.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  configs/xilinx_versal_mini_defconfig | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/configs/xilinx_versal_mini_defconfig b/configs/xilinx_versal_mini_defconfig
> index 742aa1208aeb..afcbed389fa3 100644
> --- a/configs/xilinx_versal_mini_defconfig
> +++ b/configs/xilinx_versal_mini_defconfig
> @@ -4,7 +4,7 @@ CONFIG_SYS_ICACHE_OFF=y
>  CONFIG_ARCH_VERSAL=y
>  CONFIG_SYS_TEXT_BASE=0xFFFC0000
>  CONFIG_ENV_SIZE=0x80
> -CONFIG_NR_DRAM_BANKS=1
> +CONFIG_NR_DRAM_BANKS=3
>  CONFIG_SYS_MALLOC_LEN=0x2000
>  CONFIG_SYS_MEM_RSVD_FOR_MMU=y
>  CONFIG_COUNTER_FREQUENCY=2720000
> @@ -20,7 +20,6 @@ CONFIG_BOARD_EARLY_INIT_R=y
>  # CONFIG_SYS_LONGHELP is not set
>  CONFIG_SYS_PROMPT="Versal> "
>  # CONFIG_AUTOBOOT is not set
> -# CONFIG_CMD_BDI is not set
>  # CONFIG_CMD_CONSOLE is not set
>  # CONFIG_CMD_BOOTD is not set
>  # CONFIG_CMD_BOOTM is not set
> --
> 2.17.1
>

applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 11:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-15 11:14 [U-Boot] [PATCH] arm64: versal: Enable BDI for mini mtest configuration Michal Simek
2019-10-24 11:29 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.