Joel Kitching has uploaded this change for review. ( https://review.coreboot.org/28407
Change subject: acpi/gnvs: delay setting chromeos_apci_t.vdat until depthcharge
......................................................................
acpi/gnvs: delay setting chromeos_apci_t.vdat until depthcharge
Standardize on using vboot_handoff data structure for transferring
data between coreboot and depthcharge. chromeos_acpi_t.vdat is
undefined until set in depthcharge.
BUG=b:112288216
TEST=compile and run on eve
CQ-DEPEND=CL:1198814
Change-Id: Iccc021334d3c6f0145dffd5ca05beb9e430378a9
Signed-off-by: Joel Kitching <kitching(a)gmail.com>
---
M src/vendorcode/google/chromeos/gnvs.c
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/28407/1
diff --git a/src/vendorcode/google/chromeos/gnvs.c b/src/vendorcode/google/chromeos/gnvs.c
index f21eb09..86ba4f3 100644
--- a/src/vendorcode/google/chromeos/gnvs.c
+++ b/src/vendorcode/google/chromeos/gnvs.c
@@ -37,12 +37,6 @@
/* Copy saved ME hash into NVS */
memcpy(chromeos_acpi->mehh, me_hash_saved, sizeof(chromeos_acpi->mehh));
- struct vboot_handoff *vboot_handoff;
-
- if (vboot_get_handoff_info((void **)&vboot_handoff, NULL) == 0)
- memcpy(&chromeos_acpi->vdat[0], &vboot_handoff->shared_data[0],
- ARRAY_SIZE(chromeos_acpi->vdat));
-
chromeos_ram_oops_init(chromeos_acpi);
}
--
To view, visit https://review.coreboot.org/28407
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: Iccc021334d3c6f0145dffd5ca05beb9e430378a9
Gerrit-Change-Number: 28407
Gerrit-PatchSet: 1
Gerrit-Owner: Joel Kitching <kitching(a)google.com>
Kane Chen has abandoned this change. ( https://review.coreboot.org/28404 )
Change subject: rammus: add SPD mapping for rammus and shyvana support.
......................................................................
Abandoned
update wrong file
--
To view, visit https://review.coreboot.org/28404
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: Iaa70bfa31bbde5a563993d11e57afdc1d97426d5
Gerrit-Change-Number: 28404
Gerrit-PatchSet: 1
Gerrit-Owner: Kane Chen <kane_chen(a)pegatron.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28355 )
Change subject: soc/sifive/fu540: add CLINT support
......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/#/c/28355/6/src/soc/sifive/fu540/include/soc/cl…
File src/soc/sifive/fu540/include/soc/clint.h:
https://review.coreboot.org/#/c/28355/6/src/soc/sifive/fu540/include/soc/cl…
PS6, Line 27: #endif
adding a line without newline at end of file
--
To view, visit https://review.coreboot.org/28355
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: Ibc3a8644dcb83d5697d9d6e551c7682377285116
Gerrit-Change-Number: 28355
Gerrit-PatchSet: 6
Gerrit-Owner: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Shawn Chang <citypw(a)gmail.com>
Gerrit-Reviewer: Xiang Wang <wxjstz(a)126.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 31 Aug 2018 08:37:32 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Evgeny Zinoviev has posted comments on this change. ( https://review.coreboot.org/28380 )
Change subject: [WIP] Nvidia Optimus support for ThinkPads
......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG@41
PS7, Line 41:
> We could patch the Option ROM with the "correct" PCI ID. […]
Oh I see. You mean we could patch it automatically. Yes, I can create a separate commit with this feature.
--
To view, visit https://review.coreboot.org/28380
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: I277808d6c1d8bd6e0a267a53f25471597698f8d5
Gerrit-Change-Number: 28380
Gerrit-PatchSet: 9
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anonymous Coward (1002090)
Gerrit-Comment-Date: Fri, 31 Aug 2018 08:13:17 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Evgeny Zinoviev has posted comments on this change. ( https://review.coreboot.org/28393 )
Change subject: mb/lenovo: Dual Graphics for xx20/xx30 ThinkPads
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/28393/2/src/mainboard/lenovo/t430s/romstage…
File src/mainboard/lenovo/t430s/romstage.c:
https://review.coreboot.org/#/c/28393/2/src/mainboard/lenovo/t430s/romstage…
PS2, Line 72: enum hybrid_graphics_req mode = HYBRID_GRAPHICS_INTEGRATED;
> why not using the hybrid graphics driver ? it looks like the code is the same. Just use: […]
Well, here https://review.coreboot.org/c/coreboot/+/28380/2/src/mainboard/lenovo/t430s… you pointed me at "DRIVERS_LENOVO_HYBRID_GRAPHICS" in Kconfig and said that there's no hybrid graphics in this model, I thought that means "don't use it".
--
To view, visit https://review.coreboot.org/28393
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: I8842fef0fa1235eb91abf6b7e655ed4d8598adc7
Gerrit-Change-Number: 28393
Gerrit-PatchSet: 2
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 31 Aug 2018 07:32:55 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Evgeny Zinoviev has posted comments on this change. ( https://review.coreboot.org/28380 )
Change subject: [WIP] Nvidia Optimus support for ThinkPads
......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG@41
PS7, Line 41:
> We could patch the Option ROM with the "correct" PCI ID. […]
That's exactly what I did. The vendor and device id are located right after the "PCIR" signature.
--
To view, visit https://review.coreboot.org/28380
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: I277808d6c1d8bd6e0a267a53f25471597698f8d5
Gerrit-Change-Number: 28380
Gerrit-PatchSet: 9
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anonymous Coward (1002090)
Gerrit-Comment-Date: Fri, 31 Aug 2018 07:24:32 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/28380 )
Change subject: [WIP] Nvidia Optimus support for ThinkPads
......................................................................
Patch Set 9:
(1 comment)
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/28380/7//COMMIT_MSG@41
PS7, Line 41:
> Yes, I edited the device id and it works now, so I guess we can remove it from the list of "known pr […]
We could patch the Option ROM with the "correct" PCI ID. Where correct is the filename in CBFS / the PCI ID of the card. Intel has the same problem, there's one Option ROM for multiple GPUs with different PCI IDs...
As Option ROMs aren't signed, that should be easy to do.
--
To view, visit https://review.coreboot.org/28380
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: I277808d6c1d8bd6e0a267a53f25471597698f8d5
Gerrit-Change-Number: 28380
Gerrit-PatchSet: 9
Gerrit-Owner: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Anonymous Coward (1002090)
Gerrit-Comment-Date: Fri, 31 Aug 2018 07:18:45 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No