Attention is currently required from: Felix Singer, Tarun Tuli, Dinesh Gehlot, Kapil Porwal, Maximilian Brune, Angel Pons, Arthur Heymans, Werner Zeh.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73128 )
Change subject: soc/intel/cmn: Include ME specification configuration at common
......................................................................
Patch Set 1:
(2 comments)
File src/soc/intel/common/block/cse/Kconfig:
https://review.coreboot.org/c/coreboot/+/73128/comment/13d23a5e_c55c62e1
PS1, Line 259: if SOC_INTEL_CSE_HAVE_SPEC_SUPPORT
Put this line above SOC_INTEL_COMMON_BLOCK_ME_SPEC_11. Than you can also remove the depends of all SOC_INTEL_COMMON_BLOCK_ME_SPEC_x
how about below change, then u don;t need to select two kconfig from each soc?
```
config SOC_INTEL_COMMON_BLOCK_ME_SPEC_18
bool
select SOC_INTEL_CSE_HAVE_SPEC_SUPPORT
help
This config will enable 'ME specification version 18'. It will ensure ME specific
declaration and uses of required data structures for Host firmware
status registers
```
https://review.coreboot.org/c/coreboot/+/73128/comment/cf245423_222bcbf2
PS1, Line 261: config ME_SPEC_11
That's what I mean. Can't you just write CONFIG_ME_SPEC == 11 instead of CONFIG_ME_SPEC == CONFIG_ME_SPEC_11?
ideally we avoid hardcoding and use macro
--
To view, visit
https://review.coreboot.org/c/coreboot/+/73128
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I817d14e52b0d353bbb4316d6362fcb80cbec3cda
Gerrit-Change-Number: 73128
Gerrit-PatchSet: 1
Gerrit-Owner: Dinesh Gehlot
digehlot@google.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Eric Lai
eric_lai@quanta.corp-partner.google.com
Gerrit-Reviewer: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Kapil Porwal
kapilporwal@google.com
Gerrit-Reviewer: Lean Sheng Tan
sheng.tan@9elements.com
Gerrit-Reviewer: Maximilian Brune
maximilian.brune@9elements.com
Gerrit-Reviewer: Subrata Banik
subratabanik@google.com
Gerrit-Reviewer: Tarun Tuli
taruntuli@google.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Felix Singer
felixsinger@posteo.net
Gerrit-Attention: Tarun Tuli
taruntuli@google.com
Gerrit-Attention: Dinesh Gehlot
digehlot@google.com
Gerrit-Attention: Kapil Porwal
kapilporwal@google.com
Gerrit-Attention: Maximilian Brune
maximilian.brune@9elements.com
Gerrit-Attention: Angel Pons
th3fanbus@gmail.com
Gerrit-Attention: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Attention: Werner Zeh
werner.zeh@siemens.com
Gerrit-Comment-Date: Tue, 21 Feb 2023 18:32:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dinesh Gehlot
digehlot@google.com
Comment-In-Reply-To: Maximilian Brune
maximilian.brune@9elements.com
Gerrit-MessageType: comment