aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak
AgeCommit message (Expand)Author
2020-01-14sb/intel/common: Declare common smbus_base() and enable_smbus()Kyösti Mälkki
2020-01-14intel/nehalem,ibexpeak: Move enable_smbus() callKyösti Mälkki
2020-01-09sb/intel/common: Add smbus_set_slave_addr()Kyösti Mälkki
2020-01-09sb/intel/common: Add smbus_host_reset()Kyösti Mälkki
2020-01-09device,sb/intel: Move SMBus host controller prototypesKyösti Mälkki
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2019-12-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-12-19src: Remove unused 'include <halt.h>'Elyes HAOUAS
2019-12-18src: Remove unused 'include <pc80/mc146818rtc.h>'Elyes HAOUAS
2019-12-14sb/intel/*: Remove romcc guardsArthur Heymans
2019-12-14bootblock: Provide some common prototypesKyösti Mälkki
2019-11-26sb/intel/common/spi: Add Baytrail/Braswell supportArthur Heymans
2019-11-22sb/intel/ibexpeak: Decode more LPC IO rangesArthur Heymans
2019-11-18sb/intel/common: Properly guard USB debugArthur Heymans
2019-11-13sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOTKyösti Mälkki
2019-11-10sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbolArthur Heymans
2019-11-10sb/intel/common: Make COMMON_RESET optionalArthur Heymans
2019-11-10sb/intel/common: Make linking rtc.c conditionalArthur Heymans
2019-11-09arch/x86: Replace some __SMM__ guardsKyösti Mälkki
2019-11-09ELOG: Avoid some preprocessor useKyösti Mälkki
2019-11-08sb,soc/intel: Reduce preprocessor use with ME debuggingKyösti Mälkki
2019-11-08arch/x86: Drop some __SMM__ guardsKyösti Mälkki
2019-10-30sb/intel/common: Make linking pmbase.c conditionalArthur Heymans
2019-10-30src/southbridge: change "unsigned" to "unsigned int"Martin Roth
2019-10-28src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS
2019-10-17nb/intel/nehalem: use pmclib to detect S3 resumeArthur Heymans
2019-10-13nb/intel/nehalem: Move to C_ENVIRONMENT_BOOTBLOCKArthur Heymans
2019-10-13sb/intel/ibexpeak: Move some early PCH init after console initArthur Heymans
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-06nb/intel/nehalem: Move PCH init to sb/intel/ibexpeakArthur Heymans
2019-10-06nb/intel/nehalem: Move romstage boilerplate to a common locationArthur Heymans
2019-10-06sb/intel/ibexpeak: Implement USB current settingsArthur Heymans
2019-10-06sb/intel/ibexpeak: Fix enabling HPETArthur Heymans
2019-10-06sb/intel/ibexpeak: Implement PCH function disable in chip_opsArthur Heymans
2019-10-06sb/intel/ibexpeak: Add CIR initializationArthur Heymans
2019-10-01intel/pci: Utilise pci_def.h for PCI_BRIDGE_CONTROLKyösti Mälkki
2019-09-19sb/intel/ibexpeak: Add define for PRSTS registerAngel Pons
2019-09-18sb/intel/ibexpeak: Remove superfluous linked filesArthur Heymans
2019-09-15southbridge: Remove unused include <device/pci_ops.h>Elyes HAOUAS
2019-09-12southbridge: Remove not used #include <elog.h>Elyes HAOUAS
2019-08-21southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki
2019-08-13cpu/x86: Separate save_state struct headersKyösti Mälkki
2019-07-19sb/intel/{bd82x6x|ibexpeak}: Drop p_cnt_throttling_supportedPatrick Rudolph
2019-07-08sb/intel/ibexpeak: Use common final SPI OPs setupArthur Heymans
2019-06-21sb/intel/ibexpeak/smihandler: Move finalizing to a common locationArthur Heymans
2019-06-06sb/intel/ibexpeak: Copy the sandybridge bootblock.c fileArthur Heymans
2019-05-29src/southbridge: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-29sb/intel/*: Delete early_spiPatrick Rudolph
2019-05-27sb/intel/ibexpeak: Use common Intel SMM codeArthur Heymans
2019-05-13{bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS
2019-05-07sb/{ICH7,NM10,PCH}: Use common watchdog_off functionElyes HAOUAS
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-12src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-03-01ACPI: Rename FADT model and set it to zeroElyes HAOUAS
2019-01-14sb/intel: Use common RCBA MACROsPeter Lemenkov
2019-01-13sb/intel: Check for NULL-return of pcidev_on_root()Nico Huber
2019-01-07src: Use "foo **bar" instead of "foo ** bar"Elyes HAOUAS
2019-01-06Kconfig: Unify power-after-failure optionsNico Huber
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-19southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-12-05elog: make elog's SMM handler code follow everything elsePatrick Georgi
2018-12-03sb/intel/common: Create a common PCH finalise implementationTristan Corrick
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-07intel: Get rid of smm_get_pmbasePatrick Rudolph
2018-10-22intel: Use CF9 reset (part 1)Patrick Rudolph
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-13src/*/intel/: clarify Kconfig options regarding IFDStefan Tauner
2018-08-22cbtable: remove chromeos_acpi from cbtableJoel Kitching
2018-08-14sb/intel/{bd82x6x,ibexpeak}: Don't build with FAKE_IFD by defaultAngel Pons
2018-07-02src: Get rid of unneeded whitespaceElyes HAOUAS
2018-07-02src/sb: Fix non-local header treated as localElyes HAOUAS
2018-06-21sb/intel/common: Make RCBA manipulation MACROs commonArthur Heymans
2018-06-21Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans
2018-06-14src: Get rid of unneeded whitespaceElyes HAOUAS
2018-05-24src: Remove space after `defined`Elyes HAOUAS
2018-05-18sb/intel/ibexpeak: Get rid of device_tElyes HAOUAS
2018-05-02intel/ibexpeak: Fix missing ACPI PIRQ entriesKyösti Mälkki
2018-04-30southbridge/intel: Remove space before/after parenthesisElyes HAOUAS
2018-04-28src/southbridge: Add spaces around '=='Elyes HAOUAS
2018-02-27sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans
2017-12-10sb/intel/common: Add SOUTHBRIDGE_INTEL_COMMON_SPIArthur Heymans
2017-11-04sb and soc: Enforce correct offset of member "chromeos" in global_nvs_tJonathan Neuschäfer
2017-08-30sb/intel/*: add option to lockdown chipset on normal boot pathBill XIE
2017-08-06sb/intel/*: Use common SMBus functionsArthur Heymans
2017-07-16southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-06sb/intel/ibexpeak: Add whitespace around '<<'Elyes HAOUAS
2017-05-01nb/intel/nehalem/gma: Set up OpRegion in nb codePatrick Rudolph
2017-01-12sb/intel/ibexpeak: Update debug code to match other chipsMartin Roth
2016-12-06intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki
2016-10-07src/southbridge: Remove whitespace after sizeofElyes HAOUAS
2016-09-13southbridge/intel/ibexpeak: transition away from device_tAntonello Dettori