boot: Add HWID calculation from SMBIOS strings and matching against a built-in list

This commit is contained in:
anonymix007
2024-08-31 21:49:10 +03:00
parent 1c3a0a4b1f
commit 6bb76ab959
4 changed files with 156 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ The following exceptions apply:
* the following sources are under **Public Domain** (LicenseRef-alg-sha1-public-domain):
- src/fundamental/sha1-fundamental.c
- src/fundamental/sha1-fundamental.h
* the following files are licensed under **BSD-3-Clause** license:
- src/boot/efi/chid.c
- src/boot/efi/chid.h
* Heebo fonts under docs/fonts/ are licensed under the **SIL Open Font License 1.1**,
* any files under test/ without an explicit license we assume non-copyrightable
(eg: computer-generated fuzzer data)