summaryrefslogtreecommitdiff
path: root/util/cbi-util.c
Commit message (Expand)AuthorAgeFilesLines
* CBI: Add rework_id fieldstabilize-rust-13795.B-mainThejaswani Puta thejaswani.putta@intel.com2021-02-161-4/+68
* Revert "CBI: Add rework_id field"Peter Marheine2021-02-101-67/+4
* CBI: Add rework_id fieldThejaswani Puta thejaswani.putta@intel.com2021-02-101-4/+67
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-4/+4
* cbi: add Second Source Factory Cache (SSFC) CBI fieldMarco Chen2020-08-131-1/+12
* cbi: Support PCB supplier fieldAbe Levkoy2020-03-241-0/+12
* cbi: add FW_CONFIG CBI fieldJett Rink2019-12-161-0/+12
* cleanup: format help text to ease readingJett Rink2019-12-051-3/+5
* cbi-util: Remove OEM_ID from required fieldsPhilip Chen2019-08-121-6/+4
* util/cbi-util.c: free memory in error casesPatrick Georgi2019-07-311-1/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-5/+5
* cbi: Add a new API for cbi_set_stringFurquan Shaikh2019-03-081-8/+2
* CBI: Add MODEL_ID fieldDaisuke Nojiri2018-11-291-6/+17
* CBI: Clarify value types in help messagesDaisuke Nojiri2018-11-271-3/+3
* Add OEM name support to CBIWisley Chen2018-11-131-2/+16
* Add DRAM part number support to CBIAaron Durbin2018-08-081-0/+28
* util/cbi-util: Check pointer before using itPatrick Georgi2018-07-301-1/+3
* util/cbi-util: Fix resource leaksPatrick Georgi2018-07-301-0/+3
* cbi-util: Allow field size to be specifiedDaisuke Nojiri2018-05-161-31/+55
* cbi-util: Refactor the toolDaisuke Nojiri2018-05-161-168/+185
* CBI: Make cbi-util set field size automaticallyDaisuke Nojiri2018-03-071-26/+41
* CBI: Share common code between host tool and firmwareDaisuke Nojiri2018-02-231-34/+4
* CBI: Update cbi-util printing formatDaisuke Nojiri2018-02-201-14/+41
* CBI: Update cbi-util to support variable data offset & sizeDaisuke Nojiri2018-02-161-23/+72
* cbi-util: Help GCC determine that variable is initializedMartin Roth2018-02-051-1/+1
* CBI: Add cbi-utilDaisuke Nojiri2018-01-181-0/+338