Switch to a table for mapping smbios vendor/product to device tree file
authorkettenis <kettenis@openbsd.org>
Wed, 3 Jul 2024 20:12:30 +0000 (20:12 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 3 Jul 2024 20:12:30 +0000 (20:12 +0000)
commitd3b27d312268bcc931b81c7a0ad18adabff2cfc4
tree856d9e5b36b2e1771ab5ed51c28d0b16bbc2dfc4
parent9a8ba155e23998f20d0da91157c69ab6f99407db
Switch to a table for mapping smbios vendor/product to device tree file
name.  Check for a partial match of the vendor like we already do for the
product.  This will help adding more machines to the list.

ok patrick@, deraadt@
sys/arch/arm64/stand/efiboot/efiboot.c