summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/cse/cse.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common: Add lunarlake device IDsAppukuttan V K2024-01-261-0/+1
* soc/intel/cmn/block/cse: Support sending EOP from payloadKapil Porwal2023-11-141-1/+3
* soc/intel/cmn/cse: Refactor CSE RW FW Version implementationSubrata Banik2023-08-181-6/+6
* src/*/post_code.h: Change post code prefix to POSTCODEYuchen He2023-08-051-1/+1
* soc/intel/common/block/cse: Retrieve CSE RW FW version conditionallySubrata Banik2023-06-231-1/+1
* soc/intel/cmd/blk/cse: Hook get CSE RW version into `.final`Dinesh Gehlot2023-06-151-1/+17
* soc/intel/common: Add RPP-S PCI IDsJeremy Soller2023-05-231-0/+4
* soc/intel/cmn/cse: Move API to get FW partition info into cse_lite.cSubrata Banik2023-04-151-57/+0
* soc/intel/cmd/block: Implement an API to get firmware partition detailsDinesh Gehlot2023-04-131-0/+57
* soc/intel/{adl, cmn}: Send CSE EOP Async CMD earlySubrata Banik2023-04-111-10/+11
* soc/intel/cmn/cse: Handle EOP completion asynchronouslyJeremy Compostella2023-04-071-1/+10
* Revert "soc/intel/cmn/cse: Handle EOP completion asynchronously"Nick Vaccaro2023-04-051-10/+1
* soc/intel/cmn/cse: Handle EOP completion asynchronouslyJeremy Compostella2023-03-311-1/+10
* soc/intel/cmn/cse: Make heci_(send|receive) public functionsJeremy Compostella2023-03-231-15/+2
* soc/intel/cmn: Support for ME spec versions for SoCs at common codeDinesh Gehlot2023-02-241-1/+1
* intelblocks/cse: Add functions to check and change PTT stateMichał Żygowski2023-01-271-0/+157
* tree: Drop Intel Ice Lake supportFelix Singer2023-01-191-1/+0
* soc/intel/common: Use enum cb_err valuesSridhar Siricilla2023-01-151-7/+7
* soc/intel/cmn: Clear interrupt status after HECI-1 has been receivedJohnny Lin2022-12-171-0/+2
* soc/intel/cmn/cse: API to perform essential CSE operations post EOPSubrata Banik2022-12-021-0/+16
* soc/intel/cmn/cse: Send EOP cmd from .final aka `cse_final()`Subrata Banik2022-12-021-6/+10
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-261-2/+2
* soc/intel/common: Define post codesMartin Roth2022-11-231-1/+2
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-081-9/+4
* soc/intel/common: Update comment on HFSTS1.spi_protection_modeSridhar Siricilla2022-09-161-5/+7
* soc/intel/skylake: Assign device ops in chipset devicetreeNico Huber2022-09-151-2/+1
* timer: Change timer util functions to 64-bitRob Barnes2022-09-141-2/+2
* soc/intel/common: Update the comments for CSE RX and TX functionsSridhar Siricilla2022-08-171-5/+5
* soc/intel/cmn/cse: Implement heci_init() to initialize HECI devicesSubrata Banik2022-06-071-14/+44
* soc/intel/cmn/cse: Fix return type for `devfn`Subrata Banik2022-06-041-1/+1
* soc/intel: Rename heci_init to cse_initSubrata Banik2022-06-041-2/+2
* soc/intel/cmn/cse: Enforce CSE disablingSubrata Banik2022-04-291-2/+3
* soc/intel/common/block/cse: Simplify CSE final opsAngel Pons2022-04-211-20/+5
* soc/intel/common/cse: Show CSE device slot and function number properlySubrata Banik2022-04-081-3/+3
* soc/intel/cse: Allow calling all functions associated with `cse_final`Subrata Banik2022-04-081-1/+1
* soc/intel/common: Add Kconfig SOC_INTEL_CSE_SET_EOPJohn2022-03-311-1/+2
* soc/intel/common: Use heci_reset() in the CSE TX and RX flowsSridhar Siricilla2022-03-141-1/+6
* soc/intel/common: Implement error codes for for heci_send_receive()Sridhar Siricilla2022-03-141-37/+43
* soc/intel/common: Include Meteor Lake device IDsWonkyu Kim2022-03-091-0/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-33/+33
* soc/intel/common/cse: Add `finalize` operation for CSESubrata Banik2022-02-181-0/+63
* soc/intel/common/cse: Add function to perform global reset lockSubrata Banik2022-02-091-0/+20
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* soc/intel/{adl, common}: Add routines into CSE IA-common codeSubrata Banik2022-02-041-0/+20
* soc/intel/common/cse: skip heci_init() if HECI1 is disabledMatt DeVillier2022-01-281-0/+4
* soc/intel/common/cse: Add helper API for CSE SPI Protection ModeSubrata Banik2022-01-161-0/+16
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* soc/intel/common: Add check before sending HMRFPO_ENABLE commandSridhar Siricilla2021-12-031-0/+6
* soc/intel: Allow enable/disable ME via CMOSSean Rhodes2021-11-221-0/+159
* soc/intel/common/block/cse: Add get_me_fw_version functionJohnny Lin2021-11-011-30/+27