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

Issue 4266002: Fix integration bugs (vboot side) (Closed)

Created:
10 years, 1 month ago by Che-Liang Chiou
Modified:
9 years ago
CC:
chromium-os-reviews_chromium.org, Randall Spangler, gauravsh, Luigi Semenzato, Bill Richardson
Visibility:
Public.

Description

Fix integration bugs (vboot side) BUG=chromium-os:8621 TEST=See below 1. Build and run tests of vboot (including linktest) $ make && make runtests 2. Check if *_stub.o are not in vboot_fw.a $ nm /build/<board>/usr/lib/vboot_fw.a | grep _stub.o 3. Build and boot x86-generic image $ ./build_packages --board=x86-generic && ./build_image --board=x86-generic (Then successfully boot the image you just built) See CL=4372001 for u-boot side changes Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=8967860

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename tpm_lite.h to tlcl_stub.h #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -36 lines) Patch
M Makefile View 1 chunk +1 line, -1 line 0 comments Download
M cgpt/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M firmware/Makefile View 2 chunks +7 lines, -3 lines 0 comments Download
A firmware/include/tlcl_stub.h View 1 chunk +35 lines, -0 lines 0 comments Download
A + firmware/include/tss_constants.h View 2 chunks +3 lines, -3 lines 0 comments Download
M firmware/lib/tpm_lite/include/tlcl.h View 1 1 chunk +1 line, -18 lines 0 comments Download
M host/Makefile View 2 chunks +15 lines, -5 lines 0 comments Download
M tests/Makefile View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/tpm_lite/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M utility/Makefile View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Che-Liang Chiou
10 years, 1 month ago (2010-11-03 03:01:45 UTC) #1
Che-Liang Chiou
Please put on hold regard to Makefiles if you are reviewing. I'm still trying ld ...
10 years, 1 month ago (2010-11-03 03:19:58 UTC) #2
Che-Liang Chiou
I am sorry for any inconvenience for anyone that is reviewing this CL. I have ...
10 years, 1 month ago (2010-11-03 04:08:00 UTC) #3
Randall Spangler
Does 'make && make runtests' still work? http://codereview.chromium.org/4266002/diff/1/5 File firmware/include/tpm_lite.h (right): http://codereview.chromium.org/4266002/diff/1/5#newcode1 firmware/include/tpm_lite.h:1: /* Copyright ...
10 years, 1 month ago (2010-11-04 16:34:05 UTC) #4
Bill Richardson
I don't see any problems, other than what Randall already mentioned. Be sure to build ...
10 years, 1 month ago (2010-11-04 16:47:22 UTC) #5
Che-Liang Chiou
Thanks for the comments. I updated the issue text based on your suggestions. I also ...
10 years, 1 month ago (2010-11-08 03:43:45 UTC) #6
Bill Richardson
LGTM!
10 years, 1 month ago (2010-11-08 17:06:06 UTC) #7
Randall Spangler
10 years, 1 month ago (2010-11-08 17:21:51 UTC) #8
LGTM, thanks

Powered by Google App Engine
This is Rietveld 408576698