Am 31. Dezember 2023 16:25:53 MEZ schrieb Simon Glass <[email protected]>: >Use the word 'acpi' in this test so that it runs along with all the >other ACPI tests. > >Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]> >--- > >Changes in v5: >- Add new patch to rename test dm_test_setup_ctx_and_base_tables() > > test/dm/acpi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/test/dm/acpi.c b/test/dm/acpi.c >index fb071902b45..1211e2f0e7f 100644 >--- a/test/dm/acpi.c >+++ b/test/dm/acpi.c >@@ -330,7 +330,7 @@ static int dm_test_acpi_basic(struct unit_test_state *uts) > DM_TEST(dm_test_acpi_basic, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT); > > /* Test setup_ctx_and_base_tables */ >-static int dm_test_setup_ctx_and_base_tables(struct unit_test_state *uts) >+static int dm_test_acpi_ctx_and_base_tables(struct unit_test_state *uts) > { > struct acpi_rsdp *rsdp; > struct acpi_rsdt *rsdt; >@@ -376,7 +376,7 @@ static int dm_test_setup_ctx_and_base_tables(struct >unit_test_state *uts) > > return 0; > } >-DM_TEST(dm_test_setup_ctx_and_base_tables, >+DM_TEST(dm_test_acpi_ctx_and_base_tables, > UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT); > > /* Test 'acpi list' command */
- Re: [PATCH v5 04/12] smbios: Use SMBIOS 3.0 t... Heinrich Schuchardt
- Re: [PATCH v5 04/12] smbios: Use SMBIOS 3.0 to su... Heinrich Schuchardt
- Re: [PATCH v5 04/12] smbios: Use SMBIOS 3.0 t... Simon Glass
- [PATCH v5 02/12] smbios: Move the rest of the SMBIOS2 ... Simon Glass
- [PATCH v5 05/12] smbios: Correct gd_smbios_start() Simon Glass
- [PATCH v5 06/12] efi: Use the correct GUID for the SMB... Simon Glass
- [PATCH v5 01/12] smbios: Refactor 32-bit code into an ... Simon Glass
- [PATCH v5 09/12] efi: smbios: Drop support for SMBIOS2... Simon Glass
- Re: [PATCH v5 09/12] efi: smbios: Drop support fo... Heinrich Schuchardt
- [PATCH v5 10/12] acpi: Rename test dm_test_setup_ctx_a... Simon Glass
- Re: [PATCH v5 10/12] acpi: Rename test dm_test_se... Heinrich Schuchardt
- Re: [PATCH v5 10/12] acpi: Rename test dm_test_se... Simon Glass
- [PATCH v5 11/12] acpi: Write pointers to tables instea... Simon Glass
- Re: [PATCH v5 11/12] acpi: Write pointers to tabl... Heinrich Schuchardt
- Re: [PATCH v5 11/12] acpi: Write pointers to tabl... Simon Glass
- [PATCH v5 12/12] efi: Correct smbios-table installatio... Simon Glass
- Re: [PATCH v5 12/12] efi: Correct smbios-table in... Heinrich Schuchardt
- Re: [PATCH v5 12/12] efi: Correct smbios-tabl... Simon Glass
- Re: [PATCH v5 12/12] efi: Correct smbios-... Heinrich Schuchardt
- Re: [PATCH v5 12/12] efi: Correct smbios-... Simon Glass
- [PATCH v5 07/12] smbios: Require the caller to align t... Simon Glass

