summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/ibexpeak
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/ibexpeak: Use common final SPI OPs setupArthur Heymans2019-07-082-41/+3
* sb/intel/ibexpeak/smihandler: Move finalizing to a common locationArthur Heymans2019-06-211-0/+7
* sb/intel/ibexpeak: Copy the sandybridge bootblock.c fileArthur Heymans2019-06-062-1/+78
* src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-1/+3
* sb/intel/*: Delete early_spiPatrick Rudolph2019-05-292-3/+0
* sb/intel/ibexpeak: Use common Intel SMM codeArthur Heymans2019-05-275-1031/+15
* {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS2019-05-131-2/+2
* sb/{ICH7,NM10,PCH}: Use common watchdog_off functionElyes HAOUAS2019-05-072-1/+1
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-217-88/+7
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-202-2/+0
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-085-14/+14
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-047-6/+7
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-019-0/+9
* ACPI: Rename FADT model and set it to zeroElyes HAOUAS2019-03-011-1/+1
* sb/intel: Use common RCBA MACROsPeter Lemenkov2019-01-141-3/+0
* sb/intel: Check for NULL-return of pcidev_on_root()Nico Huber2019-01-131-2/+5
* src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS2019-01-071-1/+1
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-064-6/+4
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-192-2/+0
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* sb/intel/common: Create a common PCH finalise implementationTristan Corrick2018-12-033-5/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-162-6/+3
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-122-2/+1
* intel: Get rid of smm_get_pmbasePatrick Rudolph2018-11-071-5/+2
* intel: Use CF9 reset (part 1)Patrick Rudolph2018-10-222-3/+0
* Move compiler.h to commonlibNico Huber2018-10-082-3/+0
* src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner2018-09-131-1/+1
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-221-1/+1
* sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by defaultAngel Pons2018-08-141-3/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-1/+1
* src/sb: Fix non-local header treated as localElyes HAOUAS2018-07-021-1/+1
* sb/intel/common: Make RCBA manipulation MACROs commonArthur Heymans2018-06-211-16/+1
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-216-5/+152
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-3/+3
* src: Remove space after `defined`Elyes HAOUAS2018-05-241-1/+1
* sb/intel/ibexpeak: Get rid of device_tElyes HAOUAS2018-05-188-32/+39
* intel/ibexpeak: Fix missing ACPI PIRQ entriesKyösti Mälkki2018-05-022-0/+9
* southbridge/intel: Remove space before/after parenthesisElyes HAOUAS2018-04-301-1/+1
* src/southbridge: Add spaces around '=='Elyes HAOUAS2018-04-281-2/+2
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-276-152/+5
* sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPIArthur Heymans2017-12-102-3/+1
* sb and soc: Enforce correct offset of member "chromeos" in global_nvs_tJonathan Neuschäfer2017-11-041-1/+4
* sb/intel/*: add option to lockdown chipset on normal boot pathBill XIE2017-08-302-0/+13
* sb/intel/*: Use common SMBus functionsArthur Heymans2017-08-065-259/+3
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-165-12/+12