Re: [PATCH v2 28/35] acpi: Record the items added to SSDT

2020-06-04 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 28/35] acpi: Record the items added to SSDT > > It is useful to be able to control the order of data written to the SSDT > so that we can compare the output against known-good kernel dumps. > > Add c

[PATCH v2 28/35] acpi: Record the items added to SSDT

2020-05-10 Thread Simon Glass
It is useful to be able to control the order of data written to the SSDT so that we can compare the output against known-good kernel dumps. Add code to record each item that is added along with the device that added it. That allows us to reorder things later if needed. Signed-off-by: Simon Glass