Re: [PATCH] ACPI / tables: table upgrade from built-in initrd

2018-12-17 Thread Yang, Shunyong
Hi, Rafael, OK. I will update the description and document. Thanks. Shunyong. On 2018/12/17 17:31, Rafael J. Wysocki wrote: > On Mon, Dec 17, 2018 at 10:18 AM Yang, Shunyong > wrote: >> >> Hi, Rafael, >> I think "override" is more accurate. I just follow the existing >> description of

Re: [PATCH] ACPI / tables: table upgrade from built-in initrd

2018-12-17 Thread Rafael J. Wysocki
On Mon, Dec 17, 2018 at 10:18 AM Yang, Shunyong wrote: > > Hi, Rafael, > I think "override" is more accurate. I just follow the existing > description of "ACPI_TABLE_UPGRADE" in drivers/acpi/Kconfig. > Should I change all upgrade/UPGRADE to "override/OVERRIDE" in this patch? I think that

Re: [PATCH] ACPI / tables: table upgrade from built-in initrd

2018-12-17 Thread Yang, Shunyong
Hi, Rafael, I think "override" is more accurate. I just follow the existing description of "ACPI_TABLE_UPGRADE" in drivers/acpi/Kconfig. Should I change all upgrade/UPGRADE to "override/OVERRIDE" in this patch? Thanks. Shunyong. On 2018/12/17 17:03, Rafael J. Wysocki wrote: > On Mon, Dec 17,

Re: [PATCH] ACPI / tables: table upgrade from built-in initrd

2018-12-17 Thread Rafael J. Wysocki
On Mon, Dec 17, 2018 at 3:40 AM Shunyong Yang wrote: > > In some scenario, we need to build initrd with kernel in a single image. > This can simplify system deployment process by downloading the whole system > once, such as in IC verification. > > This patch adds support to upgrade ACPI tables

[PATCH] ACPI / tables: table upgrade from built-in initrd

2018-12-16 Thread Shunyong Yang
In some scenario, we need to build initrd with kernel in a single image. This can simplify system deployment process by downloading the whole system once, such as in IC verification. This patch adds support to upgrade ACPI tables from built-in initrd. Cc: Joey Zheng Signed-off-by: Shunyong Yang