Attention is currently required from: Tim Crawford, Jeremy Soller, Christian Walter, Arthur Heymans, Werner Zeh, Jan Samek.
Mario Scheithauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74749 )
Change subject: treewide: Add missing include guards to chip.h
......................................................................
Patch Set 3:
(1 comment)
File src/drivers/i2c/rtd2132/chip.h:
https://review.coreboot.org/c/coreboot/+/74749/comment/991462e3_8eabc680
PS3, Line 3: RTD_2132
maybe without underscore
--
To view, visit https://review.coreboot.org/c/coreboot/+/74749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Gerrit-Change-Number: 74749
Gerrit-PatchSet: 3
Gerrit-Owner: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Attention: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Attention: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Comment-Date: Thu, 27 Apr 2023 09:02:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Tim Crawford, Jeremy Soller, Christian Walter, Mario Scheithauer, Arthur Heymans, Werner Zeh.
Jan Samek has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74749 )
Change subject: treewide: Add missing include guards to chip.h
......................................................................
Patch Set 3:
(1 comment)
File src/drivers/i2c/cs35l53/chip.h:
https://review.coreboot.org/c/coreboot/+/74749/comment/910db0f9_e6f68a9f
PS2, Line 3: CS35L54
> CS35L53
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/74749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Gerrit-Change-Number: 74749
Gerrit-PatchSet: 3
Gerrit-Owner: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Attention: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Comment-Date: Thu, 27 Apr 2023 08:56:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-MessageType: comment
Attention is currently required from: Tim Crawford, Jeremy Soller, Christian Walter, Mario Scheithauer, Arthur Heymans, Jan Samek.
Hello Tim Crawford, Jeremy Soller, Christian Walter, Mario Scheithauer, Arthur Heymans, Werner Zeh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74749
to look at the new patch set (#3).
Change subject: treewide: Add missing include guards to chip.h
......................................................................
treewide: Add missing include guards to chip.h
Some of the chip.h files in the tree are missing the include guards.
This patch adds them in order to avoid potential redefinions of symbols
contained in these headers, when they are included multiple times in
static.c generated by sconfig.
Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Signed-off-by: Jan Samek <jan.samek(a)siemens.com>
---
M src/cpu/intel/haswell/chip.h
M src/cpu/intel/model_2065x/chip.h
M src/cpu/intel/model_206ax/chip.h
M src/drivers/generic/alc1015/chip.h
M src/drivers/generic/bayhub/chip.h
M src/drivers/generic/bayhub_lv2/chip.h
M src/drivers/generic/max98357a/chip.h
M src/drivers/generic/nau8315/chip.h
M src/drivers/i2c/cs35l53/chip.h
M src/drivers/i2c/cs42l42/chip.h
M src/drivers/i2c/da7219/chip.h
M src/drivers/i2c/max98373/chip.h
M src/drivers/i2c/max98390/chip.h
M src/drivers/i2c/max98396/chip.h
M src/drivers/i2c/max98927/chip.h
M src/drivers/i2c/nau8825/chip.h
M src/drivers/i2c/pca9538/chip.h
M src/drivers/i2c/pcf8523/chip.h
M src/drivers/i2c/ptn3460/chip.h
M src/drivers/i2c/rt1011/chip.h
M src/drivers/i2c/rt5663/chip.h
M src/drivers/i2c/rtd2132/chip.h
M src/drivers/i2c/rx6110sa/chip.h
M src/drivers/i2c/tas5825m/chip.h
M src/drivers/i2c/tpm/chip.h
M src/drivers/intel/ish/chip.h
M src/drivers/net/phy/m88e1512/chip.h
27 files changed, 151 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/74749/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/74749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Gerrit-Change-Number: 74749
Gerrit-PatchSet: 3
Gerrit-Owner: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Attention: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Jan Samek <jan.samek(a)siemens.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Tim Crawford, Jeremy Soller, Christian Walter, Mario Scheithauer, Arthur Heymans, Jan Samek.
Werner Zeh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74749 )
Change subject: treewide: Add missing include guards to chip.h
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File src/drivers/i2c/cs35l53/chip.h:
https://review.coreboot.org/c/coreboot/+/74749/comment/cffa5183_9fd3e0f2
PS2, Line 3: CS35L54
CS35L53
--
To view, visit https://review.coreboot.org/c/coreboot/+/74749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Gerrit-Change-Number: 74749
Gerrit-PatchSet: 2
Gerrit-Owner: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Reviewer: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Attention: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Mario Scheithauer <mario.scheithauer(a)siemens.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Attention: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Comment-Date: Thu, 27 Apr 2023 08:55:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Tim Crawford, Jeremy Soller, Christian Walter, Arthur Heymans.
Hello Tim Crawford, Jeremy Soller, Christian Walter, Arthur Heymans,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74749
to look at the new patch set (#2).
Change subject: treewide: Add missing include guards to chip.h
......................................................................
treewide: Add missing include guards to chip.h
Some of the chip.h files in the tree are missing the include guards.
This patch adds them in order to avoid potential redefinions of symbols
contained in these headers, when they are included multiple times in
static.c generated by sconfig.
Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Signed-off-by: Jan Samek <jan.samek(a)siemens.com>
---
M src/cpu/intel/haswell/chip.h
M src/cpu/intel/model_2065x/chip.h
M src/cpu/intel/model_206ax/chip.h
M src/drivers/generic/alc1015/chip.h
M src/drivers/generic/bayhub/chip.h
M src/drivers/generic/bayhub_lv2/chip.h
M src/drivers/generic/max98357a/chip.h
M src/drivers/generic/nau8315/chip.h
M src/drivers/i2c/cs35l53/chip.h
M src/drivers/i2c/cs42l42/chip.h
M src/drivers/i2c/da7219/chip.h
M src/drivers/i2c/max98373/chip.h
M src/drivers/i2c/max98390/chip.h
M src/drivers/i2c/max98396/chip.h
M src/drivers/i2c/max98927/chip.h
M src/drivers/i2c/nau8825/chip.h
M src/drivers/i2c/pca9538/chip.h
M src/drivers/i2c/pcf8523/chip.h
M src/drivers/i2c/ptn3460/chip.h
M src/drivers/i2c/rt1011/chip.h
M src/drivers/i2c/rt5663/chip.h
M src/drivers/i2c/rtd2132/chip.h
M src/drivers/i2c/rx6110sa/chip.h
M src/drivers/i2c/tas5825m/chip.h
M src/drivers/i2c/tpm/chip.h
M src/drivers/intel/ish/chip.h
M src/drivers/net/phy/m88e1512/chip.h
27 files changed, 151 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/74749/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/74749
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I550a514e72a8dd4db602e7ceffccd81aa36446e3
Gerrit-Change-Number: 74749
Gerrit-PatchSet: 2
Gerrit-Owner: Jan Samek <jan.samek(a)siemens.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Reviewer: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Tim Crawford <tcrawford(a)system76.com>
Gerrit-Attention: Jeremy Soller <jeremy(a)system76.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Attention is currently required from: Werner Zeh.
Hello Jan Samek,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74801
to look at the new patch set (#2).
Change subject: mb/siemens/mc_ehl: Remove wrong comment regarding spd.bin
......................................................................
mb/siemens/mc_ehl: Remove wrong comment regarding spd.bin
The support for a spd.bin from CBFS was removed for all mc_ehl boards in
commit 833bb448c5213 (mb/siemens/mc_ehl: Remove spd.bin from CBFS).
There is still a remaining comment in romstage_fsp_params.c referring to
the removed capability. This fix removes the spd.bin related part of the
comment to stay consistent with the code.
Change-Id: I669ee1c33d1d1c47764640982f71129195e63f14
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
M src/mainboard/siemens/mc_ehl/romstage_fsp_params.c
1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/74801/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/74801
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I669ee1c33d1d1c47764640982f71129195e63f14
Gerrit-Change-Number: 74801
Gerrit-PatchSet: 2
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: Jan Samek <jan.samek(a)siemens.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Werner Zeh.
Jan Samek has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74801 )
Change subject: mb/siemens/mc_ehl: Remove wrong comment regarding spd.bin
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/74801
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I669ee1c33d1d1c47764640982f71129195e63f14
Gerrit-Change-Number: 74801
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: Jan Samek <jan.samek(a)siemens.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Comment-Date: Thu, 27 Apr 2023 08:32:48 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74801 )
Change subject: mb/siemens/mc_ehl: Remove wrong comment regarding spd.bin
......................................................................
Patch Set 1:
(1 comment)
Commit Message:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-175087):
https://review.coreboot.org/c/coreboot/+/74801/comment/e4013738_2f8102ef
PS1, Line 9: The support for a spd.bin from CBFS was removed for all mc_ehl boards in
Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 833bb448c521 ("mb/siemens/mc_ehl: Remove spd.bin from CBFS")'
--
To view, visit https://review.coreboot.org/c/coreboot/+/74801
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I669ee1c33d1d1c47764640982f71129195e63f14
Gerrit-Change-Number: 74801
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 27 Apr 2023 08:31:46 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment