summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/ext/README.md
blob: 797905b0d6d64c477cb48a326034132541a819fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# **'ext'** Secureboot Services in Hostboot
This directory implements additional (or 'extended') secureboot functionality
 that is not considered part of the 'base' secureboot support.

## Files

* __makefile__
  * Standard Hostboot makefile

* __phys_presence.C__
  * Implements the 'physical presence'-related functions, which are used to
 assert that a system owner is physically present at the site of a system.
    * This is done by using GPIO devices on the system's power button to
 capture that the button was physically pressed.
  * Functions are defined in
 [phys_presence_if.H](../../../include/usr/secureboot/phys_presence_if.H)

* __[README.md](./README.md)__
  * This file

* __service_ext.C__
  * Implements some additional (or 'extended') functionality as defined in
 [service_ext.H](../../../include/usr/secureboot/service_ext.H)

OpenPOWER on IntegriCloud