Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30058
to look at the new patch set (#2).
Change subject: cpu/via/nano: Implement POSTCAR stage
......................................................................
cpu/via/nano: Implement POSTCAR stage
Use postcar frame functions to set up an environment that the relocatable
ramstage can use.
Untested
Change-Id: I2d792f5d9e5109956945bf6bd783d887dd7bb5db
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/cpu/via/car/cache_as_ram.inc
M src/cpu/via/nano/Kconfig
M src/cpu/via/nano/Makefile.inc
M src/mainboard/via/epia-m850/romstage.c
M src/northbridge/via/vx900/Makefile.inc
M src/northbridge/via/vx900/memmap.c
M src/northbridge/via/vx900/vx900.h
7 files changed, 36 insertions(+), 62 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/30058/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30058
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2d792f5d9e5109956945bf6bd783d887dd7bb5db
Gerrit-Change-Number: 30058
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: newpatchset
Duncan Laurie has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30061
Change subject: soc/intel/cannonlake: Fix I2C clock input
......................................................................
soc/intel/cannonlake: Fix I2C clock input
The input clock for the I2C controllers was set at 133MHz but should
really be 216MHz according to the kernel:
https://patchwork.kernel.org/patch/10408729/
"Intel Cannon Lake PCH has much higher 216 MHz input clock to LPSS I2C
than Sunrisepoint which uses 120 MHz. Preliminary information was that
both share the same clock rate but actual silicon implements elevated
rate for better support for 3.4 MHz high-speed I2C."
This change was tested on a sarien board where an I2C trackpad that was
measuring ~700MHz on I2C and is now measuring ~380MHz.
Change-Id: I792d1f013da5538a2b8157e2f99b754ca7b6bf70
Signed-off-by: Duncan Laurie <dlaurie(a)google.com>
---
M src/soc/intel/cannonlake/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/30061/1
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 78c6dfe..9e007b6 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -197,7 +197,7 @@
config DRIVERS_I2C_DESIGNWARE_CLOCK_MHZ
int
- default 133
+ default 216
config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
int
--
To view, visit https://review.coreboot.org/c/coreboot/+/30061
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I792d1f013da5538a2b8157e2f99b754ca7b6bf70
Gerrit-Change-Number: 30061
Gerrit-PatchSet: 1
Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-MessageType: newchange
Michael Bacarella has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30054 )
Change subject: Documentation/lessons/lesson2.md: fix the git push command
......................................................................
Patch Set 4:
> Patch Set 4:
>
> (2 comments)
Oh. Well that explains why this has been so confusing, I misunderstood that section.
I propose change #30060 to clear up the language around running make gitconfig (and keep the blurb about running Gerrit). I'll abandon this change.
--
To view, visit https://review.coreboot.org/c/coreboot/+/30054
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I5a7e58600bb1527c3e407921f7984bf94bff8d58
Gerrit-Change-Number: 30054
Gerrit-PatchSet: 4
Gerrit-Owner: Michael Bacarella <michael.bacarella(a)gmail.com>
Gerrit-Reviewer: Michael Bacarella <michael.bacarella(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Comment-Date: Wed, 05 Dec 2018 20:44:20 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Michael Bacarella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30060
Change subject: Documentation/lessons/lesson2.md: clear up confusing language around running gitconfig
......................................................................
Documentation/lessons/lesson2.md: clear up confusing language around running gitconfig
It's easy to misinterpret or miss altogether the instruction to run 'make
gitconfig', which will cause strange problems a few commands later. Revise the
docuentation to make it clearer. Also adds a blurb further down with a link to
find Gerrit workflow docs.
Change-Id: I49734c724c4d6da716a358cd849938ef14dab3b1
Signed-off-by: Michael Bacarella <michael.bacarella(a)gmail.com>
---
M Documentation/lessons/lesson2.md
1 file changed, 14 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/30060/1
diff --git a/Documentation/lessons/lesson2.md b/Documentation/lessons/lesson2.md
index a95dd80..5b774cd 100644
--- a/Documentation/lessons/lesson2.md
+++ b/Documentation/lessons/lesson2.md
@@ -71,14 +71,18 @@
If you are using HTTP, instead, select **http** from the tabs under "Project coreboot"
and run the command that appears
-After it finishes cloning, "cd coreboot" will take you into the local
-git repository. Run "make gitconfig" to set up the hooks and configurations.
-For example, you will be asked to run the following commands to set your
-username and email.
+Now is a good time to configure your global git identity, if you haven't
+already.
git config --global user.name "Your Name"
git config --global user.email "Your Email"
+Finally, enter the local git repository and set up repository specific hooks
+and other configurations.
+
+ cd coreboot
+ make gitconfig
+
## Part 4: Submit a commit
An easy first commit to make is fixing existing checkpatch errors and warnings
@@ -208,6 +212,12 @@
Submitting as a draft means that your commit will be on coreboot.org, but is
only visible to those you add as reviewers.
+This has been a quick primer on how to submit a change to Gerrit for review
+using git. You may wish to review the Gerrit code review workflow
+documentation, especially if you plan to work on multiple changes at the same
+time. See
+https://gerrit-review.googlesource.com/Documentation/intro-user.html#code-review
+
## Part 5: Getting your commit reviewed
Your commits can now be seen on review.coreboot.org if you select “Your”
--
To view, visit https://review.coreboot.org/c/coreboot/+/30060
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I49734c724c4d6da716a358cd849938ef14dab3b1
Gerrit-Change-Number: 30060
Gerrit-PatchSet: 1
Gerrit-Owner: Michael Bacarella <michael.bacarella(a)gmail.com>
Gerrit-MessageType: newchange
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30059
Change subject: sb/via: Remove unused smbus_delay() function
......................................................................
sb/via: Remove unused smbus_delay() function
Change-Id: I1fa2aed4f1e1014989aaad4a4abcc10d00f6db12
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/northbridge/via/vx900/Makefile.inc
D src/southbridge/via/common/early_smbus_delay.c
2 files changed, 0 insertions(+), 26 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/30059/1
diff --git a/src/northbridge/via/vx900/Makefile.inc b/src/northbridge/via/vx900/Makefile.inc
index bbfe63b..111bd89 100644
--- a/src/northbridge/via/vx900/Makefile.inc
+++ b/src/northbridge/via/vx900/Makefile.inc
@@ -23,7 +23,6 @@
romstage-y += raminit_ddr3.c
romstage-y += memmap.c
romstage-y += ./../../../device/dram/ddr3.c
-romstage-y += ./../../../southbridge/via/common/early_smbus_delay.c
romstage-y += ./../../../southbridge/via/common/early_smbus_is_busy.c
romstage-y += ./../../../southbridge/via/common/early_smbus_print_error.c
romstage-y += ./../../../southbridge/via/common/early_smbus_reset.c
diff --git a/src/southbridge/via/common/early_smbus_delay.c b/src/southbridge/via/common/early_smbus_delay.c
deleted file mode 100644
index 0c04112..0000000
--- a/src/southbridge/via/common/early_smbus_delay.c
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2011-2013 Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
-
-#include "via_early_smbus.h"
-
-/**
- * \brief Brief delay for SMBus transactions
- */
-void smbus_delay(void)
-{
- inb(0x80);
-}
--
To view, visit https://review.coreboot.org/c/coreboot/+/30059
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1fa2aed4f1e1014989aaad4a4abcc10d00f6db12
Gerrit-Change-Number: 30059
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newchange
Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30057
Change subject: nb/via/vx900: Select relocatable ramstage
......................................................................
nb/via/vx900: Select relocatable ramstage
There could be some performance loss due to not setting up MTRR's to cache
cbmem. This resolved in a follow-up patch implementing postcar stage.
Change-Id: I53412ebc1a4169487e1234b0bf025714b5e8318f
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/via/vx900/Kconfig
1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/30057/1
diff --git a/src/northbridge/via/vx900/Kconfig b/src/northbridge/via/vx900/Kconfig
index 8d95942..98f57e4 100644
--- a/src/northbridge/via/vx900/Kconfig
+++ b/src/northbridge/via/vx900/Kconfig
@@ -21,7 +21,6 @@
select HAVE_DEBUG_RAM_SETUP
select HAVE_DEBUG_SMBUS
select HAVE_CF9_RESET
- select NO_RELOCATABLE_RAMSTAGE
if NORTHBRIDGE_VIA_VX900
--
To view, visit https://review.coreboot.org/c/coreboot/+/30057
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I53412ebc1a4169487e1234b0bf025714b5e8318f
Gerrit-Change-Number: 30057
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-MessageType: newchange