summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* SMBIOS: Implement SKU fieldKyösti Mälkki2016-06-021-0/+1
* wrdd: Export WRDD info in the headerDuncan Laurie2016-06-021-0/+6
* acpi_device: Add support for writing ACPI I2C descriptorsDuncan Laurie2016-05-281-0/+13
* soc/intel/common: Add common smihandler codeHannah Williams2016-05-251-2/+0
* gpio: Add a function to map GPIO to ACPI pathDuncan Laurie2016-05-211-0/+9
* device: Add an ACPI device name and path concept to devicesDuncan Laurie2016-05-211-0/+1
* hexstrtobin: Add a library function to decode ASCII hex into binaryDuncan Laurie2016-05-211-0/+13
* lib/bootblock: Provide mechanism to pass in an early timestampAlexandru Gagniuc2016-05-191-0/+10
* sconfig: Add a new generic device typeDuncan Laurie2016-05-162-1/+11
* sconfig: Add 10bit addressing mode to i2c device typeDuncan Laurie2016-05-161-0/+1
* drivers/uart: Enable override for input clock dividerLee Leahy2016-05-091-0/+4
* cpu/x86/mp_init: reduce exposure of internal implementationAaron Durbin2016-05-061-81/+0
* lib/reg_script: Add display supportLee Leahy2016-05-041-0/+22
* cpu/x86: combine multiprocessor and SMM initializationAaron Durbin2016-05-041-0/+96
* cpu/x86/smm_module_loader: always build with SMM module supportAaron Durbin2016-05-041-5/+1
* cpu/x86/mp_init: remove unused callback argumentsAaron Durbin2016-05-021-11/+7
* lib/reg_script: Allow multiple independent handlersLee Leahy2016-04-301-6/+8
* lib/regscript: Add exclusive-or (xor) supportLee Leahy2016-04-301-0/+57
* lib: add common write_tables() implementationAaron Durbin2016-04-211-4/+0
* lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin2016-04-211-0/+12
* lib/bootmem: allow architecture specific bootmem rangesAaron Durbin2016-04-211-0/+3
* lib: add helper for constructing coreboot forwarding tableAaron Durbin2016-04-211-0/+6
* kbuild: Allow drivers to fit src/drivers/[X]/[Y]/ schemeStefan Reinauer2016-04-191-1/+1
* stddef.h: fix zeroptr's definitionPatrick Georgi2016-04-151-1/+1
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-1/+2
* chromeos: Simplify fill_lb_gpios even furtherJulius Werner2016-04-051-2/+3
* lib/prog_loading: introduce prog_segment_loaded()Aaron Durbin2016-04-021-2/+9
* cbmem: Add comment for cbmem_top returning NULL if backing store is not readyFurquan Shaikh2016-03-291-1/+4
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-0/+1
* arch/x86: introduce postcar stage/phaseAaron Durbin2016-03-233-4/+35
* gpio: Add support for binary_first base3 number systemJulius Werner2016-03-221-1/+35
* lib/rmodule: export parameters in struct rmod_stage_loadAaron Durbin2016-03-221-0/+1
* device: Add i2c read/write register field APIYidi Lin2016-03-211-0/+5
* mtrr: Define a function for obtaining free var mtrrFurquan Shaikh2016-03-181-0/+1
* device/i2c: Add i2c_read_bytes() APIJitao Shi2016-03-121-0/+22
* cbmem: Add utility to get memory region occupied by cbmemAlexandru Gagniuc2016-03-101-0/+2
* lib/memrange: add function to initialize range_entryAaron Durbin2016-03-091-0/+12
* cpu/x86/mtrr: add helper function to detect variable MTRRsAaron Durbin2016-03-081-3/+9
* include/device/dram: Fix DDR3-1866Patrick Rudolph2016-03-051-1/+1
* src/device/dram/ddr3: Parse additional informationPatrick Rudolph2016-03-031-0/+4
* nb/intel/sandybridge/romstage: Read fuse bits for max MEM ClkPatrick Rudolph2016-03-021-1/+3
* lib/bootblock: provide SoC callback parity with mainboardAaron Durbin2016-02-261-1/+6
* cbfs: Add LZ4 in-place decompression support for pre-RAM stagesJulius Werner2016-02-221-0/+8
* memlayout: Add symbols for stage boundsJulius Werner2016-02-222-12/+30
* fsp_baytrail: Add full support for iosf access in reg_scriptWerner Zeh2016-02-221-2/+3
* die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko2016-02-221-0/+3
* nb/intel/sandybridge/raminit: Add XMP supportPatrick Rudolph2016-02-201-0/+12
* lib/coreboot_table: add function to allow arch code to add recordsAaron Durbin2016-02-191-0/+3
* device: Add device path display supportLee Leahy2016-02-181-0/+20
* lib: Add Kconfig to toggle boot state debuggingLee Leahy2016-02-181-5/+2