Move ami bios test results to oem folder

The ami bios test results were throwing off the board_status script.
To make it easier to filter, we have a naming scheme:

oem/<vendor>,<version>,<type>

vendor comes from dmidecode, shortened to fit:
phoenix,ami,mrbios,insyde,award,etc.

version also comes from dmidecode's Version string in the DMI type 0
information.

type is either 'uefi' or 'legacy', depending on whether dmidecode
reports 'UEFI is supported'

the board status script will be updated to ignore the 'oem' folder.

Signed-off-by: Martin Roth <martinroth@google.com>
61 files changed