summaryrefslogtreecommitdiff
path: root/common/cbi.c
Commit message (Expand)AuthorAgeFilesLines
* test: cbi_gpio_read() unhappy pathsAaron Massey2022-10-281-1/+2
* test: CBI version enabled system_get_board_versionAaron Massey2022-09-231-1/+1
* zephyr: Add test for Steelix alt motion sensorswen zhang2022-09-231-0/+23
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* ec: add cbi data tag/field for factory_calibration_dataYH Lin2022-07-061-0/+8
* common/cbi.c: Format with clang-formatJack Rosenthal2022-06-291-32/+29
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-1/+2
* cbi-util: Fix error with setting 8 byte cbi dataThejaswani Putta2021-10-201-5/+2
* 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