
18 Dec
2019
18 Dec
'19
11:56 a.m.
On 12/18/19 9:22 AM, Cristian Ciocaltea wrote:
- };
+}; +'''
+@pytest.mark.boardspec('sandbox')
This test looks ok in principal. But why should we restrict it to the sandbox?
Let me see how this should work on real hardware, I'm going to test on qemu for the moment.
Device trees cannot be used in conjunction with ACPI tables when booting via UEFI. Currently this concerns only x86 and x86_64 but Phytec is working on an arm64 board which shall provide an ACPI table. So you probably want to check CONFIG_GENERATE_ACPI_TABLE instead of the board type, e.g.
@pytest.mark.notbuildconfigspec('generate_acpi_table')
Best regards
Heinrich