[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] arm: rename tiny64.conf to tiny64_defconfig
commit 928b99a66c3f213933e4d4dc6a4edf2200253f22 Author: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx> AuthorDate: Thu May 16 15:39:00 2019 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Thu Jun 6 11:12:32 2019 +0200 arm: rename tiny64.conf to tiny64_defconfig As build system now supports *_defconfig rules it is good to be able to configure minimal XEN image with make tiny64_defconfig command. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx> Acked-by: Julien Grall <julien.grall@xxxxxxx> --- xen/arch/arm/configs/tiny64.conf | 37 ----------------------------------- xen/arch/arm/configs/tiny64_defconfig | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/xen/arch/arm/configs/tiny64.conf b/xen/arch/arm/configs/tiny64.conf deleted file mode 100644 index cc6d93f2f8..0000000000 --- a/xen/arch/arm/configs/tiny64.conf +++ /dev/null @@ -1,37 +0,0 @@ -CONFIG_ARM_64=y -CONFIG_ARM=y - -# -# Architecture Features -# -# CONFIG_GICV3 is not set -# CONFIG_MEM_ACCESS is not set -# CONFIG_SBSA_VUART_CONSOLE is not set - -# -# Common Features -# -CONFIG_SCHED_CREDIT=y -# CONFIG_SCHED_CREDIT2 is not set -# CONFIG_SCHED_RTDS is not set -# CONFIG_SCHED_ARINC653 is not set -# CONFIG_SCHED_NULL is not set -# CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS is not set - -# -# Device Drivers -# -# CONFIG_HAS_NS16550 is not set -# CONFIG_HAS_CADENCE_UART is not set -# CONFIG_HAS_MVEBU is not set -# CONFIG_HAS_PL011 is not set -# CONFIG_HAS_SCIF is not set -# CONFIG_ARM_SMMU is not set - -# -# Debugging Options -# -# CONFIG_DEBUG is not set -# CONFIG_FRAME_POINTER is not set -# CONFIG_VERBOSE_DEBUG is not set -# CONFIG_SCRUB_DEBUG is not set diff --git a/xen/arch/arm/configs/tiny64_defconfig b/xen/arch/arm/configs/tiny64_defconfig new file mode 100644 index 0000000000..cc6d93f2f8 --- /dev/null +++ b/xen/arch/arm/configs/tiny64_defconfig @@ -0,0 +1,37 @@ +CONFIG_ARM_64=y +CONFIG_ARM=y + +# +# Architecture Features +# +# CONFIG_GICV3 is not set +# CONFIG_MEM_ACCESS is not set +# CONFIG_SBSA_VUART_CONSOLE is not set + +# +# Common Features +# +CONFIG_SCHED_CREDIT=y +# CONFIG_SCHED_CREDIT2 is not set +# CONFIG_SCHED_RTDS is not set +# CONFIG_SCHED_ARINC653 is not set +# CONFIG_SCHED_NULL is not set +# CONFIG_SUPPRESS_DUPLICATE_SYMBOL_WARNINGS is not set + +# +# Device Drivers +# +# CONFIG_HAS_NS16550 is not set +# CONFIG_HAS_CADENCE_UART is not set +# CONFIG_HAS_MVEBU is not set +# CONFIG_HAS_PL011 is not set +# CONFIG_HAS_SCIF is not set +# CONFIG_ARM_SMMU is not set + +# +# Debugging Options +# +# CONFIG_DEBUG is not set +# CONFIG_FRAME_POINTER is not set +# CONFIG_VERBOSE_DEBUG is not set +# CONFIG_SCRUB_DEBUG is not set -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |