From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::343; helo=mail-wm1-x343.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (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 5545C2118DC52 for ; Tue, 13 Nov 2018 16:50:05 -0800 (PST) Received: by mail-wm1-x343.google.com with SMTP id f2-v6so13120829wme.3 for ; Tue, 13 Nov 2018 16:50:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=lwmRcbI6ara8jcwBuO1SHKqB0jQbHG+EKWR2DV0IZQs=; b=BVbmmFLl3Qiz+mGpMhhcM6RERvUK3QcAtmKfxc7+pnPhT5fJWV8yRTbryy31YJXLoX 0pIcE0RpLddGatpWAq3DJ8p4nAgd1IZYH1LBxqYydt8RN2x/VXSOCsFKLTcxyZn4bv7Z cP8PznE5GlLHCbWzLIf3H4GO6FKoW8cxC+trg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=lwmRcbI6ara8jcwBuO1SHKqB0jQbHG+EKWR2DV0IZQs=; b=e6VntiI3qYXcmSCBYSNRArmg8qWe0j0FGVD9asdiLy41cvPcggOU5nSewLkfTouQBP 3NL1SkGA+C+ekTY9Hl2ieQiHoV1G/0vHWe0zrP8OIc03UG9M97IMYs/79zMmJrJxXOfE T3xNW3nRHsIRYrLNmmY1g8NZrjiHqurA/Y/KMbhYhHKkwLu7ZVIdtAR998m7HzPUcTY4 jGMvtu1Rco686tiJlUQ2KDnF1vESK0OJ6LKmNEz4WHXSOH9sl4XbLnqElsdu4s2U4gGe 8xXqUEnsVTRMXSG4Ej7IC68HPju9aQb/NYggBpQSIGAhHDiHm/Ri5TuZG8D134S890KY +U3A== X-Gm-Message-State: AGRZ1gKkv3qUlrunwKCcufulwC08tl2wO2+Knw3RICbTR0zaFJ3WtMWf RVhgIJ/DCN1PilsIbWudt4WLNQ== X-Google-Smtp-Source: AJdET5d6qRvkzy6gDCMavFZ3Fl6bdwYiFX/kqcS4uFoNGL6n7rIYFrglc1+Bt0GR41YQb2aEvLyHWQ== X-Received: by 2002:a1c:da82:: with SMTP id r124-v6mr151543wmg.54.1542156603901; Tue, 13 Nov 2018 16:50:03 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id g10-v6sm16386684wrs.95.2018.11.13.16.50.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 13 Nov 2018 16:50:02 -0800 (PST) Date: Wed, 14 Nov 2018 00:50:01 +0000 From: Leif Lindholm To: Ming Huang Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, 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 Message-ID: <20181114005001.7n6t2syk7f4cadsw@bivouac.eciton.net> References: <20181029033249.45363-1-ming.huang@linaro.org> <20181029033249.45363-4-ming.huang@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181029033249.45363-4-ming.huang@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 03/12] 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: Wed, 14 Nov 2018 00:50:05 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 29, 2018 at 11:32:40AM +0800, Ming Huang wrote: > 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 342ec33629..05c284186b 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.18.0 >