All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] chromium: Update docs to clone vboot_reference directly
@ 2019-07-10 17:04 Simon Glass
  2019-07-18 23:59 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Glass @ 2019-07-10 17:04 UTC (permalink / raw)
  To: u-boot

We don't need a full checkout of Chrome OS to build U-Boot with
Chromium OS verified boot. Update the instructions accordingly and fix a
typo which joins the output directory and defconfig.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/README.chromium | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/doc/README.chromium b/doc/README.chromium
index 096bc4f1f7f..8f67da6c728 100644
--- a/doc/README.chromium
+++ b/doc/README.chromium
@@ -33,12 +33,18 @@ To obtain:
    cd u-boot
    git checkout cros-master
 
+   cd ..
+   git clone https://chromium.googlesource.com/chromiumos/platform/vboot_reference
+   cd vboot_reference
+   git checkout 45964294
+   #  futility: updater: Correct output version for Snow
+
 To build for sandbox:
 
    UB=/tmp/b/chromeos_sandbox    # U-Boot build directory
-   CROS=/home/sglass/cosarm      # Chromium OS directory
-   make O=$UB/chromeos_sandbox_defconfig
-   make O=$UB -j20 -s VBOOT_SOURCE=$CROS/src/platform/vboot_reference \
+   cd u-boot
+   make O=$UB chromeos_sandbox_defconfig
+   make O=$UB -j20 -s VBOOT_SOURCE=/path/to/vboot_reference \
 	MAKEFLAGS_VBOOT=DEBUG=1 QUIET=1
 
 Replace sandbox with another supported target.
-- 
2.22.0.410.gd8fdbe21b5-goog

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] chromium: Update docs to clone vboot_reference directly
  2019-07-10 17:04 [U-Boot] [PATCH] chromium: Update docs to clone vboot_reference directly Simon Glass
@ 2019-07-18 23:59 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-07-18 23:59 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 10, 2019 at 11:04:13AM -0600, Simon Glass wrote:

> We don't need a full checkout of Chrome OS to build U-Boot with
> Chromium OS verified boot. Update the instructions accordingly and fix a
> typo which joins the output directory and defconfig.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190718/a2f9f00c/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-18 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 17:04 [U-Boot] [PATCH] chromium: Update docs to clone vboot_reference directly Simon Glass
2019-07-18 23:59 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.