index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
apollolake
/
cse.c
Age
Commit message (
Expand
)
Author
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