Attention is currently required from: Mario Scheithauer, Arthur Heymans, Andrey Petrov.
Lean Sheng Tan has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/64426 )
Change subject: driver/intel/fsp2_0: Disable NULL deref code on some FSP
......................................................................
Patch Set 3:
(1 comment)
File src/drivers/intel/fsp2_0/memory_init.c:
https://review.coreboot.org/c/coreboot/+/64426/comment/a545d77c_78682a45
PS2, Line 297: if (CONFIG(FSP_ACCESSES_NULL_WORKAROUND))
: null_breakpoint_disable();
: post_code(POST_FSP_MEMORY_INIT);
: timestamp_add_now(TS_FSP_MEMORY_INIT_START);
: if (ENV_X86_64 && CONFIG(PLATFORM_USES_FSP2_X86_32))
: status = protected_mode_call_2arg(fsp_raminit,
: (uintptr_t)&fspm_upd,
: (uintptr_t)fsp_get_hob_list_ptr());
: else
: status = fsp_raminit(&fspm_upd, fsp_get_hob_list_ptr());
: if (CONFIG(FSP_ACCESSES_NULL_WORKAROUND))
: null_breakpoint_init();
:
Can you please implement this for silicon init (silicon_init.c) as well? […]
Hi Mario, I also saw the same issue on ADL, with the latest patch the issue should fix now. Could you try?
--
To view, visit
https://review.coreboot.org/c/coreboot/+/64426
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia49dde68d45b71e231aaf32a0e6fd847f0e06146
Gerrit-Change-Number: 64426
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: Mario Scheithauer
mario.scheithauer@siemens.com
Gerrit-Reviewer: Michał Kopeć
michal.kopec@3mdeb.com
Gerrit-Reviewer: Raul Rangel
rrangel@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Matt DeVillier
matt.devillier@gmail.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-CC: Robert Zieba
robertzieba@google.com
Gerrit-CC: Sean Rhodes
sean@starlabs.systems
Gerrit-CC: Werner Zeh
werner.zeh@siemens.com
Gerrit-Attention: Mario Scheithauer
mario.scheithauer@siemens.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Andrey Petrov
andrey.petrov@gmail.com
Gerrit-Comment-Date: Wed, 01 Jun 2022 09:44:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Mario Scheithauer
mario.scheithauer@siemens.com
Gerrit-MessageType: comment