summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2017-03-08AMD geode: Avoid conflicting main() declarationKyösti Mälkki
2017-03-07console: Enable printk for ENV_LIBAGESAKyösti Mälkki
2017-03-07Stage rules.h: Add ENV_LIBAGESAKyösti Mälkki
2017-03-07elog: Fix duplicate event typeDuncan Laurie
2017-03-01src/include: Include stdint.h since struct dimm_info uses itBarnali Sarkar
2017-02-20arch/x86: add functions to generate random numbersRobbie Zhang
2017-02-16device: Add scan_generic_bus supportFurquan Shaikh
2017-02-16device: Add a new "SPI" device typeFurquan Shaikh
2017-02-16spi: Add function callback to get configuration of SPI busFurquan Shaikh
2017-02-10ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi
2017-02-10ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()Patrick Georgi
2017-02-06devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki
2017-02-04x86/acpi: Add VFCT tablePatrick Rudolph
2017-01-12google/chromeos: disable platform hierarchy on resume for TPM2Aaron Durbin
2017-01-09chromeos: Implement locating and decoding wifi sar data from VPDRobbie Zhang
2017-01-06arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-15smbios.h: add missing SKU field to type3 tableMatt DeVillier
2016-12-15lib/cbmem: allow anyone to use cbmem_possibly_online()Aaron Durbin
2016-12-13pc80: Move set_boot_successful()Kyösti Mälkki
2016-12-11x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki
2016-12-10cbfs: Add API to locate a file from specific regionPratik Prajapati
2016-12-08cpu/x86: allow AP callbacks after MP initAaron Durbin
2016-12-08bootstate: add arch specific hook at coreboot exitAaron Durbin
2016-12-08drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin
2016-12-08lib: add region file supportAaron Durbin
2016-12-08lib/compute_ip_checksum: mark data buffer as constAaron Durbin
2016-12-07src/device: Get device structure by path typeSubrata Banik
2016-12-07spi: Clean up SPI driver interfaceFurquan Shaikh
2016-12-07MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki
2016-12-06cpu/x86/msr.h: Drop excessive includesKyösti Mälkki
2016-12-06CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki
2016-12-06CPU: Move SMM prototypes under x86Kyösti Mälkki
2016-12-06PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-12-04spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh
2016-12-01lib/nhlt: add support for setting the oem_revisionAaron Durbin
2016-12-01arch/x86: cache postcar in stage cacheAaron Durbin
2016-12-01lib: put romstage_handoff implementation in own compilation unitAaron Durbin
2016-12-01romstage_handoff: add helper to determine resume statusAaron Durbin
2016-12-01romstage_handoff: remove code duplicationAaron Durbin
2016-11-30lib: Add library to handle SPD data in CBFS or DIMMNaresh G Solanki
2016-11-30soc/intel/common: Add save/restore for variable MRC dataAndrey Petrov
2016-11-24x86 BIST: Fix missing includeKyösti Mälkki
2016-11-24x86 BIST: Declare function with inline in header fileKyösti Mälkki
2016-11-23AGESA binaryPI: Fix PCI ID namespaceKyösti Mälkki
2016-11-23include/device/early_smbus.h: Declare smbus write functionNaresh G Solanki