Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/t530/devicetree: Trim DID entries to actual size. ......................................................................
mb/lenovo/t530/devicetree: Trim DID entries to actual size.
Change-Id: I6da5b3270c14b4953cd25b4d8776479eb8a239c8 Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/t530/variants/t530/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/38707/1
diff --git a/src/mainboard/lenovo/t530/variants/t530/devicetree.cb b/src/mainboard/lenovo/t530/variants/t530/devicetree.cb index 674b0f8..6f6dd1c 100644 --- a/src/mainboard/lenovo/t530/variants/t530/devicetree.cb +++ b/src/mainboard/lenovo/t530/variants/t530/devicetree.cb @@ -1,7 +1,7 @@ chip northbridge/intel/sandybridge # IGD Displays register "gfx.ndid" = "3" - register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }" + register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410 }"
# Enable DisplayPort Hotplug with 6ms pulse register "gpu_dp_d_hotplug" = "0x06"
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/t530/devicetree: Trim DID entries to actual size. ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38707/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38707/2//COMMIT_MSG@7 PS2, Line 7: mb/lenovo/t530/devicetree: Trim DID entries to actual size. Please remove the dot/period at the end of the commit message summary.
Peter Lemenkov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/t530/devicetree: Trim DID entries to actual size. ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38707/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38707/2//COMMIT_MSG@7 PS2, Line 7: mb/lenovo/t530/devicetree: Trim DID entries to actual size.
Please remove the dot/period at the end of the commit message summary.
Done
Hello build bot (Jenkins), Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38707
to look at the new patch set (#3).
Change subject: mb/lenovo/t530/devicetree: Trim DID entries to actual size ......................................................................
mb/lenovo/t530/devicetree: Trim DID entries to actual size
Change-Id: I6da5b3270c14b4953cd25b4d8776479eb8a239c8 Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/t530/variants/t530/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/38707/3
Hello build bot (Jenkins), Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38707
to look at the new patch set (#5).
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
mb/lenovo/*/devicetree: Trim DID entries to actual size
Change-Id: I6da5b3270c14b4953cd25b4d8776479eb8a239c8 Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/l520/devicetree.cb M src/mainboard/lenovo/s230u/devicetree.cb M src/mainboard/lenovo/t400/devicetree.cb M src/mainboard/lenovo/t420/devicetree.cb M src/mainboard/lenovo/t420s/devicetree.cb M src/mainboard/lenovo/t430s/devicetree.cb M src/mainboard/lenovo/t520/devicetree.cb M src/mainboard/lenovo/t530/variants/t530/devicetree.cb M src/mainboard/lenovo/t60/devicetree.cb M src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb M src/mainboard/lenovo/x200/devicetree.cb M src/mainboard/lenovo/x201/devicetree.cb M src/mainboard/lenovo/x220/devicetree.cb M src/mainboard/lenovo/x230/devicetree.cb M src/mainboard/lenovo/x60/devicetree.cb 15 files changed, 15 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/38707/5
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG@7 PS5, Line 7: DID entries The real question is: do they make any sense, or can they be removed?
Peter Lemenkov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG@7 PS5, Line 7: DID entries
The real question is: do they make any sense, or can they be removed?
Looks like they can be replaced with some default values at least. I've found just a few boards which use different DID list.
On the other hand it's a part of board technical specification so maybe it's better to declare it in a devicetree explicitly anyway.
I believe it's better to discuss it separately (in a different commit).
Hello build bot (Jenkins), Alexander Couzens, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38707
to look at the new patch set (#6).
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
mb/lenovo/*/devicetree: Trim DID entries to actual size
Change-Id: I6da5b3270c14b4953cd25b4d8776479eb8a239c8 Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/l520/devicetree.cb M src/mainboard/lenovo/s230u/devicetree.cb M src/mainboard/lenovo/t400/devicetree.cb M src/mainboard/lenovo/t420/devicetree.cb M src/mainboard/lenovo/t420s/devicetree.cb M src/mainboard/lenovo/t430s/devicetree.cb M src/mainboard/lenovo/t520/devicetree.cb M src/mainboard/lenovo/t530/variants/t530/devicetree.cb M src/mainboard/lenovo/t60/devicetree.cb M src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb M src/mainboard/lenovo/x200/devicetree.cb M src/mainboard/lenovo/x201/devicetree.cb M src/mainboard/lenovo/x220/devicetree.cb M src/mainboard/lenovo/x230/devicetree.cb M src/mainboard/lenovo/x60/devicetree.cb 15 files changed, 15 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/38707/6
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
Patch Set 6: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38707/5//COMMIT_MSG@7 PS5, Line 7: DID entries
Looks like they can be replaced with some default values at least. […]
Agreed, it's better handled in a different change.
Peter Lemenkov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
Patch Set 6:
Superseded by CB:39731
Peter Lemenkov has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/38707 )
Change subject: mb/lenovo/*/devicetree: Trim DID entries to actual size ......................................................................
Abandoned