summaryrefslogtreecommitdiff
path: root/firmware/lib/cgptlib
Commit message (Expand)AuthorAgeFilesLines
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-1/+1
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-6/+0
* Revert "Clean up implicit fall through."Mathew King2019-11-051-1/+1
* Clean up implicit fall through.Manoj Gupta2019-11-051-1/+1
* cgptlib: Minor edge case fixesJulius Werner2019-11-022-12/+8
* vboot: fix up some more includesJoel Kitching2019-09-233-4/+2
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-282-4/+5
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-226-6/+5
* firmware/lib: Add fall through commentsJacob Garber2019-08-071-0/+1
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-122-16/+25
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-062-0/+12
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-15/+17
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-14/+14
* Fix indentation in firmware and host libsRandall Spangler2016-10-132-9/+10
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-082-1/+15
* cgptlib: Add support for IGNOREME GPT signatureJulius Werner2016-04-251-0/+16
* cgpt: Update behavior of GptUpdateKernelWithEntrystabilize-8172.47.Bfirmware-lucid-8173.BFurquan Shaikh2016-04-051-7/+7
* vboot: Move GPT entry operator functions to gpt_miscFurquan Shaikh2015-09-231-9/+0
* cgpt repair: fix segfault which occurs when one of the headers is badstabilize-7202.Bstabilize-7199.Bstabilize-7173.BAndrey Ulanov2015-06-131-0/+4
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+6
* cgptlib: Add functions to cgptlib APIFurquan Shaikh2015-01-242-17/+68
* nand: vboot support for small GPTsDan Ehrenberg2015-01-052-6/+6
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-122-13/+22
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-122-11/+0
* vboot: GPT interface cleanupDan Ehrenberg2014-12-112-17/+22
* vboot: Remove FTS codeNam T. Nguyen2014-11-264-541/+0
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-1/+1
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-142-6/+8
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-132-8/+30
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-311-0/+2
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-292-104/+2
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-292-8/+8
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-7/+9
* Clean up exported Mtd* functionsBill Richardson2014-07-094-289/+303
* Add labels to MTD partitions.Albert Chaulk2013-07-311-2/+7
* Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk2013-07-032-32/+68
* Provide MTD version of common functionsfactory-4290.BAlbert Chaulk2013-06-181-0/+1
* Implement cgptlib for MTD devices.Albert Chaulk2013-05-026-24/+528
* Massive refactoring of external header files.Bill Richardson2013-04-024-115/+6
* Get rid of some crufty macros.Gabe Black2013-03-191-4/+0
* Remove +x permissions from source files.Bill Richardson2013-02-051-0/+0
* Reformat cgptlib to kernel styleRandall Spangler2013-01-316-720/+800
* Improve coverage of cgptlib.cRandall Spangler2013-01-242-2/+13
* Add more recovery_reason codesBill Richardson2012-11-261-1/+1
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-263-5/+59
* Support alternative GPT header signatureStefan Reinauer2012-09-192-2/+4
* Change debug messages to use 1-based GPT partition numbers.Bill Richardson2011-09-082-3/+6
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-1/+2
* Introduce GUID type for Chrome OS read/write firmware.Gabe Black2011-07-071-0/+2