summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* device/pci_ops: Make PCI_BDF() available in all stagesKyösti Mälkki2019-08-021-16/+16
* stage_cache: Add more empty stubs functionsKyösti Mälkki2019-08-021-4/+9
* soc/intel/skl: Add C232 chipset and reorder IDsFelix Singer2019-07-311-3/+4
* lib/bootmem: Prepare for OpenSBIPatrick Rudolph2019-07-313-0/+3
* device: Constify `dev` argument to (probe|find)_resource()Nico Huber2019-07-311-2/+4
* soc/intel/cannonlake: Add new PCI IDsFelix Singer2019-07-301-1/+9
* lib: Rewrite qemu-armv7 ramdetectPatrick Rudolph2019-07-281-0/+22
* src/device/oprom: Fix bootsplash display code for optionromsJohanna Schander2019-07-262-0/+42
* include/spi-generic: Append unit to macro namesUwe Poeche2019-07-231-4/+3
* include/spi-generic: move common flash timeoutsUwe Poeche2019-07-231-0/+9
* pci_ids: Add AMD Family 17h host bridgeMarshall Dawson2019-07-211-0/+1
* nb/amd/trinity: Rename PCI ID of the IOMMUMarshall Dawson2019-07-211-1/+1
* pci_ids: Reorder AMD internal northbridge and IOMMU IDsMarshall Dawson2019-07-211-4/+4
* device/oprom: List all supported vesa mode by opromSubrata Banik2019-07-191-12/+0
* devicetree: Add accessors for chip_infoKyösti Mälkki2019-07-181-0/+24
* device: Move pci_irqs outside DEVTREE_EARLYKyösti Mälkki2019-07-171-1/+1
* soc/intel/cannonlake: Add device Ids for new CFL SKUs supportLean Sheng Tan2019-07-171-40/+50
* soc/intel: Fix regression with hidden PCI devicesKyösti Mälkki2019-07-171-2/+4
* device: Remove device->ops from early stagesKyösti Mälkki2019-07-152-10/+1
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-0/+119
* pci_ids: Drop a block of unused, redundant definitionsNico Huber2019-07-121-11/+0
* soc/intel/common: Add Coffee Lake H 6+2 Xeon graphics idNico Huber2019-07-121-0/+1
* soc/intel/common: Add CM246 LPC device idNico Huber2019-07-121-0/+1
* device/pci: Declare pcidev_path_on_bus()Kyösti Mälkki2019-07-121-0/+1
* device/pci: Replace use of dev_find_slot() for IRQsKyösti Mälkki2019-07-121-2/+1
* cpu/x86: Declare smi_release_lock() staticKyösti Mälkki2019-07-111-4/+0
* lib/romstage_stack.c: Remove fileKyösti Mälkki2019-07-071-4/+0
* device/pci: Declare pci_root_bus()Kyösti Mälkki2019-07-071-0/+1
* cpu/x86: Fix MSR_PLATFORM_INFO definitionKyösti Mälkki2019-07-071-2/+0
* include/cpu/x86/mtrr: Fix return typeElyes HAOUAS2019-07-071-2/+2
* device/pci_ops: Define pci_find_capability() just onceKyösti Mälkki2019-07-042-10/+17
* lib/romstage_stack.c: Remove unused functionsArthur Heymans2019-07-041-2/+0
* cpu/amd/msr: Clarify MMIO_CONF shift valueMarshall Dawson2019-07-021-1/+1
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-2/+2
* cpu/x86/pae/pgtbl: Add memset with PAEPatrick Rudolph2019-07-021-0/+25
* pci_ids.h: Add AMD Picasso IDsMarshall Dawson2019-06-301-0/+7
* device: Tidy up add_more_links()Jacob Garber2019-06-281-1/+1
* device,nb/amd: Deduplicate add_more_links()Jacob Garber2019-06-281-0/+1
* add ctype.h headerJoel Kitching2019-06-242-52/+56
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-243-4/+8
* device_tree: Update comment style to C89Julius Werner2019-06-211-22/+22
* fit: Add overlay supportJulius Werner2019-06-211-4/+8
* fit: Refactor config node handlingJulius Werner2019-06-211-7/+4
* device_tree: Add overlay supportJulius Werner2019-06-211-0/+4
* cpu/x86/msr: Move IA32_MISC_ENABLE bits to common placeElyes HAOUAS2019-06-211-0/+2
* Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabledSubrata Banik2019-06-131-0/+5
* stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enableSubrata Banik2019-06-131-2/+9
* soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik2019-06-131-7/+7
* console: Allow using vprintk() with disabled consoleJacob Garber2019-06-111-4/+5
* console: Make die() and friends variadicJacob Garber2019-06-111-2/+3