From: Brandon Maier via buildroot <buildroot@buildroot.org>
To: Neal Frager via buildroot <buildroot@buildroot.org>
Cc: andy.a.kennedy@collins.com, ibai.erkiaga-elorza@amd.com,
luca.ceresoli@bootlin.com, thomas.petazzoni@bootlin.com,
Neal Frager <neal.frager@amd.com>,
michal.simek@amd.com, yann.morin.1998@free.fr
Subject: Re: [Buildroot] [PATCH v1 1/1] configs/versal_vpk180_defconfig: new defconfig
Date: Thu, 20 Jun 2024 14:34:40 +0000 [thread overview]
Message-ID: <ZnQ-ABlbATmee1fi@bspbox.kirk> (raw)
In-Reply-To: <20240619101343.1240550-1-neal.frager@amd.com>
Hi Neal,
On 2024.06.19 11:13, Neal Frager via buildroot wrote:
> This patch adds support for Xilinx Versal VPK180 Evaluation Kit.
>
> VPK180 features can be found here:
> https://www.xilinx.com/products/boards-and-kits/vpk180.html
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
Booted this on a VPK180, everything looks good. Thanks!
Reviewed-by: Brandon Maier <brandon.maier@collins.com>
Tested-by: Brandon Maier <brandon.maier@collins.com>
> ---
> DEVELOPERS | 1 +
> board/versal/readme.txt | 16 +++++++-----
> configs/versal_vpk180_defconfig | 44 +++++++++++++++++++++++++++++++++
> 3 files changed, 55 insertions(+), 6 deletions(-)
> create mode 100644 configs/versal_vpk180_defconfig
>
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 8bfd36f1d8..708a02162a 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -2341,6 +2341,7 @@ F: board/zynq/
> F: board/zynqmp/
> F: boot/xilinx-prebuilt/
> F: configs/versal_vck190_defconfig
> +F: configs/versal_vpk180_defconfig
> F: configs/zynq_zc702_defconfig
> F: configs/zynq_zc706_defconfig
> F: configs/zynqmp_kria_kd240_defconfig
> diff --git a/board/versal/readme.txt b/board/versal/readme.txt
> index 9f234be620..9cf499b35b 100644
> --- a/board/versal/readme.txt
> +++ b/board/versal/readme.txt
> @@ -1,16 +1,20 @@
> +This document describes the Buildroot support for the following
> +Xilinx Versal boards:
> +
> ******************************************
> -Xilinx VCK190 board - Versal
> +Supported Versal Boards:
> +Xilinx VCK190 board
> +Xilinx VPK180 board
> ******************************************
>
> -This document describes the Buildroot support for the VCK190
> -board by Xilinx, based on Versal. It has been tested with the
> -VCK190 production board.
> -
> -Evaluation board features can be found here with the link below.
> +Evaluation board features can be found here with the links below.
>
> VCK190:
> https://www.xilinx.com/products/boards-and-kits/vck190.html
>
> +VPK180:
> +https://www.xilinx.com/products/boards-and-kits/vpk180.html
> +
>
> How to build it
> ===============
> diff --git a/configs/versal_vpk180_defconfig b/configs/versal_vpk180_defconfig
> new file mode 100644
> index 0000000000..253a6d2cff
> --- /dev/null
> +++ b/configs/versal_vpk180_defconfig
> @@ -0,0 +1,44 @@
> +BR2_aarch64=y
> +BR2_cortex_a72=y
> +BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
> +BR2_ROOTFS_POST_BUILD_SCRIPT="board/versal/post-build.sh"
> +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/versal/post-image.sh"
> +BR2_ROOTFS_POST_SCRIPT_ARGS="ttyAMA0,115200 mmcblk0p2"
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v6.6_LTS_2024.1)/xlnx_rebase_v6.6_LTS_2024.1.tar.gz"
> +BR2_LINUX_KERNEL_DEFCONFIG="xilinx"
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/versal-vpk180-revA"
> +BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
> +BR2_TARGET_ROOTFS_EXT2=y
> +BR2_TARGET_ROOTFS_EXT2_4=y
> +# BR2_TARGET_ROOTFS_TAR is not set
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL=y
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,arm-trusted-firmware,xlnx_rebase_v2.10_2024.1)/xlnx_rebase_v2.10_2024.1.tar.gz"
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="versal"
> +BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
> +BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
> +BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> +BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
> +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,u-boot-xlnx,xlnx_rebase_v2024.01_2024.1)/xlnx_rebase_v2024.01_2024.1.tar.gz"
> +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_versal_virt"
> +BR2_TARGET_UBOOT_CUSTOM_MAKEOPTS="DEVICE_TREE=versal-vpk180-revA"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
> +BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
> +BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
> +BR2_TARGET_UBOOT_FORMAT_DTB=y
> +BR2_TARGET_XILINX_PREBUILT=y
> +BR2_TARGET_XILINX_PREBUILT_VERSION="xilinx_v2024.1"
> +BR2_TARGET_XILINX_PREBUILT_BOARD="vpk180"
> +BR2_TARGET_XILINX_PREBUILT_VERSAL=y
> +BR2_PACKAGE_HOST_DOSFSTOOLS=y
> +BR2_PACKAGE_HOST_GENIMAGE=y
> +BR2_PACKAGE_HOST_MTOOLS=y
> +BR2_PACKAGE_HOST_BOOTGEN=y
> +BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
> +BR2_GLOBAL_PATCH_DIR="board/xilinx/patches"
> --
> 2.25.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-06-20 14:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 10:13 [Buildroot] [PATCH v1 1/1] configs/versal_vpk180_defconfig: new defconfig Neal Frager via buildroot
2024-06-20 14:34 ` Brandon Maier via buildroot [this message]
2024-06-28 7:34 ` Luca Ceresoli via buildroot
2024-07-14 21:53 ` Romain Naour via buildroot
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=ZnQ-ABlbATmee1fi@bspbox.kirk \
--to=buildroot@buildroot.org \
--cc=andy.a.kennedy@collins.com \
--cc=brandon.maier@collins.com \
--cc=ibai.erkiaga-elorza@amd.com \
--cc=luca.ceresoli@bootlin.com \
--cc=michal.simek@amd.com \
--cc=neal.frager@amd.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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