coreboot-kgpe-d16/Documentation
Patrick Rudolph bc744f5893 drivers/smmstore: Implement SMMSTORE version 2
SMMSTORE version 2 is a complete redesign of the current driver. It is
not backwards-compatible with version 1, and only one version can be
used at a time.

Key features:
* Uses a fixed communication buffer instead of writing to arbitrary
  memory addresses provided by untrusted ring0 code.
* Gives the caller full control over the used data format.
* Splits the store into smaller chunks to allow fault tolerant updates.
* Doesn't provide feedback about the actual read/written bytes, just
  returns error or success in registers.
* Returns an error if the requested operation would overflow the
  communication buffer.

Separate the SMMSTORE into 64 KiB blocks that can individually be
read/written/erased. To be used by payloads that implement a
FaultTolerant Variable store like TianoCore.

The implementation has been tested against EDK2 master.

An example EDK2 implementation can be found here:
eb1127744a

Change-Id: I25e49d184135710f3e6dd1ad3bed95de950fe057
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/+/40520
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
2020-10-22 12:29:47 +00:00
..
Intel
RFC
_static
acpi
arch Documentation: Fix spelling of *assumptions* 2020-10-19 07:06:59 +00:00
community Documentation: Discuss how we use language 2020-08-31 20:23:22 +00:00
contributing
doxygen
drivers drivers/smmstore: Implement SMMSTORE version 2 2020-10-22 12:29:47 +00:00
flash_tutorial
getting_started Documentation/getting_started/kconfig.md: Add a note about Kconfig defaults 2020-09-25 08:41:45 +00:00
gfx
ifdtool
lib arch/arm: Enable FIT payloads 2020-08-19 07:16:59 +00:00
mainboard mb/supermicro/x11-lga1151-series: add x11ssh-f board as a variant 2020-10-20 09:00:18 +00:00
northbridge
releases Documentation: Update release notes for x86_64 2020-08-31 17:08:58 +00:00
security strongbad / coachz : Add Initial Support 2020-09-11 22:32:34 +00:00
soc soc/amd/picasso: Move APCB generation out of picasso 2020-09-10 20:26:03 +00:00
superio
technotes Documentation: Add ASan documentation 2020-09-21 07:45:37 +00:00
tutorial
vendorcode
AMD-S3.txt
COPYING
Doxyfile.coreboot
Doxyfile.coreboot_simple
Makefile
Makefile.sphinx
POSTCODES
beginverbatim.tex
cbfs.txt
codeflow.svg
coding_style.md
conf.py
corebootBuildingGuide.tex
coreboot_logo.png
distributions.md
endverbatim.tex
gcov.txt
hypertransport.svg
index.md Documentation: Discuss how we use language 2020-08-31 20:23:22 +00:00
mainboard_io_trap_handler_sample.c
payloads.md
util.md