summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* OxPCIe uart: Split PCI bridge controlKyösti Mälkki2014-04-092-1/+2
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-092-1/+4
* uart: Prepare to support multiple base addressesKyösti Mälkki2014-04-091-0/+7
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-203-44/+17
* Make POST device configurable.Idwer Vollering2014-03-161-2/+2
* chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin2014-03-111-0/+1
* rmodule: allow rmodule header structure to be used by userlandAaron Durbin2014-03-112-62/+88
* CBMEM console: Fix build for ARMKyösti Mälkki2014-03-101-1/+1
* smbios: Supply tag type 2 (base board information)Vladimir Serbinenko2014-03-091-0/+12
* x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin2014-03-071-0/+3
* Add a generic register script handlerDuncan Laurie2014-03-041-0/+316
* console: Use single driver entry for UARTsKyösti Mälkki2014-03-041-0/+2
* SMM: Only have console with DEBUG_SMIKyösti Mälkki2014-03-041-0/+1
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-041-108/+0
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-042-17/+2
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-042-12/+3
* console: Fix includesKyösti Mälkki2014-03-043-21/+5
* option: Add arch-agnostic get_option()Kyösti Mälkki2014-03-041-0/+19
* uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki2014-03-042-4/+17
* uart: Do not guard entire include file by config optionsKyösti Mälkki2014-03-042-19/+0
* coreboot: don't return struct lb_memory * from write_tables()Aaron Durbin2014-03-031-1/+1
* coreboot: remove unused get_lb_mem() functionAaron Durbin2014-03-031-5/+0
* selfboot: use bootmem infrastructureAaron Durbin2014-03-031-2/+1
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-033-6/+50
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-031-1/+3
* selfboot: store bounce buffer in struct payloadAaron Durbin2014-03-031-2/+4
* coreboot: use struct payload for selfload()Aaron Durbin2014-03-031-2/+1
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-032-6/+61
* Remove CACHE_ROM.Vladimir Serbinenko2014-02-251-23/+0
* 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
OpenPOWER on IntegriCloud