summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-058-55/+55
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-046-1/+6
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-049-0/+0
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-034-16/+8
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-012-0/+117
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-012-0/+112
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-012-6/+4
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-274-0/+382
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-273-26/+145
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-272-0/+563
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-273-0/+126
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-1/+0
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-0/+8
* crossystem: add platform for ipa8064Vadim Bendebury2014-11-101-0/+1
* crossystem: cache vbnv contents to avoid lengthy readsVadim Bendebury2014-11-101-6/+11
* crossystem: Add support for multiple gpiochip entriesDuncan Laurie2014-10-201-4/+46
* crossystem: Change ReadFileInt to take an unsigned int pointerDuncan Laurie2014-10-184-92/+122
* crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosysDavid Hendricks2014-10-091-4/+4
* crossystem: handle "flash" media in Vb*NvStorage()David Hendricks2014-10-091-2/+2
* vboot2: Add previously tried slot and result to NV storageRandall Spangler2014-10-041-0/+8
* cleanup: remove a couple of unused functions and filesfactory-storm-6269.BBill Richardson2014-09-123-49/+0
* futility: the show command can traverse all file typesBill Richardson2014-09-032-2/+4
* cleanup: add some easier-to-use FMAP parsing functions.Bill Richardson2014-08-292-30/+45
* futility: add separate check function for VPbublicKeyBill Richardson2014-08-292-25/+33
* Add broadwell PCI ID for platform family lookup tableDuncan Laurie2014-08-291-0/+1
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-0/+1
* crossystem: Add PCH-LP GPIO typeDuncan Laurie2014-07-301-0/+1
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-07-096-13/+97
* Add nvstorage / crossystem support for new vboot2 fieldsRandall Spangler2014-06-281-1/+37
* vboot2: add a flag to indicate firmware was selected by vboot2Daisuke Nojiri2014-06-261-1/+6
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-051-8/+26
* Add an nvram flag to block the use of dev modestabilize-swanky-5841.55.Bstabilize-gnawty-5841.84.Bstabilize-5841.83.Bstabilize-5841.76.Bstabilize-5828.0.Brelease-R36-5841.Bfirmware-tricky-5829.Bfirmware-mccloud-5827.BBill Richardson2014-05-031-1/+16
* vboot_reference: Provide crossystem interface stubs for mipsstabilize-5791.0.Bstabilize-5784.0.Bfirmware-nyan-5771.Bfactory-nyan-5772.BGaurav Shah2014-04-041-0/+74
* tegra124: Add the tegra124 compatibility string to crossystem.test-5394.Bstabilize-5414.Bstabilize-5412.BGabe Black2014-01-291-0/+1
* crossystem: handle BayTrail gpiosAaron Durbin2013-12-111-0/+54
* crossystem: add GpioChipset sturcture for x86Aaron Durbin2013-12-111-6/+29
* crossystem: make BayTrail a valid platform_familyAaron Durbin2013-12-111-0/+1
* Make crossystem.h more polite and more useful.test-4980.Btest-4824.Bstabilize-R33-4982.Bstabilize-5062.Bstabilize-4920.6.Brelease-R32-4920.Bfirmware-bolt_kirby-4979.Bfactory-panther-4920.23.BJ. Richard Barnette2013-10-315-6/+27
* Allow <vboot/crossystem.h> to be usable in C++ code.stabilize-4886.BJ. Richard Barnette2013-10-251-0/+8
* Add a "debug_build" query to crossystem.J. Richard Barnette2013-10-231-7/+38
* Add memory leak checkingSimon Glass2013-09-171-4/+4
* Correct some minor compiler warningsSimon Glass2013-08-252-2/+5
* Improve kernel tests to pass valgrindSimon Glass2013-08-251-1/+1
* Fix some issues with LBA vs byte offsetsAlbert Chaulk2013-07-311-0/+1
* dump_fmap: Find correct FMAP structure by checking version.Hung-Te Lin2013-06-212-3/+9
* Add 5420 to the set of recognizable platformsVadim Bendebury2013-06-201-0/+1
* crossystem: Add device IDs for haswellDuncan Laurie2013-05-231-0/+2
* crossystem: Add LynxPoint to list of valid x86 chipset typesDuncan Laurie2013-05-061-1/+2
* Refactor CgptAdd and CgptPrioitize to remove gpt-specific codeAlbert Chaulk2013-05-061-1/+1
* Massive refactoring of external header files.Bill Richardson2013-04-0213-3/+163