summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2014-03-11rmodule: allow rmodule header structure to be used by userlandAaron Durbin
2014-03-08lib/dynamic_cbmem.c: Include `cbmem_console.h`Paul Menzel
2014-03-07x86: add MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING optionAaron Durbin
2014-03-04Add a generic register script handlerDuncan Laurie
2014-03-04usbdebug: Move Kconfig under drivers/usbKyösti Mälkki
2014-03-04uart8250: Move under drivers/uartKyösti Mälkki
2014-03-04uart8250mem: Unify calls with generic UARTKyösti Mälkki
2014-03-04uart8250io: Unify calls with generic UARTKyösti Mälkki
2014-03-04console: Fix includesKyösti Mälkki
2014-03-04uart8250: Fix and unify baudrate divisor calculationKyösti Mälkki
2014-03-04uart: Do not guard entire include file by config optionsKyösti Mälkki
2014-03-03lib/selfboot: s_srcaddr is uninitialized.Edward O'Callaghan
2014-03-03coreboot: remove unused get_lb_mem() functionAaron Durbin
2014-03-03selfboot: use bootmem infrastructureAaron Durbin
2014-03-03coreboot: introduce notion of bootmem for memory map at bootAaron Durbin
2014-03-03coreboot: introduce arch_payload_run()Aaron Durbin
2014-03-03selfboot: store bounce buffer in struct payloadAaron Durbin
2014-03-03coreboot: use struct payload for selfload()Aaron Durbin
2014-03-03coreboot: move common code to payload_run() from selfboot()Aaron Durbin
2014-03-03coreboot: unify infrastructure for loading payloadsAaron Durbin
2014-02-25Kill ALT_CBFS_LOAD_PAYLOADVladimir Serbinenko
2014-02-25Remove CACHE_ROM.Vladimir Serbinenko
2014-02-21lib/edid: Don't set vbe_valid in decode_edid.Vladimir Serbinenko
2014-02-19printk: support and use %hh prefixPatrick Georgi
2014-02-16x86: provide infrastructure to backup default SMM regionAaron Durbin
2014-02-15coreboot: infrastructure for different ramstage loadersAaron Durbin
2014-02-11SMP: Add arch-agnostic boot_cpu()Kyösti Mälkki
2014-02-11Move hexdump32() to lib/hexdump.Kyösti Mälkki
2014-02-09mtrr: only add prefetchable resources as WRCOMB for VGA devicesAaron Durbin
2014-02-06uart8250: Drop xmodem supportKyösti Mälkki
2014-02-06ne2k: Move under drivers/netKyösti Mälkki
2014-02-06spkmodem: Move under drivers/pc80Kyösti Mälkki
2014-02-06usbdebug: Move under drivers/usbKyösti Mälkki
2014-02-06lib/memrange: Skip 0-sized resources.Vladimir Serbinenko
2014-02-06memranges: add memranges_update_tag() functionalityAaron Durbin
2014-02-05load_payload: Use 32-bit accesses to speed up decompression.Vladimir Serbinenko
2014-01-30coreboot: config to cache ramstage outside CBMEMAaron Durbin
2014-01-30cbmem: Export ACPI GNVS cbmem pointer in coreboot tableDuncan Laurie
2014-01-28rmodule: consolidate rmodule stage loadingAaron Durbin
2014-01-28cbmem: add reference code idsAaron Durbin
2014-01-27coreboot_table: don't add CMOS checksum twice.Vladimir Serbinenko
2014-01-22CBMEM: Rename cbmem_reinit()Kyösti Mälkki
2014-01-22CBMEM: Replace cbmem_initialize() with cbmem_recovery()Kyösti Mälkki
2014-01-14lib: Add log2 ceiling functionAlexandru Gagniuc
2014-01-14lib/hexdump: Take const void * and size_t as argumentsAlexandru Gagniuc
2014-01-13lib: Make log2() available in romstage on ARM, not just x86Alexandru Gagniuc
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2014-01-06CBMEM: Fix allocation for static CBMEMKyösti Mälkki
2014-01-06CBMEM: Drop cbmem_base_check()Kyösti Mälkki
2014-01-06CBMEM ACPI: Move resume handlerKyösti Mälkki