summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* lzma: Return correct amount of decompressed bytesJulius Werner2015-07-061-1/+1
* linker scripts: Fix symbol handling for pre-RAM cbmem consolePatrick Georgi2015-07-011-2/+2
* lib: add delay.c to bootblock if I2C_TPM driver is enabledPatrick Georgi2015-06-301-0/+1
* hardwaremain: Move init_timer() call to before console initDuncan Laurie2015-06-301-4/+5
* prog_loader: Play nice with gc-sectionsStefan Reinauer2015-06-261-0/+4
* stage_cache: use cbmem init hooksAaron Durbin2015-06-092-12/+10
* cbmem: add indicator to hooks if cbmem is being recoveredAaron Durbin2015-06-094-6/+8
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-096-19/+27
* lib: Unify log2() and related functionsJulius Werner2015-06-053-40/+59
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-026-95/+115
* prog_loading: add region_device representing memoryAaron Durbin2015-06-021-0/+3
* cbfs: new API and better program loadingAaron Durbin2015-06-0218-1092/+565
* Remove leftover smi_get_tseg_baseVladimir Serbinenko2015-05-291-6/+0
* fmap: new API using region_deviceAaron Durbin2015-05-262-0/+124
* coreboot: introduce boot_deviceAaron Durbin2015-05-263-28/+113
* cbmem: remove cbmem_set_top()Aaron Durbin2015-05-261-14/+0
* CBMEM console: Fix buffer without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+2
* timestamp: Fix collection without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-5/+5
* CBMEM: Fix S3 resume path without EARLY_CBMEM_INITKyösti Mälkki2015-05-261-11/+4
* consoles: remove unused infrastructureAaron Durbin2015-05-261-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2138-42/+38
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-1/+1
* regions: add more helpersAaron Durbin2015-05-191-5/+0
* regions: add mmap helper deviceAaron Durbin2015-05-141-0/+38
* regions: add memory region device supportAaron Durbin2015-05-141-0/+42
* coreboot: add memory pool infrastructureAaron Durbin2015-05-142-0/+56
* coreboot: add region infrastructureAaron Durbin2015-05-142-0/+125
* secmon: allow for serial consoleAaron Durbin2015-05-131-0/+1
* verstage: provide support for serial consoleAaron Durbin2015-05-131-0/+2
* cbmem: Add initial allocation supportLee Leahy2015-05-131-9/+20
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-115-4/+14
* imd: don't recover on limit == 0Aaron Durbin2015-05-111-0/+3
* secmon: Add some missing filesPatrick Georgi2015-05-111-0/+1
* timestamp: fix incremental linking error for !HAVE_MONOTONIC_TIMERAaron Durbin2015-05-071-0/+3
* timestamp: provide weak default implementation of timestamp_getAaron Durbin2015-05-051-0/+11
* vboot: add cbfs_coreAaron Durbin2015-05-052-0/+3
* timestamp: refine boot CPU testAaron Durbin2015-05-051-3/+17
* cbfs: make cbfs_load_prog_stage_by_offset() publicAaron Durbin2015-05-051-1/+1
* vboot: split class in library and stagePatrick Georgi2015-04-301-2/+2
* program loading: add optional is_loader_active() callbackAaron Durbin2015-04-303-2/+51
* chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin2015-04-281-1/+1
* lib: When used, add timestamp.c to bootblock and verstage, tooPatrick Georgi2015-04-281-0/+2
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-271-0/+17
* lib/tlcl: Provide mock implementationYen Lin2015-04-272-0/+142
* ramstage: don't drop cbmem consoleAaron Durbin2015-04-231-5/+6
* cbmem_console: fix it for x86Aaron Durbin2015-04-231-12/+22
* memlayout: Make sure preram_cbmem_console symbols existPatrick Georgi2015-04-232-0/+4
* cbmem: switch over to imd-based cbmemAaron Durbin2015-04-224-500/+317
* coreboot: common stage cacheAaron Durbin2015-04-225-160/+226
* coreboot: tiered imdAaron Durbin2015-04-221-127/+347