summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801jx/early_smbus.c
Commit message (Expand)AuthorAgeFilesLines
* x4x/i82801jx: Use common code for early SMBusAngel Pons2020-07-211-29/+0
* sb/intel: Define CONFIG_FIXED_SMBUS_IO_BASEAngel Pons2020-07-201-1/+1
* device/smbus_host: Declare common early SMBus prototypesKyösti Mälkki2020-06-221-21/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki2020-01-141-8/+8
* sb/intel/common: Add smbus_host_reset()Kyösti Mälkki2020-01-091-6/+1
* device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki2020-01-091-0/+1
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-301-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* sb/intel/common: Rename i2c_block_read() to i2c_eeprom_read()Kyösti Mälkki2019-02-011-2/+2
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* sb/intel/i82801jx: Add romstage smbus and i2c block operationsArthur Heymans2017-08-071-0/+16
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-061-1/+1
* sb/intel/i82801jx: Add correct PCI ids and change namesArthur Heymans2017-07-211-6/+1
* sb/intel/i82801jx: Copy i82801ixArthur Heymans2017-07-211-0/+58