summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-08-02device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki
2019-08-02stage_cache: Add more empty stubs functionsKyösti Mälkki
2019-07-31soc/intel/skl: Add C232 chipset and reorder IDsFelix Singer
2019-07-31lib/bootmem: Prepare for OpenSBIPatrick Rudolph
2019-07-31device: Constify `dev` argument to (probe|find)_resource()Nico Huber
2019-07-30soc/intel/cannonlake: Add new PCI IDsFelix Singer
2019-07-28lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph
2019-07-26src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander
2019-07-23include/spi-generic: Append unit to macro namesUwe Poeche
2019-07-23include/spi-generic: move common flash timeoutsUwe Poeche
2019-07-21pci_ids: Add AMD Family 17h host bridgeMarshall Dawson
2019-07-21nb/amd/trinity: Rename PCI ID of the IOMMUMarshall Dawson
2019-07-21pci_ids: Reorder AMD internal northbridge and IOMMU IDsMarshall Dawson
2019-07-19device/oprom: List all supported vesa mode by opromSubrata Banik
2019-07-18devicetree: Add accessors for chip_infoKyösti Mälkki
2019-07-17device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki
2019-07-17soc/intel/cannonlake: Add device Ids for new CFL SKUs supportLean Sheng Tan
2019-07-17soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki
2019-07-15device: Remove device->ops from early stagesKyösti Mälkki
2019-07-12arch, include, soc: Use common stdint.hJacob Garber
2019-07-12pci_ids: Drop a block of unused, redundant definitionsNico Huber
2019-07-12soc/intel/common: Add Coffee Lake H 6+2 Xeon graphics idNico Huber
2019-07-12soc/intel/common: Add CM246 LPC device idNico Huber
2019-07-12device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki
2019-07-12device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki
2019-07-11cpu/x86: Declare smi_release_lock() staticKyösti Mälkki
2019-07-07lib/romstage_stack.c: Remove fileKyösti Mälkki
2019-07-07device/pci: Declare pci_root_bus()Kyösti Mälkki
2019-07-07cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki
2019-07-07include/cpu/x86/mtrr: Fix return typeElyes HAOUAS
2019-07-04device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki
2019-07-04lib/romstage_stack.c: Remove unused functionsArthur Heymans
2019-07-02cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson
2019-07-02src: Use CRx_TYPE type for CRxElyes HAOUAS
2019-07-02cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph
2019-06-30pci_ids.h: Add AMD Picasso IDsMarshall Dawson
2019-06-28device: Tidy up add_more_links()Jacob Garber
2019-06-28device,nb/amd: Deduplicate add_more_links()Jacob Garber
2019-06-24add ctype.h headerJoel Kitching
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-06-21device_tree: Update comment style to C89Julius Werner
2019-06-21fit: Add overlay supportJulius Werner
2019-06-21fit: Refactor config node handlingJulius Werner
2019-06-21device_tree: Add overlay supportJulius Werner
2019-06-21cpu/x86/msr: Move IA32_MISC_ENABLE bits to common placeElyes HAOUAS
2019-06-13Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabledSubrata Banik
2019-06-13stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik
2019-06-13soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik
2019-06-11console: Allow using vprintk() with disabled consoleJacob Garber
2019-06-11console: Make die() and friends variadicJacob Garber