Attention is currently required from: Furquan Shaikh, Tim Wawrzynczak, Rizwan Qureshi, Subrata Banik, Patrick Rudolph, EricR Lai.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55653 )
Change subject: cpu/intel/common: Add CAR debug Kconfig CPU_CAR_DEBUG
......................................................................
Patch Set 2:
(1 comment)
File src/cpu/intel/common/common_init.c:
https://review.coreboot.org/c/coreboot/+/55653/comment/deb3c4a5_8a1c2462
PS2, Line 369: 4ULL * GiB - 64 * KiB
I guess you are trying to avoid the bootblock here, while you're calling this inside the bootblock?
Make this explicit?
- Don't run this !ENV_BOOTBLOCK
won't earlier comment will take care of this as well?
Arthur Heymans
Jun 29
Return if not ENV_CACHE_AS_RAM?
No, don't assume ENV_CACHE_AS_RAM == ENV_BOOTBLOCK.
You explicitly want to avoid you current program. (_program, _eprogram) could work for both romstage and bootblock (ENV_CACHE_AS_RAM) but some extra care needs to be taken for bootblock since _eprogram does not quite cover the full bootblock.
- explicitly avoid addresses inside _bootblock/_ebootblock instead of making the hardcoded assumption on a 64K bootblock, which btw is simply not the case anymore in coreboot.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/55653
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ieb1e644f154b8f8d8da41ba8084e99827e7eff23
Gerrit-Change-Number: 55653
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik
subrata.banik@intel.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: EricR Lai
ericr_lai@compal.corp-partner.google.com
Gerrit-Reviewer: Furquan Shaikh
furquan@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Attention: Furquan Shaikh
furquan@google.com
Gerrit-Attention: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Attention: Rizwan Qureshi
rizwan.qureshi@intel.com
Gerrit-Attention: Subrata Banik
subrata.banik@intel.com
Gerrit-Attention: Patrick Rudolph
siro@das-labor.org
Gerrit-Attention: EricR Lai
ericr_lai@compal.corp-partner.google.com
Gerrit-Comment-Date: Mon, 05 Jul 2021 17:05:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik
subrata.banik@intel.com
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Gerrit-MessageType: comment