Age | Commit message (Expand) | Author |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-01-05 | src/southbridge: Remove unused <delay.h> | Elyes HAOUAS |
2022-01-05 | src/southbridge: Remove unused <string.h> | Elyes HAOUAS |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-04-21 | sb/intel/bd82x6x: Use {get,set}_int_option | Angel Pons |
2021-03-01 | sb/intel/bd82x6x: Turn ME PCI register structs into unions | Angel Pons |
2021-02-13 | sb/intel/bd82x6x: Move ME SMM code into a separate file | Angel Pons |
2021-02-13 | sb/intel/bd82x6x: Relocate some static functions | Angel Pons |
2021-02-07 | sb/intel/bd82x6x: Support ME Soft Temporary Disable Mode | Evgeny Zinoviev |
2021-02-06 | sb/intel/{bd82x6x,ibexpeak}: hide MEI if ME inoperable | James Ye |
2020-12-22 | sb,soc/intel: Drop unnecessary headers | Kyösti Mälkki |
2020-12-11 | sb/intel/bd82x6x: Only check device ID in `intel_me_finalize_smm` | Angel Pons |
2020-12-10 | sb/intel/bd82x6x: Make me_common.c a compilation unit | Angel Pons |
2020-08-29 | sb/intel/bd82x6x: Factor out common ME functions | Angel Pons |
2020-08-18 | src: Remove unused '<halt.h>' | Elyes HAOUAS |
2020-06-24 | sb/intel/bd82x6x: Align mei_recv_msg() functions | Angel Pons |
2020-06-10 | sb/intel/bd82x6x: Use PCI bitwise ops | Angel Pons |
2020-06-07 | sb/intel/bd82x6x: Align some ME functions | Angel Pons |
2020-06-06 | src: Use pci_dev_ops_pci where applicable | Angel Pons |
2020-06-05 | sb/intel/bd82x6x: Remove dead code | Angel Pons |
2020-06-02 | sb/intel/bd82x6x: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-04 | src/southbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-11-09 | arch/x86: Replace some __SMM__ guards | Kyösti Mälkki |
2019-11-09 | ELOG: Avoid some preprocessor use | Kyösti Mälkki |
2019-11-08 | sb,soc/intel: Reduce preprocessor use with ME debugging | Kyösti Mälkki |
2019-10-30 | src/southbridge: change "unsigned" to "unsigned int" | Martin Roth |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-09-21 | sb/intel/bd82x6x: Don't use device_t | Elyes HAOUAS |
2018-06-21 | Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location" | Arthur Heymans |
2018-02-27 | sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location | Arthur Heymans |
2017-07-16 | southbridge/intel: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2016-12-06 | intel PCI ops: Remove explicit PCI MMCONF access | Kyösti Mälkki |
2016-08-31 | src/southbridge: Code formating | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-06-04 | devicetree: Discriminate device ops scan_bus() | Kyösti Mälkki |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2014-12-02 | Replace hlt with halt() | Patrick Georgi |
2014-06-21 | intel boards: Use acpi_is_wakeup_s3() | Kyösti Mälkki |
2013-08-09 | intel/sandybridge intel/bd82x6x: remove explicit pcie config accesses | Kyösti Mälkki |
2013-07-10 | Drop some duplicates of PCI-e config functions | Kyösti Mälkki |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2012-11-08 | elog: add extended management engine event | Duncan Laurie |
2012-07-26 | Log event for abnormal management engine status | Duncan Laurie |
2012-07-26 | ME: Move ME v8 lockdown to finalize step | Duncan Laurie |
2012-07-24 | Fix automatic ME detection in finalize | Stefan Reinauer |
2012-07-24 | Cougar/Panther Point: Compile in ME7 and ME8 code at the same time | Stefan Reinauer |
2012-07-24 | Fix ME hash functions on Panther Point/Cougar Point | Stefan Reinauer |
2012-04-04 | Add support for Intel Panther Point PCH | Stefan Reinauer |