summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-05-17src/include/assert.h: add noreturn attribute to dead_code()Alan Green
2019-05-12boot_device: Constify argumentPatrick Rudolph
2019-05-12arch/cpu: Rename mp_get_apic_id() and add_cpu_map_entry() functionSubrata Banik
2019-05-11Define ENV_PAYLOAD_LOADERRonald G. Minnich
2019-05-10assert.h: Undefine ASSERT macro in case vendorcode headers set itJulius Werner
2019-05-07sconfig: Add SMBIOS type 9 entriesPatrick Rudolph
2019-05-06soc/skylake: Add missing PCH IDsMarius Genheimer
2019-04-23lib/fmap: Add area read/write functionsT Michael Turney
2019-04-23smbios: Add memory type 9 system slot supportLijian Zhao
2019-04-23src: Use include <console/console.h> when appropriateElyes HAOUAS
2019-04-19smbios: Add type 17 device/bank locator overrideLijian Zhao
2019-04-09arch/x86/smbios: Add type 7Patrick Rudolph
2019-04-09src: Fix remaining #include <timer.h>Nico Huber
2019-04-08Replace remaining IS_ENABLED(CONFIG_*) with CONFIG()Nico Huber
2019-04-07device/pci: Rewrite PCI MMCONF with symbol referenceKyösti Mälkki
2019-04-01assert: Make dead_code() work at link-time instead of compile-timeJulius Werner
2019-03-28drivers/intel/wifi: Add support for Harrison Peak (HrP) 9560 moduleSubrata Banik
2019-03-27Revert "src/arch: An upgrade of SMBIOS to latest version 3.2"Nico Huber
2019-03-27Move calls to quick_ram_check() before CBMEM initKyösti Mälkki
2019-03-27vboot: deprecate physical dev switchJoel Kitching
2019-03-27device/pciexp_device: Convert LTR non-snoop/snoop value into common macroSubrata Banik
2019-03-25Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner
2019-03-23console/qemu_debugcon: Support additional stagesPatrick Rudolph
2019-03-22src/arch: An upgrade of SMBIOS to latest version 3.2Francois Toguo
2019-03-21vboot: standardize on working data sizeJoel Kitching
2019-03-21device/pci_device: Add generic subsystem programming logicSubrata Banik
2019-03-20src: Use 'include <string.h>' when appropriateElyes HAOUAS
2019-03-18include/cpu/x86/pae.h: Add missing includePatrick Rudolph
2019-03-17resources: introduce io_resource()Subrata Banik
2019-03-16x86/smbios: Untangle system and board tablesNico Huber
2019-03-16device/pci_ops: Have only default PCI bus ops availableKyösti Mälkki
2019-03-16device/pci_ops: Reuse romstage PCI config for ramstageKyösti Mälkki
2019-03-14vboot: copy data structures to CBMEM for downstream useJoel Kitching
2019-03-13device/pci_ops: Rename 'where' to 'reg'Kyösti Mälkki
2019-03-13device/pci_ops: Unify signaturesKyösti Mälkki
2019-03-09include/efi/efi_datatype: Convert EFI datatypes as per coreboot specificationSubrata Banik
2019-03-08commonlib/loglevel.h: Drop unnecessary includeElyes HAOUAS
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-07Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX)Julius Werner
2019-03-07security/tpm: Fix TCPA log featurePhilipp Deppenwiese
2019-03-06soc/intel/skylake: Add H110 PCH seriesMaxim Polyakov
2019-03-06soc/intel/skylake: Add new Northbridge and IGD IDsMaxim Polyakov
2019-03-06driver/intel/ish: add ish chip driver supportJett Rink
2019-03-06Remove DEFAULT_PCIEXBAR aliasKyösti Mälkki
2019-03-06device/pci_ops: Inline PCI config accessors for ramstageKyösti Mälkki
2019-03-06device/pci_ops: Change ramstage PCI accessor signaturesKyösti Mälkki
2019-03-06device/pci_ops: Simplify logic for PCI bus opsKyösti Mälkki
2019-03-04arch/io.h: Separate MMIO and PNP opsKyösti Mälkki
2019-03-04device/pnp: Add header files for PNP opsKyösti Mälkki
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki