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-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
2018-11-01
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-31
reset: Finalize move to new API
Nico Huber
2018-10-30
src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-30
{cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros
Elyes HAOUAS
2018-10-30
drivers/spi: Winbond specific write-protection enable
Patrick Rudolph
2018-10-30
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-25
selfboot: create selfboot_check function, remove check param
Ronald G. Minnich
2018-10-22
intel: Use CF9 reset (part 2)
Patrick Rudolph
2018-10-22
reset: Provide new single-function reset API
Nico Huber
2018-10-18
cpu/amd: Use common AMD's MSR
Elyes HAOUAS
2018-10-18
console/post_codes: Add post codes for memory param prep callback
Furquan Shaikh
2018-10-17
soc/intel/cannonlake: Add new cannon lake PCH-H support
praveen hodagatta pranesh
2018-10-11
src: Move common IA-32 MSRs to <cpu/x86/msr.h>
Elyes HAOUAS
2018-10-11
selfboot: remove bounce buffers
Ronald G. Minnich
2018-10-10
lib: increase part number size in memory_info/dimm_info
Aaron Durbin
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-08
smmstore: Add a key/val store facility in flash, mediated through SMM
Patrick Georgi
2018-10-05
src: Fix MSR_PKG_CST_CONFIG_CONTROL register name
Elyes HAOUAS
2018-10-03
soc/amd/stoneyridge: Add IOMMU support
Marc Jones
2018-10-01
drivers/intel/wifi: Add DID for Intel WIFI module 8260, 8275
Subrata Banik
2018-09-28
src/*: normalize Google copyright headers
Patrick Georgi
2018-09-21
include/device/pnp.h: Don't use device_t
Elyes HAOUAS
2018-09-20
ec/google/chromeec: Update google_chromeec_get_board_version prototype
Karthikeyan Ramasubramanian
2018-09-16
drivers/spi: Read Winbond's flash protection bits
Patrick Rudolph
2018-09-16
sconfig: Allow setting device status in device tree
Hung-Te Lin
2018-09-15
nb/amd/pi/00730F01: Initialize IOMMU device
Kyösti Mälkki
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-10
complier.h: add __noreturn and use it in code base
Aaron Durbin
2018-09-07
amd/fam15: Add more MCA information
Marshall Dawson
2018-09-07
include/cper.h: Add max of enum
Marshall Dawson
2018-09-06
src/include: Add CPER definitions
Marshall Dawson
2018-09-06
src/include: Introduce guid_t type
Marshall Dawson
2018-08-27
siemens/mc_apl1: Disable PCI clock outputs on XIO bridge
Mario Scheithauer
2018-08-24
device_tree/fit: Constify data structures
Patrick Rudolph
2018-08-22
drivers/elog/elog.c: Create extended event
Richard Spiegel
2018-08-22
lib/fit_payload: Add coreboot tables support for FDT.
Philipp Deppenwiese
2018-08-21
nb/intel/sandybridge/raminit: Move fill_smbios17 to ddr3.c
Patrick Rudolph
2018-08-20
soc/intel/common/block: Add WHL 2-core SKU
Krzysztof Sywula
2018-08-20
nb/intel/sandybridge: Fill in DIMM serial number
Patrick Rudolph
2018-08-17
src/include: add more msr defines
Matt Delco
2018-08-10
lib/fit: support booting initrd placed above 4GiB
Patrick Rudolph
2018-08-10
src/soc/intel: Add new device IDs to support coffeelake
Maulik
2018-08-09
src/include: Fix typo
Elyes HAOUAS
2018-08-08
amd/fam15: Add MCA bank register definitions
Marshall Dawson
[prev]
[next]