summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/cbfs: more cleanup for 32/64 issuesRonald G. Minnich2014-10-162-3/+3
* cbmem: 64/32 cleanupRonald G. Minnich2014-10-161-7/+11
* ACPI: Remove CONFIG_GENERATE_ACPI_TABLESVladimir Serbinenko2014-10-161-2/+2
* edid: Relax EDID 1.3 requirements.Hung-Te Lin2014-10-071-3/+13
* cbmem console: Locate the preram console with a symbol instead of a section.Gabe Black2014-10-071-2/+3
* edid: Support EDID 1.4.Hung-Te Lin2014-10-011-1/+18
* edid: Accept valid detail blocks without timing descriptor.Hung-Te Lin2014-10-011-11/+11
* edid: Fix string extraction in Monitor Descriptors.Hung-Te Lin2014-10-011-45/+16
* edid: Fix extension parsing when EDID blob does not have any extensions.Hung-Te Lin2014-10-011-2/+8
* edid: Fix source indent.Hung-Te Lin2014-10-011-231/+231
* rmodule: Fix rmodule.ld for 64-bitFurquan Shaikh2014-09-231-3/+7
* arm: Move exception_init() close to console_init()Julius Werner2014-09-131-0/+2
* stack check: cosmeticsStefan Reinauer2014-09-121-1/+1
* intel/gma: Clarify code and use dedicated init for Google PeppyRonald G. Minnich2014-08-251-8/+15
* delay: Have mdelay() / delay() available in romstage, tooStefan Reinauer2014-08-251-0/+1
* arm: libpayload: Add cache coherent DMA memory definition and managementJulius Werner2014-08-131-1/+6
* 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