linuxboot / fiano

Go-based tools for modifying UEFI firmware
BSD 3-Clause "New" or "Revised" License
293 stars 49 forks source link

Restructure - pkg/intel #388

Closed ChriMarMe closed 1 year ago

ChriMarMe commented 2 years ago

I want to introduce the required structures for Intel BootGuard. The existing directory structure does not allow for CBnT and BootGuard existance in parallel.

Any suggestions to handle it @xaionaro ?

ChriMarMe commented 2 years ago
pkg/intel/common
pkg/intel/me
pkg/intel/metadata/cbnt
pkg/intel/metadata/bootguard

This allows us to introduce bootguard structures in parallel, even if we have dublicate code, which certainly will happen because BootGuard and CBnT share a lot, but differ in some places.