Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/27615 )
Change subject: payloads/tianocore: rebase patches to UDK2018 release
......................................................................
Patch Set 1: Code-Review+1
Tested on QEMU, runs except that Patch 6 doesn't apply.
--
To view, visit https://review.coreboot.org/27615
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib409f6f93eb64d7a9a2f09a75f8e637ab8689410
Gerrit-Change-Number: 27615
Gerrit-PatchSet: 1
Gerrit-Owner: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 24 Aug 2018 11:43:09 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Hello Matt Delco,
I'd like you to do a code review. Please visit
https://review.coreboot.org/28334
to review the following change.
Change subject: eve: Specify an unique ID for PS2 devices
......................................................................
eve: Specify an unique ID for PS2 devices
Windows certification tests will fail if the PS2 devices
are using Plug and Play ID (PNP0303).
For all Chromebooks we should use GOOG000A.
BRANCH=eve
BUG=b:110066056
TEST=AltOS certification test verify.
Change-Id: I479471fdb3102e3b492612a4e6ad07612273083a
Signed-off-by: Lucas Chen <lucas.chen(a)quanta.corp-partner.google.com>
Reviewed-on: https://chromium-review.googlesource.com/1098874
Reviewed-by: Matt Delco <delco(a)chromium.org>
Reviewed-by: Hung-Te Lin <hungte(a)chromium.org>
Commit-Queue: Hung-Te Lin <hungte(a)chromium.org>
Trybot-Ready: Hung-Te Lin <hungte(a)chromium.org>
---
M src/ec/google/chromeec/acpi/superio.asl
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/28334/1
diff --git a/src/ec/google/chromeec/acpi/superio.asl b/src/ec/google/chromeec/acpi/superio.asl
index 8faabee..6c9cb2c 100644
--- a/src/ec/google/chromeec/acpi/superio.asl
+++ b/src/ec/google/chromeec/acpi/superio.asl
@@ -137,8 +137,8 @@
{
Name (_UID, 0)
Name (_ADR, 0)
- Name (_HID, EISAID("PNP0303"))
- Name (_CID, EISAID("PNP030B"))
+ Name (_HID, "GOOG000A")
+ Name (_CID, Package() { EISAID("PNP0303"), EISAID("PNP030B") } )
Method (_STA, 0, NotSerialized) {
Return (0x0F)
--
To view, visit https://review.coreboot.org/28334
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: I479471fdb3102e3b492612a4e6ad07612273083a
Gerrit-Change-Number: 28334
Gerrit-PatchSet: 1
Gerrit-Owner: Lucas Chen <lucas.chen(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Matt Delco <delco(a)chromium.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/27776 )
Change subject: util/pmh7tool: Add tool to dump PMH7 registers
......................................................................
Patch Set 9:
(3 comments)
https://review.coreboot.org/#/c/27776/9/util/pmh7tool/pmh7tool.c
File util/pmh7tool/pmh7tool.c:
https://review.coreboot.org/#/c/27776/9/util/pmh7tool/pmh7tool.c@151
PS9, Line 151: fprintf(stderr, "Error: <addr> cannot be greater than 9 bits long.\n");
line over 80 characters
https://review.coreboot.org/#/c/27776/9/util/pmh7tool/pmh7tool.c@157
PS9, Line 157: fprintf(stderr, "Error: <bit> cannot be greater than 8.\n");
line over 80 characters
https://review.coreboot.org/#/c/27776/9/util/pmh7tool/pmh7tool.c@162
PS9, Line 162: fprintf(stderr, "Error: <data> cannot be greater than 9 bits long.\n");
line over 80 characters
--
To view, visit https://review.coreboot.org/27776
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I05ccb5a9a861fe44efec794aafe1805062543d53
Gerrit-Change-Number: 27776
Gerrit-PatchSet: 9
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Fri, 24 Aug 2018 10:34:18 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello build bot (Jenkins), Lijian Zhao,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28331
to look at the new patch set (#2).
Change subject: mb/intel/coffeelake_rvp: Remove superfluous header file
......................................................................
mb/intel/coffeelake_rvp: Remove superfluous header file
TEST: same sha256sum with BUILD_TIMELESS=1.
Change-Id: Icf3368bcf1351f0e7cd4041c3792d76362aec9e5
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/intel/coffeelake_rvp/bootblock.c
M src/mainboard/intel/coffeelake_rvp/chromeos.c
M src/mainboard/intel/coffeelake_rvp/mainboard.c
D src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h
D src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h
5 files changed, 0 insertions(+), 45 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/28331/2
--
To view, visit https://review.coreboot.org/28331
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Icf3368bcf1351f0e7cd4041c3792d76362aec9e5
Gerrit-Change-Number: 28331
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/28331
Change subject: mb/intel/coffeelake_rvp: Remove superfluous header file
......................................................................
mb/intel/coffeelake_rvp: Remove superfluous header file
TEST: same sha256sum with BUILD_TIMELESS=1.
Change-Id: Icf3368bcf1351f0e7cd4041c3792d76362aec9e5
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/intel/coffeelake_rvp/bootblock.c
M src/mainboard/intel/coffeelake_rvp/mainboard.c
D src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h
D src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h
4 files changed, 0 insertions(+), 44 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/28331/1
diff --git a/src/mainboard/intel/coffeelake_rvp/bootblock.c b/src/mainboard/intel/coffeelake_rvp/bootblock.c
index 8655947..cac219e 100644
--- a/src/mainboard/intel/coffeelake_rvp/bootblock.c
+++ b/src/mainboard/intel/coffeelake_rvp/bootblock.c
@@ -16,7 +16,6 @@
#include <baseboard/variants.h>
#include <bootblock_common.h>
#include <soc/gpio.h>
-#include <variant/gpio.h>
void bootblock_mainboard_init(void)
{
diff --git a/src/mainboard/intel/coffeelake_rvp/mainboard.c b/src/mainboard/intel/coffeelake_rvp/mainboard.c
index 522cfc4..aabb3ed 100644
--- a/src/mainboard/intel/coffeelake_rvp/mainboard.c
+++ b/src/mainboard/intel/coffeelake_rvp/mainboard.c
@@ -20,7 +20,6 @@
#include <soc/gpio.h>
#include <soc/nhlt.h>
#include <vendorcode/google/chromeos/chromeos.h>
-#include <variant/gpio.h>
static void mainboard_init(void *chip_info)
{
diff --git a/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h b/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h
deleted file mode 100644
index c34a9b3..0000000
--- a/src/mainboard/intel/coffeelake_rvp/variants/cfl_h/include/variant/gpio.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2018 Intel Corporation.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
- * GNU General Public License for more details.
- */
-
-#ifndef __MAINBOARD_GPIO_H__
-#define __MAINBOARD_GPIO_H__
-
-#include <baseboard/gpio.h>
-
-#endif /* __MAINBOARD_GPIO_H__ */
diff --git a/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h b/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h
deleted file mode 100644
index c34a9b3..0000000
--- a/src/mainboard/intel/coffeelake_rvp/variants/cfl_u/include/variant/gpio.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2018 Intel Corporation.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
- * GNU General Public License for more details.
- */
-
-#ifndef __MAINBOARD_GPIO_H__
-#define __MAINBOARD_GPIO_H__
-
-#include <baseboard/gpio.h>
-
-#endif /* __MAINBOARD_GPIO_H__ */
--
To view, visit https://review.coreboot.org/28331
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: Icf3368bcf1351f0e7cd4041c3792d76362aec9e5
Gerrit-Change-Number: 28331
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>