summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/me.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* 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-1/+0
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-091-15/+10
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-091-3/+1
* sb,soc/intel: Reduce preprocessor use with ME debuggingKyösti Mälkki2019-11-081-14/+11
* src/southbridge: change "unsigned" to "unsigned int"Martin Roth2019-10-301-4/+4
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-12/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-5/+3
* sb/intel/bd82x6x: Don't use device_tElyes HAOUAS2018-09-211-7/+7
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-5/+5
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-1/+1
* src/southbridge: Code formatingElyes HAOUAS2016-08-311-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* devicetree: Discriminate device ops scan_bus()Kyösti Mälkki2015-06-041-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-9/+9
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* intel boards: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-4/+1
* intel/sandybridge intel/bd82x6x: remove explicit pcie config accessesKyösti Mälkki2013-08-091-5/+5
* Drop some duplicates of PCI-e config functionsKyösti Mälkki2013-07-101-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* elog: add extended management engine eventDuncan Laurie2012-11-081-9/+19
* Log event for abnormal management engine statusDuncan Laurie2012-07-261-3/+4
* ME: Move ME v8 lockdown to finalize stepDuncan Laurie2012-07-261-2/+2
* Fix automatic ME detection in finalizeStefan Reinauer2012-07-241-1/+1
* Cougar/Panther Point: Compile in ME7 and ME8 code at the same timeStefan Reinauer2012-07-241-3/+20
* Fix ME hash functions on Panther Point/Cougar PointStefan Reinauer2012-07-241-1/+1
* Add support for Intel Panther Point PCHStefan Reinauer2012-04-041-0/+750