efi_selftest: do not run FDT test with ACPI table.
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 20 Apr 2019 11:33:55 +0000 (13:33 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:37:28 +0000 (00:37 +0200)
commit68066d5bcdd0b427ac75cf04a1f67cfede05ec4f
tree98a4afc93ee7b0b452d81985a53f110a7c82b4c6
parent10feb30c701d3cf264746d0d81bd566f002de24b
efi_selftest: do not run FDT test with ACPI table.

The EBBR specification prescribes that we should have either an ACPI table
or a device tree but not both.

So do not run the device tree unit test on boards with an ACPI table.
Hence there is no need any longer to make it 'on request' only.
Do not pass $fdtcontroladdr to `bootefi selftest`.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_fdt.c
test/py/tests/test_efi_selftest.py