Rex-BC Chen has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/59945 )
Change subject: mb/google/corsola: revise GPIO set of NOR flash for kingler/krabby
......................................................................
mb/google/corsola: revise GPIO set of NOR flash for kingler/krabby
Kingler and krabby boards use GPIO_SET1 for NOR flash.
Reference document:
kingler_mt8186_mt6366_lpddr4x_e.pdf, page 11.
crab_proto 0_2021112.pdf, page 11.
BUG=b:202871018
TEST=flash verify pass on kingler on bootblock stage
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: I031686ccddcf789f3fa966d113ee48949e454b8f
---
M src/mainboard/google/corsola/bootblock.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/59945/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59945
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I031686ccddcf789f3fa966d113ee48949e454b8f
Gerrit-Change-Number: 59945
Gerrit-PatchSet: 2
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-MessageType: newpatchset
Rex-BC Chen has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/59944 )
Change subject: mb/google/corsola: get SKU ID from EC (CBI)
......................................................................
mb/google/corsola: get SKU ID from EC (CBI)
The SKU ID for Corsola is retrieved via CBI interface.
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: I2888190d498df28b5ae13cf92cc41d088e8f8ee7
---
M src/mainboard/google/corsola/Kconfig
M src/mainboard/google/corsola/boardid.c
2 files changed, 25 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/59944/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59944
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2888190d498df28b5ae13cf92cc41d088e8f8ee7
Gerrit-Change-Number: 59944
Gerrit-PatchSet: 2
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hung-Te Lin.
Hello Hung-Te Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59940
to look at the new patch set (#2).
Change subject: soc/mediatek/mt8186: revise SPI NOR GPIO selection
......................................................................
soc/mediatek/mt8186: revise SPI NOR GPIO selection
The setting of SPI NOR GPIOs should be:
CS: pull up.
CLK/IO0/IO1: pull down.
BUG=b:202871018
TEST=build pass
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: Ideacb797a1dc9999ab6ba00cf33adbbbc24213dc
---
M src/soc/mediatek/mt8186/spi.c
1 file changed, 13 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/59940/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/59940
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ideacb797a1dc9999ab6ba00cf33adbbbc24213dc
Gerrit-Change-Number: 59940
Gerrit-PatchSet: 2
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Paul Menzel.
Hello Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59824
to look at the new patch set (#3).
Change subject: mb/google/corsola: Pass reset gpio parameter to BL31
......................................................................
mb/google/corsola: Pass reset gpio parameter to BL31
To support gpio reset SoC, we need to pass the reset gpio parameter to
BL31.
TEST=build pass
BUG=b:202871018
Cq-Depend: chromium:3188686
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: I48d8d004ea92e950d0040a11133c57c121b86af3
---
M src/mainboard/google/corsola/mainboard.c
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/59824/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/59824
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I48d8d004ea92e950d0040a11133c57c121b86af3
Gerrit-Change-Number: 59824
Gerrit-PatchSet: 3
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Hung-Te Lin, Paul Menzel.
Hello Hung-Te Lin,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59823
to look at the new patch set (#3).
Change subject: soc/mediatek/mt8186: Enable ARM Trusted Firmware integration
......................................................................
soc/mediatek/mt8186: Enable ARM Trusted Firmware integration
Enable configuration to build with MT8186 arm-trusted-firmware drivers.
TEST=build pass
BUG=b:202871018
Cq-Depend: chromium:3189573
Signed-off-by: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Change-Id: Ib23b112a0bf3d056b932a87b86aaff79508ef50c
---
M src/soc/mediatek/mt8186/Kconfig
M src/soc/mediatek/mt8186/Makefile.inc
2 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/59823/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/59823
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib23b112a0bf3d056b932a87b86aaff79508ef50c
Gerrit-Change-Number: 59823
Gerrit-PatchSet: 3
Gerrit-Owner: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset