summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/cse
Commit message (Expand)AuthorAgeFilesLines
...
* intelblocks/cse: Add functions to check and change PTT stateMichał Żygowski2023-01-271-0/+157
* soc/intel/common/cse_lite: Allow specific operation prior to updateJeremy Compostella2023-01-241-0/+6
* tree: Drop Intel Ice Lake supportFelix Singer2023-01-191-1/+0
* soc/intel/common: Use 'enum cb_error' valuesSridhar Siricilla2023-01-151-32/+32
* soc/intel/common: Use 'enum cb_err' valuesSridhar Siricilla2023-01-152-5/+5
* soc/intel/common: Use enum cb_err valuesSridhar Siricilla2023-01-152-31/+31
* soc/intel : Use 'enum cb_err' valuesSridhar Siricilla2023-01-131-24/+24
* soc/intel: Use 'enum cb_err' instead of boolSridhar Siricilla2023-01-131-6/+6
* soc/intel/common: Use enum csme_failure_reasonSridhar Siricilla2023-01-121-5/+5
* soc/intel/cmn: Clear interrupt status after HECI-1 has been receivedJohnny Lin2022-12-172-0/+8
* soc/intel/alderlake: make SOC_INTEL_CSE_SEND_EOP_EARLY per-board configurableMichał Kopeć2022-12-061-1/+1
* soc/intel/cmn/cse: Allow to perform essential CSE operations post EOPSubrata Banik2022-12-021-4/+6
* 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
* soc/intel/cmn/cse: Create another config for sending CSE EOP cmd lateSubrata Banik2022-12-021-0/+13
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-262-5/+5
* soc/intel/cmn/cse: Create API to get CSE Lite WP InformationSubrata Banik2022-11-261-0/+23
* soc/intel/common: Define post codesMartin Roth2022-11-231-1/+2
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-081-9/+4
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-041-4/+4
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* 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
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-021-4/+4
* soc/intel/common: Update the comments for CSE RX and TX functionsSridhar Siricilla2022-08-171-5/+5
* soc/intel/common/block/cse: Tidy up table in commentAngel Pons2022-08-141-3/+3
* soc/intel/common: Update the comment on CSE Region layoutSridhar Siricilla2022-07-061-3/+3
* common/intel/cse: Add function to perform CSE FW update in ramstageKrishna P Bhat D2022-07-061-0/+17
* soc/intel/common: Update CSE FW update flow for compressed ME_RW blobsKrishna P Bhat D2022-06-301-2/+8
* common/block/cse: Add Kconfigs to indicate when CSE FW sync is performedKrishna Prasad Bhat2022-06-301-0/+14
* 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: Skip sending CSE `get_boot_perf` when CSE hiddenSubrata Banik2022-04-291-1/+12
* soc/intel/cmn/cse: Enforce CSE disablingSubrata Banik2022-04-291-2/+3
* soc/intel/cmn/cse: Drop redundant macro check for heci1_disable()Subrata Banik2022-04-291-3/+0
* soc/intel/common: Add support to control CSE firmware updateSridhar Siricilla2022-04-251-4/+17
* 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: Update CSE sub partition updateSridhar Siricilla2022-04-071-6/+33
* soc/intel/common: Add Kconfig SOC_INTEL_CSE_SET_EOPJohn2022-03-311-1/+2
* soc/intel/common/block/cse: Change loglevel prefix to WARNINGWisley Chen2022-03-181-1/+1
* soc/intel/common: Retry MEI CSE DISABLE commandSridhar Siricilla2022-03-161-6/+10
* soc/intel/common: Retry END_OF_POST commandSridhar Siricilla2022-03-161-5/+33
* soc/intel/common: Use generic enum type valuesSridhar Siricilla2022-03-141-20/+20
* 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-143-43/+49
* soc/intel/alderlake: Inject CSE TS into CBMEM timestamp tableBora Guvendik2022-03-103-0/+82