Attention is currently required from: Arthur Heymans.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/56065 )
Change subject: mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/56065
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff
Gerrit-Change-Number: 56065
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Sun, 04 Jul 2021 23:08:36 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Shelley Chen, Ravi kumar, Taniya Das.
Ravi Kumar Bokka has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55948 )
Change subject: soc/qualcomm/common/gpio: Define a macro for the gpio offset
......................................................................
Patch Set 2:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/55948/comment/19a49da1_9310db16
PS1, Line 7: soc: common: gpio
> I actually don't see this update. […]
Hi shelly,
updated commit message as suggested.
--
To view, visit https://review.coreboot.org/c/coreboot/+/55948
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iefdde8f8331cf1df2e88a2c8915aefb4fa091d65
Gerrit-Change-Number: 55948
Gerrit-PatchSet: 2
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Taniya Das <tdas(a)codeaurora.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ravi Kumar Bokka <c_rbokka(a)qualcomm.corp-partner.google.com>
Gerrit-CC: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Attention: Taniya Das <tdas(a)codeaurora.org>
Gerrit-Comment-Date: Sun, 04 Jul 2021 18:32:38 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Shelley Chen <shchen(a)google.com>
Comment-In-Reply-To: Ravi Kumar Bokka <c_rbokka(a)qualcomm.corp-partner.google.com>
Gerrit-MessageType: comment
Arthur Heymans has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/56065 )
Change subject: mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
......................................................................
mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
CPP is invalid in coreboot devicetrees. The code here would be used
for a hypothetical socket 1, which I assume the board did not feature.
so it is ok to just drop it.
Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/amd/padmelon/devicetree.cb
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/56065/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/56065
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff
Gerrit-Change-Number: 56065
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newpatchset
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56065 )
Change subject: mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
......................................................................
mainboard/amd/padmelon/devicetree.cb: Remove invalid cpp
CPP is invalid in coreboot devicetrees. The code here would be used
for a hypothetical socket 1, which I assume the board did not feature,
so it is ok, to just drop it.
Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/mainboard/amd/padmelon/devicetree.cb
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/56065/1
diff --git a/src/mainboard/amd/padmelon/devicetree.cb b/src/mainboard/amd/padmelon/devicetree.cb
index 87d2b1a..fcb42f1 100644
--- a/src/mainboard/amd/padmelon/devicetree.cb
+++ b/src/mainboard/amd/padmelon/devicetree.cb
@@ -4,11 +4,7 @@
register "spd_addr_lookup" = "
{
-#if CONFIG(AMD_APU_MERLINFALCON)
{ {0xA0, 0x00}, {0xA4, 0x00} }, // socket 0 - Channel 0 & 1, slot 0
-#else
- { {0xA0, 0x00} }, // socket 0 - Channel 0, slot 0
-#endif
}"
register "uma_mode" = "UMAMODE_AUTO_LEGACY"
--
To view, visit https://review.coreboot.org/c/coreboot/+/56065
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2c9ad775a43a5d9fc513321c26a661c34af6aaff
Gerrit-Change-Number: 56065
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange