Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35035 )
Change subject: arch/x86: Implement RESET_VECTOR_IN_RAM
......................................................................
Patch Set 17:
(3 comments)
https://review.coreboot.org/c/coreboot/+/35035/17//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35035/17//COMMIT_MSG@27
PS17, Line 27: they can be linked with their .data and .bss as normal
fwiw this is not specific to running a stage from dram, but can be done on all stages not running XIP. See (WIP) 36612.
https://review.coreboot.org/c/coreboot/+/35035/17/src/arch/x86/early_ram.ld
File src/arch/x86/early_ram.ld:
https://review.coreboot.org/c/coreboot/+/35035/17/src/arch/x86/early_ram.ld@...
PS17, Line 23: _PAD_FOR_ALIGNS
This is a bit weird? Can't you use an ALIGN macro to align things?
https://review.coreboot.org/c/coreboot/+/35035/17/src/arch/x86/early_ram.ld@...
PS17, Line 25: EARLYRAM_STACK(., _STACK_SIZE)
: PRERAM_CBMEM_CONSOLE(., _CONSOLE_SIZE)
: TIMESTAMP(., _TIMESTAMPS_SIZE)
: #if !CONFIG(NO_FMAP_CACHE)
: FMAP_CACHE(., FMAP_SIZE)
: #endif
Don't you want VBOOT2_WORK somewhere in there?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/35035
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9c084ff6fdcf7e9154436f038705e8679daea780
Gerrit-Change-Number: 35035
Gerrit-PatchSet: 17
Gerrit-Owner: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Justin Frodsham
justin.frodsham@protonmail.com
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Marshall Dawson
marshalldawson3rd@gmail.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Matt Papageorge
matthewpapa07@gmail.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Felix Held
felix-coreboot@felixheld.de
Gerrit-CC: Nico Huber
nico.h@gmx.de
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Mon, 06 Apr 2020 07:15:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment