1 /* SPDX-License-Identifier: GPL-2.0-only */
6 /* Motherboard Information */
7 extern const char mainboard_vendor
[];
8 extern const char mainboard_part_number
[];
10 /* coreboot Version */
11 extern const char coreboot_version
[];
12 extern const char coreboot_extra_version
[];
13 extern const char coreboot_build
[];
14 extern const unsigned int coreboot_version_timestamp
;
15 extern const unsigned int coreboot_major_revision
;
16 extern const unsigned int coreboot_minor_revision
;
18 /* When coreboot was compiled */
19 extern const char coreboot_compile_time
[];
20 extern const char coreboot_dmi_date
[];
23 unsigned char century
;
27 unsigned char weekday
;
30 extern const struct bcd_date coreboot_build_date
;
33 extern const unsigned int asl_revision
;
35 #endif /* VERSION_H */