Francois,

Here's what to do. Assume the coreboot.org repository name is 'upstream' (mine is. yours might be different):

$ git fetch upstream 
remote: Counting objects: 25377, done
remote: Finding sources: 100% (160/160)
remote: Total 160 (delta 75), reused 160 (delta 75)
Receiving objects: 100% (160/160), 57.15 KiB | 6.35 MiB/s, done.
Resolving deltas: 100% (75/75), completed with 43 local objects.
From ssh://review.coreboot.org:29418/coreboot
06e33226b3..540a664045 master -> upstream/master
$ git submodule update --init --checkout
$ git rebase upstream/master
$ git submodule update --init --checkout

You might need to amend your latest patch after that to include the latest submodule update.

View Change

To view, visit change 31235. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I212215040e4786c258a9c604cc5c2bb62867c842
Gerrit-Change-Number: 31235
Gerrit-PatchSet: 10
Gerrit-Owner: Francois Toguo Fotso <francois.toguo.fotso@intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org>
Gerrit-Reviewer: Francois Toguo Fotso <francois.toguo.fotso@intel.com>
Gerrit-Reviewer: Justin TerAvest <teravest@chromium.org>
Gerrit-Reviewer: Karthik Ramasubramanian <kramasub@google.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Francois Toguo Fotso <francois.toguo.fotso@intel.corp-partner.google.com>
Gerrit-CC: Furquan Shaikh <furquan@google.com>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Comment-Date: Wed, 13 Feb 2019 04:32:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment