Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Issue 3515011: Add VBOOT to top-level Makefile (Closed)

Created:
10 years, 2 months ago by Che-Liang Chiou
Modified:
9 years ago
CC:
chromium-os-reviews_chromium.org, dneiss, Olof Johansson, chromeboy, amoljadi
Visibility:
Public.

Description

Add VBOOT to top-level Makefile This CL adds argument "VBOOT" to top-level Makefile and config.mk that points to a verify boot implementation. Change-Id: Ib468cc7a6a7c3ce3db56b90d73c6022ac30fa046 BUG=none TEST=Run "make all" successfully Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=092ef63

Patch Set 1 #

Total comments: 2

Patch Set 2 : Remove $(TOPDIR)/include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M Makefile View 1 chunk +4 lines, -0 lines 0 comments Download
M config.mk View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Che-Liang Chiou
10 years, 2 months ago (2010-10-05 07:23:26 UTC) #1
Che-Liang Chiou
robotboy: u-boot Makefile in general Randall: whether Makefile includes all necessary files of vboot_reference Hung-Te: ...
10 years, 2 months ago (2010-10-05 09:05:59 UTC) #2
Hung-Te
ACK
10 years, 2 months ago (2010-10-05 10:08:02 UTC) #3
Randall Spangler
LGTM Linking in vboot firmware requires only vboot_fw library (from firmware/lib) and the interface headers ...
10 years, 2 months ago (2010-10-05 16:13:23 UTC) #4
robotboy
http://codereview.chromium.org/3515011/diff/1/3 File config.mk (right): http://codereview.chromium.org/3515011/diff/1/3#newcode140 config.mk:140: CPPFLAGS += -I$(VBOOT)/include/vboot -I$(TOPDIR)/include/vboot Do we need the -I$(TOPDIR)/include/vboot ...
10 years, 2 months ago (2010-10-05 17:05:01 UTC) #5
robotboy
On 2010/10/05 17:05:01, robotboy wrote: > http://codereview.chromium.org/3515011/diff/1/3 > File config.mk (right): > > http://codereview.chromium.org/3515011/diff/1/3#newcode140 > ...
10 years, 2 months ago (2010-10-05 17:23:01 UTC) #6
Che-Liang Chiou
Hi Anton, Thanks for your comments and suggestions. I made a $(TOPDIR)/includes/vboot directory for a ...
10 years, 2 months ago (2010-10-06 02:22:07 UTC) #7
robotboy
10 years, 2 months ago (2010-10-06 17:34:24 UTC) #8
LGTM, thanks.

Powered by Google App Engine
This is Rietveld 408576698