Attention is currently required from: Felix Held.
Ana Carolina Cabral has posted comments on this change by Ana Carolina Cabral. ( https://review.coreboot.org/c/coreboot/+/84776?usp=email )
Change subject: drivers/amd/nova: Add Nova Card common driver
......................................................................
Patch Set 8:
(5 comments)
File Makefile.mk:
https://review.coreboot.org/c/coreboot/+/84776/comment/6d956734_be44a5c4?us… :
PS7, Line 121: subdirs-y += src/mainboard/$(MAINBOARDDIR) $(wildcard src/mainboard/*/common)
> probably no longer needed after the code was moved to the driver directory
Done
File src/drivers/amd/nova/Kconfig:
https://review.coreboot.org/c/coreboot/+/84776/comment/9a60e35d_dbe5a3af?us… :
PS5, Line 4: def_bool n
> the AMD mainboard with a slot for a nova card should select this kconfig directly and not via the de […]
Acknowledged
File src/drivers/amd/nova/chip.h:
https://review.coreboot.org/c/coreboot/+/84776/comment/136ee753_3ae6cde6?us… :
PS7, Line 9: #define NOVA_CARD_EEPROM_CONNECTOR_TYPE_OFFSET 2
> i'd move this define into the c file that uses this, since it's not needed outside of that c file
Done
https://review.coreboot.org/c/coreboot/+/84776/comment/1792a405_11a63467?us… :
PS7, Line 10: #define NOVA_CARD_EEPROM_I2C_BUS 2
: #define NOVA_CARD_EEPROM_I2C_ADDRESS 0x55
> those two are mainboard-dependend. […]
I put it there as a "default" value, but each board can use a different setup when calling the function. Is it better to move this to each mb/port_descriptors.c file?
File src/drivers/amd/nova/nova_card.c:
https://review.coreboot.org/c/coreboot/+/84776/comment/0b5b1f26_767fb0ec?us… :
PS7, Line 9: #include <soc/amd/phoenix/chip_opensil.h>
> i'd like to avoid soc-specific code in a common driver
I can move ddi_connector_type enum to nova/chip.h, since they are only being used in this function, what do you think?
--
To view, visit https://review.coreboot.org/c/coreboot/+/84776?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5e9ded2090d6a5865e3330408f490e59fbf480f4
Gerrit-Change-Number: 84776
Gerrit-PatchSet: 8
Gerrit-Owner: Ana Carolina Cabral
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Alicja Michalska <ahplka19(a)gmail.com>
Gerrit-CC: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 02 Jan 2025 14:54:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Anand Vaikar <a.vaikar2021(a)gmail.com>
Comment-In-Reply-To: Ana Carolina Cabral
Comment-In-Reply-To: Felix Held <felix-coreboot(a)felixheld.de>
Attention is currently required from: Václav Straka.
Václav Straka has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
mb/hp: Add Pro 3400
Based on autoport and HP Pro 3500.
As part of this change renamed 3500 to 3x00 and added this as it's variant.
As a side effect fixed 3500's USB. (broken since CB:81878)
Add CMOS option table.
It's an almost identical board to the 3500 but has a smaller flash.
Other differences between boards were identified by autoport.
They may or may not important but were included anyway.
Tested on HP Pro 3400, behaves exactly as 3500 described in the docs.
Changes were not significant enough to require retesting on 3500.
Change-Id: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Signed-off-by: Vesek <venda.straka(a)gmail.com>
---
D Documentation/mainboard/hp/pro_3500_series.md
A Documentation/mainboard/hp/pro_3x00_series.md
R Documentation/mainboard/hp/pro_3x00_series_flash.avif
R Documentation/mainboard/hp/pro_3x00_series_jumper.avif
M Documentation/mainboard/index.md
D src/mainboard/hp/pro_3500_series/Kconfig
A src/mainboard/hp/pro_3x00_series/Kconfig
R src/mainboard/hp/pro_3x00_series/Kconfig.name
R src/mainboard/hp/pro_3x00_series/Makefile.mk
R src/mainboard/hp/pro_3x00_series/acpi/ec.asl
R src/mainboard/hp/pro_3x00_series/acpi/platform.asl
R src/mainboard/hp/pro_3x00_series/acpi/superio.asl
R src/mainboard/hp/pro_3x00_series/acpi_tables.c
A src/mainboard/hp/pro_3x00_series/board_info.txt
A src/mainboard/hp/pro_3x00_series/cmos.default
A src/mainboard/hp/pro_3x00_series/cmos.layout
R src/mainboard/hp/pro_3x00_series/common_defines.h
R src/mainboard/hp/pro_3x00_series/devicetree.cb
R src/mainboard/hp/pro_3x00_series/dsdt.asl
R src/mainboard/hp/pro_3x00_series/early_init.c
R src/mainboard/hp/pro_3x00_series/gma-mainboard.ads
R src/mainboard/hp/pro_3x00_series/hda_verb.c
R src/mainboard/hp/pro_3x00_series/led.c
R src/mainboard/hp/pro_3x00_series/led.h
R src/mainboard/hp/pro_3x00_series/mainboard.c
R src/mainboard/hp/pro_3x00_series/smihandler.c
C src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/board_info.txt
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/data.vbt
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/gpio.c
A src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/overridetree.cb
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/board_info.txt
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/data.vbt
R src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/gpio.c
A src/mainboard/hp/pro_3x00_series/variants/pro_3500_series/overridetree.cb
34 files changed, 504 insertions(+), 165 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/85825/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 2
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Václav Straka <venda.straka(a)gmail.com>
Attention is currently required from: Anand Vaikar, Bao Zheng, Felix Held, Fred Reitberger, Jason Glenesk, Matt DeVillier.
Ana Carolina Cabral has posted comments on this change by Anand Vaikar. ( https://review.coreboot.org/c/coreboot/+/85749?usp=email )
Change subject: mb/amd/crater: Add Crater mainboard support for Renoir/Cezanne SOC
......................................................................
Patch Set 7:
(2 comments)
File src/mainboard/amd/crater/Kconfig:
https://review.coreboot.org/c/coreboot/+/85749/comment/785fe8fe_b114ecd0?us… :
PS7, Line 49: EC_birmanplus_sig
Birmanplus file
https://review.coreboot.org/c/coreboot/+/85749/comment/7cc32bac_2ff4835a?us… :
PS7, Line 78: This is a birmanplus specific override of soc/amd/(phoenix | glinda)/Kconfig
Birmanplus file
--
To view, visit https://review.coreboot.org/c/coreboot/+/85749?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibdb276fc160326c666d5990e34de5327813d9403
Gerrit-Change-Number: 85749
Gerrit-PatchSet: 7
Gerrit-Owner: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ana Carolina Cabral
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Anand Vaikar <a.vaikar2021(a)gmail.com>
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Thu, 02 Jan 2025 14:31:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Angel Pons, Jan Philipp Groß.
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/85816?usp=email )
Change subject: drivers/asmedia: Add code to enable AHCI for ASM1061
......................................................................
Patch Set 5:
(1 comment)
File src/drivers/asmedia/asm1061.c:
PS5:
Looks like this is changed just enough that Git/Gerrit doesn't detect the rename. Seems like the similarity threshold is 50%.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85816?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a1470894261c7d14fadccdcade968f87f78fe23
Gerrit-Change-Number: 85816
Gerrit-PatchSet: 5
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Reviewer: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Thu, 02 Jan 2025 14:22:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Angel Pons, Jan Philipp Groß.
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/85816?usp=email )
Change subject: drivers/asmedia: Add code to enable AHCI for ASM1061
......................................................................
Patch Set 5:
(1 comment)
File src/drivers/asmedia/asm1061.c:
https://review.coreboot.org/c/coreboot/+/85816/comment/1ea2d8ec_dbe74f02?us… :
PS5, Line 40: 0x0611, /* ASM1061 SATA IDE Controller */
> Does the device ID change when switching to SATA mode?
Yes, the device ID changes from 0x611 to 0x0612 after the subclass code register is written.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85816?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a1470894261c7d14fadccdcade968f87f78fe23
Gerrit-Change-Number: 85816
Gerrit-PatchSet: 5
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Reviewer: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Comment-Date: Thu, 02 Jan 2025 14:20:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Attention is currently required from: Angel Pons, Jan Philipp Groß, Nicholas Chin.
Riku Viitanen has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/85816?usp=email )
Change subject: drivers/asmedia: Add code to enable AHCI for ASM1061
......................................................................
Patch Set 5: Code-Review+2
(1 comment)
Patchset:
PS2:
> Also, the Z97 Extreme6 doesn't select this Kconfig, but has two ASMedia SATA controllers of this kin […]
It looks like those have option ROMs, some cards even have a switch for choosing between an IDE or AHCI ROM.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85816?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I7a1470894261c7d14fadccdcade968f87f78fe23
Gerrit-Change-Number: 85816
Gerrit-PatchSet: 5
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Reviewer: Riku Viitanen <riku.viitanen(a)protonmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Comment-Date: Thu, 02 Jan 2025 12:54:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Jan Philipp Groß <jeangrande(a)mailbox.org>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Comment-In-Reply-To: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Václav Straka.
Angel Pons has posted comments on this change by Václav Straka. ( https://review.coreboot.org/c/coreboot/+/85825?usp=email )
Change subject: mb/hp: Add Pro 3400
......................................................................
Patch Set 1:
(9 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/85825/comment/55975a96_28fe75c9?us… :
PS1, Line 11: As a side effect fixed 3500's USB. (broken since 81878)
This should belong to a separate commit. I'm not sure what exactly fixed the USB ports.
Also, "81878" is not a meaningful reference. Do you mean CB:81878 ? If so, use the commit hash as reference:
> commit 943b5409147 (sb/intel/bd82x6x: Make space for USB port config in devicetree)
File Documentation/mainboard/hp/pro_3x00_series.md:
PS1:
It's really annoying that Gerrit doesn't show this file as being renamed. Would it be possible for you to rename it in a follow-up, so that it's easy to see the changes in contents?
File src/mainboard/hp/pro_3x00_series/Kconfig:
https://review.coreboot.org/c/coreboot/+/85825/comment/44c905f7_4442b414?us… :
PS1, Line 47: default "src/mainboard/\$(MAINBOARDDIR)/variants/\$(CONFIG_VARIANT_DIR)/data.vbt"
I think this is the default path
File src/mainboard/hp/pro_3x00_series/cmos.default:
https://review.coreboot.org/c/coreboot/+/85825/comment/a5a4a33c_d89a9560?us… :
PS1, Line 6: nmi=Enable
I would disable NMI by default, IIRC the state isn't properly saved/restored so NMI ends up disabled anyway.
File src/mainboard/hp/pro_3x00_series/cmos.layout:
https://review.coreboot.org/c/coreboot/+/85825/comment/dcb1531b_3b50e215?us… :
PS1, Line 26: # SandyBridge MRC Scrambler Seed values
: 896 32 r 0 mrc_scrambler_seed
: 928 32 r 0 mrc_scrambler_seed_s3
: 960 16 r 0 mrc_scrambler_seed_chk
Unused with native raminit, which is forced on (`select USE_NATIVE_RAMINIT`). Please remove.
File src/mainboard/hp/pro_3x00_series/dsdt.asl:
https://review.coreboot.org/c/coreboot/+/85825/comment/be96f5e5_f7e91e75?us… :
PS1, Line 3: #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB
: #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
For a follow-up: this doesn't make sense on a desktop and can be removed.
https://review.coreboot.org/c/coreboot/+/85825/comment/b0667892_f74ff4d6?us… :
PS1, Line 26: #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
For a follow-up: this doesn't make sense on a desktop and can be removed.
File src/mainboard/hp/pro_3x00_series/variants/pro_3400_series/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/85825/comment/1008e0e2_95260145?us… :
PS1, Line 24: device ref mei1 off end
Why is this off? If you used me_cleaner or the FDO jumper, the ME stops working properly and vendor firmware will typically hide it from the OS.
https://review.coreboot.org/c/coreboot/+/85825/comment/4a244937_889a7eae?us… :
PS1, Line 25: device ref pci_bridge off end
This is the default state. This line can be removed.
--
To view, visit https://review.coreboot.org/c/coreboot/+/85825?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I833996f6eddcaac91fb0ad0cd95fcc2a99447387
Gerrit-Change-Number: 85825
Gerrit-PatchSet: 1
Gerrit-Owner: Václav Straka <venda.straka(a)gmail.com>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Václav Straka <venda.straka(a)gmail.com>
Gerrit-Comment-Date: Thu, 02 Jan 2025 12:48:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: Hung-Te Lin, Yu-Ping Wu.
Hello Hung-Te Lin, Yu-Ping Wu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85828?usp=email
to look at the new patch set (#2).
Change subject: mb/google/rauru: Determine PCIe init by storage_id
......................................................................
mb/google/rauru: Determine PCIe init by storage_id
Determine the PCIe initialization by storage_id(). The variant that does
not equip NvME storage can skip the PCIe initialization. It also saves
148ms for device enumeration.
BUG=b:368244423,b:348118849
TEST=Check cbmem and see "Skip setting PCIe ops" on Navi.
Change-Id: Iaee7c346f4eaf004437aed3554d9275c9b821ad8
Signed-off-by: Yidi Lin <yidilin(a)chromium.org>
---
M src/mainboard/google/rauru/mainboard.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/85828/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85828?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iaee7c346f4eaf004437aed3554d9275c9b821ad8
Gerrit-Change-Number: 85828
Gerrit-PatchSet: 2
Gerrit-Owner: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Arthur Heymans has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/79742?usp=email )
Change subject: devicetree.cb: Use a macro to make IO genx_dec more comprehensible
......................................................................
Abandoned
not working on this anylonger
--
To view, visit https://review.coreboot.org/c/coreboot/+/79742?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: abandon
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ic05a7b1e6d0bafcd3c376b8f8dc4acce0f2629a7
Gerrit-Change-Number: 79742
Gerrit-PatchSet: 3
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Alexander Couzens <lynxis(a)fe80.eu>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eran Mitrani <mitrani(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Erik van den Bogaert <ebogaert(a)eltan.com>
Gerrit-Reviewer: Evgeny Zinoviev <me(a)ch1p.io>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Jakub Czapiga <czapiga(a)google.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin(a)wiwynn.com>
Gerrit-Reviewer: Jonathon Hall <jonathon.hall(a)puri.sm>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Kevin Keijzer <kevin(a)quietlife.nl>
Gerrit-Reviewer: Lean Sheng Tan <tanleansheng(a)outlook.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Michał Kopeć <michal.kopec(a)3mdeb.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Morgan Jang <Morgan_Jang(a)wiwynn.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Piotr Król <piotr.krol(a)3mdeb.com>
Gerrit-Reviewer: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Stefan Ott <coreboot(a)desire.ch>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun <tstuli(a)gmail.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-CC: Keith Hui <buurin(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>