summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/cse/cse_lite.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/cse: Add API to check if CSE Firmware update is requiredAnil Kumar2023-12-111-0/+24
* soc/intel/cse: remove cbfs_unverified_area_map() API in cse_liteRizwan Qureshi2023-10-271-58/+4
* soc/intel/cse: Remove unused header fileKrishna Prasad Bhat2023-10-131-1/+0
* soc/intel/cse: Add entries to eventlog on PSR backup eventsKrishna Prasad Bhat2023-10-041-5/+19
* soc/intel/cse: Check PSR bit before issuing PSR backup commandAnil Kumar2023-10-041-0/+32
* soc/intel/cse: Back up PSR data during CSE FW downgradeAnil Kumar2023-10-041-0/+78
* soc/intel/cse: Add function to get cse_bp_info earlyKrishna Prasad Bhat2023-10-041-1/+81
* soc/intel/cse: Move cse_store_rw_fw_version from cse_print_boot_partition_infoKrishna P Bhat D2023-09-231-5/+8
* soc/intel/cse: Make cse_bp_info response globalKrishna Prasad Bhat2023-09-231-82/+78
* soc/intel/cmd/blk/cse: Store fw versions in CMOS memory for cold bootDinesh Gehlot2023-09-151-45/+146
* {driver, soc/intel/cmn/cse}: Refactor ISH FW Version implementationSubrata Banik2023-08-181-4/+8
* soc/intel/cmn/cse: Refactor CSE RW FW Version implementationSubrata Banik2023-08-181-23/+89
* soc/intel/common: Return CB_ERR when cse_data_clear_request() failsKrishna Prasad Bhat2023-08-041-1/+1
* soc/intel/common/block/cse: Retrieve CSE RW FW version conditionallySubrata Banik2023-06-231-1/+2
* soc/intel/cmn/cse: Read ISH FW version if avilable in CSE partitionSubrata Banik2023-06-151-2/+1
* soc/intel/cmn/cse: Always save CSE RW version to CBMEMSubrata Banik2023-06-151-5/+5
* {driver, mb, soc}: Rename Intel CSE FPT config to ISH FW version configSubrata Banik2023-06-151-1/+1
* soc/intel/cmn/blk.cse: Fix check condition in store_cse_rw_fw_version()Dinesh Gehlot2023-05-111-1/+1
* intel/mtl: Add get_cse_ver_from_cbfs functionAshish Kumar Mishra2023-04-261-17/+29
* soc/intel/cmn/cse: Make `cse_get_fpt_partition_info()` function staticSubrata Banik2023-04-221-1/+2
* soc/intel/cmn/cse: Store ISH firmware version into CBMEMSubrata Banik2023-04-211-2/+50
* {commonlib, soc/intel/cmn/cse}: Store CSE firmware version into CBMEMSubrata Banik2023-04-211-2/+30
* soc/intel/(adl, cmn, mtl): Refactor cse_fw_sync() functionSubrata Banik2023-04-211-5/+9
* soc/intel/cmn/cse: Refactor ramstage_cse_fw_sync() functionSubrata Banik2023-04-211-3/+3
* soc/intel/cmn/cse: Move API to get FW partition info into cse_lite.cSubrata Banik2023-04-151-0/+57
* tree: Drop repeated wordsAlexander Goncharov2023-02-071-1/+1
* soc/intel/common/cse_lite: Allow specific operation prior to updateJeremy Compostella2023-01-241-0/+6
* soc/intel/common: Use 'enum cb_error' valuesSridhar Siricilla2023-01-151-32/+32
* soc/intel/common: Use 'enum cb_err' valuesSridhar Siricilla2023-01-151-4/+4
* soc/intel/common: Use enum cb_err valuesSridhar Siricilla2023-01-151-24/+24
* 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
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-261-3/+3
* soc/intel/cmn/cse: Create API to get CSE Lite WP InformationSubrata Banik2022-11-261-0/+23
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-041-4/+4
* cbfs/vboot: Adapt to new vb2_digest APIJulius Werner2022-09-021-4/+4
* 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
* soc/intel/common: Add support to control CSE firmware updateSridhar Siricilla2022-04-251-4/+17
* soc/intel/common: Update CSE sub partition updateSridhar Siricilla2022-04-071-6/+33
* soc/intel/common: Implement error codes for for heci_send_receive()Sridhar Siricilla2022-03-141-4/+4
* soc/intel/common/cse: Add support to get CSME timestampsBora Guvendik2022-01-211-0/+32
* soc/intel/common: Add support for CSE IOM/NPHY sub-parition updateKrishna Prasad Bhat2021-12-031-4/+276
* soc/intel/common: Rename compare_cse_version() function nameSridhar Siricilla2021-12-031-3/+4
* intel: cse_lite: Use cbfs_unverified_area APIJulius Werner2021-11-301-30/+8
* soc/intel/common/cse: Split CSE metadata into two CBFS filesFurquan Shaikh2021-10-151-11/+45
* soc/intel/common/cse: Reorganize firmware update checks for CSE LiteFurquan Shaikh2021-10-141-57/+61