Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/29274 )
Change subject: soc/intel/cannonlake: Enable ISH from device
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/29274/1/src/soc/intel/cannonlake/romstage/f…
File src/soc/intel/cannonlake/romstage/fsp_params.c:
https://review.coreboot.org/#/c/29274/1/src/soc/intel/cannonlake/romstage/f…
PS1, Line 59: const struct device *dev = dev_find_slot(0, PCH_DEVFN_ISH);
> move this to the beginning of the function
Done
--
To view, visit https://review.coreboot.org/29274
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: I6889634bf65e7ce5cc3e3393c57c86d622f1ac68
Gerrit-Change-Number: 29274
Gerrit-PatchSet: 1
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Krzysztof M Sywula <krzysztof.m.sywula(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Li1 Feng <li1.feng(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 31 Oct 2018 18:01:20 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello Pratikkumar V Prajapati, Subrata Banik, Kyoung Il Kim, Li1 Feng, Bora Guvendik, Hannah Williams, build bot (Jenkins), Krzysztof M Sywula,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29274
to look at the new patch set (#2).
Change subject: soc/intel/cannonlake: Enable ISH from device
......................................................................
soc/intel/cannonlake: Enable ISH from device
PCH ISH enabled/disabled in FSP memory init UPD, it will be match the
setting in ISH device on/off in devicetree.cb.
BUG=N/A
TEST=Build and pass on whiskey lake rvp platform.
Change-Id: I6889634bf65e7ce5cc3e3393c57c86d622f1ac68
Signed-off-by: Lijian Zhao <lijian.zhao(a)intel.com>
---
M src/soc/intel/cannonlake/romstage/fsp_params.c
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/29274/2
--
To view, visit https://review.coreboot.org/29274
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: I6889634bf65e7ce5cc3e3393c57c86d622f1ac68
Gerrit-Change-Number: 29274
Gerrit-PatchSet: 2
Gerrit-Owner: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Bora Guvendik <bora.guvendik(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Krzysztof M Sywula <krzysztof.m.sywula(a)intel.com>
Gerrit-Reviewer: Kyoung Il Kim <kyoung.il.kim(a)intel.com>
Gerrit-Reviewer: Li1 Feng <li1.feng(a)intel.com>
Gerrit-Reviewer: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29404
Change subject: sb/intel/common/pciehp.h: Fix missing license header
......................................................................
sb/intel/common/pciehp.h: Fix missing license header
also add missing include stdint.h
Change-Id: Ia669b25683c138d96be00db90d01cf406db4c2eb
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/southbridge/intel/common/pciehp.h
1 file changed, 22 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/29404/1
diff --git a/src/southbridge/intel/common/pciehp.h b/src/southbridge/intel/common/pciehp.h
index 7bf47f3..a446b3c 100644
--- a/src/southbridge/intel/common/pciehp.h
+++ b/src/southbridge/intel/common/pciehp.h
@@ -1,2 +1,24 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2018 coreboot
+ *
+ * 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 SOUTHBRIDGE_INTEL_COMMON_PCIEPH_H
+#define SOUTHBRIDGE_INTEL_COMMON_PCIEPH_H
+
+#include <stdint.h>
+
void intel_acpi_pcie_hotplug_generator(u8 *hotplug_map, int port_number);
void intel_acpi_pcie_hotplug_scan_slot(struct bus *bus);
+
+#endif
--
To view, visit https://review.coreboot.org/29404
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: Ia669b25683c138d96be00db90d01cf406db4c2eb
Gerrit-Change-Number: 29404
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Hello build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29403
to look at the new patch set (#2).
Change subject: src: Add missing include <stdint.h>
......................................................................
src: Add missing include <stdint.h>
This is part #2 follows Change-Id: I6a9d71e69
Change-Id: Idf10a09745756887a517da4c26db7a90a1bf9543
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/cpu/intel/common/common.h
M src/cpu/intel/haswell/chip.h
M src/device/oprom/yabel/compat/time.h
M src/drivers/pc80/tpm/chip.h
M src/ec/smsc/mec1308/chip.h
M src/include/device/path.h
M src/include/device/pcix.h
M src/mainboard/google/parrot/ec.h
M src/mainboard/roda/rk886ex/m3885.h
M src/mainboard/roda/rv11/variants/rv11/include/variant/hda_verb.h
M src/mainboard/roda/rv11/variants/rw11/include/variant/hda_verb.h
M src/mainboard/siemens/mc_tcu3/lcd_panel.h
M src/northbridge/amd/agesa/family14/chip.h
M src/northbridge/amd/agesa/family15tn/chip.h
M src/northbridge/amd/agesa/family16kb/chip.h
M src/northbridge/amd/amdfam10/northbridge.h
M src/northbridge/amd/amdht/AsPsNb.h
M src/northbridge/amd/pi/00630F01/chip.h
M src/northbridge/amd/pi/00660F01/chip.h
M src/northbridge/amd/pi/00730F01/chip.h
M src/northbridge/intel/pineview/raminit.h
M src/northbridge/intel/x4x/iomap.h
M src/soc/cavium/common/pci/chip.h
M src/soc/intel/broadwell/include/soc/xhci.h
M src/soc/nvidia/tegra210/include/soc/display.h
M src/soc/nvidia/tegra210/include/soc/tegra_dsi.h
M src/soc/rockchip/common/include/soc/pwm.h
M src/soc/rockchip/rk3288/include/soc/display.h
M src/soc/rockchip/rk3399/include/soc/saradc.h
M src/soc/samsung/exynos5250/include/soc/alternate_cbfs.h
M src/soc/samsung/exynos5420/include/soc/alternate_cbfs.h
M src/southbridge/amd/agesa/hudson/chip.h
M src/southbridge/amd/cimx/sb800/sb_cimx.h
M src/southbridge/amd/cimx/sb900/sb_cimx.h
M src/southbridge/amd/sb700/chip.h
M src/southbridge/intel/common/pciehp.h
M src/superio/fintek/f81216h/f81216h.h
M src/superio/nuvoton/nct5104d/chip.h
M src/superio/serverengines/pilot/pilot.h
M src/superio/smsc/lpc47n227/lpc47n227.h
40 files changed, 99 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/29403/2
--
To view, visit https://review.coreboot.org/29403
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: Idf10a09745756887a517da4c26db7a90a1bf9543
Gerrit-Change-Number: 29403
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Hello Richard Spiegel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29369
to look at the new patch set (#3).
Change subject: cpu/amd: Use common AMD's MSR
......................................................................
cpu/amd: Use common AMD's MSR
This Phase #2 follows the CL done on Phase #1 (changes-Id: I0236e0960cd)
Change-Id: Ia296e1f9073b45c9137d17fbef29ce4fdfabcb7c
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/cpu/amd/car/cache_as_ram.inc
M src/cpu/amd/microcode/microcode.c
M src/include/cpu/amd/msr.h
3 files changed, 8 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/29369/3
--
To view, visit https://review.coreboot.org/29369
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: Ia296e1f9073b45c9137d17fbef29ce4fdfabcb7c
Gerrit-Change-Number: 29369
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Richard Spiegel has posted comments on this change. ( https://review.coreboot.org/29369 )
Change subject: cpu/amd: Replace MSR addresses with macros
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/#/c/29369/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/29369/2//COMMIT_MSG@8
PS2, Line 8:
Remember the first "Replace MSR with macros"?. It had a message, saying it was part 1 (or something similar) of a big effort that was broken into several parts. Place the same message here, but include a pointer to the first one.
--
To view, visit https://review.coreboot.org/29369
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: Ia296e1f9073b45c9137d17fbef29ce4fdfabcb7c
Gerrit-Change-Number: 29369
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 31 Oct 2018 16:12:10 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No