Attention is currently required from: Michał Żygowski, Christian Walter, Krystian Hebel, Sergii Dmytruk.
Hello build bot (Jenkins), Michał Żygowski, Christian Walter, Julius Werner, Krystian Hebel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68989
to look at the new patch set (#2).
Change subject: security/tpm: remove tis_close()
......................................................................
security/tpm: remove tis_close()
This function was never called from outside of drivers and
src/drivers/pc80/tpm/tis.c was the only one doing it in a questionable
way.
tpm_vendor_cleanup() also isn't needed as one of tis_close() functions
was its only caller.
Change-Id: I9df76adfc21fca9fa1d1af7c40635ec0684ceb0f
Ticket: https://ticket.coreboot.org/issues/433
Signed-off-by: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
---
M src/drivers/crb/tis.c
M src/drivers/i2c/tpm/cr50.c
M src/drivers/i2c/tpm/tis.c
M src/drivers/i2c/tpm/tis_atmel.c
M src/drivers/i2c/tpm/tpm.c
M src/drivers/i2c/tpm/tpm.h
M src/drivers/pc80/tpm/tis.c
M src/drivers/spi/tpm/tis.c
M src/security/tpm/tis.h
9 files changed, 33 insertions(+), 115 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/68989/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/68989
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9df76adfc21fca9fa1d1af7c40635ec0684ceb0f
Gerrit-Change-Number: 68989
Gerrit-PatchSet: 2
Gerrit-Owner: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Sergii Dmytruk <sergii.dmytruk(a)3mdeb.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Angel Pons, Michael Niewöhner.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69491 )
Change subject: mb/supermicro/x11-lga1151-series: Fix CMOS options
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/69491
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2ee9ced2881ed5e348e84a35e8abd6b7a363d936
Gerrit-Change-Number: 69491
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Comment-Date: Sat, 12 Nov 2022 22:00:29 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69491 )
Change subject: mb/supermicro/x11-lga1151-series: Fix CMOS options
......................................................................
mb/supermicro/x11-lga1151-series: Fix CMOS options
The `hyper_threading` CMOS option was hooked up to the wrong enumeration
and was located in the space for the century byte. Moreover, it lacked a
default value in `cmos.default`. Reserve the century byte in the layout,
relocate the `hyper_threading` option to the next available byte, ensure
that the correct enum is used for `hyper_threading`, remove the unneeded
"backwards" enum and provide a default value in `cmos.default`.
Change-Id: I2ee9ced2881ed5e348e84a35e8abd6b7a363d936
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/mainboard/supermicro/x11-lga1151-series/cmos.default
M src/mainboard/supermicro/x11-lga1151-series/cmos.layout
2 files changed, 23 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/69491/1
diff --git a/src/mainboard/supermicro/x11-lga1151-series/cmos.default b/src/mainboard/supermicro/x11-lga1151-series/cmos.default
index d564953..a93c147 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/cmos.default
+++ b/src/mainboard/supermicro/x11-lga1151-series/cmos.default
@@ -1,3 +1,4 @@
boot_option=Fallback
debug_level=Debug
+hyper_threading=Enable
power_on_after_fail=Enable
diff --git a/src/mainboard/supermicro/x11-lga1151-series/cmos.layout b/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
index 46703e6..c61f72c 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
+++ b/src/mainboard/supermicro/x11-lga1151-series/cmos.layout
@@ -16,8 +16,12 @@
395 4 e 6 debug_level
# -----------------------------------------------------------------
+# RTC_CLK_ALTCENTURY (coreboot hardcoded)
+400 8 r 0 century
+
+# -----------------------------------------------------------------
# coreboot config options: cpu
-400 1 e 2 hyper_threading
+408 1 e 1 hyper_threading
# -----------------------------------------------------------------
# coreboot config options: southbridge
@@ -38,8 +42,6 @@
#ID value text
1 0 Disable
1 1 Enable
-2 0 Enable
-2 1 Disable
4 0 Fallback
4 1 Normal
6 0 Emergency
--
To view, visit https://review.coreboot.org/c/coreboot/+/69491
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2ee9ced2881ed5e348e84a35e8abd6b7a363d936
Gerrit-Change-Number: 69491
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: newchange
Attention is currently required from: Angel Pons, Arthur Heymans.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69323 )
Change subject: mb/starlabs/*: Reserve the century byte in CMOS
......................................................................
Patch Set 9:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/69323/comment/64c2efd1_e44b772f
PS8, Line 7: mb/starlabs/*: Reserve the century byte in CMOS
> Why is the console loglevel moved? It fits where it is
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/69323
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0237772fb2f705065c833dc721184295c75884ea
Gerrit-Change-Number: 69323
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Sat, 12 Nov 2022 21:21:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Arthur Heymans.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69323
to look at the new patch set (#9).
Change subject: mb/starlabs/*: Reserve the century byte in CMOS
......................................................................
mb/starlabs/*: Reserve the century byte in CMOS
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: I0237772fb2f705065c833dc721184295c75884ea
---
M src/mainboard/starlabs/cezanne/cmos.layout
M src/mainboard/starlabs/cezanne/variants/starbook/cmos.layout
M src/mainboard/starlabs/lite/cmos.layout
M src/mainboard/starlabs/lite/variants/glkr/cmos.layout
M src/mainboard/starlabs/starbook/cmos.layout
M src/mainboard/starlabs/starbook/variants/tgl/cmos.layout
6 files changed, 16 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/69323/9
--
To view, visit https://review.coreboot.org/c/coreboot/+/69323
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0237772fb2f705065c833dc721184295c75884ea
Gerrit-Change-Number: 69323
Gerrit-PatchSet: 9
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Attention is currently required from: Sean Rhodes.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/68585 )
Change subject: Documentation/mb/starlabs: De-duplicate the building instructions
......................................................................
Patch Set 10: Verified+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/68585
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I20301b3041a62eb416ed61a84544ec4e5cc66c1e
Gerrit-Change-Number: 68585
Gerrit-PatchSet: 10
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Comment-Date: Sat, 12 Nov 2022 21:16:31 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Arthur Heymans.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69322 )
Change subject: mb/starlabs/*: Bind console serial output to EDK2_DEBUG
......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS3:
> You could keep the debug UART configured, but disable UART logging.
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/69322
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54e1dc5768fd765254c7ede91eaa45842fed3bd6
Gerrit-Change-Number: 69322
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Sat, 12 Nov 2022 21:14:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Comment-In-Reply-To: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Arthur Heymans.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69322
to look at the new patch set (#4).
Change subject: mb/starlabs/*: Bind console serial output to EDK2_DEBUG
......................................................................
mb/starlabs/*: Bind console serial output to EDK2_DEBUG
Configure the UART port but only enable UART debug for EDK2
debug builds.
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: I54e1dc5768fd765254c7ede91eaa45842fed3bd6
---
M src/mainboard/starlabs/cezanne/Kconfig
M src/mainboard/starlabs/lite/Kconfig
M src/mainboard/starlabs/starbook/Kconfig
3 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/69322/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/69322
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I54e1dc5768fd765254c7ede91eaa45842fed3bd6
Gerrit-Change-Number: 69322
Gerrit-PatchSet: 4
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Attention is currently required from: Elyes Haouas.
Ravi Mistry has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69320 )
Change subject: mb/hp/memphis-s: Add HP Memphis-S (IPM87-MP)
......................................................................
Patch Set 8: Code-Review+1
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/69320/comment/8ec204cf_b23b1dc8
PS7, Line 11: Specs:
> Possible unwrapped commit description (prefer a maximum 72 chars per line)
Please fix.
--
To view, visit https://review.coreboot.org/c/coreboot/+/69320
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If3162fa4c60374877d9e67e9e1f6121743f03b21
Gerrit-Change-Number: 69320
Gerrit-PatchSet: 8
Gerrit-Owner: Ravi Mistry
Gerrit-Reviewer: Ravi Mistry
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sat, 12 Nov 2022 21:06:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Elyes Haouas.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69320
to look at the new patch set (#8).
Change subject: mb/hp/memphis-s: Add HP Memphis-S (IPM87-MP)
......................................................................
mb/hp/memphis-s: Add HP Memphis-S (IPM87-MP)
This is a µATX mainboard with a LGA1150 socket and two DDR3 DIMM slots.
Specs:
- HP Memphis-S (IPM87-MP)
- Intel H87
- Macronix MX25L6473E (8MB)
- Fintek F71808A
- Realtek RTL8111 compatible Gigabit
Tested with EDK2 payload to boot Fedora Linux 36.
Working:
- PCIE slots (including MINI_CARD1)
- USB 2.0, 3.0
- Both DIMM slots
- SATA (except mSATA)
- Ethernet
- VGA, DVI (libgfxinit and VBT)
- S0/S3/S5
- Audio
- Hardware monitor
Untested:
- mSATA
- HOOD_SENSE
- MINI_LED header
- EHCI debug port, LPC debug
- CMOS
Change-Id: If3162fa4c60374877d9e67e9e1f6121743f03b21
Signed-off-by: Ravi Mistry <rvstry(a)protonmail.com>
---
A src/mainboard/hp/memphis-s/Kconfig
A src/mainboard/hp/memphis-s/Kconfig.name
A src/mainboard/hp/memphis-s/Makefile.inc
A src/mainboard/hp/memphis-s/acpi/ec.asl
A src/mainboard/hp/memphis-s/acpi/platform.asl
A src/mainboard/hp/memphis-s/acpi/superio.asl
A src/mainboard/hp/memphis-s/board_info.txt
A src/mainboard/hp/memphis-s/bootblock.c
A src/mainboard/hp/memphis-s/cmos.default
A src/mainboard/hp/memphis-s/cmos.layout
A src/mainboard/hp/memphis-s/data.vbt
A src/mainboard/hp/memphis-s/devicetree.cb
A src/mainboard/hp/memphis-s/dsdt.asl
A src/mainboard/hp/memphis-s/gma-mainboard.ads
A src/mainboard/hp/memphis-s/gpio.c
A src/mainboard/hp/memphis-s/hda_verb.c
A src/mainboard/hp/memphis-s/romstage.c
17 files changed, 649 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/69320/8
--
To view, visit https://review.coreboot.org/c/coreboot/+/69320
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If3162fa4c60374877d9e67e9e1f6121743f03b21
Gerrit-Change-Number: 69320
Gerrit-PatchSet: 8
Gerrit-Owner: Ravi Mistry
Gerrit-Reviewer: Ravi Mistry
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset