aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-12-20drivers/pc80: Move normal/fallback mechanism outside __ROMCC__Kyösti Mälkki
2019-12-19src: Use '#include <smp/node.h>' when appropriateElyes HAOUAS
2019-12-19src: Remove unused include <device/smbus_def.h>Elyes HAOUAS
2019-12-19Drop ROMCC code and header guardsArthur Heymans
2019-12-18Revert "include/cpu/x86: Add STM Support"Aaron Durbin
2019-12-18include/cpu/x86: Add STM SupportEugene D. Myers
2019-12-16device/pnp: use correct width type for pnp_info.functionFelix Held
2019-12-16device/pnp: introduce and use PNP_SKIP_FUNCTIONFelix Held
2019-12-13soc/intel/common: Add PCI device IDs for CMP-HGaggery Tsai
2019-12-11fmap: Make FMAP_CACHE mandatory if it is configured inJulius Werner
2019-12-10soc/intel/common: Add Jasperlake Device IDsrkanabar
2019-12-10include/device/pci_ids: Add Coffeelake U IGD P630Christian Walter
2019-12-06endian: Replace explicit byte swapping with compiler builtinJulius Werner
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-12-04mmio: Add clrsetbitsXX() API in place of updateX()Julius Werner
2019-12-02src/soc/intel: Add Cometlake-S and CMP-H skusGaggery Tsai
2019-11-30kill CAR_GLOBAL_MIGRATION leftoversArthur Heymans
2019-11-30AGESA,binaryPI: Add compatibility wrapper for romstage entryKyösti Mälkki
2019-11-30AGESA,binaryPI: Fix stack location on entry to romstageMichał Żygowski
2019-11-30AGESA,binaryPI: Split romstage_main() to BSP and AP partsKyösti Mälkki
2019-11-30binaryPI: Clean leftover romstage prototypeKyösti Mälkki
2019-11-29lib/spd_bin.c: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-11-28pci_ids: Update Intel Lewisburg SMBUS PCI IDJonathan Zhang
2019-11-27AGESA,binaryPI: Remove early_all_cores()Kyösti Mälkki
2019-11-27binaryPI: Drop BINARYPI_LEGACY_WRAPPER supportKyösti Mälkki
2019-11-27amdfam10: Clean leftover prototypesKyösti Mälkki
2019-11-22cpu/intel/smm: Drop em64t save stateArthur Heymans
2019-11-22sb/i82801ix: Use macros instead of hard-coded IDsFelix Singer
2019-11-22device/hypertransport: Drop unused codeArthur Heymans
2019-11-22intel/smm: Provide common smm_relocation_paramsKyösti Mälkki
2019-11-21device/pci: Reduce scope of dev_find_slot()Kyösti Mälkki
2019-11-21soc/intel/fsp_baytrail: Drop supportArthur Heymans
2019-11-21nb/sb/cpu: Drop Intel Rangeley supportArthur Heymans
2019-11-20nb/amd/fam10: Drop supportArthur Heymans
2019-11-20include/device: add a comment to pci mmio cfg addr helpers and cachingMichael Niewöhner
2019-11-20cbfs: switch to region_device for location APIsAaron Durbin
2019-11-20Remove MIPS architectureJulius Werner
2019-11-19mmio: Fix buffer_to_fifo32() order of argumentsJulius Werner
2019-11-18include: Make stdbool.h a separate fileJulius Werner
2019-11-16soc/intel: Implement PCIe RP devicetree update based on LCAPNico Huber
2019-11-15cbfs: remove prepare() callback from struct cbfs_locatorAaron Durbin
2019-11-14drivers/spi: add drivers for sdcard mounted on the spi busXiang Wang
2019-11-14soc/intel/tigerlake: Include few more Tigerlake device IDsSubrata Banik
2019-11-14cbfs: Stop checking master headerJulius Werner
2019-11-14lib/fmap: Add optional pre-RAM cacheJulius Werner
2019-11-14cbfs: Make cbfs_master_header_props() externally availableJulius Werner
2019-11-11SMBIOS: Add 'CXL FLexbus 1.0' memory array locationElyes HAOUAS
2019-11-11console,boot_state: Exclude printk() from reported timesKyösti Mälkki
2019-11-11include: introduce update* for mmio operationsMichael Niewöhner
2019-11-11include/device: add pci mmio cfg address helpersMichael Niewöhner
2019-11-10lib/cbmem: Remove the cbmem_top_init() hookArthur Heymans
2019-11-09ELOG: Introduce elog_gsmi variantsKyösti Mälkki
2019-11-08arch/x86: Drop some __SMM__ guardsKyösti Mälkki
2019-11-06lib: add calculate crc byte by byteXiang Wang
2019-11-05soc/intel/common: Include Tigerlake device IDsRavi Sarawadi
2019-11-05pci_mmio_cfg.h: Add a compile time error if MMCONF_BASE_ADDRESS is undefinedArthur Heymans
2019-11-04include: Remove EC_EVENT_* from elog.hYu-Ping Wu
2019-11-04cpu/intel/em64t101: Add Nehalem to compatibility listArthur Heymans
2019-11-04smbios: Create a type for smbios_enclosure_typeMathew King
2019-11-03cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATEKyösti Mälkki
2019-11-02cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80Kyösti Mälkki
2019-11-01lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans
2019-11-01lib/uuid: Add UUID parsing functionNico Huber
2019-10-31cpu/x86: make set_msr_bit publicly availableMichael Niewöhner
2019-10-30Program loading: Handoff cbmem_top via calling argumentsArthur Heymans
2019-10-28arch/x86: Populate more fields in SMBIOS type 4Andrey Petrov
2019-10-28lib/prog_loaders.c: Add prog_locate_hook()Frans Hendriks
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-10-27cbmem.h: Align comment with the reality of implementationsArthur Heymans
2019-10-24src/include/console: Get rid of unused deprecated POST codesElyes HAOUAS
2019-10-24soc/intel/skylake: search for PME wake event on all root portsMichael Niewöhner
2019-10-21src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS
2019-10-21src/{drivers/vpd,include/device/dram}: Add missing 'include <stdint.h>'Elyes HAOUAS
2019-10-20pci_ids: Add AMD Family 17h ACPMarshall Dawson
2019-10-16drivers/usb: Enable EHCI debug during verstageArthur Heymans
2019-10-09SMBIOS (Type 17): Add HBM device type and DIE form factor valueElyes HAOUAS
2019-10-09SMBIOS: (Type 9) Add PCI Express Gen 4 valuesElyes HAOUAS
2019-10-08superio/hwm5_conf: factor out HWM access from ITE env_ctrlFelix Held
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-10-08device/root_device: Consolidate common _scan_bus() functionsNico Huber
2019-10-08device/mmio.h: Add more bit field helpersHung-Te Lin
2019-10-07device: Rename scan_static_bus() -> enable_static_devices()Nico Huber
2019-10-06device/pci: Enable full 16-bit VGA port i/o decodingNico Huber
2019-10-05soc/intel/common/block/p2sb/p2sb: Add missing PCI IDsPatrick Rudolph
2019-10-04device/pci_device.c: Use verified boot to check opromFrans Hendriks
2019-10-04src/pci_ids: add missing Intel Kaby Lake iGPU PCIIDsMaxim Polyakov
2019-10-04src/pci_ids: add missing Intel Skylake iGPU PCIIDsMaxim Polyakov
2019-10-02soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki
2019-10-01cpu/intel/common: Move intel_ht_sibling() to common folderPatrick Rudolph
2019-09-30device/pci_early: Drop some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-30device/i2c_bus: Add i2c_dev_read_at16()Nico Huber
2019-09-30pci_ids: fix PCI ID for Intel Iris HALO GT4 iGPUMaxim Polyakov
2019-09-30pci_ids: rename PCI_DEVICE_ID_INTEL_SKL_ID_HMaxim Polyakov
2019-09-30console: Declare empty printk() for __ROMCC__Kyösti Mälkki
2019-09-29device/pnp_ops: Add ENV_PNP_SIMPLE_DEVICEKyösti Mälkki
2019-09-29device/pci_ops: Add ENV_PCI_SIMPLE_DEVICEKyösti Mälkki
2019-09-28cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ useKyösti Mälkki
2019-09-28device/pci: Replace some __SIMPLE_DEVICE__ useKyösti Mälkki
2019-09-27fmap: Add get_fmap_flash_offset()Furquan Shaikh
2019-09-27device: add commentary to dev_find_slot()Aaron Durbin