Hello Matt DeVillier,
I'd like you to do a code review. Please visit
https://review.coreboot.org/19888
to review the following change.
Change subject: purism/librem13v2: devicetree - fix wifi
......................................................................
purism/librem13v2: devicetree - fix wifi
The PCIe wifi adapter is attached to PCIe root port 5 at 1c.0.
coreboot labels this as root port 1, may be board specific?
Set RP5 CLKREQ value to default from FSP programming guide.
Change-Id: If665caa19cfdd01b1241b548c9062a2417eae238
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/purism/librem13v2/devicetree.cb
1 file changed, 5 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/19888/1
diff --git a/src/mainboard/purism/librem13v2/devicetree.cb b/src/mainboard/purism/librem13v2/devicetree.cb
index 3956a15..39333a2 100644
--- a/src/mainboard/purism/librem13v2/devicetree.cb
+++ b/src/mainboard/purism/librem13v2/devicetree.cb
@@ -147,14 +147,12 @@
.voltage_limit = 1520,
}"
- # Enable Root port 1 and 5.
- register "PcieRpEnable[0]" = "1"
+ # Enable Root port 5
register "PcieRpEnable[4]" = "1"
# Enable CLKREQ#
register "PcieRpClkReqSupport[0]" = "1"
- # RP 1 uses SRCCLKREQ1# while RP 5 uses SRCCLKREQ2#
- # register "PcieRpClkReqNumber[0]" = "1"
- register "PcieRpClkReqNumber[4]" = "1"
+ # Default value from FSP programming guide
+ register "PcieRpClkReqNumber[4]" = "3"
register "usb2_ports[0]" = "USB2_PORT_LONG(OC_SKIP)" # Type-C Port
register "usb2_ports[1]" = "USB2_PORT_MID(OC_SKIP)" # Type-A Port (right)
@@ -189,11 +187,11 @@
device pci 16.3 off end # Management Engine KT Redirection
device pci 16.4 off end # Management Engine Interface 3
device pci 17.0 on end # SATA
- device pci 1c.0 off end # PCI Express Port 1
+ device pci 1c.0 on end # PCI Express Port 1
device pci 1c.1 off end # PCI Express Port 2
device pci 1c.2 off end # PCI Express Port 3
device pci 1c.3 off end # PCI Express Port 4
- device pci 1c.4 on end # PCI Express Port 5
+ device pci 1c.4 off end # PCI Express Port 5
device pci 1c.5 off end # PCI Express Port 6
device pci 1c.6 off end # PCI Express Port 7
device pci 1c.7 off end # PCI Express Port 8
--
To view, visit https://review.coreboot.org/19888
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If665caa19cfdd01b1241b548c9062a2417eae238
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Hello Matt DeVillier,
I'd like you to do a code review. Please visit
https://review.coreboot.org/19889
to review the following change.
Change subject: purism/librem13v2: select SERIRQ_CONTINUOUS_MODE
......................................................................
purism/librem13v2: select SERIRQ_CONTINUOUS_MODE
Like other devices using ENE EC's, this setting is required
for the PS2 keyboard and mouse (trackpad) to function
Change-Id: Ied20555c92540dbc9cf4e30d596d4432ce26994b
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/purism/librem13v2/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/19889/1
diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index 68e7aa4..7a69104 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -7,6 +7,7 @@
select HAVE_ACPI_TABLES
select MONOTONIC_TIMER_MSR
select SOC_INTEL_SKYLAKE
+ select SERIRQ_CONTINUOUS_MODE
config IRQ_SLOT_COUNT
int
--
To view, visit https://review.coreboot.org/19889
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ied20555c92540dbc9cf4e30d596d4432ce26994b
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Youness Alaoui has uploaded a new change for review. ( https://review.coreboot.org/19885 )
Change subject: purism/librem13v2: add microcode values in kconfig
......................................................................
purism/librem13v2: add microcode values in kconfig
The FSP Temp RAM init will fail if the mircocode values are set
to 0. A valid microcode update needs to be included and its size
and offset need to be set in the config.
Change-Id: Ibb563489359ec697a00e9209f858edf8f9e6775b
Signed-off-by: Youness Alaoui <youness.alaoui(a)puri.sm>
---
M src/mainboard/purism/librem13v2/Kconfig
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/19885/1
diff --git a/src/mainboard/purism/librem13v2/Kconfig b/src/mainboard/purism/librem13v2/Kconfig
index ce772fb..a61cea1 100644
--- a/src/mainboard/purism/librem13v2/Kconfig
+++ b/src/mainboard/purism/librem13v2/Kconfig
@@ -52,5 +52,13 @@
int
default 512
+config CPU_MICROCODE_CBFS_LEN
+ hex
+ default 0x17800
+
+config CPU_MICROCODE_CBFS_LOC
+ hex
+ default 0xFFE115A0
+
endif
--
To view, visit https://review.coreboot.org/19885
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb563489359ec697a00e9209f858edf8f9e6775b
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino(a)gmail.com>