Elyes Haouas has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/83032?usp=email )
Change subject: Doc/tutorial/part1.md: Correct libncurses-dev pkg name for debian
......................................................................
Patch Set 4:
(2 comments)
File Documentation/mainboard/gigabyte/ga-g41m-es2l.md:
https://review.coreboot.org/c/coreboot/+/83032/comment/5bd933b5_46b8a183?us… :
PS3, Line 41: Install tools and libraries needed for coreboot:
:
: ```shell
: sudo apt-get -V install bison build-essential curl flex git gnat libncurses-dev m4 zlib1g-dev wget python2 python-is-python2 flashrom
: ```
> This part is related to "Documentation/tutorial/part1. […]
Done
https://review.coreboot.org/c/coreboot/+/83032/comment/b9d1c2a1_0f448be5?us… :
PS3, Line 47: ### Get sources
:
: You need about 700 MB disk space for sources only and ~2GB disk space for sources + build results
:
: ```shell
: git clone --recursive https://review.coreboot.org/coreboot.git
: ```
:
> this related to 'Documentation/tutorial/part1. […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/83032?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5a71b914d40a9ea45be87f4581ff0072605e8c00
Gerrit-Change-Number: 83032
Gerrit-PatchSet: 4
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 22 Jun 2024 08:29:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Elyes Haouas <ehaouas(a)noos.fr>
Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83159?usp=email )
Change subject: Doc/mainboard/gigabyte/ga-g41m-es2l: Use tutorial/part1.md
......................................................................
Doc/mainboard/gigabyte/ga-g41m-es2l: Use tutorial/part1.md
Use tutorial/part1.md for steps not related to mainboard.
Change-Id: If4917d20fe327628dbc156e85a85b1d439915a77
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M Documentation/mainboard/gigabyte/ga-g41m-es2l.md
1 file changed, 3 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/83159/1
diff --git a/Documentation/mainboard/gigabyte/ga-g41m-es2l.md b/Documentation/mainboard/gigabyte/ga-g41m-es2l.md
index b42cd81..46c28c9 100644
--- a/Documentation/mainboard/gigabyte/ga-g41m-es2l.md
+++ b/Documentation/mainboard/gigabyte/ga-g41m-es2l.md
@@ -38,19 +38,12 @@
This probably works also for any fresh Debian/Ubuntu-based distros.
-Install tools and libraries needed for coreboot:
-
-```shell
-sudo apt-get -V install bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev wget python2 python-is-python2 flashrom
-```
+[Install tools and libraries needed for coreboot](../../tutorial/part1.md#step-1-install-tools-and-libraries-needed-for-coreboot)
### Get sources
You need about 700 MB disk space for sources only and ~2GB disk space for sources + build results
-
-```shell
-git clone --recursive https://review.coreboot.org/coreboot.git
-```
+[get sources](../../tutorial/part1.md#Step-2-Download-coreboot-source-tree)
### Build toolchain
@@ -66,6 +59,7 @@
```shell
make crossgcc-i386 CPUS=2
```
+[Build coreboot toolchain](../../tutorial/part1.md#Step-3-Build-the-coreboot-toolchain)
### Save MAC-address of internal LAN
--
To view, visit https://review.coreboot.org/c/coreboot/+/83159?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If4917d20fe327628dbc156e85a85b1d439915a77
Gerrit-Change-Number: 83159
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Elyes Haouas has posted comments on this change by Elyes Haouas. ( https://review.coreboot.org/c/coreboot/+/83032?usp=email )
Change subject: Documentation: Correct libncurses-dev pkg name for debian
......................................................................
Patch Set 3:
(2 comments)
File Documentation/mainboard/gigabyte/ga-g41m-es2l.md:
https://review.coreboot.org/c/coreboot/+/83032/comment/fb4864bf_4a8f1d87?us… :
PS3, Line 41: Install tools and libraries needed for coreboot:
:
: ```shell
: sudo apt-get -V install bison build-essential curl flex git gnat libncurses-dev m4 zlib1g-dev wget python2 python-is-python2 flashrom
: ```
This part is related to "Documentation/tutorial/part1.md" section "### Step 1 - Install tools and libraries needed for coreboot"
https://review.coreboot.org/c/coreboot/+/83032/comment/b2ae8f69_c6493cff?us… :
PS3, Line 47: ### Get sources
:
: You need about 700 MB disk space for sources only and ~2GB disk space for sources + build results
:
: ```shell
: git clone --recursive https://review.coreboot.org/coreboot.git
: ```
:
this related to 'Documentation/tutorial/part1.md'
--
To view, visit https://review.coreboot.org/c/coreboot/+/83032?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I5a71b914d40a9ea45be87f4581ff0072605e8c00
Gerrit-Change-Number: 83032
Gerrit-PatchSet: 3
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 22 Jun 2024 08:12:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Elyes Haouas has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/83156?usp=email )
Change subject: Documentation: Remove explicit install of 'm4'
......................................................................
Documentation: Remove explicit install of 'm4'
Remove m4 as it will be installed automatically by flex and bison.
Change-Id: Ifb748e5aaabb96825813ddb92cf28d2ea7bdcbf9
Signed-off-by: Elyes Haouas <ehaouas(a)noos.fr>
---
M Documentation/mainboard/gigabyte/ga-g41m-es2l.md
M Documentation/tutorial/part1.md
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/83156/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/83156?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ifb748e5aaabb96825813ddb92cf28d2ea7bdcbf9
Gerrit-Change-Number: 83156
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes Haouas <ehaouas(a)noos.fr>
Attention is currently required from: Dinesh Gehlot, Eric Lai, Kapil Porwal, Nick Vaccaro, Subrata Banik.
Amanda Hwang has posted comments on this change by Amanda Hwang. ( https://review.coreboot.org/c/coreboot/+/83154?usp=email )
Change subject: mb/google/trulo/var/orisa: Fill in ec.h for orisa
......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/google/brya/variants/orisa/include/variant/ec.h:
https://review.coreboot.org/c/coreboot/+/83154/comment/5e39b195_6663a850?us… :
PS1, Line 22: EC_HOST_EVENT_USB_CHARGER
> no more valid https://review.coreboot.org/c/coreboot/+/69374
--
To view, visit https://review.coreboot.org/c/coreboot/+/83154?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie1edf655fd20c0c1baee01fa90ed03501e3fe161
Gerrit-Change-Number: 83154
Gerrit-PatchSet: 2
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Reviewer: Eric Lai <ericllai(a)google.com>
Gerrit-Reviewer: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Reviewer: Subrata Banik <subratabanik(a)google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Eric Lai <ericllai(a)google.com>
Gerrit-Attention: Subrata Banik <subratabanik(a)google.com>
Gerrit-Attention: Kapil Porwal <kapilporwal(a)google.com>
Gerrit-Attention: Dinesh Gehlot <digehlot(a)google.com>
Gerrit-Attention: Nick Vaccaro <nvaccaro(a)chromium.org>
Gerrit-Comment-Date: Sat, 22 Jun 2024 06:51:29 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subratabanik(a)google.com>
Attention is currently required from: Arthur Heymans, Cliff Huang, Lance Zhao, Paul Menzel, Tim Wawrzynczak.
Patrick Rudolph has posted comments on this change by Patrick Rudolph. ( https://review.coreboot.org/c/coreboot/+/83116?usp=email )
Change subject: acpi/acpi: Fix Qemu's XSDT patching code
......................................................................
Patch Set 4:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/83116/comment/090d0e17_be88be16?us… :
PS3, Line 17:
> Is there a log message, you could paste here?
Nothing that indicates that the XSDT is invalid.
https://review.coreboot.org/c/coreboot/+/83116/comment/893cd4a9_1a717379?us… :
PS3, Line 26:
> Also, does "first and second boot" involve running QEMU twice, or is the second boot the result of a […]
Done
--
To view, visit https://review.coreboot.org/c/coreboot/+/83116?usp=email
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ie4972230c3654714f3dcbaab46a3f70152e75163
Gerrit-Change-Number: 83116
Gerrit-PatchSet: 4
Gerrit-Owner: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Cliff Huang <cliff.huang(a)intel.com>
Gerrit-Reviewer: Lance Zhao <lance.zhao(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)mailbox.org>
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: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: Tim Wawrzynczak <inforichland(a)gmail.com>
Gerrit-Attention: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Sat, 22 Jun 2024 05:18:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Paul Menzel <paulepanter(a)mailbox.org>
Comment-In-Reply-To: Angel Pons <th3fanbus(a)gmail.com>