From 7b155a703158c5b648ada192e765eb97fbc9f115 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Mon, 12 Feb 2024 17:50:21 +0100 Subject: [PATCH] boards: Raspberry Pi vendor fix Use same vendor name for all R-Pi boards. Signed-off-by: Erwan Gouriou --- .../{raspberrypi => raspberry_pi}/rpi_4b/CMakeLists.txt | 0 .../rpi_4b/Kconfig.defconfig | 0 .../{raspberrypi => raspberry_pi}/rpi_4b/Kconfig.rpi_4b | 0 boards/{raspberrypi => raspberry_pi}/rpi_4b/board.cmake | 0 boards/{raspberrypi => raspberry_pi}/rpi_4b/board.yml | 0 .../{raspberrypi => raspberry_pi}/rpi_4b/doc/index.rst | 0 boards/{raspberrypi => raspberry_pi}/rpi_4b/rpi_4b.dts | 0 boards/{raspberrypi => raspberry_pi}/rpi_4b/rpi_4b.yaml | 0 .../rpi_4b/rpi_4b_defconfig | 0 boards/xen/xenvm/Kconfig.defconfig | 9 +++++++++ 10 files changed, 9 insertions(+) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/CMakeLists.txt (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/Kconfig.defconfig (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/Kconfig.rpi_4b (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/board.cmake (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/board.yml (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/doc/index.rst (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/rpi_4b.dts (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/rpi_4b.yaml (100%) rename boards/{raspberrypi => raspberry_pi}/rpi_4b/rpi_4b_defconfig (100%) create mode 100644 boards/xen/xenvm/Kconfig.defconfig diff --git a/boards/raspberrypi/rpi_4b/CMakeLists.txt b/boards/raspberry_pi/rpi_4b/CMakeLists.txt similarity index 100% rename from boards/raspberrypi/rpi_4b/CMakeLists.txt rename to boards/raspberry_pi/rpi_4b/CMakeLists.txt diff --git a/boards/raspberrypi/rpi_4b/Kconfig.defconfig b/boards/raspberry_pi/rpi_4b/Kconfig.defconfig similarity index 100% rename from boards/raspberrypi/rpi_4b/Kconfig.defconfig rename to boards/raspberry_pi/rpi_4b/Kconfig.defconfig diff --git a/boards/raspberrypi/rpi_4b/Kconfig.rpi_4b b/boards/raspberry_pi/rpi_4b/Kconfig.rpi_4b similarity index 100% rename from boards/raspberrypi/rpi_4b/Kconfig.rpi_4b rename to boards/raspberry_pi/rpi_4b/Kconfig.rpi_4b diff --git a/boards/raspberrypi/rpi_4b/board.cmake b/boards/raspberry_pi/rpi_4b/board.cmake similarity index 100% rename from boards/raspberrypi/rpi_4b/board.cmake rename to boards/raspberry_pi/rpi_4b/board.cmake diff --git a/boards/raspberrypi/rpi_4b/board.yml b/boards/raspberry_pi/rpi_4b/board.yml similarity index 100% rename from boards/raspberrypi/rpi_4b/board.yml rename to boards/raspberry_pi/rpi_4b/board.yml diff --git a/boards/raspberrypi/rpi_4b/doc/index.rst b/boards/raspberry_pi/rpi_4b/doc/index.rst similarity index 100% rename from boards/raspberrypi/rpi_4b/doc/index.rst rename to boards/raspberry_pi/rpi_4b/doc/index.rst diff --git a/boards/raspberrypi/rpi_4b/rpi_4b.dts b/boards/raspberry_pi/rpi_4b/rpi_4b.dts similarity index 100% rename from boards/raspberrypi/rpi_4b/rpi_4b.dts rename to boards/raspberry_pi/rpi_4b/rpi_4b.dts diff --git a/boards/raspberrypi/rpi_4b/rpi_4b.yaml b/boards/raspberry_pi/rpi_4b/rpi_4b.yaml similarity index 100% rename from boards/raspberrypi/rpi_4b/rpi_4b.yaml rename to boards/raspberry_pi/rpi_4b/rpi_4b.yaml diff --git a/boards/raspberrypi/rpi_4b/rpi_4b_defconfig b/boards/raspberry_pi/rpi_4b/rpi_4b_defconfig similarity index 100% rename from boards/raspberrypi/rpi_4b/rpi_4b_defconfig rename to boards/raspberry_pi/rpi_4b/rpi_4b_defconfig diff --git a/boards/xen/xenvm/Kconfig.defconfig b/boards/xen/xenvm/Kconfig.defconfig new file mode 100644 index 00000000000..279d9b8114d --- /dev/null +++ b/boards/xen/xenvm/Kconfig.defconfig @@ -0,0 +1,9 @@ +# Copyright (c) 2020 EPAM Systems +# SPDX-License-Identifier: Apache-2.0 + +if BOARD_XENVM + +config BUILD_OUTPUT_BIN + default y + +endif # BOARD_XENVM