From 1aa10680f8ab62da48179163832a05cc6b022d12 Mon Sep 17 00:00:00 2001 From: "Yang,Yu-chu" Date: Thu, 9 Dec 2021 14:07:24 -0800 Subject: [PATCH] config-tools: generate MAX_IOAPIC_NUM and MAX_IOAPIC_LINES based on board.xml Generate MAX_IOAPIC_NUM and MAX_IOAPIC_LINE based on board.xml automatically. Tracked-On: #6986 Signed-off-by: Yang,Yu-chu Reviewed-by: Junjie Mao Acked-by: Anthony Xu --- misc/config_tools/xforms/config.h.xsl | 2 ++ misc/config_tools/xforms/config.mk.xsl | 2 ++ misc/config_tools/xforms/config_common.xsl | 16 ++++++++-------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/misc/config_tools/xforms/config.h.xsl b/misc/config_tools/xforms/config.h.xsl index bab5d7cc4..4255056db 100644 --- a/misc/config_tools/xforms/config.h.xsl +++ b/misc/config_tools/xforms/config.h.xsl @@ -7,6 +7,8 @@ version="1.0" xmlns:xi="http://www.w3.org/2003/XInclude" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:math="http://exslt.org/math" + xmlns:exslt="http://exslt.org/common" xmlns:acrn="http://projectacrn.org"> diff --git a/misc/config_tools/xforms/config.mk.xsl b/misc/config_tools/xforms/config.mk.xsl index 3620ce9aa..d0176c7eb 100644 --- a/misc/config_tools/xforms/config.mk.xsl +++ b/misc/config_tools/xforms/config.mk.xsl @@ -7,6 +7,8 @@ version="1.0" xmlns:xi="http://www.w3.org/2003/XInclude" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:math="http://exslt.org/math" + xmlns:exslt="http://exslt.org/common" xmlns:acrn="http://projectacrn.org"> diff --git a/misc/config_tools/xforms/config_common.xsl b/misc/config_tools/xforms/config_common.xsl index 700b202d3..53ee27da6 100644 --- a/misc/config_tools/xforms/config_common.xsl +++ b/misc/config_tools/xforms/config_common.xsl @@ -15,6 +15,14 @@ + + + + + + + + @@ -157,18 +165,10 @@ - - - - - - - -