41fec869fb
* Add a function to check if a region overlaps with SMM. * Add a function to check if a pointer points to SMM. * Document functions in Documentation/security/smm To be used to verify data accesses in SMM. Change-Id: Ia525d2bc685377f50ecf3bdcf337a4c885488213 Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41084 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
19 lines
422 B
Markdown
19 lines
422 B
Markdown
# Security
|
|
|
|
This section describes documentation about the security architecture of coreboot.
|
|
|
|
## Vendor
|
|
|
|
- [Verified Boot](vboot/index.md)
|
|
- [Measured Boot](vboot/measured_boot.md)
|
|
- [Memory clearing](memory_clearing.md)
|
|
|
|
## Intel TXT
|
|
|
|
- [Intel TXT in general](intel/txt.md)
|
|
- [Intel TXT Initial Boot Block](intel/txt_ibb.md)
|
|
- [Intel Authenticated Code Modules](intel/acm.md)
|
|
|
|
## SMM
|
|
|
|
- [System Management Mode](smm.md)
|