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 <[email protected]>

Reviewed-by: Leif Lindholm <[email protected]>

> ---
>  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
> 
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to