Attention is currently required from: Arthur Heymans, Rocky Phagura, Tim Wawrzynczak, Subrata Banik, Andrey Petrov, Patrick Rudolph.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56163 )
Change subject: Revert "drivers/intel/fsp2_0: use FSP to allocate APEI BERT memory region"
......................................................................
Patch Set 1:
(1 comment)
File src/drivers/intel/fsp2_0/hob_verify.c:
https://review.coreboot.org/c/coreboot/+/56163/comment/438d24de_9bb709ac
PS1, Line 52:
Will this condition ever occur? Should it be caught elsewhere?
this doesn't need to be checked any more and i'm not even 100% certain if the second part of the condition in line 53 ever evaluated to true.
before we could just put the BERT region into CBMEM due to the unexpected memory type 16 of CBMEM which the Linux kernel didn't know/like, the BERT region was put above CBMEM; see the diagram in https://review.coreboot.org/c/coreboot/+/56163/1/src/drivers/intel/fsp2_0/me...
this check checked that the BERT region on top of CBMEM ends at TOLUM. When putting the BERT region into CBMEM and not reserving a section above CBMEM, CBMEM will end at TOLUM.
Or did you mean ACPI_BERT being selected? only 2 of the recent Intel laptop SoCs and the AMD laptop SoCs select this option
--
To view, visit
https://review.coreboot.org/c/coreboot/+/56163
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6ca095ca327cbf925edb59b89fff42ff9f96de5d
Gerrit-Change-Number: 56163
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held
felix-coreboot@felixheld.de
Gerrit-Reviewer: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur.heymans@9elements.com
Gerrit-Reviewer: Jonathan Zhang
jonzhang@fb.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: Rocky Phagura
rphagura@fb.com
Gerrit-Reviewer: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Rocky Phagura
Gerrit-Attention: Arthur Heymans
arthur.heymans@9elements.com
Gerrit-Attention: Rocky Phagura
rphagura@fb.com
Gerrit-Attention: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Attention: Rocky Phagura
Gerrit-Attention: Subrata Banik
subrata.banik@intel.com
Gerrit-Attention: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Comment-Date: Thu, 08 Jul 2021 18:50:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Rocky Phagura
Gerrit-MessageType: comment