Frans Hendriks has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47802 )
Change subject: drivers/intel/fsp1_1/cache_as_ram.S: Correct comment ......................................................................
drivers/intel/fsp1_1/cache_as_ram.S: Correct comment
Stack is setup for bootblock
Tested on Facebook FBG1701
Change-Id: I0dd3fc91c90bf76e0d93925da35dc197d68d3e88 Signed-off-by: Frans Hendriks fhendriks@eltan.com --- M src/drivers/intel/fsp1_1/cache_as_ram.S 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/47802/1
diff --git a/src/drivers/intel/fsp1_1/cache_as_ram.S b/src/drivers/intel/fsp1_1/cache_as_ram.S index 3be9eb9..ce1ee9c 100644 --- a/src/drivers/intel/fsp1_1/cache_as_ram.S +++ b/src/drivers/intel/fsp1_1/cache_as_ram.S @@ -132,7 +132,7 @@ cmp $0, %eax jne halt2
- /* Setup bootloader stack */ + /* Setup bootblock stack */ movl $_ecar_stack, %esp
/*