summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* uart: Redefine Kconfig optionsKyösti Mälkki2014-04-091-1/+1
* console uart: Fill coreboot table entriesKyösti Mälkki2014-04-091-48/+18
* Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki2014-04-011-1/+1
* rmodules: use rmodtool to create rmodulesAaron Durbin2014-03-203-131/+33
* 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-111-7/+7
* lib/dynamic_cbmem.c: Include `cbmem_console.h`Paul Menzel2014-03-081-0/+1
* x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin2014-03-071-0/+7
* Add a generic register script handlerDuncan Laurie2014-03-042-0/+420
* usbdebug: Move Kconfig under drivers/usbKyösti Mälkki2014-03-041-2/+2
* uart8250: Move under drivers/uartKyösti Mälkki2014-03-043-270/+0
* uart8250mem: Unify calls with generic UARTKyösti Mälkki2014-03-041-45/+44
* uart8250io: Unify calls with generic UARTKyösti Mälkki2014-03-041-18/+33
* console: Fix includesKyösti Mälkki2014-03-045-2/+5
* uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki2014-03-042-49/+10
* uart: Do not guard entire include file by config optionsKyösti Mälkki2014-03-042-0/+2
* lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan2014-03-031-0/+3
* coreboot: remove unused get_lb_mem() functionAaron Durbin2014-03-031-14/+1
* selfboot: use bootmem infrastructureAaron Durbin2014-03-032-113/+43
* coreboot: introduce notion of bootmem for memory map at bootAaron Durbin2014-03-035-85/+195
* coreboot: introduce arch_payload_run()Aaron Durbin2014-03-032-8/+1
* selfboot: store bounce buffer in struct payloadAaron Durbin2014-03-031-11/+15
* coreboot: use struct payload for selfload()Aaron Durbin2014-03-032-5/+7
* coreboot: move common code to payload_run() from selfboot()Aaron Durbin2014-03-032-19/+16
* coreboot: unify infrastructure for loading payloadsAaron Durbin2014-03-036-32/+137
* Kill ALT_CBFS_LOAD_PAYLOADVladimir Serbinenko2014-02-251-2/+0
* Remove CACHE_ROM.Vladimir Serbinenko2014-02-251-20/+0
* lib/edid: Don't set vbe_valid in decode_edid.Vladimir Serbinenko2014-02-211-1/+1
* printk: support and use %hh prefixPatrick Georgi2014-02-191-5/+5
* x86: provide infrastructure to backup default SMM regionAaron Durbin2014-02-161-0/+1
* coreboot: infrastructure for different ramstage loadersAaron Durbin2014-02-155-53/+189
* SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki2014-02-111-1/+1
* Move hexdump32() to lib/hexdump.Kyösti Mälkki2014-02-111-0/+16
* mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin2014-02-091-4/+15
* uart8250: Drop xmodem supportKyösti Mälkki2014-02-061-173/+0
* ne2k: Move under drivers/netKyösti Mälkki2014-02-063-571/+0
* spkmodem: Move under drivers/pc80Kyösti Mälkki2014-02-062-130/+0
* usbdebug: Move under drivers/usbKyösti Mälkki2014-02-062-1045/+0
* lib/memrange: Skip 0-sized resources.Vladimir Serbinenko2014-02-061-0/+3
* memranges: add memranges_update_tag() functionalityAaron Durbin2014-02-061-0/+13
* load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko2014-02-052-1/+16
* coreboot: config to cache ramstage outside CBMEMAaron Durbin2014-01-303-47/+146
* cbmem: Export ACPI GNVS cbmem pointer in coreboot tableDuncan Laurie2014-01-301-1/+2
* rmodule: consolidate rmodule stage loadingAaron Durbin2014-01-282-41/+70
* cbmem: add reference code idsAaron Durbin2014-01-281-0/+2
* coreboot_table: don't add CMOS checksum twice.Vladimir Serbinenko2014-01-271-25/+0
* CBMEM: Rename cbmem_reinit()Kyösti Mälkki2014-01-221-2/+2
* CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki2014-01-222-17/+37
* lib: Add log2 ceiling functionAlexandru Gagniuc2014-01-141-0/+15
* lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc2014-01-141-2/+2