summaryrefslogtreecommitdiff
path: root/common/cbi.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-578/+0
* cbi: Introduce CONFIG_CBI_GPIOPhilip Chen2021-07-141-1/+2
* cbi: Add cbi_get_cache_status()Philip Chen2021-07-031-4/+9
* cbi: Remove cbi_eeprom.hPhilip Chen2021-07-021-1/+0
* cbi: Separate CBI EEPROM driver from CBI protocolPhilip Chen2021-06-291-119/+67
* cbi: API for EC to update fw_config tagScott Collyer2021-04-101-0/+26
* CBI: Add CBI set to console commandDiana Z2021-03-231-12/+113
* cbi: Add CONFIG_BYPASS_CBI_EEPROM_WP_CHECKZhuohao Lee2021-03-041-2/+4
* CBI: Add rework_id fieldstabilize-rust-13795.B-mainThejaswani Puta thejaswani.putta@intel.com2021-02-161-0/+18
* Revert "CBI: Add rework_id field"Peter Marheine2021-02-101-18/+0
* CBI: Add rework_id fieldThejaswani Puta thejaswani.putta@intel.com2021-02-101-0/+18
* zephyr: clear a few compiler warningsJack Rosenthal2020-12-151-1/+1
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-131-2/+2
* Revert "crc8: rename crc8 to cros_crc8 to to avoid zephyr conflict"Jett Rink2020-11-111-2/+2
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-111-2/+2
* CBI: Validate data size of input from hostDaisuke Nojiri2020-08-271-0/+4
* cbi: add Second Source Factory Cache (SSFC) CBI fieldMarco Chen2020-08-131-0/+9
* CBI: Add unit testDaisuke Nojiri2020-08-071-3/+28
* CBI: Use 8-byte page write size for EEPROMelmo_lan2020-04-151-4/+7
* cbi: Support PCB supplier fieldAbe Levkoy2020-03-241-0/+9
* cbi: Add support for CONFIG_WP_ACTIVE_HIGHAseda Aboagye2020-01-031-0/+4
* cbi: add FW_CONFIG CBI fieldJett Rink2019-12-161-0/+13
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* 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