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
2019-03-14
vboot: copy data structures to CBMEM for downstream use
Joel Kitching
2019-03-13
device/pci_ops: Rename 'where' to 'reg'
Kyösti Mälkki
2019-03-13
device/pci_ops: Unify signatures
Kyösti Mälkki
2019-03-09
include/efi/efi_datatype: Convert EFI datatypes as per coreboot specification
Subrata Banik
2019-03-08
commonlib/loglevel.h: Drop unnecessary include
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)
Julius Werner
2019-03-07
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-06
soc/intel/skylake: Add H110 PCH series
Maxim Polyakov
2019-03-06
soc/intel/skylake: Add new Northbridge and IGD IDs
Maxim Polyakov
2019-03-06
driver/intel/ish: add ish chip driver support
Jett Rink
2019-03-06
Remove DEFAULT_PCIEXBAR alias
Kyösti Mälkki
2019-03-06
device/pci_ops: Inline PCI config accessors for ramstage
Kyösti Mälkki
2019-03-06
device/pci_ops: Change ramstage PCI accessor signatures
Kyösti Mälkki
2019-03-06
device/pci_ops: Simplify logic for PCI bus ops
Kyösti Mälkki
2019-03-04
arch/io.h: Separate MMIO and PNP ops
Kyösti Mälkki
2019-03-04
device/pnp: Add header files for PNP ops
Kyösti Mälkki
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Add missing includes
Kyösti Mälkki
2019-03-04
arch/io.h: Fix PCI and PNP simple typedefs
Kyösti Mälkki
2019-03-04
{src/include},{soc/intel): Configure HDA codecs
Frans Hendriks
2019-03-03
device/pci_ops: Drop parameter from pci_bus_default_ops()
Kyösti Mälkki
2019-03-03
device/pci_ops: Drop unused parameter
Kyösti Mälkki
2019-03-03
device/pci_ops: Avoid name collisions
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-28
soc/intel/cannonlake: Add Comet Lake U SA 2+2 Device ID
Subrata Banik
2019-02-27
console: Split loglevel for fast and slow
Kyösti Mälkki
2019-02-27
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-26
Add missing u8 eos[2] declaration to struct smbios_type38
Lukasz Siudut
2019-02-26
soc/intel/common: Include cometlake PCH IDs
Ronak Kanabar
2019-02-24
soc/intel/common: Include cometlake SA IDs
Ronak Kanabar
2019-02-22
arch/arm64: Add PCI config support in romstage
Kyösti Mälkki
2019-02-22
drivers/cavium: Add UART PCI driver
Patrick Rudolph
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-21
ACPI: Correct asl_compiler_revision value
Elyes HAOUAS
2019-02-21
SMBIOS: Fix bios version
Elyes HAOUAS
2019-02-20
drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 module
Subrata Banik
2019-02-19
soc/intel/common: Add whiskeylake celeron v-0 support
Lijian Zhao
2019-02-15
SMBIOS: Update BIOS Information (Type 0) to version V3.2.0
Elyes HAOUAS
2019-02-15
SMBIOS: Add new MEMORY_{TYPE,TECHNOLOGY,OPERATING} macros
Elyes HAOUAS
2019-02-15
include/smbios.h: Align values for readability
Elyes HAOUAS
2019-02-15
SMBIOS: Update BMC Interface Type field
Elyes HAOUAS
2019-02-13
coreboot: check Cr50 PM mode on normal boot
Keith Short
2019-02-12
cpu/x86/mtrr: Fix _FROM_4G_TOP() macro
Nico Huber
2019-02-11
device/pci_ops: Apply some symmetry in headers
Kyösti Mälkki
2019-02-11
device/pci_ops: Move common pci_mmio_cfg.h
Kyösti Mälkki
2019-02-11
Revert "cpu/x86/mtrr: Fix sign overflow"
Nico Huber
2019-02-11
device/pci_ops: Move questionable pci_locate() variants
Kyösti Mälkki
2019-02-11
device/pci_early.c: Drop some guards
Kyösti Mälkki
2019-02-11
device/pci: Always define PCI_DEV()
Kyösti Mälkki
2019-02-05
bootmem: add new memory type for BL31
Ting Shen
2019-02-05
cpu/x86/mtrr: Fix sign overflow
Patrick Rudolph
2019-01-31
lib/hardwaremain: Fix more ACPI/IOAPIC typos
Subrata Banik
2019-01-30
string: move strdup() & strconcat() to lib/string.c
Thomas Heijligen
2019-01-30
selfload: check target memory type in selfload_check
Ting Shen
2019-01-28
src: Don't use a #defines like Kconfig symbols
Elyes HAOUAS
2019-01-27
src/cpu/intel: Set get_ia32_fsb function common
Elyes HAOUAS
2019-01-27
src: Fix the warning "type 'hex' are always defined"
Elyes HAOUAS
2019-01-24
cbmem_top: Fix comment and remove upper limit
Patrick Rudolph
2019-01-21
lib/boot_device: Add API for write protect a region
Rizwan Qureshi
2019-01-21
drivers/spi: Add controller protection type
Rizwan Qureshi
2019-01-16
string.h: Add isprint()
Nico Huber
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-08
cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK
Kyösti Mälkki
2019-01-06
usbdebug: Make the EHCI debug console work in the bootblock
Arthur Heymans
2019-01-06
usbdebug: Refactor init calls
Kyösti Mälkki
2019-01-04
amdfam10 boards: Use defaults for get_pci1234()
Kyösti Mälkki
2019-01-04
amdfam10 boards: Add temporary pirq_router_bus variable
Kyösti Mälkki
2019-01-04
amdfam10 boards: Declare get_pci1234() just once
Kyösti Mälkki
2019-01-04
device: Introduce pcidev_on_root() and friends
Kyösti Mälkki
2019-01-04
src: Move {pci,pnp}_devfn_t to common 'device/pci_type.h'
Elyes HAOUAS
2019-01-04
src: Get rid of device_t
Elyes HAOUAS
2018-12-30
device/pci_early: Fixes for __SIMPLE_DEVICE__
Kyösti Mälkki
2018-12-30
cpu/intel/car: Drop remains of setup_stack_and_mtrrs()
Kyösti Mälkki
2018-12-30
bootblock: Move function prototype
Kyösti Mälkki
2018-12-28
sb/intel/lynxpoint: Handle H81 only having 6 PCIe root ports
Tristan Corrick
2018-12-28
soc/intel: Drop romstage_after_car()
Kyösti Mälkki
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-18
Fix typos involving "the the"
Jonathan Neuschäfer
2018-12-17
vendorcode/google: support multiple SAR filenames
Justin TerAvest
2018-12-15
cpu/x86: Make mp_get_apic_id() function externally available
Subrata Banik
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-12-05
smmstore: make smmstore's SMM handler code follow everything else
Patrick Georgi
2018-12-05
elog: make elog's SMM handler code follow everything else
Patrick Georgi
2018-12-03
include/device/smbus.h: Don't use device_t
Elyes HAOUAS
2018-11-29
azalia: Add Azalia Reset macro
Lijian Zhao
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-27
soc/intel/common: Add audio controller device id for SKL-H pch
Praveen hodagatta pranesh
2018-11-26
drivers/spi: store detected flash IDs
Stefan Tauner
2018-11-23
soc/intel/common: Bring DISPLAY_MTRRS into the light
Nico Huber
2018-11-16
SMBIOS: Remove duplicated smbios_memory_type enum
Elyes HAOUAS
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-09
include/program_loading: Add POSTCAR prog type
Philipp Deppenwiese
2018-11-08
src: Replace common MSR addresses with macros
Elyes HAOUAS
2018-11-08
soc/intel/skylake: Add PCH sku id's supported for KBL
Praveen hodagatta pranesh
2018-11-07
soc/intel/common: Include Icelake device IDs
Aamir Bohra
2018-11-07
intel: Get rid of smm_get_pmbase
Patrick Rudolph
2018-11-07
timer: Add wait_us/wait_ms helper macros to wait for conditions
Julius Werner
2018-11-05
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-11-05
amd/mtrr: Fix IORR MTRR
Elyes HAOUAS
[next]