summaryrefslogtreecommitdiff
path: root/common/cbi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+4
* CBI: Allow board to compose data from other sourcesDaisuke Nojiri2019-04-191-1/+8
* cbi: Allow cbi command included optionallyDaisuke Nojiri2019-04-051-0/+3
* cbi: Add a new API for cbi_set_stringFurquan Shaikh2019-03-081-0/+8
* cbi: Do not add tags if data size is zeroFurquan Shaikh2019-03-081-2/+11
* CBI: Use hexdump to dump EEPROM contentsDaisuke Nojiri2019-02-151-4/+1
* CBI: Add MODEL_ID fieldDaisuke Nojiri2018-11-291-0/+7
* cbi: allow fields to be resizedJett Rink2018-09-201-6/+22
* cbi: fail set command early if WP is assertedJett Rink2018-09-041-5/+12
* drivers: Refactor to use high-level i2c APIsJonathan Brandmeyer2018-08-091-18/+6
* cbi: lock the i2c port before using itZhuohao Lee2018-08-071-1/+9
* CBI: Disallow board version and OEM ID to be reprogrammedDaisuke Nojiri2018-05-041-0/+7
* system: update board version to return an error if encounteredJett Rink2018-04-191-12/+0
* cbi: always refersh data for cbi ec commandstabilize-meowth-10574.BJett Rink2018-04-121-19/+28
* CBI: Share common code between host tool and firmwareDaisuke Nojiri2018-02-231-25/+49
* CBI: Make cbi command dump EEPROM contentsfirmware-kbl-10431.BDaisuke Nojiri2018-02-221-16/+21
* CBI: Make data offset and size variableDaisuke Nojiri2018-02-161-101/+164
* Fizz: Update thermal table by projectRyan Zhang2018-02-081-0/+9
* CBI: Return ACCESS_DENIED on write failure due to WPDaisuke Nojiri2018-02-011-2/+5
* CBI: Allow get command to reload data from EEPROMDaisuke Nojiri2018-01-181-0/+3
* CBI: Retry read and cache the resultDaisuke Nojiri2018-01-181-12/+19
* CBI: Add host command to set board infoDaisuke Nojiri2018-01-181-0/+87
* CBI: Add host command to get board infoDaisuke Nojiri2018-01-181-0/+29
* CBI: Read board info from EEPROMDaisuke Nojiri2018-01-181-0/+127