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
/
include
Age
Commit message (
Expand
)
Author
2021-01-13
ACPI: Have single call-site for acpi_inject_nvsa()
Kyösti Mälkki
2021-01-13
ACPI: Add common acpi_fill_gnvs()
Kyösti Mälkki
2021-01-13
soc/amd: Rename to soc_fill_gnvs()
Kyösti Mälkki
2021-01-12
device: Use __pci_0_00_0_config in config_of_soc()
Furquan Shaikh
2021-01-12
soc/intel/alderlake: Add PCH ID 0x5182
Subrata Banik
2021-01-11
acpi,soc/intel/common: add support for Intel Low Power Idle Table
Michael Niewöhner
2021-01-10
soc/intel: Replace acpi_init_gnvs()
Kyösti Mälkki
2021-01-10
mb/x/acpi_tables: Rename to mainboard_fill_gnvs()
Kyösti Mälkki
2021-01-10
sb/intel: Factor out soc_fill_gnvs()
Kyösti Mälkki
2021-01-10
mb/x/acpi_tables: Move EC_RW detection
Kyösti Mälkki
2021-01-07
cpu/intel: add PC10 residency counter MSR
Michael Niewöhner
2021-01-04
ACPI: Final APM_CNT_GNVS_UPDATE cleanup
Kyösti Mälkki
2021-01-02
soc/amd/picasso: Separate CPUID defs into new header
Jason Glenesk
2021-01-02
acpi: Add cb support to publish CRAT ACPI object
Jason Glenesk
2020-12-28
device/pnp: add register PNP_IO4
Michael Niewöhner
2020-12-28
device + util/sconfig: introduce new device `gpio`
Michael Niewöhner
2020-12-25
ACPI: Allocate GNVS early in ramstage
Kyösti Mälkki
2020-12-17
device/azalia_device.c: Add codec reset helpers
Angel Pons
2020-12-17
azalia: Make `azalia_find_verb` parametric
Angel Pons
2020-12-17
azalia: Drop unused parameter from `azalia_find_verb`
Angel Pons
2020-12-17
azalia: Make `find_verb` function non-static
Angel Pons
2020-12-17
azalia: Make `set_bits` function non-static
Angel Pons
2020-12-17
drivers: Replace set_vbe_mode_info_valid
Patrick Rudolph
2020-12-14
src/lib: Add Kconfig option for SPD cache in FMAP
Matt DeVillier
2020-12-14
intel/common/block/lpc: Add new device IDs for Emmitsburg PCH
Jonathan Zhang
2020-12-11
fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisioned
Tim Wawrzynczak
2020-12-10
lib/edid_fill_fb: Support multiple framebuffers
Patrick Rudolph
2020-12-08
coreboot tables: Add SPI flash memory map windows to coreboot tables
Furquan Shaikh
2020-12-08
cbmem: Make cbmem_online() accurate on stages after romstage
Julius Werner
2020-12-06
include/device/device: add comment that config_of_soc never returns NULL
Felix Held
2020-12-05
device/pci_id: Add TCSS PCI IDs for Alderlake
V Sowmya
2020-12-04
cpu/x86/smm_module_loaderv2: Fix compiling for x86_64
Arthur Heymans
2020-12-03
cbfs: Add verification for RO CBFS metadata hash
Julius Werner
2020-12-03
cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()
Julius Werner
2020-12-02
lib/trace: Remove TRACE support
Kyösti Mälkki
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
cbfs: Move more stuff into cbfs_boot_lookup()
Julius Werner
2020-11-30
include/device/pci_ids.h: Fix device id for gspi2
Bora Guvendik
2020-11-30
elog: Add new wake source codes
Tim Wawrzynczak
2020-11-25
arch/x86/smbios: Update SMBIOS type 16 error correction type
Tim Chu
2020-11-25
device: Drop unused HyperTransport code
Angel Pons
2020-11-24
include/device/pci_ids.h: Add PCI IDs used in Lynxpoint chipsets
Felix Singer
2020-11-24
soc/intel/skylake: Use correct NHLT_PDM_DEV definition
Benjamin Doron
2020-11-22
cpu/intel/common: Fill cpu voltage in SMBIOS tables
Patrick Rudolph
2020-11-21
cbfs: Add metadata cache
Julius Werner
2020-11-21
include/device/pci_ids: add PCI IDs for new AMD SoCs
Felix Held
2020-11-19
ACPI: Define acpi_get_preferred_pm_profile()
Kyösti Mälkki
2020-11-19
ACPI S3: Split arch-agnostic parts
Kyösti Mälkki
2020-11-19
include/device/pci_ids: add model number to ATI GPU and HDA controller
Felix Held
2020-11-19
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-19
ACPI S3: Remove unused acpi_is_wakeup_s4()
Kyösti Mälkki
2020-11-18
include/device/pci_ids: add model number to AMD GBE controller
Felix Held
2020-11-18
include/device/pci_ids: add model number to PCIe port and bus devices
Felix Held
2020-11-18
include/device/pci_ids: add model number to data fabric devices
Felix Held
2020-11-18
include/device/pci_ids: deduplicate AMD family 17h northbridge ID
Felix Held
2020-11-18
include/device/pci_ids: use the right device ID for AMD Picasso GPU
Felix Held
2020-11-16
src: Update some incorrect config options in comments
Martin Roth
2020-11-16
src: Change bare 'unsigned' to 'unsigned int'
Martin Roth
2020-11-12
soc/intel/alderlake: Add PCH ID 0x5181
Subrata Banik
2020-11-10
cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers
Arthur Heymans
2020-11-09
soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declaration
Arthur Heymans
2020-11-09
cpu/x86/smm: Add a common save state handling
Arthur Heymans
2020-11-09
console: Override uart base address
Bryant Ou
2020-11-09
device: Move pci_dev_is_wake_source function
Tim Wawrzynczak
2020-11-09
acpigen: Add more useful helper functions
Duncan Laurie
2020-11-04
acpi/acpi.h: Update region spaces
Elyes HAOUAS
2020-11-03
include/list.h: Add support for GCC9+
Patrick Rudolph
2020-11-02
device: Rework bus master option
Felix Singer
2020-11-02
include/acpi: add defines for CPPC versions 1-3
Michael Niewöhner
2020-11-02
wifi: Drop PCI IDs for JfP and HrP
Furquan Shaikh
2020-11-02
pci_ids: Add PCI IDs for CNVi WiFi/BT controllers
Furquan Shaikh
2020-10-31
cpu/x86/lapic: rename virtual wire mode initialization function
Felix Held
2020-10-31
cpu/intel/common: correct MSR for the Nominal Performance in CPPC
Michael Niewöhner
2020-10-30
lib/libpayload: Replace strapping_ids with new board configuration entry
Tim Wawrzynczak
2020-10-30
fw_config: Make fw_config_get() public
Tim Wawrzynczak
2020-10-30
fw_config: Convert fw_config to a 64-bit field
Tim Wawrzynczak
2020-10-30
cbfs: Hook up to new CBFS implementation
Julius Werner
2020-10-30
drivers/soundwire/alc711: Add Realtek ALC711 soundwire device
Anil Kumar
2020-10-29
soc/intel/xeon_sp: Move function debug macros
Marc Jones
2020-10-29
include/device/device.h: Move resource debug macros
Marc Jones
2020-10-26
arch/x86/smbios: Populate SMBIOS type 7 with cache information
Morgan Jang
2020-10-26
src: Include <arch/io.h> when appropriate
Elyes HAOUAS
2020-10-26
include/device/azalia_device: Fix typo
Patrick Rudolph
2020-10-24
cpu/intel/common: rework code previously moved to common cpu code
Michael Niewöhner
2020-10-24
{cpu,soc}/intel: deduplicate cpu code
Michael Niewöhner
2020-10-22
drivers/smmstore: Implement SMMSTORE version 2
Patrick Rudolph
2020-10-21
acpigen: Make acpigen_write_opregion() argument const
Duncan Laurie
2020-10-21
acpigen: Make gpio set/get arguments const
Duncan Laurie
2020-10-21
acpigen: Add ShiftLeft function helper
Duncan Laurie
2020-10-21
acpigen: Add helpers for common Store operations
Duncan Laurie
2020-10-21
acpigen: Add option for reserved bits in Field
Duncan Laurie
2020-10-21
device: Export enable_static_device() function
Duncan Laurie
2020-10-21
{cpu,soc}/intel: replace AES-NI locking by common implemenation call
Michael Niewöhner
2020-10-19
cpu/intel/common: rework AES-NI locking
Michael Niewöhner
2020-10-19
soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code
Michael Niewöhner
2020-10-19
lib/imd: move struct definitions to a new header file
Jakub Czapiga
2020-10-16
include/cpu/x86: introduce new helper for (un)setting MSRs
Michael Niewöhner
2020-10-15
lib and libpayload: Add popcnt functions
Angel Pons
2020-10-15
Update bit field helpers to support more bit field operate
Huayang Duan
2020-10-14
lib and libpayload: add 64-bit versions of clz, __ffs and log2
Tim Wawrzynczak
[next]