Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50429 )
Change subject: arch/x86/id.S: Remove unneeded whitespace before tab
......................................................................
arch/x86/id.S: Remove unneeded whitespace before tab
Change-Id: I053a2a8cff3fda1a1074f74e4d4c174a0cb24d86
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50429
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks(a)eltan.com>
Reviewed-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/arch/x86/id.S
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
build bot (Jenkins): Verified
Frans Hendriks: Looks good to me, approved
Angel Pons: Looks good to me, approved
diff --git a/src/arch/x86/id.S b/src/arch/x86/id.S
index 574a7dc..b569178 100644
--- a/src/arch/x86/id.S
+++ b/src/arch/x86/id.S
@@ -12,11 +12,11 @@
.asciz CONFIG_MAINBOARD_PART_NUMBER
#if ENV_X86_64
-.long 0xffffffff - ver + 1 /* Reverse offset to the version */
+.long 0xffffffff - ver + 1 /* Reverse offset to the version */
.long 0xffffffff - vendor + 1 /* Reverse offset to the vendor id */
.long 0xffffffff - part + 1 /* Reverse offset to the part number */
#else
-.long - ver /* Reverse offset to the version */
+.long - ver /* Reverse offset to the version */
.long - vendor /* Reverse offset to the vendor id */
.long - part /* Reverse offset to the part number */
#endif
--
To view, visit https://review.coreboot.org/c/coreboot/+/50429
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I053a2a8cff3fda1a1074f74e4d4c174a0cb24d86
Gerrit-Change-Number: 50429
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/50428 )
Change subject: src/superio: Fix typo in comment
......................................................................
src/superio: Fix typo in comment
Change-Id: I2e5cac310af824eb9756b2aa9459239e0b5784da
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50428
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks(a)eltan.com>
Reviewed-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/superio/acpi/pnp_config.asl
M src/superio/winbond/w83627hf/acpi/superio.asl
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
build bot (Jenkins): Verified
Frans Hendriks: Looks good to me, approved
Angel Pons: Looks good to me, approved
diff --git a/src/superio/acpi/pnp_config.asl b/src/superio/acpi/pnp_config.asl
index ff74153..0257cc7 100644
--- a/src/superio/acpi/pnp_config.asl
+++ b/src/superio/acpi/pnp_config.asl
@@ -27,7 +27,7 @@
/*
* Enter configuration mode (and aquire mutex)
- * Method must be run before accesssing the configuration region.
+ * Method must be run before accessing the configuration region.
* Parameter is the LDN which should be accessed. Values >= 0xFF mean
* no LDN switch should be done.
*/
diff --git a/src/superio/winbond/w83627hf/acpi/superio.asl b/src/superio/winbond/w83627hf/acpi/superio.asl
index 1f92df9..5e23cb0 100644
--- a/src/superio/winbond/w83627hf/acpi/superio.asl
+++ b/src/superio/winbond/w83627hf/acpi/superio.asl
@@ -144,7 +144,7 @@
}
/* Enter configuration mode (and aquire mutex)
- Method must be run before accesssing the configuration region.
+ Method must be run before accessing the configuration region.
Parameter is the LDN which should be accessed. Values >= 0xFF mean
no LDN switch should be done.
*/
--
To view, visit https://review.coreboot.org/c/coreboot/+/50428
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2e5cac310af824eb9756b2aa9459239e0b5784da
Gerrit-Change-Number: 50428
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: merged