Attention is currently required from: Krystian Hebel.
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62211 )
Change subject: mb/dell: Convert OptiPlex 9010 into directory with variants
......................................................................
Patch Set 3:
(3 comments)
File src/mainboard/dell/snb_ivb_workstations/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/62211/comment/0f29af39_7fc29dee
PS2, Line 17: 4
> SlotLengthLong
This file was supposed to be moved to variants/baseboard and I forgot to remove it.
File src/mainboard/dell/snb_ivb_workstations/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/62211/comment/7dc5dd64_3b946d17
PS2, Line 16: 4
> SlotLengthLong
Done
https://review.coreboot.org/c/coreboot/+/62211/comment/60aea0ba_be4efc11
PS2, Line 53: device pci 1d.0 off end # USB2 EHCI #1
> Probably by accident, when I was disabling all PCIe ports. Good catch.
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/62211
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4075f0ae3b24892fcc2be07061a01f8070659239
Gerrit-Change-Number: 62211
Gerrit-PatchSet: 3
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Martin L Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Comment-Date: Wed, 23 Mar 2022 11:28:08 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Comment-In-Reply-To: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-MessageType: comment
Attention is currently required from: Krystian Hebel.
Hello build bot (Jenkins), Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62211
to look at the new patch set (#3).
Change subject: mb/dell: Convert OptiPlex 9010 into directory with variants
......................................................................
mb/dell: Convert OptiPlex 9010 into directory with variants
New boards like Dell Precision T1650 will be added as variants, in
subsequent commit. They share most of the code, except some EC
initialization tables, PCIe port configuration and subsystem ID.
Signed-off-by: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Change-Id: I4075f0ae3b24892fcc2be07061a01f8070659239
---
D src/mainboard/dell/optiplex_9010/Kconfig.name
R src/mainboard/dell/snb_ivb_workstations/Kconfig
A src/mainboard/dell/snb_ivb_workstations/Kconfig.name
R src/mainboard/dell/snb_ivb_workstations/Makefile.inc
R src/mainboard/dell/snb_ivb_workstations/acpi/ec.asl
R src/mainboard/dell/snb_ivb_workstations/acpi/platform.asl
R src/mainboard/dell/snb_ivb_workstations/acpi/superio.asl
R src/mainboard/dell/snb_ivb_workstations/board_info.txt
R src/mainboard/dell/snb_ivb_workstations/cmos.default
R src/mainboard/dell/snb_ivb_workstations/cmos.layout
R src/mainboard/dell/snb_ivb_workstations/dsdt.asl
R src/mainboard/dell/snb_ivb_workstations/early_init.c
R src/mainboard/dell/snb_ivb_workstations/gma-mainboard.ads
R src/mainboard/dell/snb_ivb_workstations/gpio.c
C src/mainboard/dell/snb_ivb_workstations/hda_verb.c
R src/mainboard/dell/snb_ivb_workstations/mainboard.c
R src/mainboard/dell/snb_ivb_workstations/romstage.c
R src/mainboard/dell/snb_ivb_workstations/sch5545_ec.c
R src/mainboard/dell/snb_ivb_workstations/sch5545_ec_early.c
R src/mainboard/dell/snb_ivb_workstations/smihandler.c
R src/mainboard/dell/snb_ivb_workstations/variants/baseboard/devicetree.cb
R src/mainboard/dell/snb_ivb_workstations/variants/baseboard/include/baseboard/sch5545_ec.h
R src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/data.vbt
R src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/hda_verb.c
A src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/include/variant/sch5545_ec_tables.h
A src/mainboard/dell/snb_ivb_workstations/variants/optiplex_9010_sff/overridetree.cb
26 files changed, 317 insertions(+), 268 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/62211/3
--
To view, visit https://review.coreboot.org/c/coreboot/+/62211
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4075f0ae3b24892fcc2be07061a01f8070659239
Gerrit-Change-Number: 62211
Gerrit-PatchSet: 3
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Martin L Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-MessageType: newpatchset
Attention is currently required from: Krystian Hebel.
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62211 )
Change subject: mb/dell: Convert OptiPlex 9010 into directory with variants
......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/dell/snb_ivb_workstations/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/62211/comment/510e743a_f05e3d26
PS2, Line 53: device pci 1d.0 off end # USB2 EHCI #1
> This was previously 'on', and it isn't turned back on in overridetree. […]
Probably by accident, when I was disabling all PCIe ports. Good catch.
--
To view, visit https://review.coreboot.org/c/coreboot/+/62211
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4075f0ae3b24892fcc2be07061a01f8070659239
Gerrit-Change-Number: 62211
Gerrit-PatchSet: 2
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Martin L Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Comment-Date: Wed, 23 Mar 2022 11:13:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-MessageType: comment
Attention is currently required from: Michał Żygowski.
Krystian Hebel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62211 )
Change subject: mb/dell: Convert OptiPlex 9010 into directory with variants
......................................................................
Patch Set 2:
(3 comments)
File src/mainboard/dell/snb_ivb_workstations/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/62211/comment/0965be56_346e44ef
PS2, Line 17: 4
SlotLengthLong
File src/mainboard/dell/snb_ivb_workstations/variants/baseboard/devicetree.cb:
https://review.coreboot.org/c/coreboot/+/62211/comment/28cd8a17_d990c364
PS2, Line 16: 4
SlotLengthLong
https://review.coreboot.org/c/coreboot/+/62211/comment/0ae61890_0c66bfb0
PS2, Line 53: device pci 1d.0 off end # USB2 EHCI #1
This was previously 'on', and it isn't turned back on in overridetree.cb, why?
--
To view, visit https://review.coreboot.org/c/coreboot/+/62211
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4075f0ae3b24892fcc2be07061a01f8070659239
Gerrit-Change-Number: 62211
Gerrit-PatchSet: 2
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Martin L Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Comment-Date: Wed, 23 Mar 2022 11:02:36 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Michał Żygowski, Martin L Roth.
Krystian Hebel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62210 )
Change subject: mb/dell/optiplex_9010/sch5545_ec.c: Fix HWM initialization bugs
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/62210
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5c0e1c00e69d66848a602ad91a3e83375a095f44
Gerrit-Change-Number: 62210
Gerrit-PatchSet: 2
Gerrit-Owner: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Reviewer: Krystian Hebel <krystian.hebel(a)3mdeb.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Martin L Roth <martinroth(a)google.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski(a)3mdeb.com>
Gerrit-Attention: Martin L Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 23 Mar 2022 10:11:15 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Hung-Te Lin, Xixi Chen.
Rex-BC Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62065 )
Change subject: src/mediatek/mt8186: Implement sdram_size() to get real dram size
......................................................................
Patch Set 22:
(1 comment)
Patchset:
PS22:
@hung-te,
Can we merge these dram series?
Thanks!
--
To view, visit https://review.coreboot.org/c/coreboot/+/62065
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I017e9d1a2d6e26f1fc21b67b5962dfb5c6ade8a5
Gerrit-Change-Number: 62065
Gerrit-PatchSet: 22
Gerrit-Owner: Xixi Chen <xixi.chen(a)mediatek.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Reviewer: Yu-Ping Wu <yupingso(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Rex-BC Chen <rex-bc.chen(a)mediatek.com>
Gerrit-Attention: Hung-Te Lin <hungte(a)chromium.org>
Gerrit-Attention: Xixi Chen <xixi.chen(a)mediatek.corp-partner.google.com>
Gerrit-Comment-Date: Wed, 23 Mar 2022 10:10:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Vanessa Eusebio, Kyösti Mälkki, Patrick Rudolph.
Jeff Daly has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/61145 )
Change subject: soc/intel/denverton_ns: Lock BIOS_CONTROL with EISS unset
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
just a follow up, i made the case to Intel that the latest version of FSP with the ability to control this setting from coreboot be released and they agreed they will do it mid Q2 this year.
--
To view, visit https://review.coreboot.org/c/coreboot/+/61145
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If9aaabd8e911ae87673be53b5f8f713099d6f2d0
Gerrit-Change-Number: 61145
Gerrit-PatchSet: 1
Gerrit-Owner: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Reviewer: Jeff Daly <jeffd(a)silicom-usa.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Reviewer: Vanessa Eusebio <vanessa.f.eusebio(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Vanessa Eusebio <vanessa.f.eusebio(a)intel.com>
Gerrit-Attention: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Gerrit-Attention: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Wed, 23 Mar 2022 09:56:15 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment