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
/
southbridge
/
intel
/
lynxpoint
/
me_9.x.c
Age
Commit message (
Expand
)
Author
2021-01-03
sb,soc/intel: Convert some CONFIG(CHROMEOS) preprocessor
Kyösti Mälkki
2020-11-24
sb/intel/lynxpoint: Replace hard-coded IDs with defines
Felix Singer
2020-08-20
sb/intel/lynxpoint: Drop unneeded and rotten Kconfig option
Angel Pons
2020-08-18
src: Remove unused '<halt.h>'
Elyes HAOUAS
2020-08-07
sb/intel/lynxpoint: Use PCI bitwise ops
Angel Pons
2020-07-31
sb/intel/lynxpoint/me_9.x.c: Constify string array
Angel Pons
2020-07-21
sb/intel/lynxpoint/me_9.x.c: Add spaces around `=`
Angel Pons
2020-07-09
sb/intel/lynxpoint/me_9.x.c: Drop dead code
Angel Pons
2020-06-21
src: Substitute `__FUNCTION__` with `__func__`
Angel Pons
2020-06-06
src: Use pci_dev_ops_pci where applicable
Angel Pons
2020-06-01
sb/intel/lynxpoint: Restore lost PCI_COMMAND_MASTER bits
Angel Pons
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-01
sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND register
Elyes HAOUAS
2020-04-04
src/southbridge: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2019-11-09
arch/x86: Replace some __SMM__ guards
Kyösti Mälkki
2019-11-09
ELOG: Avoid some preprocessor use
Kyösti Mälkki
2019-11-08
sb,soc/intel: Reduce preprocessor use with ME debugging
Kyösti Mälkki
2019-10-30
src/southbridge: change "unsigned" to "unsigned int"
Martin Roth
2019-10-28
src/southbridge: Use 'include <stdlib.h>' when appropriate
Elyes HAOUAS
2019-08-21
southbridge/intel: Tidy up preprocessor and headers
Kyösti Mälkki
2019-03-21
{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()
Subrata Banik
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-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2018-12-07
src/southbridge: Get rid of device_t
Elyes HAOUAS
2018-11-05
sb/intel/lynxpoint: Remove irrelevant conditional statement
Elyes HAOUAS
2018-05-08
src/southbridge: Add required space before the open parenthesis
Elyes HAOUAS
2017-07-16
southbridge/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-08-31
src/southbridge: Code formating
Elyes HAOUAS
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-15
x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer
Kevin Paul Herbert
2015-01-12
southbridge/intel/lynxpoint/me_9.x.c: Avoid unused func warn
Edward O'Callaghan
2014-12-02
Replace hlt with halt()
Patrick Georgi
2014-06-21
intel boards: Use acpi_is_wakeup_s3()
Kyösti Mälkki
2014-06-20
southbridge/intel/lynxpoint/me_9.x.c: Use IS_ENABLED macro
Edward O'Callaghan
2013-12-21
lynxpoint: me: Disable some verbose messages
Duncan Laurie
2013-12-21
lynxpoint: me: Support ICC clock enables message
Duncan Laurie
2013-12-21
lynxpoint: me: Allow for more than MKHI MEI messages
Duncan Laurie
2013-12-21
lynxpoint: Avoid any ME device communication in S3 path
Duncan Laurie
2013-12-21
lynxpoint me: add support for mbp clear wait in finalize step
Duncan Laurie
2013-12-21
Revert "lynxpoint: Move ME lock down to ramstage"
Duncan Laurie
2013-11-25
lynxpoint: Move ME lock down to ramstage
Duncan Laurie
2013-11-25
lynxpoint: Add missing ME MBP entries
Duncan Laurie
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-21
lynxpoint: update MBP give up routine
Aaron Durbin
2013-03-14
haswell: more ULT/LP support and minor tweaks
Duncan Laurie
2013-03-14
lynxpoint: ME to BIOS Payload Updates
Aaron Durbin
2013-03-14
haswell: remove explicit pcie config accesses
Aaron Durbin
2013-03-14
lynxpoint: Management Engine Updates
Aaron Durbin
2013-03-14
haswell: Add initial support for Haswell platforms
Aaron Durbin