Patrick Rudolph has uploaded a new patch set (#2). ( https://review.coreboot.org/29439 )
Change subject: intel/nb/*/gma: Use new common PMBASE API
......................................................................
intel/nb/*/gma: Use new common PMBASE API
* Introduce common function to enable TCO SCI.
* Use new PMBASE functions to get rid of get_pmbase
Change-Id: I6b5977b10d1e38b45e09530e9dcabbd5f42facb2
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
M src/northbridge/…
[View More]intel/fsp_sandybridge/gma.c
M src/northbridge/intel/haswell/gma.c
M src/northbridge/intel/nehalem/gma.c
M src/northbridge/intel/sandybridge/gma.c
M src/southbridge/intel/common/pmutil.c
M src/southbridge/intel/common/pmutil.h
6 files changed, 37 insertions(+), 34 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/29439/2
--
To view, visit https://review.coreboot.org/29439
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: I6b5977b10d1e38b45e09530e9dcabbd5f42facb2
Gerrit-Change-Number: 29439
Gerrit-PatchSet: 2
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
[View Less]
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/29430 )
Change subject: mb/google/sarien: Enable WWAN detection
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/29430/2/src/mainboard/google/sarien/variant…
File src/mainboard/google/sarien/variants/arcada/gpio.c:
https://review.coreboot.org/#/c/29430/2/src/mainboard/google/sarien/variant…
PS2, Line 237: 0
> Can you add a …
[View More]comment here with the same info from the commit message? […]
Done
--
To view, visit https://review.coreboot.org/29430
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: I36eb841a2e8f2b36771d20577314a7451fbee133
Gerrit-Change-Number: 29430
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 02 Nov 2018 17:28:09 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
[View Less]
Hello Duncan Laurie, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29430
to look at the new patch set (#3).
Change subject: mb/google/sarien: Enable WWAN detection
......................................................................
mb/google/sarien: Enable WWAN detection
WWAN start-up control requires RESET# assert after FULL_CARD_POWER_OFF#
set to high more than 10 ms, so force RESET#(GPP_D21) to low at
bootblock stage to match …
[View More]the sequence.
BUG=N/A
TEST=Boot up Sarien/Arcada board, check WWAN get detected as USB
devices through lsusb.
Change-Id: I36eb841a2e8f2b36771d20577314a7451fbee133
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M src/mainboard/google/sarien/variants/arcada/gpio.c
M src/mainboard/google/sarien/variants/sarien/gpio.c
2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/29430/3
--
To view, visit https://review.coreboot.org/29430
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: I36eb841a2e8f2b36771d20577314a7451fbee133
Gerrit-Change-Number: 29430
Gerrit-PatchSet: 3
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
[View Less]
Duncan Laurie has posted comments on this change. ( https://review.coreboot.org/29430 )
Change subject: mb/google/sarien: Enable WWAN detection
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/29430/2/src/mainboard/google/sarien/variant…
File src/mainboard/google/sarien/variants/arcada/gpio.c:
https://review.coreboot.org/#/c/29430/2/src/mainboard/google/sarien/variant…
PS2, Line 237: 0
Can you add a comment …
[View More]here with the same info from the commit message?
Otherwise I'm sure I'll forget and be confused later..
--
To view, visit https://review.coreboot.org/29430
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: I36eb841a2e8f2b36771d20577314a7451fbee133
Gerrit-Change-Number: 29430
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 02 Nov 2018 16:13:36 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
[View Less]
Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/29425 )
Change subject: LinuxBoot/X86_64: Enable 8250 uart drivers
......................................................................
LinuxBoot/X86_64: Enable 8250 uart drivers
Enable 8250 uart drivers on default defconfig.
- makes it easier to debug. (qemu -nographic)
- Kernel size increases only by 20kB.
Change-Id: I8309ecf7afd74b3c4021effedcac47350b442173
Signed-off-by: Marcello Sylvester …
[View More]Bauer <info(a)marcellobauer.com>
Reviewed-on: https://review.coreboot.org/29425
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Patrick Rudolph <siro(a)das-labor.org>
---
M payloads/external/LinuxBoot/x86_64/defconfig
1 file changed, 7 insertions(+), 0 deletions(-)
Approvals:
build bot (Jenkins): Verified
Patrick Rudolph: Looks good to me, approved
diff --git a/payloads/external/LinuxBoot/x86_64/defconfig b/payloads/external/LinuxBoot/x86_64/defconfig
index 71c5d77..39ae162 100644
--- a/payloads/external/LinuxBoot/x86_64/defconfig
+++ b/payloads/external/LinuxBoot/x86_64/defconfig
@@ -99,6 +99,13 @@
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
+CONFIG_SERIAL_8250_CONSOLE=y
+# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
+# CONFIG_SERIAL_8250_EXAR is not set
+# CONFIG_SERIAL_8250_LPSS is not set
+# CONFIG_SERIAL_8250_MID is not set
+# CONFIG_SERIAL_8250_PNP is not set
+CONFIG_SERIAL_8250=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_VIA is not set
--
To view, visit https://review.coreboot.org/29425
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I8309ecf7afd74b3c4021effedcac47350b442173
Gerrit-Change-Number: 29425
Gerrit-PatchSet: 5
Gerrit-Owner: Marcello Sylvester Bauer <info(a)marcellobauer.com>
Gerrit-Reviewer: Marcello Sylvester Bauer <info(a)marcellobauer.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
[View Less]