Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41029 )
Change subject: soc/intel/jasperlake: Add Sata related UPDs configuration
......................................................................
Patch Set 8:
(2 comments)
https://review.coreboot.org/c/coreboot/+/41029/6/src/soc/intel/jasperlake/f…
File src/soc/intel/jasperlake/fsp_params.c:
https://review.coreboot.org/c/coreboot/+/41029/6/src/soc/intel/jasperlake/f…
PS6, Line 139: dev->enabled
> changed. […]
Now that SataEnable is dropped here, it should also be dropped from chip.h? https://review.coreboot.org/cgit/coreboot.git/tree/src/soc/intel/jasperlake…https://review.coreboot.org/c/coreboot/+/41029/6/src/soc/intel/jasperlake/f…
PS6, Line 140: SataEnable
> added all upds. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/41029
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4f7e7508b8cd483508293ee3e7b760574d8f025f
Gerrit-Change-Number: 41029
Gerrit-PatchSet: 8
Gerrit-Owner: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub(a)google.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Furquan Shaikh <furquan(a)google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Thu, 07 May 2020 16:37:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Furquan Shaikh <furquan(a)google.com>
Comment-In-Reply-To: Ronak Kanabar <ronak.kanabar(a)intel.com>
Gerrit-MessageType: comment
Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41147 )
Change subject: payloads/external/Makefile.inc: Pass hardware IRQ option to SeaBIOS Makefile
......................................................................
payloads/external/Makefile.inc: Pass hardware IRQ option to SeaBIOS Makefile
The hardware IRQ option was not passed to SeaBIOS Makefile and resulted
in HARDWARE_IRQ being permanently disabled regardless of Kconfig
selection in coreboot. On platforms that need the hardware IRQ it caused
hangs at boot menu or iPXE prompts.
TEST=enter SeaBIOS boot menu on Libretrend LT1000
Signed-off-by: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Change-Id: Iafcfd743177bbcd1ee23e227c74dd8268c4c23c6
---
M payloads/external/Makefile.inc
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/41147/1
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc
index 7319a11..5274581 100644
--- a/payloads/external/Makefile.inc
+++ b/payloads/external/Makefile.inc
@@ -102,7 +102,8 @@
CONFIG_SEABIOS_DEBUG_LEVEL=$(CONFIG_SEABIOS_DEBUG_LEVEL) \
CONFIG_DRIVERS_UART_8250MEM_32=$(CONFIG_DRIVERS_UART_8250MEM_32) \
CONFIG_ENABLE_HSUART=$(CONFIG_ENABLE_HSUART) \
- CONFIG_CONSOLE_UART_BASE_ADDRESS=$(CONFIG_CONSOLE_UART_BASE_ADDRESS)
+ CONFIG_CONSOLE_UART_BASE_ADDRESS=$(CONFIG_CONSOLE_UART_BASE_ADDRESS) \
+ CONFIG_SEABIOS_HARDWARE_IRQ=$(CONFIG_SEABIOS_HARDWARE_IRQ)
payloads/external/SeaBIOS/seabios/out/vgabios.bin: payloads/external/SeaBIOS/seabios/out/bios.bin.elf
payloads/external/SeaBIOS/seabios/.config: payloads/external/SeaBIOS/seabios/out/bios.bin.elf
--
To view, visit https://review.coreboot.org/c/coreboot/+/41147
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iafcfd743177bbcd1ee23e227c74dd8268c4c23c6
Gerrit-Change-Number: 41147
Gerrit-PatchSet: 1
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-MessageType: newchange
Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41099 )
Change subject: util/sconfig: Add LPC and ESPI buses
......................................................................
Patch Set 2:
This change is ready for review.
--
To view, visit https://review.coreboot.org/c/coreboot/+/41099
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0c2f40813c05680f72e5f30cbb13617e8f994841
Gerrit-Change-Number: 41099
Gerrit-PatchSet: 2
Gerrit-Owner: Raul Rangel <rrangel(a)chromium.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 07 May 2020 16:11:32 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40581 )
Change subject: mb/clevo/n141cu: Add new Comet Lake mainboard
......................................................................
Patch Set 32:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40581/31/src/mainboard/clevo/cml-u…
File src/mainboard/clevo/cml-u/Kconfig:
https://review.coreboot.org/c/coreboot/+/40581/31/src/mainboard/clevo/cml-u…
PS31, Line 18: select ONBOARD_VGA_IS_PRIMARY
> does it really have ga?
As far as I understand the code, this configures the iGPU as the default graphics controller.
--
To view, visit https://review.coreboot.org/c/coreboot/+/40581
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f83fab64e4cc9036698ca0fdd5edbb677d77eb9
Gerrit-Change-Number: 40581
Gerrit-PatchSet: 32
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner
Gerrit-Comment-Date: Thu, 07 May 2020 14:17:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner
Gerrit-MessageType: comment
John Zhao has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41064 )
Change subject: soc/intel/tigerlake: Add PMC to platform ACPI name entry
......................................................................
soc/intel/tigerlake: Add PMC to platform ACPI name entry
PMC device name string "PMC" is added to platform soc_acpi_name()
for pmc driver.
BUG=b:151646486
TEST=Built and booted to kernel successfully.
Signed-off-by: John Zhao <john.zhao(a)intel.com>
Change-Id: Ida7fc7e2340f2a809464ca66fd1922f3229e2e18
---
M src/soc/intel/tigerlake/chip.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/41064/1
diff --git a/src/soc/intel/tigerlake/chip.c b/src/soc/intel/tigerlake/chip.c
index 073c8d2..b806dbb 100644
--- a/src/soc/intel/tigerlake/chip.c
+++ b/src/soc/intel/tigerlake/chip.c
@@ -80,6 +80,7 @@
case PCH_DEVFN_PCIE10: return "RP10";
case PCH_DEVFN_PCIE11: return "RP11";
case PCH_DEVFN_PCIE12: return "RP12";
+ case PCH_DEVFN_PMC: return "PMC";
case PCH_DEVFN_UART0: return "UAR0";
case PCH_DEVFN_UART1: return "UAR1";
case PCH_DEVFN_UART2: return "UAR2";
--
To view, visit https://review.coreboot.org/c/coreboot/+/41064
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ida7fc7e2340f2a809464ca66fd1922f3229e2e18
Gerrit-Change-Number: 41064
Gerrit-PatchSet: 1
Gerrit-Owner: John Zhao <john.zhao(a)intel.com>
Gerrit-MessageType: newchange
Hello build bot (Jenkins), Nico Huber, Patrick Georgi, Martin Roth, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40581
to look at the new patch set (#32).
Change subject: mb/clevo/n141cu: Add new Comet Lake mainboard
......................................................................
mb/clevo/n141cu: Add new Comet Lake mainboard
Add a new mainboard with the following specs:
- Intel i5-10210U (Comet Lake)
- Intel UHD graphics
- Intel HD audio
- 1x Ethernet 1Gbit/s
- 1x SATA3
- 1x M.2 slot x4 (PCIe/SATA)
- 1x M.2 slot x1 (WLAN/BT)
- 1x 3G/LTE
- USB2/3
- Thunderbolt
- HDMI, mDP
- CCD camera + mic
- SD card reader
- TPM2 SLB9670
The ACPI code has been taken from System76 CML-U mainboard series.
Tested:
- Clevo N141CU / TUXEDO InfinityBook Pro 14 v5
- SeaBIOS and TianoCore
- vboot with RO, RO+A, RO+A+B
- Booted Arch Linux
- Linux 5.6.10
- Linux LTS 5.4.38
What works / What works not:
- WLAN/BT does not work, but also not with vendor firmware.
- Everything else works.
Todos:
- Missing libgfxinit support, since it does not support the Comet Lake
platform yet.
- Different configuration switches mentioned in ramstage.c.
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Change-Id: I9f83fab64e4cc9036698ca0fdd5edbb677d77eb9
---
M MAINTAINERS
A src/mainboard/clevo/Kconfig
A src/mainboard/clevo/Kconfig.name
A src/mainboard/clevo/cml-u/Kconfig
A src/mainboard/clevo/cml-u/Kconfig.name
A src/mainboard/clevo/cml-u/Makefile.inc
A src/mainboard/clevo/cml-u/acpi/ac.asl
A src/mainboard/clevo/cml-u/acpi/battery.asl
A src/mainboard/clevo/cml-u/acpi/buttons.asl
A src/mainboard/clevo/cml-u/acpi/ec.asl
A src/mainboard/clevo/cml-u/acpi/ec_ram.asl
A src/mainboard/clevo/cml-u/acpi/gpe.asl
A src/mainboard/clevo/cml-u/acpi/hid.asl
A src/mainboard/clevo/cml-u/acpi/keyboard.asl
A src/mainboard/clevo/cml-u/acpi/lid.asl
A src/mainboard/clevo/cml-u/acpi/mainboard.asl
A src/mainboard/clevo/cml-u/acpi/sleep.asl
A src/mainboard/clevo/cml-u/acpi/tbt.asl
A src/mainboard/clevo/cml-u/board_info.txt
A src/mainboard/clevo/cml-u/dsdt.asl
A src/mainboard/clevo/cml-u/fmds/vboot-ro.fmd
A src/mainboard/clevo/cml-u/fmds/vboot-roa.fmd
A src/mainboard/clevo/cml-u/fmds/vboot-roab.fmd
A src/mainboard/clevo/cml-u/ramstage.c
A src/mainboard/clevo/cml-u/romstage.c
A src/mainboard/clevo/cml-u/variants/n141cu/board_info.txt
A src/mainboard/clevo/cml-u/variants/n141cu/data.vbt
A src/mainboard/clevo/cml-u/variants/n141cu/devicetree.cb
A src/mainboard/clevo/cml-u/variants/n141cu/gma-mainboard.ads
A src/mainboard/clevo/cml-u/variants/n141cu/hda_verb.c
A src/mainboard/clevo/cml-u/variants/n141cu/include/gpio_table.h
31 files changed, 1,681 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/40581/32
--
To view, visit https://review.coreboot.org/c/coreboot/+/40581
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f83fab64e4cc9036698ca0fdd5edbb677d77eb9
Gerrit-Change-Number: 40581
Gerrit-PatchSet: 32
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner
Gerrit-MessageType: newpatchset
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40581 )
Change subject: mb/clevo/n141cu: Add new Comet Lake mainboard
......................................................................
Patch Set 31:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40581/31/src/mainboard/clevo/cml-u…
File src/mainboard/clevo/cml-u/ramstage.c:
https://review.coreboot.org/c/coreboot/+/40581/31/src/mainboard/clevo/cml-u…
PS31, Line 11: Make M.2 port configurable (SATA <>
> It usually boils down to configuring a GPIO properly
yeah, the flex io switch port (SATAXPCIE*) has to be NF1
--
To view, visit https://review.coreboot.org/c/coreboot/+/40581
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9f83fab64e4cc9036698ca0fdd5edbb677d77eb9
Gerrit-Change-Number: 40581
Gerrit-PatchSet: 31
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Michael Niewöhner
Gerrit-Comment-Date: Thu, 07 May 2020 12:45:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Comment-In-Reply-To: Michael Niewöhner
Gerrit-MessageType: comment