summaryrefslogtreecommitdiff
path: root/tests/cgptlib_test.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-84/+1
* cgptlib: Minor edge case fixesJulius Werner2019-11-021-34/+5
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-2/+2
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-1/+1
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-121-55/+97
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-061-0/+13
* vboot: use malloc and free directlyRandall Spangler2016-11-061-1/+0
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-44/+44
* tests: Fix coverity warningsRandall Spangler2016-09-151-1/+1
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-081-3/+17
* cgptlib: Add support for IGNOREME GPT signatureJulius Werner2016-04-251-2/+83
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+78
* nand: vboot support for small GPTsDan Ehrenberg2015-01-051-1/+2
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-121-1/+6
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-59/+61
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-564/+0
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-141-47/+47
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-38/+101
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-311-0/+24
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-291-1/+1
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-1/+9
* Fix include quotes.Alex Deymo2014-08-261-1/+1
* Clean up exported Mtd* functionsBill Richardson2014-07-091-1/+2
* Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk2013-07-031-17/+19
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-101-0/+185
* Implement cgptlib for MTD devices.Albert Chaulk2013-05-021-1/+384
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+0
* Improve coverage of cgptlib.cRandall Spangler2013-01-241-0/+127
* Reformat cgptlib_testRandall Spangler2013-01-241-1103/+1156
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-261-34/+39
* Successful partitions are never marked bad by cgptlib.Randall Spangler2010-09-071-9/+10
* More cgptlib testsBill Richardson2010-08-271-0/+98
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-23/+26
* Assorted integration fixes.Randall Spangler2010-06-231-0/+13
* Reduce attributes size to comply with msc limitations.vbendeb2010-06-211-14/+14
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-111-5/+4
* Ignore the AlternateLBA field in the GPT headers.Bill Richardson2010-06-031-4/+5
* fix int reference to unint64 from http://codereview.chromium.org/2438005Colin Chow2010-06-021-14/+14
* Much rearranging of cgptlib. Passes all its (new) unit tests.Randall Spangler2010-06-021-757/+707
* Moved cgptlib into vboot_firmwareRandall Spangler2010-05-271-0/+1190