summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2014-08-25intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich
2014-08-25delay: Have mdelay() / delay() available in romstage, tooStefan Reinauer
2014-08-13arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-10cbfs: Check return value of map() for errorJulius Werner
2014-08-10cbfs: Fix overwalk on file scanSteven Sherk
2014-08-10coreboot_tables: reduce redundant data structuresJulius Werner
2014-08-10src/lib/edid.c: missing break statementPatrick Georgi
2014-08-07Possible thread stack implementation.Ronald G. Minnich
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