Attention is currently required from: Arthur Heymans.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69361 )
Change subject: cpu/*: Drop PARALLEL_MP leftovers
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/emulation/qemu-i440fx/northbridge.c:
https://review.coreboot.org/c/coreboot/+/69361/comment/7462e237_8cc1b722
PS1, Line 257: initialize_cpus(dev->link_list);
Less than obvious change, if correct.
--
To view, visit https://review.coreboot.org/c/coreboot/+/69361
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7c46c36390f116f8f8920c06e539075e60c7118c
Gerrit-Change-Number: 69361
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Tue, 08 Nov 2022 06:06:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Paul Menzel, Angel Pons.
Hello build bot (Jenkins), Jonathan Zhang, Paul Menzel, Angel Pons, Angel Pons, Tim Chu,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/68902
to look at the new patch set (#4).
Change subject: src/include/smbios: Add definition for smbios type 4 and type 9
......................................................................
src/include/smbios: Add definition for smbios type 4 and type 9
Add definition for smbios type 4 and type 9
Signed-off-by: Tim Chu <Tim.Chu(a)quantatw.com>
Change-Id: I559995b0204f8e5bdeef2c0f8b394f9011d72240
---
M src/include/smbios.h
1 file changed, 23 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/68902/4
--
To view, visit https://review.coreboot.org/c/coreboot/+/68902
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I559995b0204f8e5bdeef2c0f8b394f9011d72240
Gerrit-Change-Number: 68902
Gerrit-PatchSet: 4
Gerrit-Owner: Shuming Chu (Shuming) <s1218944(a)gmail.com>
Gerrit-Reviewer: Angel Pons <angel.pons(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Jonathan Zhang <jonzhang(a)fb.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Tim Chu <Tim.Chu(a)quantatw.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Angel Pons <angel.pons(a)9elements.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Arthur Heymans.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69362 )
Change subject: cpu/x86/Kconfig.debug_cpu: Drop unused symbol
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/69362
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2b611773e596bea4788b05a3f58485fb3e002402
Gerrit-Change-Number: 69362
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Tue, 08 Nov 2022 05:58:54 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Arthur Heymans, Elyes Haouas, Felix Held.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/69339 )
Change subject: Revert "mb/aopen/dxplplusu: Remove board"
......................................................................
Patch Set 2:
(18 comments)
File src/mainboard/aopen/dxplplusu/acpi_tables.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/f6101f3e_aa1e43a4
PS2, Line 21: struct resource* res = NULL;
"foo* bar" should be "foo *bar"
File src/northbridge/intel/e7505/northbridge.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/4eeac422_ece98634
PS2, Line 72: if (dev->path.type == DEVICE_PATH_DOMAIN) {
braces {} are not necessary for any arm of this statement
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/be91b867_366ff496
PS2, Line 75: else if (dev->path.type == DEVICE_PATH_CPU_CLUSTER) {
else should follow close brace '}'
File src/northbridge/intel/e7505/raminit.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/05de35bd_825afdc0
PS2, Line 175: while (i--) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/31ea67de_95e2d79c
PS2, Line 357: hw_err:
labels should not be indented
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/d00e0a79_731be7c2
PS2, Line 696: BUG();
Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/2ff5fd43_8efca5cd
PS2, Line 994: hw_err:
labels should not be indented
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/64525b32_07b9c249
PS2, Line 1159: mem_controller *ctrl,
need consistent spacing around '*' (ctx:WxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/19d1b5f2_7776977c
PS2, Line 1189: if (!(dimm_mask & (1 << i))) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/bafd557d_ab4fb3c2
PS2, Line 1206: if (value != ERROR_SCHEME_ECC) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/35326c44_b75fd681
PS2, Line 1276: if (sdram_width.side1 == 4) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/56c00f5f_e9769093
PS2, Line 1280: if (sdram_width.side2 == 4) {
braces {} are not necessary for single statement blocks
File src/southbridge/intel/i82801dx/ac97.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/f8f393c1_876d2514
PS2, Line 85: if (! timeout) {
space prohibited after that '!' (ctx:BxW)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/2ca9a76d_42d181d9
PS2, Line 85: if (! timeout) {
braces {} are not necessary for single statement blocks
File src/southbridge/intel/i82801dx/i82801dx.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/a1290244_65fb2425
PS2, Line 91: #define RTC_FAILED (1 <<2)
need consistent spacing around '<<' (ctx:WxV)
File src/southbridge/intel/i82801dx/i82801dx.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/e32f5308_55f2aa49
PS2, Line 55: if (!dev->enabled) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/8706aaf8_d5d477fb
PS2, Line 58: if (new_disable_mask != cur_disable_mask) {
braces {} are not necessary for single statement blocks
File src/southbridge/intel/i82801dx/lpc.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-162869):
https://review.coreboot.org/c/coreboot/+/69339/comment/f209bf56_7f4f7657
PS2, Line 99: switch (pwr_on) {
switch and case should be at the same indent
--
To view, visit https://review.coreboot.org/c/coreboot/+/69339
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia1cd02278240d1b5d006fb2a7730d3d86390f85b
Gerrit-Change-Number: 69339
Gerrit-PatchSet: 2
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Comment-Date: Tue, 08 Nov 2022 05:23:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Angel Pons, Arthur Heymans, Elyes Haouas, Felix Held.
Hello build bot (Jenkins), Angel Pons, Arthur Heymans, Elyes Haouas, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/69339
to look at the new patch set (#2).
Change subject: Revert "mb/aopen/dxplplusu: Remove board"
......................................................................
Revert "mb/aopen/dxplplusu: Remove board"
This reverts commit eb76a455cd39ec59b7f2ba28baeec9538befd59e.
PARALLEL_MP was working prior to board removal and no
relevant SMI handlers were implemented. So NO_SMM choice
is now selected.
Change-Id: Ia1cd02278240d1b5d006fb2a7730d3d86390f85b
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
---
M src/arch/x86/smbios.c
M src/cpu/intel/Kconfig
M src/cpu/intel/Makefile.inc
A src/cpu/intel/model_f2x/Kconfig
A src/cpu/intel/model_f2x/Makefile.inc
A src/cpu/intel/model_f2x/model_f2x_init.c
A src/cpu/intel/socket_mPGA604/Kconfig
A src/cpu/intel/socket_mPGA604/Makefile.inc
M src/cpu/x86/Kconfig
A src/mainboard/aopen/Kconfig
A src/mainboard/aopen/Kconfig.name
A src/mainboard/aopen/dxplplusu/Kconfig
A src/mainboard/aopen/dxplplusu/Kconfig.name
A src/mainboard/aopen/dxplplusu/Makefile.inc
A src/mainboard/aopen/dxplplusu/acpi/e7505_pri.asl
A src/mainboard/aopen/dxplplusu/acpi/e7505_sec.asl
A src/mainboard/aopen/dxplplusu/acpi/i82801db.asl
A src/mainboard/aopen/dxplplusu/acpi/p64h2.asl
A src/mainboard/aopen/dxplplusu/acpi/power.asl
A src/mainboard/aopen/dxplplusu/acpi/scsi.asl
A src/mainboard/aopen/dxplplusu/acpi/superio.asl
A src/mainboard/aopen/dxplplusu/acpi_tables.c
A src/mainboard/aopen/dxplplusu/board_info.txt
A src/mainboard/aopen/dxplplusu/bootblock.c
A src/mainboard/aopen/dxplplusu/devicetree.cb
A src/mainboard/aopen/dxplplusu/dsdt.asl
A src/northbridge/intel/e7505/Kconfig
A src/northbridge/intel/e7505/Makefile.inc
A src/northbridge/intel/e7505/e7505.h
A src/northbridge/intel/e7505/memmap.c
A src/northbridge/intel/e7505/northbridge.c
A src/northbridge/intel/e7505/raminit.c
A src/northbridge/intel/e7505/raminit.h
A src/northbridge/intel/e7505/romstage.c
M src/southbridge/intel/common/smbus.c
A src/southbridge/intel/i82801dx/Kconfig
A src/southbridge/intel/i82801dx/Makefile.inc
A src/southbridge/intel/i82801dx/ac97.c
A src/southbridge/intel/i82801dx/bootblock.c
A src/southbridge/intel/i82801dx/chip.h
A src/southbridge/intel/i82801dx/early_smbus.c
A src/southbridge/intel/i82801dx/fadt.c
A src/southbridge/intel/i82801dx/i82801dx.c
A src/southbridge/intel/i82801dx/i82801dx.h
A src/southbridge/intel/i82801dx/ide.c
A src/southbridge/intel/i82801dx/lpc.c
A src/southbridge/intel/i82801dx/usb.c
A src/southbridge/intel/i82801dx/usb2.c
A src/southbridge/intel/i82870/82870.h
A src/southbridge/intel/i82870/Kconfig
A src/southbridge/intel/i82870/Makefile.inc
A src/southbridge/intel/i82870/ioapic.c
A src/southbridge/intel/i82870/pcibridge.c
M src/superio/smsc/Makefile.inc
A src/superio/smsc/lpc47m10x/Kconfig
A src/superio/smsc/lpc47m10x/Makefile.inc
A src/superio/smsc/lpc47m10x/early_serial.c
A src/superio/smsc/lpc47m10x/lpc47m10x.h
A src/superio/smsc/lpc47m10x/superio.c
59 files changed, 4,485 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/69339/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/69339
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia1cd02278240d1b5d006fb2a7730d3d86390f85b
Gerrit-Change-Number: 69339
Gerrit-PatchSet: 2
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Attention: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Attention: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newpatchset