Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.14 KB

'common' Secureboot Services in Hostboot

This directory implements utility functions for tracing and error logging that other secureboot modules in the peer directories can use. For example, the secureboot_base, secureboot_rt (runtime), secureboot_trusted, secureboot_ext, and node_comm modules use these functions.

Files

  • common.mk

    • Makefile that other makefiles can call to include the generated .o files
  • containerheader.C

    • Implements the ContainerHeader class's member functions
    • Functions are defined in containerheader.H
  • errlud_secure.C, errlud_secure.H

    • These files define and implement custom error log user detail sections to capture security information on the system
  • README.md

    • This file
  • securetrace.C, securetrace.H

    • Defines and implements standard Hostboot trace descriptors for the secureboot component

sub-directories

  • plugins
    • Standard Hostboot 'plugins' directory where the errorlog parser finds the information to properly parse the custom error log user detail sections defined in errlud_secure.H