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
/
early_pch.c
Age
Commit message (
Expand
)
Author
2019-09-13
drivers/elog: Add elog_boot_notify()
Kyösti Mälkki
2019-04-23
sb/intel/lynxpoint: Enable LPC/SIO setup in bootblock
Arthur Heymans
2019-04-21
cpu/intel/haswell: Use C_ENVIRONMENT_BOOTBLOCK
Arthur Heymans
2019-04-13
sb/intel/lynxpoint: Use SOUTHBRIDGE_INTEL_COMMON_PMCLIB
Patrick Rudolph
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-01-09
cpu/intel: Use the common code to initialize the romstage timestamps
Arthur Heymans
2019-01-06
device: Use pcidev_on_root()
Kyösti Mälkki
2018-11-01
sb/intel/lynxpoint: Provide a function for mainboard super I/O config
Tristan Corrick
2018-10-08
src: Use tabs for indentation
Elyes HAOUAS
2018-08-13
src: Get rid of non-local header treated as local
Elyes HAOUAS
2017-07-16
southbridge/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2016-02-23
southbridge/intel/lynxpoint: Use common gpio.c
Patrick Rudolph
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-05
timestamps: Switch from tsc_t to uint64_t
Stefan Reinauer
2014-07-05
intel/lynxpoint: Export pch_enable_lpc() for Super I/O systems
Stefan Reinauer
2013-12-18
lynxpoint: Don't write to non-existent EHCI
Duncan Laurie
2013-11-25
slippy: Minor vboot related fixes
Duncan Laurie
2013-11-24
slippy: Prepare LPC IO decode ranges for EC
Duncan Laurie
2013-09-21
timestamps intel: Move timestamp scratchpad to chipset
Kyösti Mälkki
2013-03-22
x86: Unify arch/io.h and arch/romcc_io.h
Stefan Reinauer
2013-03-21
lynxpoint: Enable EC IO ports 0x62/0x66
Duncan Laurie
2013-03-21
LynxPoint: Move RCBA helper function to its own file
Duncan Laurie
2013-03-18
lynxpoint: Move a bit of generic RCBA into early_pch
Duncan Laurie
2013-03-17
haswell platforms: restructure romstage main
Aaron Durbin