summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* boardid: Add helpers to read sku_id strapping into coreboot tablesJulius Werner2017-12-071-3/+20
* boardid: Switch from Kconfig to weak functionsJulius Werner2017-12-071-4/+9
* boardid: Minor clean up and standardizationJulius Werner2017-12-071-10/+16
* Kconfig: Remove BOARD_ID_MANUAL optionJulius Werner2017-12-061-1/+1
* src: Fix all Siemens copyrightsMario Scheithauer2017-11-071-1/+1
* lib/ramtest: Add commentPatrick Rudolph2017-11-071-0/+2
* lib/reg_script.c: Remove unused assignmentPaul Menzel2017-11-031-1/+0
* intel/common/smbus: increase spd read performanceKane Chen2017-10-311-7/+21
* lib: Prepare for libhwbase' generated config fileNico Huber2017-10-282-0/+20
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* lib/gpio: constify array inputsAaron Durbin2017-10-201-5/+5
* drivers/elog: Fix debug build errorsJohn E. Kabat Jr2017-10-161-0/+1
* Kconfig: Move libhwbase related options into lib/KconfigNico Huber2017-09-281-0/+18
* Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer2017-09-261-3/+1
* src/lib/Makefile.inc: Remove loaders subdirectoryJonathan Neuschäfer2017-09-261-1/+0
* toolchain: Always use GCC for Ada sourcesNico Huber2017-09-231-1/+1
* toolchain: Use xcompile proposed CFLAGS for AdaNico Huber2017-09-231-0/+1
* src/lib/ubsan: Indent macros to improve readabilityJonathan Neuschäfer2017-09-211-11/+9
* timestamp: Add function to get time since bootWerner Zeh2017-09-141-0/+14
* stage_cache: Add rmodule params in metadataKyösti Mälkki2017-09-082-2/+5
* postcar: Add cbmem_stage_cacheKyösti Mälkki2017-09-061-0/+1
* lib/cbmem: provide optional cbmem top initialization hookAaron Durbin2017-08-041-0/+21
* lib/cbmem: use globals for non CAR global migration platformsAaron Durbin2017-08-031-12/+18
* lib/cbmem: remove cbmem_region_used()Aaron Durbin2017-08-031-10/+3
* lib/imd_cbmem: remove unused #includeAaron Durbin2017-08-031-3/+0
* lib/imd_cbmem: remove unused funcitonAaron Durbin2017-08-031-7/+0
* lib/program.ld: Guard .id section placementNico Huber2017-07-301-0/+3
* timestamp: Apply factor to recorded stampsKyösti Mälkki2017-07-271-0/+28
* Port cmos.default handling to C environment bootblockNico Huber2017-07-261-0/+1
* src/lib: Fix checkpatch warning: no spaces at the start of a lineMartin Roth2017-07-251-1/+1
* Fix files with multiple newlines at the end.Martin Roth2017-07-241-1/+0
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-137-32/+36
* src/lib: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-068-39/+39
* lib/spd_bin: Use proper I2C addressesNico Huber2017-06-291-2/+0
* lib/coreboot_tables: Zero framebuffer structureDuncan Laurie2017-06-271-1/+1
* cr50: process uninitialized values gracefullyVadim Bendebury2017-06-212-1/+17
* Add support for Undefined Behavior SanitizerRyan Salsamendi2017-06-142-0/+364
* cbmem_console: Fix undefined behaviorRyan Salsamendi2017-06-141-1/+1
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-132-0/+66
* lib/spd_bin: Print out correct SMBus SPD address in dump_spd_infoFurquan Shaikh2017-06-091-1/+1
* src: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* lib/coreboot_tables: Remove weak fill_lb_framebuffer()Nico Huber2017-06-041-6/+1
* Kconfig: Add choice of framebuffer modeNico Huber2017-06-041-4/+6
* lib/edid: Split out fill_lb_framebuffer()Nico Huber2017-05-304-70/+102
* lib/spd_bin: make SMBus SPD addresses an inputAaron Durbin2017-05-271-1/+1
* cbmem_console: Improve 'cbmem -1' behavior for truncated pre-CBMEM logsJulius Werner2017-05-181-2/+2
* coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin2017-05-182-15/+16
* lib/edid: Save the display ASCII stringArthur Heymans2017-05-031-2/+4
* lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans2017-05-031-16/+17
* lib/edid.c: Allow use of when not NGIArthur Heymans2017-05-031-1/+1