From be77963e5bb4c5c28ad3ebd8746c292e7b5876f6 Mon Sep 17 00:00:00 2001 From: Hesham Almatary Date: Tue, 17 Jan 2017 17:03:07 +1100 Subject: [PATCH] Define CONFIG_MAX_NUM_NODES and CONFIG_KERNEL_STACK_BITS in plat/autoconf.h For the sake of verification and standalone kernel builds --- include/plat/am335x/autoconf.h | 2 ++ include/plat/apq8064/autoconf.h | 2 ++ include/plat/exynos4/autoconf.h | 2 ++ include/plat/exynos5/autoconf.h | 2 ++ include/plat/hikey/autoconf.h | 2 ++ include/plat/imx31/autoconf.h | 2 ++ include/plat/imx6/autoconf.h | 2 ++ include/plat/imx7/autoconf.h | 2 ++ include/plat/omap3/autoconf.h | 2 ++ include/plat/pc99/autoconf.h | 2 ++ include/plat/tk1/autoconf.h | 2 ++ include/plat/zynq7000/autoconf.h | 2 ++ 12 files changed, 24 insertions(+) diff --git a/include/plat/am335x/autoconf.h b/include/plat/am335x/autoconf.h index dae5750a3..a1650999d 100644 --- a/include/plat/am335x/autoconf.h +++ b/include/plat/am335x/autoconf.h @@ -87,3 +87,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/apq8064/autoconf.h b/include/plat/apq8064/autoconf.h index 3f77d4624..098b51c00 100644 --- a/include/plat/apq8064/autoconf.h +++ b/include/plat/apq8064/autoconf.h @@ -91,3 +91,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/exynos4/autoconf.h b/include/plat/exynos4/autoconf.h index ce1e04c3c..ef4755719 100644 --- a/include/plat/exynos4/autoconf.h +++ b/include/plat/exynos4/autoconf.h @@ -87,3 +87,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/exynos5/autoconf.h b/include/plat/exynos5/autoconf.h index 73f2e806b..651a9a27a 100644 --- a/include/plat/exynos5/autoconf.h +++ b/include/plat/exynos5/autoconf.h @@ -92,3 +92,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/hikey/autoconf.h b/include/plat/hikey/autoconf.h index 5489597ee..01aea5e4c 100644 --- a/include/plat/hikey/autoconf.h +++ b/include/plat/hikey/autoconf.h @@ -92,3 +92,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/imx31/autoconf.h b/include/plat/imx31/autoconf.h index 4e2d69a63..cbd9981f1 100644 --- a/include/plat/imx31/autoconf.h +++ b/include/plat/imx31/autoconf.h @@ -88,3 +88,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/imx6/autoconf.h b/include/plat/imx6/autoconf.h index 7a4f8cff0..8eb0932f6 100644 --- a/include/plat/imx6/autoconf.h +++ b/include/plat/imx6/autoconf.h @@ -92,3 +92,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/imx7/autoconf.h b/include/plat/imx7/autoconf.h index ad1cca1ce..440d200ca 100644 --- a/include/plat/imx7/autoconf.h +++ b/include/plat/imx7/autoconf.h @@ -87,3 +87,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/omap3/autoconf.h b/include/plat/omap3/autoconf.h index 9555bb77e..46603baf1 100644 --- a/include/plat/omap3/autoconf.h +++ b/include/plat/omap3/autoconf.h @@ -87,3 +87,5 @@ #define CONFIG_PLAT_OMAP3 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/pc99/autoconf.h b/include/plat/pc99/autoconf.h index 41224cf3b..bc5e77f06 100644 --- a/include/plat/pc99/autoconf.h +++ b/include/plat/pc99/autoconf.h @@ -95,3 +95,5 @@ #define CONFIG_HUGE_PAGE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/tk1/autoconf.h b/include/plat/tk1/autoconf.h index fe9e61133..c4785137b 100644 --- a/include/plat/tk1/autoconf.h +++ b/include/plat/tk1/autoconf.h @@ -45,3 +45,5 @@ #define CONFIG_KERNEL_EXTRA_CPPFLAGS "" #define CONFIG_ARM_MONITOR_HOOK 1 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12 diff --git a/include/plat/zynq7000/autoconf.h b/include/plat/zynq7000/autoconf.h index 9cea91246..381dadbfb 100644 --- a/include/plat/zynq7000/autoconf.h +++ b/include/plat/zynq7000/autoconf.h @@ -87,3 +87,5 @@ #define CONFIG_LIB_SEL4_SIMPLE_STABLE 1 #define CONFIG_LIB_SEL4_MUSLC_SYS_MORECORE_BYTES 1048576 #define CONFIG_BUILDSYS_USE_CCACHE 1 +#define CONFIG_MAX_NUM_NODES 1 +#define CONFIG_KERNEL_STACK_BITS 12