aboutsummaryrefslogtreecommitdiff
path: root/host
AgeCommit message (Expand)Author
2015-04-01vboot: fix name-collision with OpenSSL.Adam Langley
2015-03-10futility: Add create command to make keypairs from RSA filesBill Richardson
2015-02-23vboot2: add library function for extracting vmlinuz from kernel partZach Reizner
2015-02-12kernel flags: Add flags field to kernel preamble.Furquan Shaikh
2015-02-11Changes to compile signing tools on darwinDavid Riley
2015-02-10crossystem: read recovery switch status from chromeos_arm deviceKen Chang
2015-02-03futility: handle truncated BIOS images without segfaultBill Richardson
2015-01-31lib21: Close the open file when finished using itBill Richardson
2015-01-23vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen
2015-01-22cgpt: Properly show ChromeOS-scheme MTD partitionsNam T. Nguyen
2015-01-14futility: Change find_fmap() to search larger alignments firstJulius Werner
2014-12-05vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler
2014-12-04vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler
2014-12-04vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler
2014-12-03vboot2: Use calloc() in host lib and unit testsRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler
2014-12-01vboot2: Use new hostlib functions in unit testsRandall Spangler
2014-11-27vboot2: Add host library functions for signing to new struct formatRandall Spangler
2014-11-27vboot2: Add host lib support for bare hash keysRandall Spangler
2014-11-27vboot2: Add host library functions to read/write new-format key objectsRandall Spangler
2014-11-27vboot2: Add host library functions to read/write files and objectsRandall Spangler
2014-11-26vboot: Remove FTS codeNam T. Nguyen
2014-11-14vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen
2014-11-10crossystem: add platform for ipa8064Vadim Bendebury
2014-11-10crossystem: cache vbnv contents to avoid lengthy readsVadim Bendebury
2014-10-20crossystem: Add support for multiple gpiochip entriesDuncan Laurie
2014-10-18crossystem: Change ReadFileInt to take an unsigned int pointerDuncan Laurie
2014-10-09crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosysDavid Hendricks
2014-10-09crossystem: handle "flash" media in Vb*NvStorage()David Hendricks
2014-10-04vboot2: Add previously tried slot and result to NV storageRandall Spangler
2014-09-12cleanup: remove a couple of unused functions and filesBill Richardson
2014-09-03futility: the show command can traverse all file typesBill Richardson
2014-08-29cleanup: add some easier-to-use FMAP parsing functions.Bill Richardson
2014-08-29futility: add separate check function for VPbublicKeyBill Richardson
2014-08-29Add broadwell PCI ID for platform family lookup tableDuncan Laurie
2014-08-28vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen
2014-07-30crossystem: Add PCH-LP GPIO typeDuncan Laurie
2014-07-09Split libvboot_host.a into external and local libraries.Bill Richardson
2014-06-28Add nvstorage / crossystem support for new vboot2 fieldsRandall Spangler
2014-06-26vboot2: add a flag to indicate firmware was selected by vboot2Daisuke Nojiri
2014-06-05Use the TPM to back up some of the nvram fieldsBill Richardson
2014-05-03Add an nvram flag to block the use of dev modeBill Richardson
2014-04-04vboot_reference: Provide crossystem interface stubs for mipsGaurav Shah
2014-01-29tegra124: Add the tegra124 compatibility string to crossystem.Gabe Black
2013-12-11crossystem: handle BayTrail gpiosAaron Durbin
2013-12-11crossystem: add GpioChipset sturcture for x86Aaron Durbin
2013-12-11crossystem: make BayTrail a valid platform_familyAaron Durbin
2013-10-31Make crossystem.h more polite and more useful.J. Richard Barnette
2013-10-25Allow <vboot/crossystem.h> to be usable in C++ code.J. Richard Barnette