Re: [PATCH v4 29/35] acpi: Support ordering SSDT data by device

2020-07-12 Thread Bin Meng
Hi Simon, On Wed, Jul 8, 2020 at 3:13 AM Simon Glass wrote: > > Add a /chosen property to control the order in which the data appears > in the SSDT. This allows matching up U-Boot's output from a dump of the > known-good data obtained from within Linux. > > Signed-off-by: Simon Glass > Reviewed-

Re: [PATCH v4 29/35] acpi: Support ordering SSDT data by device

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 3:13 AM Simon Glass wrote: > > Add a /chosen property to control the order in which the data appears > in the SSDT. This allows matching up U-Boot's output from a dump of the > known-good data obtained from within Linux. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgan

[PATCH v4 29/35] acpi: Support ordering SSDT data by device

2020-07-07 Thread Simon Glass
Add a /chosen property to control the order in which the data appears in the SSDT. This allows matching up U-Boot's output from a dump of the known-good data obtained from within Linux. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- Changes in v4: - Explain in sort_acpi_item_type(