Attention is currently required from: Paul Menzel.
Sean Rhodes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72669 )
Change subject: mb/starlabs/starbook/adl: Remove Soundwire workaround
......................................................................
Patch Set 6:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/72669/comment/2eeae647_7b4edc03
PS5, Line 12:
> `git blame` says commit 17441a3ac5a (mainboard/starlabs: Add StarBook Mk V) is when this workaround […]
Right - it was in the original code
--
To view, visit https://review.coreboot.org/c/coreboot/+/72669
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic11f355eb218ff3bad00fff83537c99c1b6985bc
Gerrit-Change-Number: 72669
Gerrit-PatchSet: 6
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Mon, 03 Apr 2023 10:23:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Sean Rhodes, Paul Menzel.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72669
to look at the new patch set (#6).
Change subject: mb/starlabs/starbook/adl: Remove Soundwire workaround
......................................................................
mb/starlabs/starbook/adl: Remove Soundwire workaround
This was added to solve Debian 10 not booting. Debian 10, which
now isn't the latest stable version works, so remove the
workaround that was included in the original port.
Signed-off-by: Sean Rhodes <sean(a)starlabs.systems>
Change-Id: Ic11f355eb218ff3bad00fff83537c99c1b6985bc
---
M src/mainboard/starlabs/starbook/acpi/mainboard.asl
1 file changed, 14 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/72669/6
--
To view, visit https://review.coreboot.org/c/coreboot/+/72669
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic11f355eb218ff3bad00fff83537c99c1b6985bc
Gerrit-Change-Number: 72669
Gerrit-PatchSet: 6
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: newpatchset
Attention is currently required from: Sean Rhodes, Paul Menzel.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/72669 )
Change subject: mb/starlabs/starbook/adl: Remove Soundwire workaround
......................................................................
Patch Set 5:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/72669/comment/12b0a0d3_d5940916
PS5, Line 12:
> It doesn't revert a commit
`git blame` says commit 17441a3ac5a (mainboard/starlabs: Add StarBook Mk V) is when this workaround was added.
--
To view, visit https://review.coreboot.org/c/coreboot/+/72669
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic11f355eb218ff3bad00fff83537c99c1b6985bc
Gerrit-Change-Number: 72669
Gerrit-PatchSet: 5
Gerrit-Owner: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Sean Rhodes <sean(a)starlabs.systems>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Comment-Date: Mon, 03 Apr 2023 10:21:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sean Rhodes <sean(a)starlabs.systems>
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-MessageType: comment
Attention is currently required from: Dinesh Gehlot, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74005 )
Change subject: soc/intel/cmn: Implement HECI commands to get version details of ISHC
......................................................................
Patch Set 11:
(6 comments)
File src/soc/intel/common/block/cse/cse_lite.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/eca608f4_8aa16853
PS11, Line 204: saved_version = cbmem_add(CBMEM_ID_CSE_PARTITION_VERSION, sizeof(fw_partition_version));
> ideally this should be cbmem_find() and if find is failing then you should add new entry isn't it.
>
> cbmem_find() will pass for all consecutive boot and cbmem_add() is required only for first boot.
while adding cbmem_add for the first time, u should store the initial value as NULL aka 0 and ishc_version_update_done as false.
https://review.coreboot.org/c/coreboot/+/74005/comment/4d6425ee_1b8854ca
PS11, Line 210: ishc_update_required
saved_version->ishc_version_update_done = false
https://review.coreboot.org/c/coreboot/+/74005/comment/7db6ceac_48bc613c
PS11, Line 212: ishc_update_required
assuming ishc_version_update_done is already set to `true` from since last update?
File src/soc/intel/common/block/cse/cse_partition_version.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/bddd0b55_41b72106
PS11, Line 37: printk(BIOS_ERR, "HECI: ISHC version resp Failed: 0x%x\n", resp.hdr.result);
while failing, u should mark ishc_version_update_done is false to avoid getting any wrong value
https://review.coreboot.org/c/coreboot/+/74005/comment/30df3ad0_3b037cfd
PS11, Line 40: ishc_update_required
ishc_version_update_done=true
File src/soc/intel/common/block/include/intelblocks/cse.h:
https://review.coreboot.org/c/coreboot/+/74005/comment/e5b12436_b2bd2112
PS11, Line 140: ishc_update_required
ishc_version_update_done
--
To view, visit https://review.coreboot.org/c/coreboot/+/74005
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0582010bbb836bd4734f843a8c74dee49d203fd8
Gerrit-Change-Number: 74005
Gerrit-PatchSet: 11
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Comment-Date: Mon, 03 Apr 2023 08:59:30 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Gerrit-MessageType: comment
Attention is currently required from: Dinesh Gehlot, Kapil Porwal.
Subrata Banik has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/74005 )
Change subject: soc/intel/cmn: Implement HECI commands to get version details of ISHC
......................................................................
Patch Set 11:
(10 comments)
Patchset:
PS11:
can you please also create an API as an incremental patch named `get_ishc_version()` which will get called from ramstage alone and if return value version from cbmem if ishc_version_update_done is set to true.
File src/soc/intel/common/block/cse/cse_lite.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/7ca62cc0_9ca3bdfb
PS9, Line 204: Two instances of 'fw_version' were allocated to store both the ISHC and CSE versions.
: The first instance will store ISHC version and the second instance will store CSE version
: */
follow the may char per line rule
File src/soc/intel/common/block/cse/cse_lite.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/6f90aa84_ad742a44
PS11, Line 204: saved_version = cbmem_add(CBMEM_ID_CSE_PARTITION_VERSION, sizeof(fw_partition_version));
ideally this should be cbmem_find() and if find is failing then you should add new entry isn't it.
cbmem_find() will pass for all consecutive boot and cbmem_add() is required only for first boot.
https://review.coreboot.org/c/coreboot/+/74005/comment/121d90df_85c44d92
PS11, Line 206: // Compare if saved CSE is same as current
follow /* */
https://review.coreboot.org/c/coreboot/+/74005/comment/e0999b5d_b0692c81
PS11, Line 211: else
else {
}
File src/soc/intel/common/block/cse/cse_partition_version.c:
https://review.coreboot.org/c/coreboot/+/74005/comment/d2d9e2a1_2166a2a6
PS11, Line 11: cbmem_entry_start
shouldn't this be just cbmem_find()
https://review.coreboot.org/c/coreboot/+/74005/comment/fbc40907_c3d664bd
PS11, Line 36: if (ret || resp.hdr.result)
if {
}
https://review.coreboot.org/c/coreboot/+/74005/comment/538306d6_e2a8d798
PS11, Line 44: BS_DEV_ENABLE
if we want to do this operation at early ramstage then `BS_PRE_DEVICE` is the correct BS
File src/soc/intel/common/block/include/intelblocks/cse.h:
https://review.coreboot.org/c/coreboot/+/74005/comment/f921f6b3_6bac77f7
PS11, Line 139: typedef
avoid typedef
https://review.coreboot.org/c/coreboot/+/74005/comment/18a48523_c6b95a23
PS11, Line 143: fw_partition_version
cse_fw_ish_version_info
--
To view, visit https://review.coreboot.org/c/coreboot/+/74005
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0582010bbb836bd4734f843a8c74dee49d203fd8
Gerrit-Change-Number: 74005
Gerrit-PatchSet: 11
Gerrit-Owner: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Comment-Date: Mon, 03 Apr 2023 08:55:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment