[PATCH v8 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT

Alireza Sanaee via posted 6 patches 3 weeks, 1 day ago
[PATCH v8 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
Posted by Alireza Sanaee via 3 weeks, 1 day ago
Prepare to update `build_pptt` function to add cache description
functionalities, thus add binaries in this patch.

Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com>
---
 tests/qtest/bios-tables-test-allowed-diff.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8bf4..ba2a8180e931 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
 /* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/aarch64/virt/PPTT.topology",
-- 
2.34.1
Re: [PATCH v8 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
Posted by Jonathan Cameron via 2 weeks, 6 days ago
On Mon, 10 Mar 2025 16:23:34 +0000
Alireza Sanaee <alireza.sanaee@huawei.com> wrote:

> Prepare to update `build_pptt` function to add cache description
> functionalities, thus add binaries in this patch.
> 
> Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com>
FWIW table will changes so this patch is needed...

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> ---
>  tests/qtest/bios-tables-test-allowed-diff.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8bf4..ba2a8180e931 100644
> --- a/tests/qtest/bios-tables-test-allowed-diff.h
> +++ b/tests/qtest/bios-tables-test-allowed-diff.h
> @@ -1 +1,2 @@
>  /* List of comma-separated changed AML files to ignore */
> +"tests/data/acpi/aarch64/virt/PPTT.topology",