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-07-07
lib/romstage_stack.c: Remove file
Kyösti Mälkki
2019-07-07
device/pci: Declare pci_root_bus()
Kyösti Mälkki
2019-07-07
cpu/x86: Fix MSR_PLATFORM_INFO definition
Kyösti Mälkki
2019-07-07
include/cpu/x86/mtrr: Fix return type
Elyes HAOUAS
2019-07-04
device/pci_ops: Define pci_find_capability() just once
Kyösti Mälkki
2019-07-04
lib/romstage_stack.c: Remove unused functions
Arthur Heymans
2019-07-02
cpu/amd/msr: Clarify MMIO_CONF shift value
Marshall Dawson
2019-07-02
src: Use CRx_TYPE type for CRx
Elyes HAOUAS
2019-07-02
cpu/x86/pae/pgtbl: Add memset with PAE
Patrick Rudolph
2019-06-30
pci_ids.h: Add AMD Picasso IDs
Marshall Dawson
2019-06-28
device: Tidy up add_more_links()
Jacob Garber
2019-06-28
device,nb/amd: Deduplicate add_more_links()
Jacob Garber
2019-06-24
add ctype.h header
Joel Kitching
2019-06-24
Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADER
Subrata Banik
2019-06-21
device_tree: Update comment style to C89
Julius Werner
2019-06-21
fit: Add overlay support
Julius Werner
2019-06-21
fit: Refactor config node handling
Julius Werner
2019-06-21
device_tree: Add overlay support
Julius Werner
2019-06-21
cpu/x86/msr: Move IA32_MISC_ENABLE bits to common place
Elyes HAOUAS
2019-06-13
Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled
Subrata Banik
2019-06-13
stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable
Subrata Banik
2019-06-13
soc/intel/icelake: Replace PCI device LPC to ESPI as per EDS
Subrata Banik
2019-06-11
console: Allow using vprintk() with disabled console
Jacob Garber
2019-06-11
console: Make die() and friends variadic
Jacob Garber
2019-06-10
spi_flash: Add Dual SPI support
Julius Werner
2019-06-08
src/soc/intel/skylake/bootblock: Add SPT C236 to PCH Table
Christian Walter
2019-06-07
soc/intel: Add some missing MCH PCIe IDs
Keno Fischer
2019-06-06
src/soc/intel/common/smbios: Add addtional infos to dimm_info
Christian Walter
2019-06-04
kconfig: Drop IS_ENABLED() macro
Nico Huber
2019-06-04
device_tree: Make FDT property data non-const
Julius Werner
2019-06-04
device_tree: Add support for aliases
Julius Werner
2019-06-04
device_tree: Drop sub-node path lookup from dt_find_node_by_path()
Julius Werner
2019-06-04
device_tree: Add phandle caching and lookups
Julius Werner
2019-06-04
device_tree: Add version checks
Julius Werner
2019-05-31
string.h: Move common string functions into .c file
Julius Werner
2019-05-29
src/{include,arch,cpu,lib}: Add missing 'include <types.h>'
Elyes HAOUAS
2019-05-28
src/arch/x86: Add automatic type41 entry creation
Christian Walter
2019-05-28
src/include/device/pci_ids.h: Add Kabylake C236 Device
Christian Walter
2019-05-24
superio: Add ASpeed AST2400
Frans Hendriks
2019-05-23
soc/intel/skylake: Add PCI Id for Kabylake DT
Christian Walter
2019-05-23
console: Move poor-man's atoi() into string.h
Julius Werner
2019-05-23
endian.h: Add be32dec/be32enc family of functions
Julius Werner
2019-05-23
src/mainboard/google: Adopt Mainboards to changed Type41 Func
Christian Walter
2019-05-22
post_code: add post code for video initialization failure
Keith Short
2019-05-22
post_code: add post code for hardware initialization failure
Keith Short
2019-05-22
post_code: add post code for memory error
Keith Short
2019-05-22
post_code: add post code for invalid vendor binary
Keith Short
2019-05-22
post_code: add post code for critical CBFS failures
Keith Short
2019-05-22
post_code: add post code for failure to load next stage
Keith Short
2019-05-20
console: Add new function die_with_post_code()
Keith Short
2019-05-17
src/include/assert.h: add noreturn attribute to dead_code()
Alan Green
2019-05-12
boot_device: Constify argument
Patrick Rudolph
2019-05-12
arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() function
Subrata Banik
2019-05-11
Define ENV_PAYLOAD_LOADER
Ronald G. Minnich
2019-05-10
assert.h: Undefine ASSERT macro in case vendorcode headers set it
Julius Werner
2019-05-07
sconfig: Add SMBIOS type 9 entries
Patrick Rudolph
2019-05-06
soc/skylake: Add missing PCH IDs
Marius Genheimer
2019-04-23
lib/fmap: Add area read/write functions
T Michael Turney
2019-04-23
smbios: Add memory type 9 system slot support
Lijian Zhao
2019-04-23
src: Use include <console/console.h> when appropriate
Elyes HAOUAS
2019-04-19
smbios: Add type 17 device/bank locator override
Lijian Zhao
2019-04-09
arch/x86/smbios: Add type 7
Patrick Rudolph
2019-04-09
src: Fix remaining #include <timer.h>
Nico Huber
2019-04-08
Replace remaining IS_ENABLED(CONFIG_*) with CONFIG()
Nico Huber
2019-04-07
device/pci: Rewrite PCI MMCONF with symbol reference
Kyösti Mälkki
2019-04-01
assert: Make dead_code() work at link-time instead of compile-time
Julius Werner
2019-03-28
drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 module
Subrata Banik
2019-03-27
Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"
Nico Huber
2019-03-27
Move calls to quick_ram_check() before CBMEM init
Kyösti Mälkki
2019-03-27
vboot: deprecate physical dev switch
Joel Kitching
2019-03-27
device/pciexp_device: Convert LTR non-snoop/snoop value into common macro
Subrata Banik
2019-03-25
Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)
Julius Werner
2019-03-23
console/qemu_debugcon: Support additional stages
Patrick Rudolph
2019-03-22
src/arch: An upgrade of SMBIOS to latest version 3.2
Francois Toguo
2019-03-21
vboot: standardize on working data size
Joel Kitching
2019-03-21
device/pci_device: Add generic subsystem programming logic
Subrata Banik
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-18
include/cpu/x86/pae.h: Add missing include
Patrick Rudolph
2019-03-17
resources: introduce io_resource()
Subrata Banik
2019-03-16
x86/smbios: Untangle system and board tables
Nico Huber
2019-03-16
device/pci_ops: Have only default PCI bus ops available
Kyösti Mälkki
2019-03-16
device/pci_ops: Reuse romstage PCI config for ramstage
Kyösti Mälkki
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
[next]