Attention is currently required from: Martin L Roth, Nico Huber.
Maximilian Brune has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81290?usp=email )
Change subject: genbuild_h: Fix and harden major/minor version parsing
......................................................................
Patch Set 1: Code-Review+2
(2 comments)
File util/genbuild_h/genbuild_h.sh:
https://review.coreboot.org/c/coreboot/+/81290/comment/826b60cc_4877ec6a :
PS1, Line 39: MAJOR_VER="$(echo "${VERSION}" | sed -n 's/^0*\([0-9]*\)\.0*\([0-9]*\).*/\1/p')"
: MINOR_VER="$(echo "${VERSION}" | sed -n 's/^0*\([0-9]*\)\.0*\([0-9]*\).*/\2/p')"
> But I looked a little into sed now. If sed should support the `-E', seems in flux. The Open Group doesn't mention it [1]. Yet the GNU sed history claims since 2013 it would be standardized.
As always a lot of annoying inconsistency. Personally I don't care and would just assume that it is compatible enough for running on the systems that we actually support.
But I agree about not putting it into a bug fix. I guess then lets just play it safe for now (and probably forever).
https://review.coreboot.org/c/coreboot/+/81290/comment/cdb56c96_9584cd30 :
PS1, Line 40: *
> Without -E we don't have + nor {}.
My proposal was to add `-E`, but I guess we don't do that now.
> Also, the {2} would feel like documenting when we started to use the new version scheme (after 2009) and would make other (downstream) versioning harder without gaining us anything.
I try to be as explicit as possible for regular expressions in order to avoid surprises through too ambiguously described regex expressions. But I guess if we really want to support other versioning schemes we don't really have a choice. Fine by me
--
To view, visit https://review.coreboot.org/c/coreboot/+/81290?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: Ie39381a8ef4b971556168b6996efeefe6adf2b14
Gerrit-Change-Number: 81290
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Reviewer: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Martin L Roth <gaumless(a)gmail.com>
Gerrit-Comment-Date: Sat, 16 Mar 2024 16:51:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Nico Huber <nico.h(a)gmx.de>
Comment-In-Reply-To: Maximilian Brune <maximilian.brune(a)9elements.com>
Gerrit-MessageType: comment
Attention is currently required from: Patrick Rudolph.
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81295?usp=email )
The change is no longer submittable: All-Comments-Resolved is unsatisfied now.
Change subject: drivers/intel/gma/acpi: Limit OpRegion size
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2:
what board(s) is this a problem on? I'm not seeing any issues here on ChromeOS devices from SNB thru RPL
--
To view, visit https://review.coreboot.org/c/coreboot/+/81295?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: Ia2affa799e5cd84c0a03330e0f78919755f0e8ac
Gerrit-Change-Number: 81295
Gerrit-PatchSet: 2
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Comment-Date: Sat, 16 Mar 2024 15:14:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Cliff Huang, CoolStar, Lance Zhao, Matt DeVillier, Matt DeVillier, Tim Wawrzynczak.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81264?usp=email )
Change subject: acpi/acpi: mark CTBL coreboot table device as hidden
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> this breaks attachment of coolstar's Windows drivers, which allow non-admin cbmem console access via […]
haven't tried that, since i didn't have network plugged in, but is that driver available via windows update? if not, it would be good if it was made available, so that the unknown device warning disappears
--
To view, visit https://review.coreboot.org/c/coreboot/+/81264?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: Ifaefeb662da33323460333d9ca9c0e8340720fd1
Gerrit-Change-Number: 81264
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: CoolStar <coolstarorganization(a)gmail.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier(a)gmail.com>
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: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)amd.corp-partner.google.com>
Gerrit-Attention: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: CoolStar <coolstarorganization(a)gmail.com>
Gerrit-Comment-Date: Sat, 16 Mar 2024 14:53:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-MessageType: comment
Attention is currently required from: Naveen Iyer, Nico Huber.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81296?usp=email )
Change subject: Docs/tutorial: Do not install Ada compiler by default
......................................................................
Patch Set 2:
(2 comments)
Patchset:
PS2:
i wonder why the ada compiler is causing issues for some user; always worked for me. i see a lot of value in installing a halfway complete set of tools that might be needed when working on coreboot, so unless there's a very strong reason to not include that, i'd like to keep the ada compiler in there to keep things easier for developers
File Documentation/tutorial/part1.md:
https://review.coreboot.org/c/coreboot/+/81296/comment/0b756dc0_3741721c :
PS2, Line 43: (not available on most Intel boards)
most intel socs should be supported by libgfxinit
--
To view, visit https://review.coreboot.org/c/coreboot/+/81296?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: I57f421f7ee1bda4063c13d372fe9c32b95cfd2bc
Gerrit-Change-Number: 81296
Gerrit-PatchSet: 2
Gerrit-Owner: Naveen Iyer
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Naveen Iyer
Gerrit-Comment-Date: Sat, 16 Mar 2024 14:48:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Bao Zheng, Fred Reitberger, Zheng Bao.
Felix Held has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/81255?usp=email )
Change subject: amdfwtool: Set the table size only for FWs
......................................................................
Patch Set 7: Code-Review+2
--
To view, visit https://review.coreboot.org/c/coreboot/+/81255?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: I5dfbbb55912c8e37243c351427a8df89c12e5da8
Gerrit-Change-Number: 81255
Gerrit-PatchSet: 7
Gerrit-Owner: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot(a)felixheld.de>
Gerrit-Reviewer: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Reviewer: Zheng Bao
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Bao Zheng <fishbaozi(a)gmail.com>
Gerrit-Attention: Zheng Bao
Gerrit-Attention: Fred Reitberger <reitbergerfred(a)gmail.com>
Gerrit-Comment-Date: Sat, 16 Mar 2024 14:41:49 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81296?usp=email
to look at the new patch set (#2).
Change subject: Docs/tutorial: Do not install Ada compiler by default
......................................................................
Docs/tutorial: Do not install Ada compiler by default
For newbies starting with coreboot, installing Ada compiler would
sometimes result in issues while building the coreboot toolchain.
Since the idea of the coreboot tutorial is to only install minimum
additional software, installing Ada compiler should not be part of
the default step in the tutorial.
The warning printed by have_gnat() in util/crossgcc/buildgcc might
still be useful.
Change-Id: I57f421f7ee1bda4063c13d372fe9c32b95cfd2bc
Signed-off-by: Naveen R. Iyer <iyernaveenr(a)gmail.com>
---
M Documentation/tutorial/part1.md
1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/81296/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/81296?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: I57f421f7ee1bda4063c13d372fe9c32b95cfd2bc
Gerrit-Change-Number: 81296
Gerrit-PatchSet: 2
Gerrit-Owner: Naveen Iyer
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Naveen Iyer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/81296?usp=email )
Change subject: Do not install Ada compiler by default
......................................................................
Do not install Ada compiler by default
For newbies starting with coreboot, installing Ada compiler would
sometimes result in issues while building the coreboot toolchain.
Since the idea of the coreboot tutorial is to only install minimum
additional software, installing Ada compiler should not be part of
the default step in the tutorial.
The warning printed by have_gnat() in util/crossgcc/buildgcc might
still be useful.
Change-Id: I57f421f7ee1bda4063c13d372fe9c32b95cfd2bc
Signed-off-by: Naveen R. Iyer <iyernaveenr(a)gmail.com>
---
M Documentation/tutorial/part1.md
1 file changed, 6 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/81296/1
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md
index 0500742..2a0b37a 100644
--- a/Documentation/tutorial/part1.md
+++ b/Documentation/tutorial/part1.md
@@ -29,16 +29,19 @@
### Step 1 - Install tools and libraries needed for coreboot
Debian based distros:
-`sudo apt-get install -y bison build-essential curl flex git gnat
+`sudo apt-get install -y bison build-essential curl flex gcc git
libncurses5-dev libssl-dev m4 zlib1g-dev pkg-config`
Arch based distros:
-`sudo pacman -S base-devel curl git gcc-ada ncurses zlib`
+`sudo pacman -S base-devel curl git gcc ncurses zlib`
Redhat based distros:
-`sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++
+`sudo dnf install git make flex bison xz bzip2 gcc g++
ncurses-devel wget zlib-devel patch`
+**Note: If you need additional features like native graphics initialization
+(not available on most Intel boards), then you will need the Ada compiler
+(GNAT).
### Step 2 - Download coreboot source tree
--
To view, visit https://review.coreboot.org/c/coreboot/+/81296?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: I57f421f7ee1bda4063c13d372fe9c32b95cfd2bc
Gerrit-Change-Number: 81296
Gerrit-PatchSet: 1
Gerrit-Owner: Naveen Iyer
Gerrit-MessageType: newchange