Patrik Tesarik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38302 )
Change subject: Documentation/tutorial/part1.md: Apply review comments
......................................................................
Documentation/tutorial/part1.md: Apply review comments
Signed-off-by: Patrik Tesarik <mail(a)patrik-tesarik.de>
Change-Id: I2eb60f507bc67b3bbacaf62f958d069dc7fa0201
---
D 3rdparty/amd_blobs
M Documentation/tutorial/part1.md
2 files changed, 10 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/38302/1
diff --git a/3rdparty/amd_blobs b/3rdparty/amd_blobs
deleted file mode 160000
index cf22731..0000000
--- a/3rdparty/amd_blobs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit cf227316b0fbd3995854ce21e81a63270b29bfb5
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md
index 14f7604..cb0640e 100644
--- a/Documentation/tutorial/part1.md
+++ b/Documentation/tutorial/part1.md
@@ -9,9 +9,8 @@
### Step 1 - Install tools and libraries needed for coreboot
$ sudo apt-get install -y bison build-essential curl flex git gnat libncurses5-dev m4 zlib1g-dev
- $ sudo pacman -S base-devel curl git gcc-ada ncurses zlib
- $ sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel
-wget zlib-devel
+ $ sudo pacman -S base-devel curl git gcc-ada ncurses zlib
+ $ sudo dnf install git make gcc-gnat flex bison xz bzip2 gcc g++ ncurses-devel wget zlib-devel
### Step 2 - Download coreboot source tree
$ git clone https://review.coreboot.org/coreboot
@@ -85,12 +84,12 @@
$ sudo dnf install qemu
### Step 8 - Run QEMU
-Start QEMU and point it to the ROM you just built:
+Start QEMU, and point it to the ROM you just built:
$ qemu-system-x86_64 -bios build/coreboot.rom -serial stdio
$ qemu-system-i386 -bios build/coreboot.rom -serial stdio
-You should see the serial output of coreboot in the original console window and
+You should see the serial output of coreboot in the original console window and,
a new window will appear running the coreinfo payload.
Summary
@@ -99,7 +98,7 @@
### Step 1 summary - Install tools and libraries needed for coreboot
You installed the minimum additional requirements either for Debian, CentOS or
Arch based distributions to download and
-build coreboot. Ubuntu and ArchLinux already has most of the other tools that
+build coreboot. Ubuntu and ArchLinux already has most of the other tools that
would be required installed by default.
* `build-essential` or `base-devel` are the basic tools for doing builds. It
@@ -110,8 +109,8 @@
are needed to build the coreboot toolchain. `gcc` and `gnat` have to be
of the same version.
-If you started with a different distribution that does not use apt, yum or
-pacman as its package manager, you might need to install other packages.
+If you started with a different distribution that does not use apt, yum or
+pacman as its package manager, you might need to install other packages.
Most likely they are named differently depending on your distribution.
### Step 2 summary - Download coreboot source tree
@@ -162,8 +161,8 @@
displayed the contents of the rom file.
### Step 7 summary - Install QEMU
-QEMU is a processor emulator which we can use to show the coreboot boot
-process in a virtualised environment.
+QEMU is a processor emulator which we can use to show the coreboot boot
+process in a virtualised environment.
### Step 8 summary - Run QEMU
Here's the command line broken down:
@@ -171,7 +170,7 @@
This starts the QEMU emulator with the i440FX host PCI bridge and PIIX3 PCI to
ISA bridge.
* `-bios build/coreboot.rom`
-Use the bios rom image that we just built. If this flag is left out, the
+Use the bios rom image that we just built. If this flag is left out, the
standard SeaBIOS image that comes with QEMU is used.
* `-serial stdio`
Send the serial output to the console. This allows you to view the coreboot
--
To view, visit https://review.coreboot.org/c/coreboot/+/38302
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2eb60f507bc67b3bbacaf62f958d069dc7fa0201
Gerrit-Change-Number: 38302
Gerrit-PatchSet: 1
Gerrit-Owner: Patrik Tesarik
Gerrit-MessageType: newchange
Hello Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38225
to look at the new patch set (#2).
Change subject: doc/tutorial/part1.md: Add information for yum- & pacman-based distro
......................................................................
doc/tutorial/part1.md: Add information for yum- & pacman-based distro
* Additional information on non-debian cli tools
* Improve Spellings and descriptions to the best of my knowledge
Adding info about needed tools in other distribution's package
managers was requested at the coreboot beginner's workshop at 36C3.
Change-Id: Ifff3c8354b4bec9f195f075eb6b2f377195fc237
Signed-off-by: Patrik Tesarik <mail(a)patrik-tesarik.de>
---
M Documentation/tutorial/part1.md
1 file changed, 26 insertions(+), 17 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/38225/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/38225
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifff3c8354b4bec9f195f075eb6b2f377195fc237
Gerrit-Change-Number: 38225
Gerrit-PatchSet: 2
Gerrit-Owner: Patrik Tesarik
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-Reviewer: Patrik Tesarik
Gerrit-CC: Marcello Sylvester Bauer <sylv(a)sylv.io>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-CC: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-MessageType: newpatchset
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37427 )
Change subject: soc/intel/tigerlake: Update GPIO config
......................................................................
Patch Set 16:
This CL should really be split into 4 changes:
a) Changes for GPP_* and PMC_GPP_* that are done in gpio.c(soc_pmc_gpio_routes), gpio_soc_defs.h(GPP_* definitions) and pmc.h -- This is really fixing the GPIO group mapping to GPE.
b) Changes for matching GPIO community/group mapping in coreboot with that of the latest kernel driver -- This should include changes in gpio.asl to add GCM0, GCM1, GCM4, GCM5 and the changes in GADD. Changes in gpio.c. Changes in gpio.h. Changes in gpio_defs.h. Changes in gpio_soc_defs.h except the pinmux macros.
c) Changes for adding ASL routines for GPIO(GTXS, STXS, CTXS) and updating GRXS.
d) Changes for pinmux -- Ideally I don't think this is required. But, if we do, then this should be a separate change.
--
To view, visit https://review.coreboot.org/c/coreboot/+/37427
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I585100375feee39b5a9105bdf6d9f5ca3a5bb2fa
Gerrit-Change-Number: 37427
Gerrit-PatchSet: 16
Gerrit-Owner: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)chromium.org>
Gerrit-Reviewer: Francois Toguo Fotso <francois.toguo.fotso(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Jamie Ryu <jamie.m.ryu(a)intel.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Raj Astekar <raj.astekar(a)intel.com>
Gerrit-Reviewer: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Reviewer: Shaunak Saha <shaunak.saha(a)intel.com>
Gerrit-Reviewer: Srinidhi N Kaushik <srinidhi.n.kaushik(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: Venkata Krishna Nimmagadda
Gerrit-Reviewer: Wonkyu Kim <wonkyu.kim(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Thu, 09 Jan 2020 12:45:35 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Mimoja has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38175 )
Change subject: util/inteltool: Add GPIO dumping capabilites for Ice Lake U systems
......................................................................
Patch Set 9:
Can we give this a bit of momentum?
I think we should make a decision if the spec and my testing are enought QA for us..
I could add an "GPIO Dumping on this PCH was not verified by two independent sources. Be carefull" disclaimer or somthings alike. But tbh I dont think that is necessary ;)
--
To view, visit https://review.coreboot.org/c/coreboot/+/38175
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib40f1dbae57169678e92ea9ad0df60ff91b5b22c
Gerrit-Change-Number: 38175
Gerrit-PatchSet: 9
Gerrit-Owner: Mimoja <coreboot(a)mimoja.de>
Gerrit-Reviewer: Mimoja <coreboot(a)mimoja.de>
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: Jeremy Soller <jeremy(a)system76.com>
Gerrit-CC: Matt DeVillier <matt.devillier(a)gmail.com>
Gerrit-Comment-Date: Thu, 09 Jan 2020 09:38:14 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment