Attention is currently required from: Subrata Banik, Kangheui Won, Reka Norman, Tim Wawrzynczak. Hello Subrata Banik, Kangheui Won, Reka Norman, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62779
to look at the new patch set (#3).
Change subject: mb/google/brya: Remove mainboard.asl ......................................................................
mb/google/brya: Remove mainboard.asl
Use C code to generate MS0X entry and provide variant hook.
BUG=b:207144468 TEST=check SSDT table has the same entry. Scope (_SB) { Method (MS0X, 1, Serialized) { If ((Arg0 == One)) { _SB.PCI0.CTXS (0x148) } Else { _SB.PCI0.STXS (0x148) } } }
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: Ic36543e5cbaf8aaa7d933dcf54badc5f40e8ef02 --- M src/mainboard/google/brya/dsdt.asl D src/mainboard/google/brya/mainboard.asl M src/mainboard/google/brya/mainboard.c M src/mainboard/google/brya/variants/baseboard/include/baseboard/variants.h M src/mainboard/google/brya/variants/baseboard/nissa/include/baseboard/gpio.h 5 files changed, 43 insertions(+), 27 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/62779/3