summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* baytrail: snapshot power state in romstageAaron Durbin2014-05-131-0/+1
* ramstage_cache: allow ramstage usage add valid helperAaron Durbin2014-05-101-1/+1
* baytrail: add more iosf access functionsAaron Durbin2014-05-101-0/+68
* reg_script: add reg_script_run_on_dev()Aaron Durbin2014-05-101-2/+7
* ChromeOS boards: Always build code for bootmode strapsKyösti Mälkki2014-05-081-1/+1
* reg_script: add iosf lpss port accessAaron Durbin2014-05-071-0/+5
* reg_script: add iosf paths for score, ccu, and sscAaron Durbin2014-05-071-0/+15
* Introduce stage-specific architecture for corebootFurquan Shaikh2014-05-063-58/+4
* regscript: Add support for MSR typeDuncan Laurie2014-05-061-38/+78
* lib/hexdump: Use `size_t` for length parameter of `hexdump32()`Paul Menzel2014-05-051-1/+1
* lib/hexdump.c: Indent with tabs instead of spaces and remove empty linesPaul Menzel2014-05-051-31/+31
* ChromeOS: Use common fill_lb_gpio()Kyösti Mälkki2014-05-011-0/+11
* ChromeOS: Remove oprom_is_loadedKyösti Mälkki2014-05-011-0/+17
* Declare recovery and developer modes outside ChromeOSKyösti Mälkki2014-05-012-0/+66
* Rename coreboot_ram stage to ramstageFurquan Shaikh2014-04-263-4/+4
* rmodule: add subsections to linker scriptAaron Durbin2014-04-191-1/+4
* console: Drop driver list in ramstageKyösti Mälkki2014-04-181-4/+0
* 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
OpenPOWER on IntegriCloud