summaryrefslogtreecommitdiff
path: root/firmware/lib/gpt_misc.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-1/+0
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-121-2/+4
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-23/+25
* vboot: use malloc and free directlyRandall Spangler2016-11-061-8/+8
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-6/+6
* Fix coverity warnings in firmwareRandall Spangler2016-09-061-5/+12
* cgptlib: cast 32bit to 64bit before multiplicationPatrick Georgi2016-08-031-3/+6
* cgptlib: Add support for IGNOREME GPT signatureJulius Werner2016-04-251-32/+34
* cgpt: Handle read errors gracefullystabilize-7019.Bstabilize-7018.BDan Ehrenberg2015-04-291-8/+16
* cgptlib: Add functions to cgptlib APIFurquan Shaikh2015-01-241-0/+20
* nand: vboot support for small GPTsDan Ehrenberg2015-01-051-4/+15
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-121-0/+5
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-4/+6
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-141-2/+4
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-6/+8
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-291-0/+181