mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
771da1dd9b
This patch adds a basic support for the Bluefied3 board from Mellanox/NVIDIA: - https://www.nvidia.com/en-us/networking/products/data-processing-unit/ Brief summary of the board features: - multicore ARM - 16 Core ARM Processor - DDR4: 16GB/32GB - 2x embedded CX7 Signed-off-by: Vincent Jardin <vjardin@free.fr> Reviewed-by: Julien Olivain <ju.o@free.fr> [Julien: - remove add-custom-hashes from the commit log - add link for upstream kernel hashes - check hash with pgp - reflow the readme.txt - regenerated defconfig with make savedefconfig] Signed-off-by: Julien Olivain <ju.o@free.fr>
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
BR2_aarch64=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_11=y
|
|
BR2_GLOBAL_PATCH_DIR="board/nvidia/bf3/patches"
|
|
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
|
|
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.11.6"
|
|
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
|
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/nvidia/bf3/linux.config"
|
|
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|
BR2_TARGET_ROOTFS_INITRAMFS=y
|
|
# BR2_TARGET_ROOTFS_TAR is not set
|