ARM-software / bbr-acs

Arm SystemReady : BBR Compliance Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bbr-acs/ebbr/config/EBBR.seq: missing tests SimpleFileSystemProtocolTest and BlockIOProtocolTest

xypron opened this issue · comments

SimpleFileSystemProtocolTest and BlockIOProtocolTest are missing in EBBR.seq though they are required by the EBBR:

EFI_BLOCK_IO_PROTOCOL           | Required for block device access
EFI_SIMPLE_FILE_SYSTEM_PROTOCOL | Required if booting from block device is supported

After the SCT you should check that the FAT file system is not corrupted using dosfsck.

Dear @xypron,

The solution for this issue is under discussion.
Will update the outcome in the next week.

ACS Support

SimpleFileSystemProtocolTest and BlockIOProtocolTest are now enabled and available in
https://github.com/ARM-software/bbr-acs/blob/main/ebbr/config/EBBR_extd_run.seq

Closing issue as required changes merged as mentioned above