summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/ibexpeak/me.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* sb/intel/ibexpeak: Perform const correctnessBill XIE2022-07-141-1/+1
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* sb/intel: Replace bad uses of `find_resource`Angel Pons2021-11-041-1/+1
* sb/intel/{bd82x6x,ibexpeak}: hide MEI if ME inoperableJames Ye2021-02-061-1/+6
* sb/intel/ibexpeak: Drop invalid ME finalisation functionAngel Pons2021-01-301-80/+0
* sb/intel/ibexpeak: Drop ChromeOS setup for GNVSKyösti Mälkki2020-12-221-9/+0
* sb/intel/ibexpeak: Align to coreboot's coding styleAngel Pons2020-10-201-7/+6
* ironlake: Fix compilation on x86_64Patrick Rudolph2020-09-261-1/+1
* src/southbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* 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
* sb/intel/ibexpeak: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-7/+8
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* sb/ibexpeak: Use macros instead of hard-coded IDsFelix Singer2020-03-201-2/+5
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* arch/x86: Replace some __SMM__ guardsKyösti Mälkki2019-11-091-16/+12
* 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-4/+3
* 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-13/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* 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
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* sb/intel/ibexpeak: Get rid of device_tElyes HAOUAS2018-05-181-7/+9
* 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-4/+4
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-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-1/+0
* southbridge/intel/ibexpeak/me.c: Silence warns about unused funcEdward O'Callaghan2014-06-291-1/+1
* intel boards: Use acpi_is_wakeup_s3()Kyösti Mälkki2014-06-211-4/+1
* ibexpeak: Remove some dead code.Vladimir Serbinenko2014-06-111-125/+0
* Support for Ibexpeak southbridgeVladimir Serbinenko2013-11-251-0/+781
* Revert "Add support for Intel Ibex Peak (Mobile 5) southbridge"Stefan Reinauer2013-06-131-686/+0
* Add support for Intel Ibex Peak (Mobile 5) southbridgeStefan Reinauer2013-06-121-0/+686