summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/me.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-7/+7
* 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/soc/intel/broadwell/me.c: Correct HMRFPO misspellingAngel Pons2018-10-021-2/+2
* soc/intel/broadwell: Get rid of device_tElyes HAOUAS2018-06-011-10/+10
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-7/+7
* soc/intel/broadwell: Fix other issues detected by checkpatchLee Leahy2017-03-171-1/+1
* soc/intel/broadwell: Fix {}, () and conditional issuesLee Leahy2017-03-171-5/+2
* soc/intel/broadwell: Add int to unsignedLee Leahy2017-03-171-4/+4
* soc/intel/broadwell: Fix spacing issues detected by checkpatchLee Leahy2017-03-171-6/+6
* intel/broadwell: "free" memory after usePatrick Georgi2016-10-191-0/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* intel/broadwell: Hide use of acpi_slp_typeKyösti Mälkki2015-05-291-3/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* broadwell: Clean up ME device and add new ME10 flowDuncan Laurie2015-04-151-125/+205
* broadwell: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-7/+7
* ACPI: Get S3 resume state from romstage_handoffKyösti Mälkki2015-03-101-3/+1
* intel/broadwell: free local heap objectPatrick Georgi2015-02-251-0/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-3/+3
* soc/intel/broadwell/me.c: Prevent unused function warningEdward O'Callaghan2015-01-121-7/+7
* Replace hlt with halt()Patrick Georgi2014-12-021-1/+0
* broadwell: add new intel SOCDuncan Laurie2014-10-221-0/+1007