Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79666?usp=email )
Change subject: soc/intel/meteorlake: Fix SOC_PHYSICAL_ADDRESS_WIDTH to 42
......................................................................
Patch Set 8:
(1 comment)
Patchset:
PS8:
With this commit in tree, I am getting this warning each time I run "make menuconfig" for an unrelated board:
src/soc/intel/meteorlake/Kconfig:468:warning: config symbol defined without type
Indeed, it's just "42" without any type. To fix this warning, please add "int" line:
config SOC_PHYSICAL_ADDRESS_WIDTH
int
default 42
CB:79842
--
To view, visit
https://review.coreboot.org/c/coreboot/+/79666?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic63c93cb15d2998e13d49a872f32d425237f528a
Gerrit-Change-Number: 79666
Gerrit-PatchSet: 8
Gerrit-Owner: Jérémy Compostella
jeremy.compostella@intel.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Dinesh Gehlot
digehlot@google.com
Gerrit-Reviewer: Eran Mitrani
mitrani@google.com
Gerrit-Reviewer: Jakub Czapiga
czapiga@google.com
Gerrit-Reviewer: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Paul Menzel
paulepanter@mailbox.org
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun
tstuli@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: 9elements QA
hardwaretestrobot@gmail.com
Gerrit-CC: Mike Banon
mikebdp2@gmail.com
Gerrit-Comment-Date: Mon, 08 Jan 2024 04:07:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Mike Banon
mikebdp2@gmail.com
Gerrit-MessageType: comment