[coreboot-gerrit] Change in coreboot[master]: mb/lenovo/*/dsdt.asl: Rearrange defines

Peter Lemenkov (Code Review) gerrit at coreboot.org
Thu Nov 8 07:47:35 CET 2018


Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/29544


Change subject: mb/lenovo/*/dsdt.asl: Rearrange defines
......................................................................

mb/lenovo/*/dsdt.asl: Rearrange defines

Sort mainboard-specific defines in the same order as in all other Lenovo
boards. This is a purely cosmetic change which just makes diff between
boards smaller.

Change-Id: I4e379bb727b356fc6010e93de492f6d73f97a750
Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
---
M src/mainboard/lenovo/l520/dsdt.asl
M src/mainboard/lenovo/s230u/dsdt.asl
2 files changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/29544/1

diff --git a/src/mainboard/lenovo/l520/dsdt.asl b/src/mainboard/lenovo/l520/dsdt.asl
index 42a61fb..2ba64ec 100644
--- a/src/mainboard/lenovo/l520/dsdt.asl
+++ b/src/mainboard/lenovo/l520/dsdt.asl
@@ -11,11 +11,12 @@
  * GNU General Public License for more details.
  */
 
+#define THINKPAD_EC_GPE 22
 #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB
 #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
 #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
 #define EC_LENOVO_H8_ME_WORKAROUND 1
-#define THINKPAD_EC_GPE 22
+
 DefinitionBlock(
 	"dsdt.aml",
 	"DSDT",
diff --git a/src/mainboard/lenovo/s230u/dsdt.asl b/src/mainboard/lenovo/s230u/dsdt.asl
index 71f3ef7..406621e 100644
--- a/src/mainboard/lenovo/s230u/dsdt.asl
+++ b/src/mainboard/lenovo/s230u/dsdt.asl
@@ -11,11 +11,12 @@
  * GNU General Public License for more details.
  */
 
+#define THINKPAD_EC_GPE 23
 #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB
 #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
 #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
 #define EC_LENOVO_H8_ME_WORKAROUND 1
-#define THINKPAD_EC_GPE 23
+
 DefinitionBlock(
 	"dsdt.aml",
 	"DSDT",

-- 
To view, visit https://review.coreboot.org/29544
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e379bb727b356fc6010e93de492f6d73f97a750
Gerrit-Change-Number: 29544
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181108/fd5f7efc/attachment-0001.html>


More information about the coreboot-gerrit mailing list