Attention is currently required from: Michael Niewöhner, Michał Żygowski, Piotr Król.
Hello Michael Niewöhner, Michał Żygowski, Piotr Król,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75871?usp=email
to look at the new patch set (#2).
Change subject: [WIP] soc/intel/skylake: Use boolean type for s0ix_enable option ......................................................................
[WIP] soc/intel/skylake: Use boolean type for s0ix_enable option
Mainboards which use that option are found by this line:
grep -Er "SOC_INTEL_(SKYLAKE|KABYLAKE|SKYLAKE_LGA1151_V2)" mainboard | cut -d ':' -f 1 | awk -F '[/]' '{print $1"/"$2"/"$3}' | xargs grep -r "s0ix_enable"
Change-Id: I372dfb65e6bbfc79c3f036ce34bc399875d5ff16 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/acer/aspire_vn7_572g/devicetree.cb M src/mainboard/google/fizz/variants/baseboard/devicetree.cb M src/mainboard/google/poppy/variants/atlas/devicetree.cb M src/mainboard/google/poppy/variants/baseboard/devicetree.cb M src/mainboard/google/poppy/variants/nami/devicetree.cb M src/mainboard/google/poppy/variants/nautilus/devicetree.cb M src/mainboard/google/poppy/variants/nocturne/devicetree.cb M src/mainboard/google/poppy/variants/rammus/devicetree.cb M src/mainboard/google/poppy/variants/soraka/devicetree.cb M src/mainboard/protectli/vault_kbl/devicetree.cb M src/mainboard/supermicro/x11-lga1151-series/devicetree.cb M src/soc/intel/skylake/chip.h 12 files changed, 13 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/75871/2