From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 29 Jun 2020 13:39:40 +0800 Subject: [PATCH v3 35/35] acpi: Add an acpi command to list/dump generated ACPI items In-Reply-To: <20200613205459.v3.35.I5894252b8fe4522e409528c497d882226f34ab9b@changeid> References: <20200614025523.40183-1-sjg@chromium.org> <20200613205459.v3.35.I5894252b8fe4522e409528c497d882226f34ab9b@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Add a command that shows the individual blocks of data generated by each > device, effectively splitting the full table into its component parts. > This can be helpful for debugging. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wallner > --- > > Changes in v3: > - Update acpi_dump_items() to take an enum > - Update commit message and subject for clarity > > cmd/acpi.c | 15 +++++++++++++-- > drivers/core/acpi.c | 16 ++++++++++++++++ > include/dm/acpi.h | 16 ++++++++++++++++ > test/dm/acpi.c | 39 +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 84 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng