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
/
broadwell
/
include
Age
Commit message (
Expand
)
Author
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-06
soc/intel/broadwell: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-17
soc/broadwell: remove unused function init_one_gpio()
Matt DeVillier
2020-03-04
src: capitalize 'PCIe'
Elyes HAOUAS
2020-02-04
soc/intel: Add get_pmbase
Eugene Myers
2020-01-14
sb/intel/common: Declare common smbus_base() and enable_smbus()
Kyösti Mälkki
2020-01-09
sb/intel/common: Add smbus_set_slave_addr()
Kyösti Mälkki
2020-01-09
soc/intel/broadwell: Drop old forked version of SMBUS support
Kyösti Mälkki
2019-12-19
src: Remove unused 'include <arch/cpu.h>'
Elyes HAOUAS
2019-11-22
intel/smm: Provide common smm_relocation_params
Kyösti Mälkki
2019-11-10
soc/intel/broadwell: Use common sb code for SPI lockdown configuration
Arthur Heymans
2019-11-10
soc/intel/broadwell: Use common INTEL_SB SPI code
Arthur Heymans
2019-11-10
soc/intel/broadwell: Use common SB RTC code
Arthur Heymans
2019-11-08
sb,soc/intel: Reduce preprocessor use with ME debugging
Kyösti Mälkki
2019-11-08
arch/x86: Drop some __SMM__ guards
Kyösti Mälkki
2019-11-04
soc/intel: Remove unused code
Patrick Rudolph
2019-08-28
intel/broadwell: Use smm_subregion()
Kyösti Mälkki
2019-08-28
intel/haswell,broadwell: Rename EMRR to PRMRR
Kyösti Mälkki
2019-08-15
intel/smm: Define struct ied_header just once
Kyösti Mälkki
2019-08-15
soc/intel: Rename some SMM support functions
Kyösti Mälkki
2019-07-25
soc/intel: Guard remaining SA_DEV_ROOT definition
Kyösti Mälkki
2019-07-21
soc/intel: Expand SA_DEV_ROOT for ramstage
Kyösti Mälkki
2019-07-17
soc/intel: Fix regression with hidden PCI devices
Kyösti Mälkki
2019-07-13
cpu/x86: Move smm_lock() prototype
Kyösti Mälkki
2019-07-04
soc/intel: Replace uses of dev_find_slot()
Kyösti Mälkki
2019-05-29
sb/intel/*: Delete early_spi
Patrick Rudolph
2019-05-15
soc/intel/broadwell/romstage: Clean up unused bist variable
Arthur Heymans
2019-05-15
soc/intel/broadwell: Enable LPC/SIO setup in bootblock
Arthur Heymans
2019-05-14
soc/intel/broadwell: Clean up the bootflow
Arthur Heymans
2019-05-14
soc/intel/broadwell: Don't use a pointer for pei_data
Arthur Heymans
2019-05-14
soc/intel/broadwell: Move GPIO init to a common place
Arthur Heymans
2019-05-02
soc/intel/{broadwell, skylake}: Remove unused pch_log_state() declaration
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-01-21
drivers/spi: Add controller protection type
Rizwan Qureshi
2019-01-08
cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK
Kyösti Mälkki
2019-01-07
soc/intel: Standardize names of common MSRs
Elyes HAOUAS
2018-12-30
cpu/intel/car: Drop remains of setup_stack_and_mtrrs()
Kyösti Mälkki
2018-12-28
soc/intel: Drop romstage_after_car()
Kyösti Mälkki
2018-12-20
soc/intel/broadwell: implement RMRR ACPI table
Matt DeVillier
2018-12-05
soc/intel/broadwell: Implement postcar stage
Arthur Heymans
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-10-22
intel: Use CF9 reset (part 1)
Patrick Rudolph
2018-10-11
src: Move common IA-32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-05
src: Fix MSR_PKG_CST_CONFIG_CONTROL register name
Elyes HAOUAS
2018-09-21
soc/broadwell: Don't use device_t
Elyes HAOUAS
2018-09-17
soc/intel/broadwell: Add PCH_GPIO_PIRQ_INVERT definition
Matt DeVillier
2018-08-22
cbtable: remove chromeos_acpi from cbtable
Joel Kitching
2018-06-01
soc/intel/broadwell: Get rid of device_t
Elyes HAOUAS
2018-05-31
soc/intel/broadwell: decouple PEI memory struct from coreboot header
Matt DeVillier
2018-04-26
src: Fix a typo on "mtrr"
Elyes HAOUAS
2018-03-15
soc/intel/broadwell: add support for Intel GMA OpRegion
Matt DeVillier
2018-03-01
soc/intel/broadwell: Generate ACPI DMAR table
Matt DeVillier
2018-03-01
soc/intel/broadwell: Enable VT-d and X2APIC
Matt DeVillier
2017-12-16
soc/intel/broadwell: implement spi_flash_ctrlr_protect_region()
Aaron Durbin
2017-11-04
sb and soc: Enforce correct offset of member "chromeos" in global_nvs_t
Jonathan Neuschäfer
2017-09-20
soc/intel/broadwell: refactor rtc failure checking
Aaron Durbin
2017-07-13
soc/intel: add IS_ENABLED() around Kconfig symbol references
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-06-07
src: change coreboot to lowercase
Martin Roth
2017-03-17
soc/intel/broadwell: Fix other issues detected by checkpatch
Lee Leahy
2017-03-17
soc/intel/broadwell: Fix {}, () and conditional issues
Lee Leahy
2017-03-17
soc/intel/broadwell: Add int to unsigned
Lee Leahy
2017-03-17
soc/intel/broadwell: Fix spacing issues detected by checkpatch
Lee Leahy
2017-03-10
soc/intel/broadwell: Rework IGD's CDClk selection
Nico Huber
2017-02-22
Broadwell/Sata: Add support for setting IOBP registers for Ports 2 and 3.
Youness Alaoui
2016-12-07
soc/broadwell: set EM4/EM5 registers based on cdclk
Matt DeVillier
2016-07-30
chromeos mainboards: remove chromeos.asl
Aaron Durbin
2016-07-15
soc/intel/broadwell: use common Intel ACPI hardware definitions
Aaron Durbin
2016-05-06
soc/intel/broadwell: convert to using common MP and SMM init
Aaron Durbin
2015-12-27
broadwell: Fix SATA Gen3 DTLE configuration registers
Duncan Laurie
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-15
cpu/mtrr.h: Fix macro names for MTRR registers
Alexandru Gagniuc
2015-09-22
coreboot: introduce commonlib
Aaron Durbin
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-04-18
broadwell: Set C9/C10 vccmin
Duncan Laurie
2015-04-18
broadwell: add ROM stage pre console init call back
Wenkai Du
2015-04-15
broadwell: Fixes for _SWS support
Duncan Laurie
2015-04-15
broadwell: Clean up ME device and add new ME10 flow
Duncan Laurie
2015-04-14
broadwell: Remove TPM device from lpc.asl
Duncan Laurie
2015-04-10
broadwell: Correct XHCI offset for USB 3.0 ports
Julius Werner
2015-04-10
broadwell: Add function to apply PRR to a range of SPI flash
Duncan Laurie
2015-04-10
broadwell: Update SATA Gen3 TX adjustment registers
Duncan Laurie
2015-04-10
broadwell: Add support for ACPI \_GPE._SWS
Duncan Laurie
2015-04-07
broadwell: Change all SoC headers to <soc/headername.h> system
Julius Werner