Home
last modified time | relevance | path

Searched defs:smbios_type0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dsmbios.h60 struct __packed smbios_type0 { struct
61 u8 type;
62 u8 length;
63 u16 handle;
64 u8 vendor;
65 u8 bios_ver;
66 u16 bios_start_segment;
67 u8 bios_release_date;
68 u8 bios_rom_size;
69 u64 bios_characteristics;
[all …]
/openbmc/qemu/hw/smbios/
H A Dsmbios.c55 smbios_type0_t smbios_type0; variable