aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-08-07soc/amd: Rename smm_region_info() to smm_region()Kyösti Mälkki
2019-08-07cpu/x86/smm: Promote smm_subregion()Kyösti Mälkki
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
2019-06-10spi_flash: Add Dual SPI supportJulius Werner
2019-06-08src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter
2019-06-07soc/intel: Add some missing MCH PCIe IDsKeno Fischer
2019-06-06src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter
2019-06-04kconfig: Drop IS_ENABLED() macroNico Huber
2019-06-04device_tree: Make FDT property data non-constJulius Werner
2019-06-04device_tree: Add support for aliasesJulius Werner
2019-06-04device_tree: Drop sub-node path lookup from dt_find_node_by_path()Julius Werner
2019-06-04device_tree: Add phandle caching and lookupsJulius Werner
2019-06-04device_tree: Add version checksJulius Werner
2019-05-31string.h: Move common string functions into .c fileJulius Werner
2019-05-29src/{include,arch,cpu,lib}: Add missing 'include <types.h>'Elyes HAOUAS
2019-05-28src/arch/x86: Add automatic type41 entry creationChristian Walter
2019-05-28src/include/device/pci_ids.h: Add Kabylake C236 DeviceChristian Walter
2019-05-24superio: Add ASpeed AST2400Frans Hendriks
2019-05-23soc/intel/skylake: Add PCI Id for Kabylake DTChristian Walter
2019-05-23console: Move poor-man's atoi() into string.hJulius Werner
2019-05-23endian.h: Add be32dec/be32enc family of functionsJulius Werner
2019-05-23src/mainboard/google: Adopt Mainboards to changed Type41 FuncChristian Walter
2019-05-22post_code: add post code for video initialization failureKeith Short
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-05-22post_code: add post code for memory errorKeith Short
2019-05-22post_code: add post code for invalid vendor binaryKeith Short
2019-05-22post_code: add post code for critical CBFS failuresKeith Short
2019-05-22post_code: add post code for failure to load next stageKeith Short
2019-05-20console: Add new function die_with_post_code()Keith Short
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