aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2014-07-08lib: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-07-03ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki
2014-06-27lib/Makefile.inc: Stop gcc.c getting into SMM clang buildsEdward O'Callaghan
2014-06-20src/lib/clog2.c: Fix style and clarity, remove some cruftEdward O'Callaghan
2014-06-06build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan
2014-05-13baytrail: snapshot power state in romstageAaron Durbin
2014-05-10ramstage_cache: allow ramstage usage add valid helperAaron Durbin
2014-05-10baytrail: add more iosf access functionsAaron Durbin
2014-05-10reg_script: add reg_script_run_on_dev()Aaron Durbin
2014-05-08ChromeOS boards: Always build code for bootmode strapsKyösti Mälkki
2014-05-07reg_script: add iosf lpss port accessAaron Durbin
2014-05-07reg_script: add iosf paths for score, ccu, and sscAaron Durbin
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-06regscript: Add support for MSR typeDuncan Laurie
2014-05-05lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel
2014-05-05lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel
2014-05-01ChromeOS: Use common fill_lb_gpio()Kyösti Mälkki
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2014-05-01Declare recovery and developer modes outside ChromeOSKyösti Mälkki
2014-04-26Rename coreboot_ram stage to ramstageFurquan Shaikh
2014-04-19rmodule: add subsections to linker scriptAaron Durbin
2014-04-18console: Drop driver list in ramstageKyösti Mälkki
2014-04-09uart: Redefine Kconfig optionsKyösti Mälkki
2014-04-09console uart: Fill coreboot table entriesKyösti Mälkki
2014-04-01Static CBMEM / CAR: Flag boards with BROKEN_CAR_MIGRATEKyösti Mälkki
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-11chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin
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
2013-12-23Coding style: punctuation cleanup [1/2].Idwer Vollering
2013-12-21Pit: graphicsRonald G. Minnich
2013-12-21Calculate transcoder flags based on pipe configFurquan Shaikh
2013-12-21Add simple hexdump functionStefan Reinauer
2013-12-21Added structure members x_mm and y_mm to edid decodingFurquan Shaikh
2013-12-21FUI: Fill in link_m and link_n valuesFurquan Shaikh
2013-12-12EDID: add fields specialized to the needs of framebuffersRonald G. Minnich
2013-12-03Drop obsolete CONSOLE_LOGBUFStefan Reinauer
2013-12-02global: Fix usage of get_option() to make use of CB_CMOS_ codesAlexandru Gagniuc
2013-12-01Fix build with USE_OPTION_TABLEKyösti Mälkki
2013-11-30CBMEM console: increase temporary buffer size for non-dynamic CBMEMKyösti Mälkki
2013-11-30cbmem console: reduce temporary buffer size for dynamic CBMEMStefan Reinauer
2013-11-30CBMEM console: Prevent buffer overrunKyösti Mälkki
2013-11-26Clean up POST codes for Boot State machineDuncan Laurie
2013-11-23lib/coreboot_table: set type and size of framebuffer tag after fill_lb_frameb...Vladimir Serbinenko
2013-11-18cbfs: 64-bit cleanupsRonald G. Minnich
2013-11-18cbfs: remove unused code and prototypeRonald G. Minnich
2013-11-08Add new finalize functions for devices and chipsMarc Jones
2013-10-22usbdebug: Fix boards without EARLY_CBMEM_INITKyösti Mälkki
2013-10-15Have option of timestamps, CBMEM console and usbdebug for most boardsKyösti Mälkki
2013-10-15timestamps: Fix some lost timestamps for romstageKyösti Mälkki
2013-10-14Revert "CBMEM: Always have early initialisation"Kyösti Mälkki
2013-10-13Rename cpu/x86/car.h to arch/early_variables.hStefan Reinauer