Attention is currently required from: Christian Walter, Johnny Lin, Jonathan Zhang, Lean Sheng Tan, Shuo Liu, Tim Chu.
Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/85558?usp=email )
Change subject: soc/intel/xeon_sp/acpi: Whitespace fixes ......................................................................
soc/intel/xeon_sp/acpi: Whitespace fixes
Cosmetic change only: Convert spaces to tabs.
Change-Id: I0361b93bea44bb85477a3323198da612234397e8 Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com --- M src/soc/intel/xeon_sp/acpi/iiostack.asl 1 file changed, 5 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/85558/1
diff --git a/src/soc/intel/xeon_sp/acpi/iiostack.asl b/src/soc/intel/xeon_sp/acpi/iiostack.asl index c943dd5..c259746 100644 --- a/src/soc/intel/xeon_sp/acpi/iiostack.asl +++ b/src/soc/intel/xeon_sp/acpi/iiostack.asl @@ -70,10 +70,10 @@ #define IsCxlDomain Arg5 #define GrantedCxlFeatures Arg6
- Local7 = OscArg3 - CreateDWordField (OscArg3, Zero, RETE) - RETE = 0x0 - Local6 = ASL_UUID_UNHANDLED + Local7 = OscArg3 + CreateDWordField (OscArg3, Zero, RETE) + RETE = 0x0 + Local6 = ASL_UUID_UNHANDLED
If ((OscArg1 != 0x01)) { @@ -116,7 +116,7 @@
CTRC &= GrantedCxlFeatures
- /* TODO: further suppress CTRC bits per SUPC caps */ + /* TODO: further suppress CTRC bits per SUPC caps */
If ((CTRC != OTRC)) {