Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
vboot_reference
/
5c9e4532b9bc45cff22f37d3556da679809a60a7
/
Makefile
5c9e453
Implement cgptlib for MTD devices.
by Albert Chaulk
· 12 years ago
20807b6
Build dump_fmap into futility.
by Bill Richardson
· 12 years ago
6db8c75
Build both static and dynamic versions of futility.
by Bill Richardson
· 12 years ago
339f7e0
Add framework for testing builtin futility functions.
by Bill Richardson
· 12 years ago
1912bba
Include generated dependency files for all object files.
by Bill Richardson
· 12 years ago
a130e0b
Fix Makefile to only build fwlib when asked to, not hostlib too.
by Bill Richardson
· 12 years ago
0c3ba24
Massive refactoring of external header files.
by Bill Richardson
· 12 years ago
661ae9e
Add a QUIET Makefile option to reduce non-error output
by Simon Glass
· 12 years ago
feb2518
Wrap all vboot utilities with futility.
by Bill Richardson
· 12 years ago
5fed2a6
Rename Strncat to StrnAppend, use it instead of strncat.
by Bill Richardson
· 12 years ago
81a0b3d
Move CgptManager from vboot_reference to installer
by Bill Richardson
· 12 years ago
c7c6e5d
Remove the mount-encrypted utility from vboot_reference
by Bill Richardson
· 12 years ago
2f8ac15
Point to new libchrome-180609 for CgptManager stuff
by Bill Richardson
· 12 years ago
9394326
Split off modules required for VbInit() and VbSelectFirmware()
by Randall Spangler
· 12 years ago
c9bf348
Let the Makefile install the utilities, not the ebuild.
by Bill Richardson
· 12 years ago
7f43669
Add more vboot_api_kernel tests
by Randall Spangler
· 12 years ago
0714d9d
Fix and enable vboot_api_kernel_tests
by Randall Spangler
· 12 years ago
49cb0d3
Add kernel tests
by Randall Spangler
· 12 years ago
c3d488d
Add tlcl tests
by Randall Spangler
· 12 years ago
786a5dc
Start adding display tests
by Randall Spangler
· 12 years ago
45cc0f2
Fix incorrect CFLAGS when compiling for host
by Randall Spangler
· 12 years ago
0f87249
Remove unused vbutil_ec
by Randall Spangler
· 12 years ago
a3eac79
Improve coverage of rollback_index.c
by Randall Spangler
· 12 years ago
6dbf9d9
Improve coverage of vbnvstorage test
by Randall Spangler
· 12 years ago
61a2eb3
Fix architecture definitions.
by Randall Spangler
· 12 years ago
59d7508
Clean up building code coverage
by Randall Spangler
· 12 years ago
e061a25
Convert common tests from shell scripts to running directly
by Randall Spangler
· 12 years ago
eecc18f
Complete refactoring of Makefile
by Bill Richardson
· 12 years ago
844bce5
Run some tests under qemu when cross-compiling
by Randall Spangler
· 12 years ago
a808dc9
Fix missing dependency
by Randall Spangler
· 12 years ago
826db09
Use 'install' to do installation, prepare for futility installation.
by Bill Richardson
· 12 years ago
acb2ee9
Add .PHONY targets for phony targets
by Bill Richardson
· 12 years ago
17f8d34
Rename files and defines to simplify makefile.
by Randall Spangler
· 12 years ago
5d9bbf2
Unify vboot build into a single makefile
by Randall Spangler
· 12 years ago
e8cfa31
Move lengthy tests from 'make runtests' to 'make runlongtests'
by Randall Spangler
· 12 years ago
0aedbe1
Add support for a V option which selects verbose Makefile output.
by Gabe Black
· 12 years ago
121f3db
respect pkg-config env settings
by Mike Frysinger
· 12 years ago
d50b27d
Switch vboot reference to hardfp
by Doug Anderson
· 12 years ago
f472919
Require -Wall -Werror for everything.
by Bill Richardson
· 13 years ago
5fac757
Enable building of Cgpt C++ Library for 32-bit.
by Jay Srinivasan
· 13 years ago
250549d
Implementation of CgptManager C++ library and unit tests.
by Jay Srinivasan
· 13 years ago
ed5fcc0
Rename dump_kernel_config.a to libdump_kernel_config.a.
by Don Garrett
· 13 years ago
0fc9594
Bundle up the utilities methods used in dump_kernel_config and
by Don Garrett
· 13 years ago
6d696e5
Allow caller to specify build output directory
by Simon Glass
· 13 years ago
8e85e98
Revert "Revert "Add x86_64 architecture support""
by Simon Glass
· 13 years ago
b265c34
Revert "Revert "Revert "Revert "Break out common compile flags""""
by Simon Glass
· 13 years ago
f287021
Revert "Revert "Revert "Break out common compile flags"""
by David Hendricks
· 13 years ago
25c3674
Revert "Revert "Break out common compile flags""
by Simon Glass
· 13 years ago
6f5da79
Revert "Break out common compile flags"
by Nick Sanders
· 13 years ago
52499b8
Revert "Add x86_64 architecture support"
by Nick Sanders
· 13 years ago
bf5540e
Add x86_64 architecture support
by Simon Glass
· 13 years ago
77ce2e8
Break out common compile flags
by Simon Glass
· 13 years ago
b7d2f1e
vboot_reference: clean up CFLAGS and enable unrolled loops
by Stefan Reinauer
· 13 years ago
6b0003c
Remove -isystem from CFLAGS for firmware build
by Che-Liang Chiou
· 13 years ago
7604a7d
make: remove typo quote marks
by Che-Liang Chiou
· 13 years ago
74359b7
make: temporarily hard-coded compiler flags for firmware builds
by Che-Liang Chiou
· 13 years ago
8511f78
Add option to use mocked TPM driver
by Che-Liang Chiou
· 14 years ago
287beae
Add default arch to fix compiling outside emake
by Randall Spangler
· 14 years ago
856e072
Add test framework for bmpblk_utility.
by Bill Richardson
· 14 years ago
34be827
Import firmware compiler flags
by Che-Liang Chiou
· 14 years ago
9f1973e
Revert "Import firmware compiler flags"
by Chris Sosa
· 14 years ago
440ad51
Import firmware compiler flags
by Che-Liang Chiou
· 14 years ago
0a0e8d0
Add firmware build mode to Makefiles
by Che-Liang Chiou
· 14 years ago
8967860
Fix integration bugs (vboot side)
by Che-Liang Chiou
· 14 years ago
5896b96
Added new commands and reactivated full rebuild after fixing for ARM ebuild.
by Luigi Semenzato
· 14 years ago
dd4cfdf
Temporarily remove problematic line while semenzato generates a real fix.
by David Rochberg
· 14 years ago
50d48fe
Various bug fixes to tpm_lite. Some changes to the test suite.
by Luigi Semenzato
· 14 years ago
b2b0fcc
Introduce ability to change the kernel command line.
by vbendeb
· 14 years ago
39f6611
Add tpm lite to vboot reference
by Randall Spangler
· 14 years ago
18b814d
New targets to compile and install rollback tests only with USE=rbtest emerge ...
by Luigi Semenzato
· 14 years ago
93bccfc
Fix makefiles to work with ebuild
by Randall Spangler
· 14 years ago
6832511
Also need to disable calling make tests install.
by Randall Spangler
· 14 years ago
416f681
This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level.
by Luigi Semenzato
· 14 years ago
a08b5c9
Adding --repack and --headeronly options to vbutil_kernel
by Bill Richardson
· 14 years ago
3ecaf77
Make vboot_reference build in MSVC command line environment.
by vbendeb
· 14 years ago
e2ec984
Add VBDEBUG macro for debug output.
by Randall Spangler
· 14 years ago
d0dae7a
More cleanup of MSVC errors
by Randall Spangler
· 14 years ago
6216f5a
Include BIOS specific definitions when required.
by vbendeb
· 14 years ago
620c38c
Remove unused files, and tidy the directory structure of the remaining ones.
by Randall Spangler
· 14 years ago
d471f2a
Remove old firmware verification code, now that firmware build has switched to the new algorithms.
by Randall Spangler
· 14 years ago
70e9509
Rework the vboot_reference make system.
by vbendeb
· 14 years ago
f1372d9
Nearly complete rewrite of cgpt tool.
by Bill Richardson
· 14 years ago
d183644
Major refactoring of structures, with unit tests. This matches the doc I sent out earlier.
by Randall Spangler
· 14 years ago
e642198
Add a Makefile target to run all vboot_reference tests.
by Gaurav Shah
· 14 years ago
371df8b
Add install target to put utilities into chroot (in /opt/bin/)
by Bill Richardson
· 14 years ago
3003c1d
Moved cgptlib into vboot_firmware Moved cgptlib tests into tests
by Randall Spangler
· 14 years ago
0b8f35c
Rearrange vboot_reference directories to isolate external components.
by Bill Richardson
· 14 years ago
b31ddce
add cgpt framework and attribute support.
by Louis Yung-Chieh Lo
· 14 years ago
0dce41c
rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility)
by Louis Yung-Chieh Lo
· 14 years ago
fc70d72
VBoot Reference: Refactoring Part 3
by Gaurav Shah
· 15 years ago
456678b
Vboot Reference: Make length types explicitly sized.
by Gaurav Shah
· 15 years ago
56c9f4d
Add a README and turn-on optimizations.
by Gaurav Shah
· 15 years ago
27bfc8b
Vboot Reference: Conditionally set Makefile CC variable so that it cross-compiles.
by Gaurav Shah
· 15 years ago
7ca31f3
Vboot Reference: Misc style fixes to Makefile and fix testing script.
by Gaurav Shah
· 15 years ago
322536d
RSA signature verification and SHA-1/256/512 reference implementation for verified boot.
by Gaurav Shah
· 15 years ago