summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* usbdebug: Unify console APIKyösti Mälkki2014-02-201-10/+4
* x86: provide infrastructure to backup default SMM regionAaron Durbin2014-02-162-0/+5
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-154-4/+67
* PCI: Add capability list parser to romstageKyösti Mälkki2014-02-121-2/+4
* PCI: Guard pci.h with CONFIG_PCIKyösti Mälkki2014-02-121-0/+5
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-112-6/+11
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-112-1/+1
* usbdebug: Split PCI EHCI partKyösti Mälkki2014-02-101-0/+1
* usbdebug: Improve receive speedKyösti Mälkki2014-02-101-0/+1
* device_util: Make device in dev_find_slot_pnp u16.Vladimir Serbinenko2014-02-091-1/+1
* mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin2014-02-091-0/+13
* device_util: Add dev_find_slot_pnp.Vladimir Serbinenko2014-02-071-0/+1
* uart8250: Drop unused declarationsKyösti Mälkki2014-02-061-3/+0
* QEMU debugcon: Move under drivers/emulation/qemuKyösti Mälkki2014-02-061-0/+7
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-065-318/+43
* MTRR: Mark all prefetchable resources as WRCOMB.Vladimir Serbinenko2014-02-061-1/+0
* memranges: add memranges_update_tag() functionalityAaron Durbin2014-02-061-0/+4
* x86: Add SMM helper functions to MP infrastructureAaron Durbin2014-01-301-0/+9
* x86: add SMM save state for 0x0100 revisionAaron Durbin2014-01-301-0/+86
* x86: parallel MP initializationAaron Durbin2014-01-301-0/+120
* coreboot: config to cache ramstage outside CBMEMAaron Durbin2014-01-301-0/+49
* cbmem: Export ACPI GNVS cbmem pointer in coreboot tableDuncan Laurie2014-01-301-0/+1
* x86: add common definitions for control registersAaron Durbin2014-01-282-31/+119
* rmodule: consolidate rmodule stage loadingAaron Durbin2014-01-281-0/+20
* cbmem: add reference code idsAaron Durbin2014-01-281-0/+2
* x86/mtrr: don't assume size of ROM cached during CAR modeAaron Durbin2014-01-281-4/+0
* x86: include header to define types in useAaron Durbin2014-01-281-0/+2
* pc80/keyboard: Ignore interface test failure.Vladimir Serbinenko2014-01-261-0/+4
* SPI: Add API for programmer-specific flashing.Vladimir Serbinenko2014-01-231-0/+2
* Multiboot: remove multiboot tables generation.Vladimir Serbinenko2014-01-231-184/+0
* CBMEM: Rename cbmem_reinit()Kyösti Mälkki2014-01-221-2/+0
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-221-3/+6
* cpu/intel: Make all Intel CPUs load microcode from CBFSAlexandru Gagniuc2014-01-161-4/+0
* Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRRKyösti Mälkki2014-01-151-3/+31
* lib: Add log2 ceiling functionAlexandru Gagniuc2014-01-141-0/+1
* lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc2014-01-141-1/+2
* lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc2014-01-131-1/+1
* lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko2014-01-121-1/+1
* Remove sprintfVladimir Serbinenko2014-01-101-1/+0
* console/vsprintf: Implement snprintfVladimir Serbinenko2014-01-101-0/+1
* CBMEM: Fix allocation for static CBMEMKyösti Mälkki2014-01-061-12/+18
* CBMEM: Drop cbmem_base_check()Kyösti Mälkki2014-01-061-1/+0
* CBMEM ACPI: Move resume handlerKyösti Mälkki2014-01-061-0/+2
* cpu/cpu.h: Allow compiling with __SIMPLE_DEVICE__Vladimir Serbinenko2014-01-061-0/+2
* AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includesKyösti Mälkki2013-12-261-0/+1
* AMD boards (non-AGESA): Cleanup earlymtrr.c includesKyösti Mälkki2013-12-261-0/+4
* lynxpoint: Route all USB ports to XHCI in finalize stepDuncan Laurie2013-12-211-0/+1
* Add a specific post code for S3 resume failuresDuncan Laurie2013-12-211-0/+8
* Add simple hexdump functionStefan Reinauer2013-12-211-0/+3
* Added structure members x_mm and y_mm to edid decodingFurquan Shaikh2013-12-211-0/+2