Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/28640 )
Change subject: mb/clevo/kbl-u: Add Clevo N130WU/N131WU
......................................................................
Patch Set 148:
(2 comments)
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
File src/mainboard/clevo/kbl-u/variants/n13xwu/gpios.c:
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
PS147, Line 1: /* SPDX-License-Identifier: GPL-2.0-only */
> what about gpio.c instead of gpios. […]
Done
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
PS147, Line 5:
> TODO: convert to macros and check by schematics (I can do this if you want)
I will do this in a seperate patch.
--
To view, visit https://review.coreboot.org/c/coreboot/+/28640
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Gerrit-Change-Number: 28640
Gerrit-PatchSet: 148
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-CC: Shaleen jain <shaleen(a)jain.sh>
Gerrit-Comment-Date: Thu, 19 Nov 2020 15:01:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-MessageType: comment
Hello Philipp Deppenwiese, build bot (Jenkins), Martin Roth, Patrick Georgi, Paul Menzel, Stefan Reinauer, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/28640
to look at the new patch set (#148).
Change subject: mb/clevo/kbl-u: Add Clevo N130WU/N131WU
......................................................................
mb/clevo/kbl-u: Add Clevo N130WU/N131WU
Working:
- TianoCore
- NVMe, SATA3
- USB2, USB3
- Thunderbolt
- Graphics (GOP and libgfxinit)
- Sound
- Webcam
- WLAN, LAN, Bluetooth, LTE
- Keyboard, touchpad
- TPM
- flashrom support; reading / flashing from Linux
- ACPI S3
WIP:
- Documentation
Not working:
- EC ACPI (e.g. Fn keys, battery and power information)
Boots Arch Linux (Linux 5.8.12) successfully.
Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Signed-off-by: Paul Menzel <pmenzel(a)molgen.mpg.de>
---
A Documentation/mainboard/clevo/n130wu/index.md
M Documentation/mainboard/index.md
A src/mainboard/clevo/kbl-u/Kconfig
A src/mainboard/clevo/kbl-u/Kconfig.name
A src/mainboard/clevo/kbl-u/Makefile.inc
A src/mainboard/clevo/kbl-u/acpi/ec.asl
A src/mainboard/clevo/kbl-u/acpi/superio.asl
A src/mainboard/clevo/kbl-u/board_info.txt
A src/mainboard/clevo/kbl-u/bootblock.c
A src/mainboard/clevo/kbl-u/dsdt.asl
A src/mainboard/clevo/kbl-u/include/mainboard/gpio.h
A src/mainboard/clevo/kbl-u/ramstage.c
A src/mainboard/clevo/kbl-u/romstage.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/board_info.txt
A src/mainboard/clevo/kbl-u/variants/n13xwu/data.vbt
A src/mainboard/clevo/kbl-u/variants/n13xwu/devicetree.cb
A src/mainboard/clevo/kbl-u/variants/n13xwu/fmds/vboot-ro.fmd
A src/mainboard/clevo/kbl-u/variants/n13xwu/gma-mainboard.ads
A src/mainboard/clevo/kbl-u/variants/n13xwu/gpio.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/gpio_early.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c
21 files changed, 1,045 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/28640/148
--
To view, visit https://review.coreboot.org/c/coreboot/+/28640
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Gerrit-Change-Number: 28640
Gerrit-PatchSet: 148
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-CC: Shaleen jain <shaleen(a)jain.sh>
Gerrit-MessageType: newpatchset
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/28640 )
Change subject: mb/clevo/kbl-u: Add Clevo N130WU/N131WU
......................................................................
Patch Set 147: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
File src/mainboard/clevo/kbl-u/variants/n13xwu/gpios.c:
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
PS147, Line 1: /* SPDX-License-Identifier: GPL-2.0-only */
what about gpio.c instead of gpios.c?
https://review.coreboot.org/c/coreboot/+/28640/147/src/mainboard/clevo/kbl-…
PS147, Line 5:
TODO: convert to macros and check by schematics (I can do this if you want)
--
To view, visit https://review.coreboot.org/c/coreboot/+/28640
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Gerrit-Change-Number: 28640
Gerrit-PatchSet: 147
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-CC: Shaleen jain <shaleen(a)jain.sh>
Gerrit-Comment-Date: Thu, 19 Nov 2020 14:49:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47701 )
Change subject: soc/amd: rename common Kconfig and use wildcard for SoC-specific Kconfig
......................................................................
soc/amd: rename common Kconfig and use wildcard for SoC-specific Kconfig
By renaming the AMD SOC common Kconfig file the wildcard to source all
AMD SoC-specific Kconfig files won't match to it and it can be sourced
after all SoC-specific Kconfig files in the sub-directories are sourced.
Change-Id: Iaaa5aad23eb6364d46b279101f3969db9f182607
Signed-off-by: Felix Held <felix-coreboot(a)felixheld.de>
---
M src/soc/amd/Kconfig
R src/soc/amd/common/Kconfig.common
2 files changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/47701/1
diff --git a/src/soc/amd/Kconfig b/src/soc/amd/Kconfig
index 7c08f03..77eac6b 100644
--- a/src/soc/amd/Kconfig
+++ b/src/soc/amd/Kconfig
@@ -1,6 +1,5 @@
# Load all chipsets before common
-source "src/soc/amd/picasso/Kconfig"
-source "src/soc/amd/stoneyridge/Kconfig"
+source "src/soc/amd/*/Kconfig"
# Load common defaults last
-source "src/soc/amd/common/Kconfig"
+source "src/soc/amd/common/Kconfig.common"
diff --git a/src/soc/amd/common/Kconfig b/src/soc/amd/common/Kconfig.common
similarity index 100%
rename from src/soc/amd/common/Kconfig
rename to src/soc/amd/common/Kconfig.common
--
To view, visit https://review.coreboot.org/c/coreboot/+/47701
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iaaa5aad23eb6364d46b279101f3969db9f182607
Gerrit-Change-Number: 47701
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-MessageType: newchange
Jason Glenesk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47727 )
Change subject: soc/amd/picasso: Generate ACPI CRAT objects in cb
......................................................................
Patch Set 3:
Please help to review this change.
--
To view, visit https://review.coreboot.org/c/coreboot/+/47727
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If64fd624597b2ced014ba7f0332a6a48143c0e8c
Gerrit-Change-Number: 47727
Gerrit-PatchSet: 3
Gerrit-Owner: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Justin Frodsham <justin.frodsham(a)protonmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Matt Papageorge <matthewpapa07(a)gmail.com>
Gerrit-Reviewer: Nikolai Vyssotski <nikolai.vyssotski(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 19 Nov 2020 14:04:01 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Jason Glenesk has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47726 )
Change subject: soc/amd/picasso: Add data fabric read helper function
......................................................................
Patch Set 2:
Please help to review this change.
--
To view, visit https://review.coreboot.org/c/coreboot/+/47726
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: If0dc72063fbb99efaeea3fccef16cc1b5b8526f1
Gerrit-Change-Number: 47726
Gerrit-PatchSet: 2
Gerrit-Owner: Jason Glenesk <jason.glenesk(a)gmail.com>
Gerrit-Reviewer: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Jason Glenesk <jason.glenesk(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Justin Frodsham <justin.frodsham(a)protonmail.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Matt Papageorge <matthewpapa07(a)gmail.com>
Gerrit-Reviewer: Nikolai Vyssotski <nikolai.vyssotski(a)amd.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 19 Nov 2020 14:02:57 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello Philipp Deppenwiese, build bot (Jenkins), Martin Roth, Patrick Georgi, Paul Menzel, Stefan Reinauer, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/28640
to look at the new patch set (#147).
Change subject: mb/clevo/kbl-u: Add Clevo N130WU/N131WU
......................................................................
mb/clevo/kbl-u: Add Clevo N130WU/N131WU
Working:
- TianoCore
- NVMe, SATA3
- USB2, USB3
- Thunderbolt
- Graphics (GOP and libgfxinit)
- Sound
- Webcam
- WLAN, LAN, Bluetooth, LTE
- Keyboard, touchpad
- TPM
- flashrom support; reading / flashing from Linux
- ACPI S3
WIP:
- Documentation
Not working:
- EC ACPI (e.g. Fn keys, battery and power information)
Boots Arch Linux (Linux 5.8.12) successfully.
Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Signed-off-by: Felix Singer <felixsinger(a)posteo.net>
Signed-off-by: Paul Menzel <pmenzel(a)molgen.mpg.de>
---
A Documentation/mainboard/clevo/n130wu/index.md
M Documentation/mainboard/index.md
A src/mainboard/clevo/kbl-u/Kconfig
A src/mainboard/clevo/kbl-u/Kconfig.name
A src/mainboard/clevo/kbl-u/Makefile.inc
A src/mainboard/clevo/kbl-u/acpi/ec.asl
A src/mainboard/clevo/kbl-u/acpi/superio.asl
A src/mainboard/clevo/kbl-u/board_info.txt
A src/mainboard/clevo/kbl-u/bootblock.c
A src/mainboard/clevo/kbl-u/dsdt.asl
A src/mainboard/clevo/kbl-u/include/mainboard/gpio.h
A src/mainboard/clevo/kbl-u/ramstage.c
A src/mainboard/clevo/kbl-u/romstage.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/board_info.txt
A src/mainboard/clevo/kbl-u/variants/n13xwu/data.vbt
A src/mainboard/clevo/kbl-u/variants/n13xwu/devicetree.cb
A src/mainboard/clevo/kbl-u/variants/n13xwu/fmds/vboot-ro.fmd
A src/mainboard/clevo/kbl-u/variants/n13xwu/gma-mainboard.ads
A src/mainboard/clevo/kbl-u/variants/n13xwu/gpios.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/gpios_early.c
A src/mainboard/clevo/kbl-u/variants/n13xwu/hda_verb.c
21 files changed, 1,045 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/28640/147
--
To view, visit https://review.coreboot.org/c/coreboot/+/28640
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I364f5849ef88f43b85efbd7a635a27e54d08c513
Gerrit-Change-Number: 28640
Gerrit-PatchSet: 147
Gerrit-Owner: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Felix Singer <felixsinger(a)posteo.net>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Michael Niewöhner <foss(a)mniewoehner.de>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-CC: Shaleen jain <shaleen(a)jain.sh>
Gerrit-MessageType: newpatchset