Attention is currently required from: Arthur Heymans, Benjamin Doron, Lance Zhao, Tim Wawrzynczak.
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/75685?usp=email )
Change subject: acpi: Add SPCR table
......................................................................
Patch Set 6: Code-Review+1
--
To view, visit https://review.coreboot.org/c/coreboot/+/75685?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I64e624c17a27b9215a8ba83bd6cbb2c0a7aa1dfc
Gerrit-Change-Number: 75685
Gerrit-PatchSet: 6
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan(a)9elements.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Attention: Benjamin Doron <benjamin.doron00(a)gmail.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Tue, 27 Jun 2023 10:45:59 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Hsuan-ting Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/75330?usp=email )
Change subject: lib: Support localized text of memory_training_desc in ux_locales.c
......................................................................
Patch Set 9:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/75330/comment/3a3668ff_5facddb4 :
PS9, Line 13: The preram_locales file follows the format:
> I have a few questions about the format. […]
First of all, let me list my concerns:
* Make the file as compact as possible
* Make the parsing logic in coreboot as simple as possible
* Make the read-only region compatible with some `string.h` functions
---
For 1. I haven't find an easy logic to parse your structures, let me know if there's one I am not awared of.
I have another idea:
prepend one "type byte" in front of each strings. e.g.
\x00 \x01 string_name_1 \x00 \x02 locale_id_1 \x00 \x03 localized_string_1 ...
Hence our `search_for` will always point to the "type byte"
and we could easily parse them by type enum
```
enum content_type {
CONTENT_TYPE_STRING_NAME = 0x01,
CONTENT_TYPE_LOCALE_ID = 0x02,
CONTENT_TYPE_LOCALIZED = 0x03,
};
```
---
For 2. Adding version byte (maybe two bytes?) seems reasonable, I am not sure if we want a checksum -- If so, we might follow the similiar logic of ELOG? e.g. adding SIGNATURE, VERSION, CHEKCSUM
File src/lib/ux_locales.c:
https://review.coreboot.org/c/coreboot/+/75330/comment/615fe052_047a7046 :
PS9, Line 101: const char *ux_locales_get_text(const char *name)
> Add a unit test for this?
I'll take a look at adding this.
--
To view, visit https://review.coreboot.org/c/coreboot/+/75330?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7e3c8d103c938a11b397c32c9228e44e31c3f01d
Gerrit-Change-Number: 75330
Gerrit-PatchSet: 9
Gerrit-Owner: Hsuan-ting Chen <roccochen(a)google.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: 9elements QA <hardwaretestrobot(a)gmail.com>
Gerrit-CC: Hsuan Ting Chen <roccochen(a)chromium.org>
Gerrit-CC: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Comment-Date: Tue, 27 Jun 2023 10:17:24 +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: Derek Huang, Henry Sun, Tarun Tuli, Yunlong Jia.
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76104?usp=email )
Change subject: mb/google/nissa: Setup driver for gothrax
......................................................................
Patch Set 1:
(4 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/76104/comment/5ac05791_d9b5daa2 :
PS1, Line 7: Setup
The verb is spelled with a space: Set up.
https://review.coreboot.org/c/coreboot/+/76104/comment/d463d329_2736c9fb :
PS1, Line 9: Setup
Ditto: The verb is spelled with a space: Set up.
https://review.coreboot.org/c/coreboot/+/76104/comment/9bb4ca6f_d03c65b4 :
PS1, Line 11:
What source did you use for your changes? Schematics?
File src/mainboard/google/brya/Kconfig.name:
https://review.coreboot.org/c/coreboot/+/76104/comment/fdb66490_b4230782 :
PS1, Line 389: select DRIVERS_I2C_SX9324_SUPPORT_LEGACY_LINUX_DRIVER
Why select this?
--
To view, visit https://review.coreboot.org/c/coreboot/+/76104?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1203ca13bd55b8ab96ce5d323a36ffde06860fa9
Gerrit-Change-Number: 76104
Gerrit-PatchSet: 1
Gerrit-Owner: Yunlong Jia <yunlong.jia(a)ecs.corp-partner.google.com>
Gerrit-Reviewer: Derek Huang <derekhuang(a)google.com>
Gerrit-Reviewer: Henry Sun <henrysun(a)google.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-CC: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Simon Yang <simon1.yang(a)intel.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Henry Sun <henrysun(a)google.com>
Gerrit-Attention: Derek Huang <derekhuang(a)google.com>
Gerrit-Attention: Yunlong Jia <yunlong.jia(a)ecs.corp-partner.google.com>
Gerrit-Comment-Date: Tue, 27 Jun 2023 09:39:01 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Shou-Chieh Hsu, Sumeet R Pawnikar, Tarun Tuli.
Dtrain Hsu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76105?usp=email )
Change subject: mb/google/nissa/var/uldren: Modify DPTF parameters
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/brya/variants/uldren/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/76105/comment/f4a7468d_606f5bf8 :
PS1, Line 180: 130
> Where can I find this SSDT sheet?
In Project_Uldren_Thermal_paramters_list_2023_0626.xlsx.
> What's the comment number in which I can find this SSDT sheet in bug?
https://partnerissuetracker.corp.google.com/issues/282598257#comment16.
--
To view, visit https://review.coreboot.org/c/coreboot/+/76105?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic5bbb3aa3b036a1eae8a95f63b570db2dc6da978
Gerrit-Change-Number: 76105
Gerrit-PatchSet: 1
Gerrit-Owner: Dtrain Hsu <dtrain_hsu(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Derek Huang <derekhuang(a)google.com>
Gerrit-Reviewer: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Ivan Chen <yulunchen(a)google.com>
Gerrit-Reviewer: Paul Yang <paul.f.yang(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ian Feng <ian_feng(a)compal.corp-partner.google.com>
Gerrit-CC: Van Chen <van_chen(a)compal.corp-partner.google.com>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Attention: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Comment-Date: Tue, 27 Jun 2023 09:17:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dtrain Hsu <dtrain_hsu(a)compal.corp-partner.google.com>
Comment-In-Reply-To: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-MessageType: comment
Attention is currently required from: Dtrain Hsu, Shou-Chieh Hsu, Tarun Tuli.
Sumeet R Pawnikar has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/76105?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: mb/google/nissa/var/uldren: Modify DPTF parameters
......................................................................
Patch Set 1:
(1 comment)
File src/mainboard/google/brya/variants/uldren/overridetree.cb:
https://review.coreboot.org/c/coreboot/+/76105/comment/4b85ec50_41103e3d :
PS1, Line 180: 130
> Thanks for review. Since the settings here will be filled in SSDT, you can refer to SSDT sheet.
Where can I find this SSDT sheet?
What's the comment number in which I can find this SSDT sheet in bug?
--
To view, visit https://review.coreboot.org/c/coreboot/+/76105?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic5bbb3aa3b036a1eae8a95f63b570db2dc6da978
Gerrit-Change-Number: 76105
Gerrit-PatchSet: 1
Gerrit-Owner: Dtrain Hsu <dtrain_hsu(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Derek Huang <derekhuang(a)google.com>
Gerrit-Reviewer: Eric Lai <eric_lai(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Ivan Chen <yulunchen(a)google.com>
Gerrit-Reviewer: Paul Yang <paul.f.yang(a)intel.corp-partner.google.com>
Gerrit-Reviewer: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Reviewer: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-Reviewer: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Ian Feng <ian_feng(a)compal.corp-partner.google.com>
Gerrit-CC: Van Chen <van_chen(a)compal.corp-partner.google.com>
Gerrit-Attention: Tarun Tuli <taruntuli(a)google.com>
Gerrit-Attention: Dtrain Hsu <dtrain_hsu(a)compal.corp-partner.google.com>
Gerrit-Attention: Shou-Chieh Hsu <shouchieh(a)google.com>
Gerrit-Comment-Date: Tue, 27 Jun 2023 09:09:15 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Dtrain Hsu <dtrain_hsu(a)compal.corp-partner.google.com>
Comment-In-Reply-To: Sumeet R Pawnikar <sumeet.r.pawnikar(a)intel.com>
Gerrit-MessageType: comment