CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/07/03 14:12:30
Modified files: sys/arch/arm64/stand/efiboot: efiboot.c Log message: 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@