From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::643; helo=mail-pl1-x643.google.com; envelope-from=ming.huang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id ADEBD21191747 for ; Thu, 15 Nov 2018 22:57:33 -0800 (PST) Received: by mail-pl1-x643.google.com with SMTP id b22-v6so5254323pls.7 for ; Thu, 15 Nov 2018 22:57:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=hS4dW/VAQUv/YRJm5BF7D+a3/wPllrYjnHXMe8mp1j4=; b=gB2kFZ9EGDW4y1y7FjpXNmKxuIy8tcQmHUMo25HWjDawkI/IRY+mvzVJt4ceyERePY Og7x87ygFs9niZ2LoPRe7zxBjollk+seK3g+5afitqbomI6Ckyf0pEWjJ4Jw2l1kBQnd rpD9c8fc/O7Rx8r0PABW7fmWk5WuYKyCEARuo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=hS4dW/VAQUv/YRJm5BF7D+a3/wPllrYjnHXMe8mp1j4=; b=PZvQacMzQMYTsImKmaao0fyeUyO0Zby/DJBnbSBfRV7PiqTUqtkvib03qSujY0pd+B IyieUWxStJdECT+k6iqiTZZNGMYs1SLxAEqivkIdjeaJTf32FsFoGNTU5ZkuDVlxOXD6 lWcFRmxiAqqkbRpxTRDBfNKrrA8KzOUiogSO1tBRiUOOOPJEbwZksoVzXsB+icFZPsCX yC9vhORkwc8sxq+Eqh9zy8MnS8pt7eEVx6DfDDKEaJ+bp85b6PtTrYXU5+XUhG6oIxZ2 w+5N42VqSbsaAiMgELxpCWh/HGRdS0qYdqiAKj+ue2R/Pbep13n9fH7HA95cSl4i+ffL 8HLg== X-Gm-Message-State: AGRZ1gIdyyjyM/kIedhH1c/c4io769dZx4/ZsVw7vC06djCK9aV8O36D qMrQ97FUZ7igW0zasvnqbcVjPA== X-Google-Smtp-Source: AJdET5fcIn1RLKBE1pL08+4AX+NIvn9r7JanELOL4D+0vb7iROwyAYvHd+IG9mHAY06CVkJR0otiHg== X-Received: by 2002:a17:902:24a5:: with SMTP id w34-v6mr9540580pla.91.1542351453421; Thu, 15 Nov 2018 22:57:33 -0800 (PST) Received: from localhost.localdomain ([203.160.91.226]) by smtp.gmail.com with ESMTPSA id h134sm2835905pfe.27.2018.11.15.22.57.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Nov 2018 22:57:32 -0800 (PST) From: Ming Huang To: leif.lindholm@linaro.org, linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org Cc: ard.biesheuvel@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org, zhangfeng56@huawei.com, Ming Huang Date: Fri, 16 Nov 2018 14:56:51 +0800 Message-Id: <20181116065702.30559-5-ming.huang@linaro.org> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20181116065702.30559-1-ming.huang@linaro.org> References: <20181116065702.30559-1-ming.huang@linaro.org> Subject: [PATCH edk2-platforms v2 04/15] Silicon/Hisilicon/D06: Fix fwts issue in Dbg2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 06:57:33 -0000 Modify name COM1 as the name COM1 is not a integrated name. The fwts issue: dbg2: DBG2 Device 'COM1' not found in ACPI object name space. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang Reviewed-by: Leif Lindholm --- Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Dbg2.aslc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Dbg2.aslc b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Dbg2.aslc index 342ec336296a..05c284186b0d 100644 --- a/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Dbg2.aslc +++ b/Silicon/Hisilicon/Hi1620/Hi1620AcpiTables/Hi1620Dbg2.aslc @@ -17,7 +17,7 @@ #define NUMBER_DEBUG_DEVICE_INFO 1 #define NUMBER_OF_GENERIC_ADDRESS 1 -#define NAMESPACE_STRING_SIZE 8 +#define NAMESPACE_STRING_SIZE 12 #define UART_LENGTH 0x1000 #pragma pack(1) @@ -74,7 +74,7 @@ EFI_ACPI_DEBUG_PORT_2_TABLE Dbg2 = { { UART_LENGTH }, - "COM1" + "\\_SB.COM0" } } }; -- 2.9.5