Message ID | a615d13b57eb126df9f8d7acc656bc054e376caf.1691568344.git.simone.ballarin@bugseng.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation/eclair: update ECL configurations and builds | expand |
On Wed, 9 Aug 2023, Simone Ballarin wrote: > The xen build for ARM64 now has new configuration options which > require to be defined: this patch defines them. > > In both configuration files some no longer true comments have been removed. > > Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org> (By the way, there is a way to start a Xen default kconfig from a seed config so that we don't necessarely need to specify all the options. The missing options are filled with default values.) > --- > automation/eclair_analysis/xen_arm_config | 14 ++++---------- > automation/eclair_analysis/xen_x86_config | 9 --------- > 2 files changed, 4 insertions(+), 19 deletions(-) > > diff --git a/automation/eclair_analysis/xen_arm_config b/automation/eclair_analysis/xen_arm_config > index 26f5fcca41..ef140ceb73 100644 > --- a/automation/eclair_analysis/xen_arm_config > +++ b/automation/eclair_analysis/xen_arm_config > @@ -1,12 +1,3 @@ > -# File provided in > -# Re: Xen MISRA C: Source files in scope and out of scope > -# from: Stefano Stabellini <stefano.stabellini@amd.com> > -# date: 6 giu 2023, 02:53 > - > -# > -# Automatically generated file; DO NOT EDIT. > -# Xen/arm 4.18-unstable Configuration > -# > CONFIG_CC_IS_GCC=y > CONFIG_GCC_VERSION=90400 > CONFIG_CLANG_VERSION=0 > @@ -34,7 +25,9 @@ CONFIG_HVM=y > CONFIG_SBSA_VUART_CONSOLE=y > CONFIG_ARM_SSBD=y > CONFIG_HARDEN_BRANCH_PREDICTOR=y > -# CONFIG_TEE is not set > +CONFIG_TEE=n > +CONFIG_OPTEE=n > +CONFIG_FFA=n > # CONFIG_STATIC_SHM is not set > # end of Architecture Features > > @@ -47,6 +40,7 @@ CONFIG_ARM64_ERRATUM_819472=y > CONFIG_ARM64_ERRATUM_843419=y > CONFIG_ARM64_ERRATUM_832075=y > CONFIG_ARM64_ERRATUM_834220=y > +CONFIG_ARM64_ERRATUM_1508412=y > CONFIG_ARM_ERRATUM_858921=y > CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y > CONFIG_ARM64_ERRATUM_1286807=y > diff --git a/automation/eclair_analysis/xen_x86_config b/automation/eclair_analysis/xen_x86_config > index d497814e01..abc44d43e1 100644 > --- a/automation/eclair_analysis/xen_x86_config > +++ b/automation/eclair_analysis/xen_x86_config > @@ -1,12 +1,3 @@ > -# File provided in > -# Re: Xen MISRA C: Source files in scope and out of scope > -# from: Stefano Stabellini <stefano.stabellini@amd.com> > -# date: 6 giu 2023, 02:53 > - > -# > -# Automatically generated file; DO NOT EDIT. > -# Xen/x86 4.18-unstable Configuration > -# > CONFIG_CC_IS_GCC=y > CONFIG_GCC_VERSION=90400 > CONFIG_CLANG_VERSION=0 > -- > 2.34.1 >
diff --git a/automation/eclair_analysis/xen_arm_config b/automation/eclair_analysis/xen_arm_config index 26f5fcca41..ef140ceb73 100644 --- a/automation/eclair_analysis/xen_arm_config +++ b/automation/eclair_analysis/xen_arm_config @@ -1,12 +1,3 @@ -# File provided in -# Re: Xen MISRA C: Source files in scope and out of scope -# from: Stefano Stabellini <stefano.stabellini@amd.com> -# date: 6 giu 2023, 02:53 - -# -# Automatically generated file; DO NOT EDIT. -# Xen/arm 4.18-unstable Configuration -# CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=90400 CONFIG_CLANG_VERSION=0 @@ -34,7 +25,9 @@ CONFIG_HVM=y CONFIG_SBSA_VUART_CONSOLE=y CONFIG_ARM_SSBD=y CONFIG_HARDEN_BRANCH_PREDICTOR=y -# CONFIG_TEE is not set +CONFIG_TEE=n +CONFIG_OPTEE=n +CONFIG_FFA=n # CONFIG_STATIC_SHM is not set # end of Architecture Features @@ -47,6 +40,7 @@ CONFIG_ARM64_ERRATUM_819472=y CONFIG_ARM64_ERRATUM_843419=y CONFIG_ARM64_ERRATUM_832075=y CONFIG_ARM64_ERRATUM_834220=y +CONFIG_ARM64_ERRATUM_1508412=y CONFIG_ARM_ERRATUM_858921=y CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y CONFIG_ARM64_ERRATUM_1286807=y diff --git a/automation/eclair_analysis/xen_x86_config b/automation/eclair_analysis/xen_x86_config index d497814e01..abc44d43e1 100644 --- a/automation/eclair_analysis/xen_x86_config +++ b/automation/eclair_analysis/xen_x86_config @@ -1,12 +1,3 @@ -# File provided in -# Re: Xen MISRA C: Source files in scope and out of scope -# from: Stefano Stabellini <stefano.stabellini@amd.com> -# date: 6 giu 2023, 02:53 - -# -# Automatically generated file; DO NOT EDIT. -# Xen/x86 4.18-unstable Configuration -# CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=90400 CONFIG_CLANG_VERSION=0
The xen build for ARM64 now has new configuration options which require to be defined: this patch defines them. In both configuration files some no longer true comments have been removed. Signed-off-by: Simone Ballarin <simone.ballarin@bugseng.com> --- automation/eclair_analysis/xen_arm_config | 14 ++++---------- automation/eclair_analysis/xen_x86_config | 9 --------- 2 files changed, 4 insertions(+), 19 deletions(-)