Age | Commit message (Expand) | Author |
2014-03-04 | option: Add arch-agnostic get_option() | Kyösti Mälkki |
2014-03-04 | uart8250: Fix and unify baudrate divisor calculation | Kyösti Mälkki |
2014-03-04 | uart: Do not guard entire include file by config options | Kyösti Mälkki |
2014-03-03 | coreboot: don't return struct lb_memory * from write_tables() | Aaron Durbin |
2014-03-03 | coreboot: remove unused get_lb_mem() function | Aaron Durbin |
2014-03-03 | selfboot: use bootmem infrastructure | Aaron Durbin |
2014-03-03 | coreboot: introduce notion of bootmem for memory map at boot | Aaron Durbin |
2014-03-03 | coreboot: introduce arch_payload_run() | Aaron Durbin |
2014-03-03 | selfboot: store bounce buffer in struct payload | Aaron Durbin |
2014-03-03 | coreboot: use struct payload for selfload() | Aaron Durbin |
2014-03-03 | coreboot: unify infrastructure for loading payloads | Aaron Durbin |
2014-02-25 | Remove CACHE_ROM. | Vladimir Serbinenko |
2014-02-20 | usbdebug: Unify console API | Kyösti Mälkki |
2014-02-16 | x86: provide infrastructure to backup default SMM region | Aaron Durbin |
2014-02-15 | coreboot: infrastructure for different ramstage loaders | Aaron Durbin |
2014-02-12 | PCI: Add capability list parser to romstage | Kyösti Mälkki |
2014-02-12 | PCI: Guard pci.h with CONFIG_PCI | Kyösti Mälkki |
2014-02-11 | SMP: Add arch-agnostic boot_cpu() | Kyösti Mälkki |
2014-02-11 | Move hexdump32() to lib/hexdump. | Kyösti Mälkki |
2014-02-10 | usbdebug: Split PCI EHCI part | Kyösti Mälkki |
2014-02-10 | usbdebug: Improve receive speed | Kyösti Mälkki |
2014-02-09 | device_util: Make device in dev_find_slot_pnp u16. | Vladimir Serbinenko |
2014-02-09 | mtrr: only add prefetchable resources as WRCOMB for VGA devices | Aaron Durbin |
2014-02-07 | device_util: Add dev_find_slot_pnp. | Vladimir Serbinenko |
2014-02-06 | uart8250: Drop unused declarations | Kyösti Mälkki |
2014-02-06 | QEMU debugcon: Move under drivers/emulation/qemu | Kyösti Mälkki |
2014-02-06 | usbdebug: Move under drivers/usb | Kyösti Mälkki |
2014-02-06 | MTRR: Mark all prefetchable resources as WRCOMB. | Vladimir Serbinenko |
2014-02-06 | memranges: add memranges_update_tag() functionality | Aaron Durbin |
2014-01-30 | x86: Add SMM helper functions to MP infrastructure | Aaron Durbin |
2014-01-30 | x86: add SMM save state for 0x0100 revision | Aaron Durbin |
2014-01-30 | x86: parallel MP initialization | Aaron Durbin |
2014-01-30 | coreboot: config to cache ramstage outside CBMEM | Aaron Durbin |
2014-01-30 | cbmem: Export ACPI GNVS cbmem pointer in coreboot table | Duncan Laurie |
2014-01-28 | x86: add common definitions for control registers | Aaron Durbin |
2014-01-28 | rmodule: consolidate rmodule stage loading | Aaron Durbin |
2014-01-28 | cbmem: add reference code ids | Aaron Durbin |
2014-01-28 | x86/mtrr: don't assume size of ROM cached during CAR mode | Aaron Durbin |
2014-01-28 | x86: include header to define types in use | Aaron Durbin |
2014-01-26 | pc80/keyboard: Ignore interface test failure. | Vladimir Serbinenko |
2014-01-23 | SPI: Add API for programmer-specific flashing. | Vladimir Serbinenko |
2014-01-23 | Multiboot: remove multiboot tables generation. | Vladimir Serbinenko |
2014-01-22 | CBMEM: Rename cbmem_reinit() | Kyösti Mälkki |
2014-01-22 | CBMEM: Replace cbmem_initialize() with cbmem_recovery() | Kyösti Mälkki |
2014-01-16 | cpu/intel: Make all Intel CPUs load microcode from CBFS | Alexandru Gagniuc |
2014-01-15 | Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR | Kyösti Mälkki |
2014-01-14 | lib: Add log2 ceiling function | Alexandru Gagniuc |
2014-01-14 | lib/hexdump: Take const void * and size_t as arguments | Alexandru Gagniuc |
2014-01-13 | lib: Make log2() available in romstage on ARM, not just x86 | Alexandru Gagniuc |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |