summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* src/include: Add space after +Lee Leahy2017-03-101-1/+1
* src/include: Add parenthesis around macrosLee Leahy2017-03-1010-26/+26
* src/include: Add space before (Lee Leahy2017-03-101-1/+1
* device/dram/ddr2: Add common ddr2 spd decoderPatrick Rudolph2017-03-102-1/+219
* vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdataAaron Durbin2017-03-091-0/+6
* elog: Add all EC event codesFurquan Shaikh2017-03-091-1/+7
* src/include: Remove space after &Lee Leahy2017-03-091-1/+1
* src/include: Add space after commaLee Leahy2017-03-0913-18/+18
* src/include: Indent code using tabsLee Leahy2017-03-0911-36/+36
* src/include: Add do { } while(0) around macrosLee Leahy2017-03-091-5/+9
* src/include: Move trailing statements to next lineLee Leahy2017-03-092-4/+8
* src/include: Fix unsigned warningsLee Leahy2017-03-0917-133/+145
* AMD geode: Avoid conflicting main() declarationKyösti Mälkki2017-03-081-1/+3
* console: Enable printk for ENV_LIBAGESAKyösti Mälkki2017-03-071-1/+1
* Stage rules.h: Add ENV_LIBAGESAKyösti Mälkki2017-03-071-3/+20
* elog: Fix duplicate event typeDuncan Laurie2017-03-071-3/+3
* src/include: Include stdint.h since struct dimm_info uses itBarnali Sarkar2017-03-011-0/+2
* arch/x86: add functions to generate random numbersRobbie Zhang2017-02-201-0/+27
* device: Add scan_generic_bus supportFurquan Shaikh2017-02-161-0/+1
* device: Add a new "SPI" device typeFurquan Shaikh2017-02-163-1/+41
* spi: Add function callback to get configuration of SPI busFurquan Shaikh2017-02-161-0/+42
* ddr3 spd: move accessor code into lib/spd_bin.cPatrick Georgi2017-02-102-26/+3
* ddr3 spd: Rename read_spd_from_cbfs() to read_ddr3_spd_from_cbfs()Patrick Georgi2017-02-101-2/+2
* devtree: Drop unused parameter show_devs_tree() callKyösti Mälkki2017-02-061-1/+1
* x86/acpi: Add VFCT tablePatrick Rudolph2017-02-041-0/+7
* google/chromeos: disable platform hierarchy on resume for TPM2Aaron Durbin2017-01-121-0/+5
* chromeos: Implement locating and decoding wifi sar data from VPDRobbie Zhang2017-01-091-0/+38
* arch/x86: fix cmos post logging in non romcc bootblockAaron Durbin2017-01-061-0/+29
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-2/+60
* smbios.h: add missing SKU field to type3 tableMatt DeVillier2016-12-151-0/+1
* lib/cbmem: allow anyone to use cbmem_possibly_online()Aaron Durbin2016-12-151-0/+16
* pc80: Move set_boot_successful()Kyösti Mälkki2016-12-131-0/+1
* x86 SMM: Fix use with RELOCATABLE_RAMSTAGEKyösti Mälkki2016-12-111-0/+4
* cbfs: Add API to locate a file from specific regionPratik Prajapati2016-12-101-0/+3
* cpu/x86: allow AP callbacks after MP initAaron Durbin2016-12-081-0/+18
* bootstate: add arch specific hook at coreboot exitAaron Durbin2016-12-081-0/+4
* drivers/spi: provide a mechanism to obtain the SPI flash boot deviceAaron Durbin2016-12-081-0/+4
* lib: add region file supportAaron Durbin2016-12-081-0/+62
* lib/compute_ip_checksum: mark data buffer as constAaron Durbin2016-12-081-1/+1
* src/device: Get device structure by path typeSubrata Banik2016-12-071-0/+1
* spi: Clean up SPI driver interfaceFurquan Shaikh2016-12-071-0/+19
* MMCONF_SUPPORT: Consolidate resource registrationKyösti Mälkki2016-12-071-0/+3
* cpu/x86/msr.h: Drop excessive includesKyösti Mälkki2016-12-061-0/+3
* CPU: Declare cpu_phys_address_size() for all archKyösti Mälkki2016-12-061-0/+1
* CPU: Move SMM prototypes under x86Kyösti Mälkki2016-12-061-4/+0
* PCI ops: Remove pci_mmio_xx() in ramstageKyösti Mälkki2016-12-061-8/+0
* spi_flash: Make a deep copy of spi_slave structureFurquan Shaikh2016-12-061-1/+2
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-0/+18
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-3/+4
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-7/+6