You've already forked dts-scripts
mirror of
https://github.com/Dasharo/dts-scripts.git
synced 2026-06-13 19:16:21 -07:00
include: hal: common-mock-func: cbmem_check_hfsts1_mock must return 1 if
the platform do not have coreboot Signed-off-by: Danil Klimuk <daniil.klimuk@3mdeb.com>
This commit is contained in:
@@ -395,6 +395,8 @@ cbmem_check_if_me_disabled_mock() {
|
||||
}
|
||||
|
||||
cbmem_check_hfsts1_mock() {
|
||||
[ "$TEST_IS_COREBOOT" != "true" ] && return 1
|
||||
|
||||
# Emulating current ME operation mode, check functions check_if_me_disabled and
|
||||
# check_me_op_mode:
|
||||
echo "HFSTS1 : 0x000${TEST_ME_OP_MODE}0000"
|
||||
|
||||
Reference in New Issue
Block a user