index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
apollolake
/
cse.c
Age
Commit message (
Expand
)
Author
2022-11-26
src/soc/intel: Remove unnecessary space after casts
Elyes Haouas
2022-08-17
soc/intel/apollolake: Add the remaining CSE Firmware Status Registers
Sean Rhodes
2022-07-20
soc/apollolake: Add CSE Firmware Status Registers
Sean Rhodes
2022-03-14
soc/intel/common: Implement error codes for for heci_send_receive()
Sridhar Siricilla
2022-02-02
soc/intel/apollolake: Use PCR write to disable HECI1
Subrata Banik
2022-01-11
soc/intel/apl: Use Kconfig to disable HECI1
Subrata Banik
2021-09-05
soc/intel/common/cse: Add argument for CSE fixed client addr
Rizwan Qureshi
2020-09-21
src/soc/intel: Drop unneeded empty lines
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-04-06
soc/intel/apollolake: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-02
soc/intel/{common, skl, cnl, apl}: Move print_me_fw_version() to CSE lib
Sridhar Siricilla
2019-09-25
soc/intel/(apl,skl,cnl,common): Move mkhi_hdr structure definition to common
Sridhar Siricilla
2019-09-11
soc/intel/common/block/cse: Move me_read_config32() to common code
Sridhar Siricilla
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-01-09
soc/intel: Clean mess around UART_DEBUG
Nico Huber
2018-12-07
soc/intel/apollolake: Print ME version on exit of BS_DEV_INIT stage
Karthikeyan Ramasubramanian
2018-12-03
soc/intel/apollolake: Add support to print ME version
Furquan Shaikh
2018-11-09
soc/intel/apollolake: Disable HECI1 before jumping to OS
Furquan Shaikh
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-04-20
pci: Move inline PCI functions to pci_ops.h
Patrick Rudolph
2017-08-10
soc/intel/apollolake: Add file path check
Hannah Williams
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-03-28
soc/pci_devs.h: Use consistent naming in soc/pci_devs.h
Subrata Banik
2017-03-15
soc/intel/apollolake: Cache FPF status value in flash
Andrey Petrov
2017-03-09
soc/intel/apollolake: Add check if FPFs are blown
Andrey Petrov
2017-03-09
soc/intel/apollolake: Prepare to use common HECI driver
Andrey Petrov
2017-02-08
soc/intel/apollolake: dump CSE status
Aaron Durbin