Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
bb5d9f128603c1ee0dd5000374734138f450a7a8
/
firmware
/
lib
/
rollback_index.c
bb5d9f1
Remove kernel backup space
by Randall Spangler
· 13 years ago
6668028
Change rollback interface so kernel/firmware version numbers are
by Randall Spangler
· 13 years ago
4abede3
Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for firmware and one for kernel.
by Randall Spangler
· 13 years ago
63dffcb
Enable TPM in developer mode again.
by Randall Spangler
· 13 years ago
ada3fa9
Misc TPM cleanup
by Randall Spangler
· 13 years ago
3e1081f
Add lots of debugging to TPM library.
by Randall Spangler
· 13 years ago
39f6611
Add tpm lite to vboot reference
by Randall Spangler
· 13 years ago
8510d91
Replace TlclDefineSpace with SafeDefineSpace for extra paranoia.
by Luigi Semenzato
· 13 years ago
7a786b7
added reboot return codes to load kernel and firmware
by Randall Spangler
· 13 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
· 13 years ago
5e9c0b9
Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space.
by Luigi Semenzato
· 13 years ago
2b9ddae
New rollback_index API.
by Luigi Semenzato
· 13 years ago
3ecaf77
Make vboot_reference build in MSVC command line environment.
by vbendeb
· 13 years ago
e2ec984
Add VBDEBUG macro for debug output.
by Randall Spangler
· 13 years ago
1078838
Refactor rollback interface for LoadKernel(), LoadFirmware().
by Randall Spangler
· 13 years ago
361049c
As mentioned, I discovered ForceClear doesn't really require any reboots. This change takes advantage of this fact.
by Luigi Semenzato
· 13 years ago
beb5bae
Fixes to compiler warnings in MSVC
by Randall Spangler
· 13 years ago
620c38c
Remove unused files, and tidy the directory structure of the remaining ones.
by Randall Spangler
· 13 years ago
[Renamed from vboot_firmware/lib/rollback_index.c]
f302905
Move all system includes in vboot_firmware to sysincludes.h
by Randall Spangler
· 13 years ago
63ca39c
Add ForceClear also on dev->normal transitions. Fix wrong API description.
by Luigi Semenzato
· 13 years ago
2666f10
Fix normal/recovery mode, and RO firmware vs. RW firmware behavior.
by Luigi Semenzato
· 13 years ago
4f11c36
Protect the kernel version space from redefinition.
by Luigi Semenzato
· 13 years ago
59204c5
Import recent tpm_lite changes that make all TPM commands return a status.
by Luigi Semenzato
· 13 years ago
4a7a9e3
Uses TPM return codes.
by Randall Spangler
· 13 years ago
0a48681
Implement strategy for 64-write limit with unowned TPM.
by Luigi Semenzato
· 13 years ago
52a8d2d
Add recovery mode protection to new NVRAM locking scheme.
by Luigi Semenzato
· 14 years ago
596b640
New anti-rollback strategy (no TPM NVRAM write cycles for locking).
by Luigi Semenzato
· 14 years ago
0b8f35c
Rearrange vboot_reference directories to isolate external components.
by Bill Richardson
· 14 years ago
[Renamed from common/rollback_index.c]
887e3d4
Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h
by Gaurav Shah
· 14 years ago
f3dd1a6
VBoot Reference: Output debug information using debug() instead of fprintf().
by Gaurav Shah
· 14 years ago
fc70d72
VBoot Reference: Refactoring Part 3
by Gaurav Shah
· 14 years ago
[Renamed from utils/rollback_index.c]
7853971
Add another missing header to remove compile time error.
by Gaurav Shah
· 14 years ago
ce0cc30
VBoot Reference: Add version checking to for preventing rollbacks.
by Gaurav Shah
· 14 years ago