Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/85857?usp=email )
Change subject: docs/getting-started: Update guide for writing docs
......................................................................
Patch Set 4: -Code-Review
--
To view, visit https://review.coreboot.org/c/coreboot/+/85857?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: I569862e30fb88a421ad2338aafabeaf3ea76836a
Gerrit-Change-Number: 85857
Gerrit-PatchSet: 4
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 20 Jan 2025 00:53:39 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Nicholas Chin has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/85857?usp=email )
Change subject: docs/getting-started: Update guide for writing docs
......................................................................
Patch Set 4: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/85857?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: I569862e30fb88a421ad2338aafabeaf3ea76836a
Gerrit-Change-Number: 85857
Gerrit-PatchSet: 4
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 20 Jan 2025 00:53:33 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86056?usp=email )
Change subject: mb/asrock/z87_extreme4: Select correct Kconfig for ASM1061
......................................................................
mb/asrock/z87_extreme4: Select correct Kconfig for ASM1061
Commit fee8bcbcfb55 ("drivers/asmedia: Add code to enable AHCI for
ASM1061") renamed the ASMEDIA_ASPM_BLACKLIST Kconfig to ASMEDIA_ASM_1061
since the former was only ever used for that card.
However, commit fb2462053497 ("mb/asrock: Add Z87 Extreme4 (Haswell)")
was merged first and used the old Kconfig, so the tree broke when the
AHCH patch was merged. Change the Kconfig to fix the tree.
Change-Id: If16455c43e583e7edbf7914db87346385d811190
Signed-off-by: Nicholas Chin <nic.c3.14(a)gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86056
Reviewed-by: Jan Philipp Groß <jeangrande(a)mailbox.org>
Tested-by: build bot (Jenkins) <no-reply(a)coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas(a)noos.fr>
Reviewed-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/mainboard/asrock/z87_extreme4/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
build bot (Jenkins): Verified
Jan Philipp Groß: Looks good to me, but someone else must approve
Angel Pons: Looks good to me, approved
Elyes Haouas: Looks good to me, approved
diff --git a/src/mainboard/asrock/z87_extreme4/Kconfig b/src/mainboard/asrock/z87_extreme4/Kconfig
index 3ef4afa..f2a2e7c 100644
--- a/src/mainboard/asrock/z87_extreme4/Kconfig
+++ b/src/mainboard/asrock/z87_extreme4/Kconfig
@@ -5,7 +5,7 @@
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_8192
- select DRIVERS_ASMEDIA_ASPM_BLACKLIST
+ select DRIVERS_ASMEDIA_ASM1061
select HAVE_ACPI_RESUME
select HAVE_ACPI_TABLES
select INTEL_GMA_HAVE_VBT
--
To view, visit https://review.coreboot.org/c/coreboot/+/86056?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If16455c43e583e7edbf7914db87346385d811190
Gerrit-Change-Number: 86056
Gerrit-PatchSet: 4
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Attention is currently required from: Angel Pons, Matt DeVillier, Nicholas Chin.
Elyes Haouas has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/86056?usp=email )
Change subject: mb/asrock/z87_extreme4: Select correct Kconfig for ASM1061
......................................................................
Patch Set 3: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86056?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: If16455c43e583e7edbf7914db87346385d811190
Gerrit-Change-Number: 86056
Gerrit-PatchSet: 3
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-CC: Felix Singer <service+coreboot-gerrit(a)felixsinger.de>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Attention: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Comment-Date: Sun, 19 Jan 2025 15:53:53 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: Nicholas Chin.
Hello Nicholas Chin, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/86052?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed:
Verified+1 by build bot (Jenkins)
Change subject: util/nvramtool: Fix spacing issues reported by linter
......................................................................
util/nvramtool: Fix spacing issues reported by linter
Fix for several ERROR:POINTER_LOCATION and many other errors reported by
linter.
Change-Id: I5a18a571300c6175ea6c8123e79807afa7a6f084
Signed-off-by: libreandre <openrc(a)posteo.de>
---
M util/nvramtool/accessors/cmos-hw-unix.c
M util/nvramtool/accessors/cmos-mem.c
M util/nvramtool/accessors/layout-bin.c
M util/nvramtool/accessors/layout-text.c
M util/nvramtool/accessors/layout-text.h
M util/nvramtool/cbfs.c
M util/nvramtool/cbfs.h
M util/nvramtool/cli/nvramtool.c
M util/nvramtool/cmos_lowlevel.c
M util/nvramtool/cmos_lowlevel.h
M util/nvramtool/cmos_ops.c
M util/nvramtool/cmos_ops.h
M util/nvramtool/common.c
M util/nvramtool/common.h
M util/nvramtool/hexdump.c
M util/nvramtool/hexdump.h
M util/nvramtool/input_file.c
M util/nvramtool/input_file.h
M util/nvramtool/layout.c
M util/nvramtool/layout.h
M util/nvramtool/lbtable.c
21 files changed, 120 insertions(+), 120 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/86052/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/86052?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: I5a18a571300c6175ea6c8123e79807afa7a6f084
Gerrit-Change-Number: 86052
Gerrit-PatchSet: 4
Gerrit-Owner: openrc(a)posteo.de
Gerrit-Reviewer: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Attention is currently required from: Angel Pons, Elyes Haouas, Nicholas Chin.
Angel Pons has posted comments on this change by Nicholas Chin. ( https://review.coreboot.org/c/coreboot/+/86056?usp=email )
Change subject: mb/asrock/z87_extreme4: Select correct Kconfig for ASM1061
......................................................................
Patch Set 3: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/86056?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: If16455c43e583e7edbf7914db87346385d811190
Gerrit-Change-Number: 86056
Gerrit-PatchSet: 3
Gerrit-Owner: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Reviewer: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Jan Philipp Groß <jeangrande(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nicholas Chin <nic.c3.14(a)gmail.com>
Gerrit-Attention: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Comment-Date: Sun, 19 Jan 2025 15:31:30 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes