Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47577 )
Change subject: MAINTAINERS: add maintainers of soc/amd/picassso
......................................................................
MAINTAINERS: add maintainers of soc/amd/picassso
Change-Id: Id39bd55a9a05b062892defadeb652980213b1e9c
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M MAINTAINERS
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/47577/1
diff --git a/MAINTAINERS b/MAINTAINERS
index 9a31a3f..fa8b492 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -529,6 +529,14 @@
# Systems on a Chip
################################################################################
+AMD Picasso
+M: Marshall Dawson <marshalldawson3rd(a)gmail.com>
+M: Felix Held <felix-coreboot(a)felixheld.de>
+M: Jason Glenesk <jason.glenesk(a)gmail.com>
+S: Maintained
+F: /src/soc/amd/picasso
+F: /src/vendorcode/amd/fsp/picasso
+
INTEL APOLLOLAKE_SOC
M: Andrey Petrov <andrey.petrov(a)gmail.com>
S: Maintained
--
To view, visit https://review.coreboot.org/c/coreboot/+/47577
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id39bd55a9a05b062892defadeb652980213b1e9c
Gerrit-Change-Number: 47577
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newchange
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47581 )
Change subject: soc/amd/picasso/include/amd_pci_int_defs: remove duplicate comment
......................................................................
soc/amd/picasso/include/amd_pci_int_defs: remove duplicate comment
This also reduces the difference to the equivalent file from
stoneyridge.
Change-Id: I3fc44f057047995cc4054a85a1bb69427aa28531
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/soc/amd/picasso/include/soc/amd_pci_int_defs.h
1 file changed, 1 insertion(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/47581/1
diff --git a/src/soc/amd/picasso/include/soc/amd_pci_int_defs.h b/src/soc/amd/picasso/include/soc/amd_pci_int_defs.h
index 0ffbe77..7f75de9 100644
--- a/src/soc/amd/picasso/include/soc/amd_pci_int_defs.h
+++ b/src/soc/amd/picasso/include/soc/amd_pci_int_defs.h
@@ -7,10 +7,7 @@
* PIRQ and device routing - these define the index into the
* FCH PCI_INTR 0xC00/0xC01 interrupt routing table.
*/
-/*
- * PIRQ and device routing - these define the index into the
- * FCH PCI_INTR 0xC00/0xC01 interrupt routing table.
- */
+
#define PIRQ_NC 0x1f /* Not Used */
#define PIRQ_A 0x00 /* INT A */
#define PIRQ_B 0x01 /* INT B */
--
To view, visit https://review.coreboot.org/c/coreboot/+/47581
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3fc44f057047995cc4054a85a1bb69427aa28531
Gerrit-Change-Number: 47581
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newchange
Tao Xia has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47443 )
Change subject: mb/google/kukui: Fix LCD sequence T3 fail issue
......................................................................
mb/google/kukui: Fix LCD sequence T3 fail issue
There is a delay between PPVARN_LCD_EN and PPVARN_LCD.
An extra 9ms delay should be added on LCM_RST_1V8 in order to meet the Spec.
BUG=b:172201138
BRANCH=kukui
TEST=The LCD sequence T3 is larger than 5ms when power on.
Signed-off-by: Tao Xia <xiatao5(a)huaqin.corp-partner.google.com>
Change-Id: Iaf7ae494e30c4c207103d949287b335288688c54
---
M src/mainboard/google/kukui/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/47443/1
diff --git a/src/mainboard/google/kukui/mainboard.c b/src/mainboard/google/kukui/mainboard.c
index 268b7ca..cbcb5da 100644
--- a/src/mainboard/google/kukui/mainboard.c
+++ b/src/mainboard/google/kukui/mainboard.c
@@ -91,7 +91,7 @@
gpio_output(GPIO_PPVARN_LCD_EN, 1);
gpio_output(GPIO_PP1800_LCM_EN, 1);
gpio_output(GPIO_PP3300_LCM_EN, 1);
- mdelay(6);
+ mdelay(15);
gpio_output(GPIO_LCM_RST_1V8, 1);
mdelay(6);
}
--
To view, visit https://review.coreboot.org/c/coreboot/+/47443
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaf7ae494e30c4c207103d949287b335288688c54
Gerrit-Change-Number: 47443
Gerrit-PatchSet: 1
Gerrit-Owner: Tao Xia <xiatao5(a)huaqin.corp-partner.google.com>
Gerrit-MessageType: newchange