summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* coreboot classes: Add dynamic classes to corebootFurquan Shaikh2014-08-111-3/+6
* cbfs: Check return value of map() for errorJulius Werner2014-08-101-0/+5
* cbfs: Fix overwalk on file scanSteven Sherk2014-08-101-2/+13
* coreboot_tables: reduce redundant data structuresJulius Werner2014-08-101-11/+11
* src/lib/edid.c: missing break statementPatrick Georgi2014-08-101-1/+1
* Possible thread stack implementation.Ronald G. Minnich2014-08-071-2/+4
* lib: Trivial - drop trailing blank lines at EOFEdward O'Callaghan2014-07-084-5/+0
* ACPI: Recover type of wakeup in acpi_is_wakeup()Kyösti Mälkki2014-07-031-0/+5
* lib/Makefile.inc: Stop gcc.c getting into SMM clang buildsEdward O'Callaghan2014-06-271-2/+1
* src/lib/clog2.c: Fix style and clarity, remove some cruftEdward O'Callaghan2014-06-201-18/+11
* build: Drop libgcc runtime wrapper in Clang buildsEdward O'Callaghan2014-06-061-1/+3
* 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