Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Patch Set 3:
(3 comments)
tested functional on google/chell with default FSP/GOP display init and Tianocore payload
https://review.coreboot.org/c/coreboot/+/35921/3//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/35921/3//COMMIT_MSG@18
PS3, Line 18: - set FSP board type to "mobile"
this is being set to BOARD_TYPE_ULT_ULX at SoC level, why do we want to override? what are consequences to FSP?
https://review.coreboot.org/c/coreboot/+/35921/3//COMMIT_MSG@19
PS3, Line 19: - add FSP parameter DmiVc1 (see TODO)
this doesn't seem necessary (at least on chell), so def need better understanding on its addition given so few other boards use it
https://review.coreboot.org/c/coreboot/+/35921/3//COMMIT_MSG@23
PS3, Line 23: - loadline values in devicetree maybe can dropped again, as Maxim is
: working on adding missing loadline values in CB:35167
I would recommend dropping them and simply rebasing your patchset on top of that change, no reason to duplicate work just to drop later
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 21:48:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Uploaded patch set 3: Commit message was updated.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 21:13:06 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello Patrick Rudolph, Matt DeVillier, Paul Menzel, build bot (Jenkins), Nico Huber, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35921
to look at the new patch set (#3).
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
mb/google/glados: port to FSP 2.0
This patch is part of the patch series to drop support for FSP 1.1 in
soc/intel/skylake.
The following modifications have been done to migrate the board(s) from
FSP 1.1 to FSP 2.0:
- remove deprecated devicetree VR_RING domain (only 4 domains in FSP 2.0)
- add AC/DC loadline values to devicetree (see TODO)
- switch to using the FSP default VBT
- set FSP board type to "mobile"
- add FSP parameter DmiVc1 (see TODO)
TODO:
- check loadline values again
- loadline values in devicetree maybe can dropped again, as Maxim is
working on adding missing loadline values in CB:35167
- find out why some boards set DmiVc1
- testing
Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Signed-off-by: Michael Niewöhner <foss(a)mniewoehner.de>
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/glados/Kconfig
M src/mainboard/google/glados/ramstage.c
M src/mainboard/google/glados/romstage.c
M src/mainboard/google/glados/spd/spd.c
M src/mainboard/google/glados/spd/spd_util.h
D src/mainboard/google/glados/variants/asuka/data.vbt
M src/mainboard/google/glados/variants/asuka/devicetree.cb
M src/mainboard/google/glados/variants/asuka/variant.c
M src/mainboard/google/glados/variants/baseboard/include/baseboard/variant.h
D src/mainboard/google/glados/variants/caroline/data.vbt
M src/mainboard/google/glados/variants/caroline/devicetree.cb
M src/mainboard/google/glados/variants/caroline/variant.c
D src/mainboard/google/glados/variants/cave/data.vbt
M src/mainboard/google/glados/variants/cave/devicetree.cb
M src/mainboard/google/glados/variants/cave/variant.c
D src/mainboard/google/glados/variants/chell/data.vbt
M src/mainboard/google/glados/variants/chell/devicetree.cb
M src/mainboard/google/glados/variants/chell/variant.c
M src/mainboard/google/glados/variants/glados/devicetree.cb
M src/mainboard/google/glados/variants/glados/variant.c
D src/mainboard/google/glados/variants/lars/data.vbt
M src/mainboard/google/glados/variants/lars/devicetree.cb
M src/mainboard/google/glados/variants/lars/variant.c
D src/mainboard/google/glados/variants/sentry/data.vbt
M src/mainboard/google/glados/variants/sentry/devicetree.cb
M src/mainboard/google/glados/variants/sentry/variant.c
26 files changed, 269 insertions(+), 308 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/35921/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 3
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35921/2/src/mainboard/google/glado…
File src/mainboard/google/glados/romstage.c:
https://review.coreboot.org/c/coreboot/+/35921/2/src/mainboard/google/glado…
PS2, Line 35: const FSPM_ARCH_UPD *arch_upd = &mupd->FspmArchUpd;
need consistent spacing around '*' (ctx:WxV)
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 21:12:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Uploaded patch set 2.
(1 comment)
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
File src/mainboard/google/glados/Kconfig:
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
PS1, Line 23: select MAINBOARD_HAS_LIBGFXINIT
> we don't want to add this without the required libgfxinit file and makefile change, or before the cu […]
removed, as discussed on IRC; will be added in a later libgfxinit commit
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 21:11:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: comment
Hello Patrick Rudolph, Matt DeVillier, Paul Menzel, build bot (Jenkins), Nico Huber, Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35921
to look at the new patch set (#2).
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
mb/google/glados: port to FSP 2.0
This patch is part of the patch series to drop support for FSP 1.1 in
soc/intel/skylake.
The following modifications have been done to migrate the board(s) from
FSP 1.1 to FSP 2.0:
- remove deprecated devicetree VR_RING domain (only 4 domains in FSP 2.0)
- add AC/DC loadline values to devicetree (see TODO)
- switch to using the FSP default VBT
- enable libgfxinit support
- set FSP board type to "mobile"
- add FSP parameter DmiVc1 (see TODO)
TODO:
- check loadline values again
- loadline values in devicetree maybe can dropped again, as Maxim is
working on adding missing loadline values in CB:35167
- find out why some boards set DmiVc1
- testing
Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Signed-off-by: Michael Niewöhner <foss(a)mniewoehner.de>
Signed-off-by: Matt DeVillier <matt.devillier(a)gmail.com>
---
M src/mainboard/google/glados/Kconfig
M src/mainboard/google/glados/ramstage.c
M src/mainboard/google/glados/romstage.c
M src/mainboard/google/glados/spd/spd.c
M src/mainboard/google/glados/spd/spd_util.h
D src/mainboard/google/glados/variants/asuka/data.vbt
M src/mainboard/google/glados/variants/asuka/devicetree.cb
M src/mainboard/google/glados/variants/asuka/variant.c
M src/mainboard/google/glados/variants/baseboard/include/baseboard/variant.h
D src/mainboard/google/glados/variants/caroline/data.vbt
M src/mainboard/google/glados/variants/caroline/devicetree.cb
M src/mainboard/google/glados/variants/caroline/variant.c
D src/mainboard/google/glados/variants/cave/data.vbt
M src/mainboard/google/glados/variants/cave/devicetree.cb
M src/mainboard/google/glados/variants/cave/variant.c
D src/mainboard/google/glados/variants/chell/data.vbt
M src/mainboard/google/glados/variants/chell/devicetree.cb
M src/mainboard/google/glados/variants/chell/variant.c
M src/mainboard/google/glados/variants/glados/devicetree.cb
M src/mainboard/google/glados/variants/glados/variant.c
D src/mainboard/google/glados/variants/lars/data.vbt
M src/mainboard/google/glados/variants/lars/devicetree.cb
M src/mainboard/google/glados/variants/lars/variant.c
D src/mainboard/google/glados/variants/sentry/data.vbt
M src/mainboard/google/glados/variants/sentry/devicetree.cb
M src/mainboard/google/glados/variants/sentry/variant.c
26 files changed, 269 insertions(+), 308 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/35921/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
File src/mainboard/google/glados/Kconfig:
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
PS1, Line 23: select MAINBOARD_HAS_LIBGFXINIT
we don't want to add this without the required libgfxinit file and makefile change, or before the current CDCLK changes are merged in
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 21:03:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35921 )
Change subject: mb/google/glados: port to FSP 2.0
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
File src/mainboard/google/glados/romstage.c:
https://review.coreboot.org/c/coreboot/+/35921/1/src/mainboard/google/glado…
PS1, Line 35: const FSPM_ARCH_UPD *arch_upd = &mupd->FspmArchUpd;
need consistent spacing around '*' (ctx:WxV)
--
To view, visit https://review.coreboot.org/c/coreboot/+/35921
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id747ef484dfdcb2d346f817976f52073912468d0
Gerrit-Change-Number: 35921
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Niewöhner
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Reviewer: Michael Niewöhner
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Wed, 09 Oct 2019 20:47:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment