commit | ece3c879122f37b88b2574258e643ce8b2bec0d8 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 08:45:55 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Feb 05 20:20:01 2022 +0100 |
tree | f5126c85365ea9007579beb70e89bda3bb88a0d7 | |
parent | 13538604a93431939ecdd6afcf2940edf4c1b6a2 [diff] |
efi_selftest: merge FDT and RISC-V tests The test for the RISCV_EFI_BOOT_PROTOCOL retrieves the boot hart id via the protocol and compares it to the value of the boot hart id in the device tree. The boot hart id is already retrieved from the device tree in the FDT test. Merge the two tests to avoid code duplication. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>