Files
system76-coreboot/src/include
Felix Held 8fbf88fd8c include/device/i2c_simple: add i2c_2ba_read_bytes function
To read data from an I2C EEPROM that uses 2 byte offsets or any other
I2C device that uses 2 byte offsets, first the two offset bytes are sent
to the device and then the data bytes are read from it. The main
difference to the existing i2c_read_bytes is that that function will
only send one offset byte to the I2C device.

TEST=Reading the contents of an EEPROM on the AMD Chausie board works

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I224e434bb2654aabef6302c1525112e44c4b21fa
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63791
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2022-04-27 16:07:29 +00:00
..
2022-03-09 02:18:21 +00:00
2020-08-21 13:36:10 +00:00
2022-03-09 02:18:21 +00:00
2020-07-26 21:37:35 +00:00
2019-06-24 21:15:14 +00:00
2019-09-19 09:28:55 +00:00
2021-01-18 07:37:04 +00:00
2022-03-27 15:13:31 +00:00
2020-07-26 21:37:35 +00:00
2021-02-09 15:26:51 +00:00
2020-08-26 07:32:37 +00:00
2019-06-04 13:33:40 +00:00
2021-12-13 02:57:07 +00:00
2021-11-03 08:29:16 +00:00
2022-01-19 15:15:50 +00:00
2018-10-31 15:29:42 +00:00
2020-07-26 21:37:35 +00:00
2019-12-19 03:25:05 +00:00
2022-04-06 23:42:56 +00:00
2022-01-01 14:55:51 +00:00
2021-12-26 09:59:12 +00:00
2020-05-28 16:20:40 +00:00