You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
b78cb1d534
The patch adds a feature to read Dts at boot. The feature is analogous to UEFI BIOS: Thermal Conf -> Platform Thermal Conf -> Boot DTS Read Specifically, the feature reads Tjunctions of PCH and CPU and stores them as Smbios Type-28 entries. The patch also fixes AppendSmbiosType in SmbiosInitLib: A newly added structure should inherit the Handle from previous Type-127 (end-of-table) structure. Signed-off-by: Stanley Chang <stanley.chang@intel.com>