coreboot-kgpe-d16/src/southbridge/intel/i82801gx
Kyösti Mälkki c01a505282 sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()
Datasheets describe the used command as 'I2C Read' but adding the
word 'eeprom' in between should avoid further confusion with other
block commands.

Followups will add a symmetrical pair of commands i2c_block_read()
and i2c_block_write() that operate via I2C_EN bit and have a 32
byte size restriction on block transfers. For some hardware revision
these block commands are available, while 'I2C Read' was not.

Change-Id: I4494ab2985afc7f737ddacc8d706a5d5395e35cf
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31151
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2019-02-01 21:26:35 +00:00
..
acpi sb/intel/*: Use common files for PCIe ACPI 2019-01-03 22:33:29 +00:00
ac97.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
azalia.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
bootblock.c cpu/intel: Use the common code to initialize the romstage timestamps 2019-01-09 09:56:06 +00:00
chip.h sb/intel/i82801gx: Implement PCIe coalescing 2019-01-17 14:53:08 +00:00
early_lpc.c cpu/intel: Use the common code to initialize the romstage timestamps 2019-01-09 09:56:06 +00:00
early_smbus.c sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() 2019-02-01 21:26:35 +00:00
i82801gx.c sb/intel/i82801gx: Autodisable functions based on devicetree 2019-01-08 14:29:13 +00:00
i82801gx.h sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read() 2019-02-01 21:26:35 +00:00
ide.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
Kconfig sb/intel/i82801gx: Use common Intel SMM code 2018-11-27 12:09:53 +00:00
lpc.c nb/intel/pineview: Use parallel MP init 2019-01-23 14:49:57 +00:00
Makefile.inc sb/intel/i82801gx: Clean up unneeded smi setup code 2018-12-03 10:20:17 +00:00
nic.c sb/intel/i82801gx: Remove unneeded includes 2018-06-04 02:46:46 +00:00
nvs.h Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
pci.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
pcie.c sb/intel/i82801gx: Implement PCIe coalescing 2019-01-17 14:53:08 +00:00
sata.c device: Use pcidev_on_root() 2019-01-06 01:17:54 +00:00
sata.h sb/intel/i82801gx: Fix sata AHCI for desktop NM10/ICH7 2016-01-15 20:46:03 +01:00
smbus.c sb/intel/i82801gx: Remove unneeded includes 2018-06-04 02:46:46 +00:00
smihandler.c sb/intel/i82801gx: Use common Intel SMM code 2018-11-27 12:09:53 +00:00
usb.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
usb_ehci.c sb/intel/i82801gx: Get rid of device_t 2018-05-22 07:22:01 +00:00
watchdog.c device: Use pcidev_on_root() 2019-01-06 01:17:54 +00:00