Attention is currently required from: Hung-Te Lin, Jiaxin Yu, Yang Wu, Yu-Ping Wu.
Yidi Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79064?usp=email )
Change subject: mb/google/corsola/var/chinchou: Configure I2C and I2S interface for ALC5650
......................................................................
Patch Set 9:
(1 comment)
File src/mainboard/google/corsola/mainboard.c:
https://review.coreboot.org/c/coreboot/+/79064/comment/6b02e597_898a814d :
PS9, Line 16: audio
> Can we rename this to be more specific?
configure_alc1019
--
To view, visit https://review.coreboot.org/c/coreboot/+/79064?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibd098adb8d5568ad338bbfece0edfd0c38cbf854
Gerrit-Change-Number: 79064
Gerrit-PatchSet: 9
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Ruihai Zhou <zhouruihai(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Xuxin Xiong <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 16 Nov 2023 08:35:39 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Benjamin Doron, Christian Walter, David Milosevic, Lean Sheng Tan, Maximilian Brune, Naresh Solanki.
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79086?usp=email )
Change subject: mainboard/emulation/qemu-sbsa: Add qemu-sbsa board
......................................................................
Patch Set 1: Code-Review+1
(6 comments)
File Documentation/mainboard/emulation/qemu-sbsa.md:
https://review.coreboot.org/c/coreboot/+/79086/comment/db237b30_dbcdee3a :
PS1, Line 6: <TF-A>
Can building TF-A be added to the makefile? It can be a in a follow-up.
https://review.coreboot.org/c/coreboot/+/79086/comment/a7b14c10_bd6afea6 :
PS1, Line 6: qemu-system-aarch64 -nographic -m 1024 -M sbsa-ref -pflash <TF-A> \
: -pflash ./build/coreboot.rom \
Add a 'qemu' make target so that it is as simple as running 'make qemu'. This can be in a follow-up if you prefer.
File src/mainboard/emulation/qemu-sbsa/Kconfig:
https://review.coreboot.org/c/coreboot/+/79086/comment/369af4e2_69338b87 :
PS1, Line 5: BOARD_SPECIFIC_OPTIONS
default to SEPARATE_ROMSTAGE false? Romstage does nothing but initializing cbmem.
File src/mainboard/emulation/qemu-sbsa/dsdt.asl:
https://review.coreboot.org/c/coreboot/+/79086/comment/cdd43c5f_cbba8eb9 :
PS1, Line 419: Device (RES0)
: {
: Name (_HID, "PNP0C02" /* PNP Motherboard Resources */) // _HID: Hardware ID
: Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings
: {
: QWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, NonCacheable, ReadWrite,
: 0x0000000000000000, // Granularity
: SBSA_PCIE_ECAM_BASE, // Range Minimum
: SBSA_PCIE_ECAM_LIMIT, // Range Maximum
: 0x0000000000000000, // Translation Offset
: SBSA_PCIE_ECAM_SIZE, // Length
: ,, , AddressRangeMemory, TypeStatic)
: })
: Method (_STA) {
: Return (0xF)
: }
: }
Drop this. It's in dsdt_top.asl now.
File src/mainboard/emulation/qemu-sbsa/flash.fmd:
https://review.coreboot.org/c/coreboot/+/79086/comment/ebdafba0_8be09215 :
PS1, Line 17: @0x0 CONFIG_ROM_SIZE
not needed to specify
https://review.coreboot.org/c/coreboot/+/79086/comment/f68e6f3b_98a2d907 :
PS1, Line 20: @0x20000
can also be dropped.
--
To view, visit https://review.coreboot.org/c/coreboot/+/79086?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Iacc9aaf065e0d153336cbef9a9b5b46a9eb24a53
Gerrit-Change-Number: 79086
Gerrit-PatchSet: 1
Gerrit-Owner: David Milosevic <David.Milosevic(a)9elements.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: Naresh Solanki <naresh.solanki(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Attention: Christian Walter <christian.walter(a)9elements.com>
Gerrit-Attention: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Attention: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Attention: David Milosevic <David.Milosevic(a)9elements.com>
Gerrit-Attention: Naresh Solanki <naresh.solanki(a)9elements.com>
Gerrit-Comment-Date: Thu, 16 Nov 2023 08:10:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Jiaxin Yu, Yang Wu.
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79064?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: mb/google/corsola/var/chinchou: Configure I2C and I2S interface for ALC5650
......................................................................
Patch Set 9:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79064/comment/2dd4c168_fdc49fc0 :
PS9, Line 7: /var/chinchou
remove
File src/mainboard/google/corsola/mainboard.c:
https://review.coreboot.org/c/coreboot/+/79064/comment/52577a15_af212c76 :
PS9, Line 16: audio
Can we rename this to be more specific?
--
To view, visit https://review.coreboot.org/c/coreboot/+/79064?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibd098adb8d5568ad338bbfece0edfd0c38cbf854
Gerrit-Change-Number: 79064
Gerrit-PatchSet: 9
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Ruihai Zhou <zhouruihai(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Xuxin Xiong <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Comment-Date: Thu, 16 Nov 2023 07:40:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Yang Wu, Yidi Lin, Yu-Ping Wu.
Jiaxin Yu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79064?usp=email )
Change subject: mb/google/corsola/var/chinchou: Configure I2C and I2S interface for ALC5650
......................................................................
Patch Set 9: Code-Review+1
(1 comment)
File src/mainboard/google/corsola/mainboard.c:
https://review.coreboot.org/c/coreboot/+/79064/comment/cc05345b_f7fe335e :
PS7, Line 43: mt_pll_set_aud_div(48 * KHz);
> @jiaxin, does it mean we don't need to configure the clock for ALC5650?
No, beep sound we can use 26M clock to generate i2s bclk/lrck.
This can simplify the steps of configuring the APLL clock.
--
To view, visit https://review.coreboot.org/c/coreboot/+/79064?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibd098adb8d5568ad338bbfece0edfd0c38cbf854
Gerrit-Change-Number: 79064
Gerrit-PatchSet: 9
Gerrit-Owner: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Ruihai Zhou <zhouruihai(a)huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin(a)google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Xuxin Xiong <xuxinxiong(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Yidi Lin <yidilin(a)google.com>
Gerrit-Attention: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-Attention: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Thu, 16 Nov 2023 06:39:53 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Jiaxin Yu <jiaxin.yu(a)mediatek.corp-partner.google.com>
Comment-In-Reply-To: Yidi Lin <yidilin(a)google.com>
Comment-In-Reply-To: Yang Wu <wuyang5(a)huaqin.corp-partner.google.com>
Gerrit-MessageType: comment