summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/common: Fix style issue in spi.cElyes HAOUAS2018-11-281-50/+52
* sb/intel/i82801gx: Use common Intel SMM codeArthur Heymans2018-11-271-0/+10
* sb/intel/common: Fix style issue in spi.cPatrick Georgi2018-11-261-1/+1
* sb/intel/spi: read FLCOMP descriptor early and cache itStefan Tauner2018-11-261-6/+5
* sb/intel/common: Reset Pre-OP after atomic SPI cycle is finishedWerner Zeh2018-11-221-1/+3
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* sb/intel: Deduplicate vbnv_cmos_failed and rtc_initPatrick Rudolph2018-11-074-0/+90
* intel: Get rid of smm_get_pmbasePatrick Rudolph2018-11-071-6/+0
* sb/intel/common: Create a common implementation of `acpi_fill_madt()`Tristan Corrick2018-11-013-0/+41
* sb/intel/common/pciehp.h: Add missing license headerElyes HAOUAS2018-11-011-0/+18
* vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logicJoel Kitching2018-10-242-0/+15
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-223-0/+31
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* sb/intel/common/firmware: Ensure warning is put lateNico Huber2018-09-201-2/+2
* src/*/intel: introduce warning when building with no IFDAngel Pons2018-09-132-1/+16
* src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner2018-09-132-2/+11
* Kconfig, Makefile.inc: Remove all traces of ifdfakeAngel Pons2018-08-232-81/+3
* nb/intel/gm45: Use common code for SMM in TSEGArthur Heymans2018-07-301-0/+4
* sb/intel/gpio: Cache gpiobase in ramstage and romstagePatrick Rudolph2018-07-282-9/+22
* sb/intel/common/pmutil: Use new PMBASE APIPatrick Rudolph2018-07-272-33/+28
* sb/intel/common/smi*: Use new PMBASE APIPatrick Rudolph2018-07-272-46/+27
* sb/intel/common: Add functions to manipulate PMBASEPatrick Rudolph2018-07-273-0/+124
* Kconfig: Make the EM100 config option commonSimon Glass2018-07-161-6/+1
* sb/intel/common/firmware: Enable me_cleaner for NehalemNicola Corna2018-06-251-1/+2
* sb/intel/common/rcba_pirq.c: Use common RCBA acces MACROsArthur Heymans2018-06-212-4/+1
* sb/intel/common: Make RCBA manipulation MACROs commonArthur Heymans2018-06-211-0/+41
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-213-221/+45
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-142-6/+6
* src: Get rid of device_tElyes HAOUAS2018-06-141-3/+2
* sb/intel/common/firmware: Use the -S flag of me_cleanerNicola Corna2018-06-132-1/+7
* sb/intel/common: Include SPI driver into postcar stageNico Huber2018-06-111-0/+1
* src/sb/intel/common/spi.c: Adapt and link in romstageArthur Heymans2018-06-042-93/+110
* sb/intel/common/spi.c: Add a SPI write protect functionArthur Heymans2018-06-041-0/+77
* sb/intel/common/pirq_gen: Rework generating pin-route tablesArthur Heymans2018-05-253-58/+77
* src/southbridge: Add spaces around '=='Elyes HAOUAS2018-04-282-3/+3
* compiler.h: add __weak macroAaron Durbin2018-04-241-2/+3
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* Revert "model_206ax: Use parallel MP init"Arthur Heymans2018-04-112-27/+0
* model_206ax: Use parallel MP initArthur Heymans2018-04-112-0/+27
* sb/intel/common/firmware: Allow CONFIG_USE_ME_CLEANER on Kaby LakeNicola Corna2018-04-061-2/+2
* sb/intel/common: Add common code for SMM setup and smihandlerArthur Heymans2018-03-286-0/+1063
* sb/intel/common: Fix conflicting OIC register definitionNico Huber2018-03-021-0/+1
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-273-45/+220
* sb/intel/common: Automatically generate ACPI PIRQTobias Diedrich2017-12-206-0/+253
* sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPIArthur Heymans2017-12-102-0/+9
* smbus: Fix a typo ("Set the device I'm talking too")Jonathan Neuschäfer2017-09-271-4/+4
* sb/intel/common/spi.c: Port to i82801gxArthur Heymans2017-09-221-20/+38