drivers/fsp20: Fix spelling in help text
Change-Id: Iab8d20a385bde31b29fa7766a87753fcc2d759b8 Signed-off-by: Felix Singer <felix.singer@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32544 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
59b6542bbc
commit
ad5467d202
|
@ -27,7 +27,7 @@ config PLATFORM_USES_FSP2_1
|
||||||
select FSP_PEIM_TO_PEIM_INTERFACE
|
select FSP_PEIM_TO_PEIM_INTERFACE
|
||||||
help
|
help
|
||||||
Include FSP 2.1 wrappers and functionality.
|
Include FSP 2.1 wrappers and functionality.
|
||||||
Features added into FSP 2.1 specification that impacts corerboot are:
|
Features added into FSP 2.1 specification that impacts coreboot are:
|
||||||
1. Remove FSP stack switch and use the same stack with boot firmware
|
1. Remove FSP stack switch and use the same stack with boot firmware
|
||||||
2. FSP should support external PPI interface pulled in via FSP_PEIM_TO_PEIM_INTERFACE
|
2. FSP should support external PPI interface pulled in via FSP_PEIM_TO_PEIM_INTERFACE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue