summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* coreboot: add imd libraryAaron Durbin2015-04-222-0/+484
* coreboot: add a place to choose romstage loaderAaron Durbin2015-04-223-7/+57
* build system: add manual board id supportStefan Reinauer2015-04-221-1/+1
* lib: add base64 decoderVadim Bendebury2015-04-222-0/+147
* Unify byte order macros and clrsetbitsJulius Werner2015-04-212-2/+1
* cbfs: Print absolute offsets of loaded filesVadim Bendebury2015-04-211-2/+2
* chromeos: vboot2: Add TPM PCR extension supportJulius Werner2015-04-201-2/+3
* cbfs: look for CBFS header in a predefined placeVadim Bendebury2015-04-171-6/+34
* uart: pass register width in the coreboot tableVadim Bendebury2015-04-171-0/+1
* drivers/spi: Pass flash parameters from coreboot to payloadDan Ehrenberg2015-04-171-0/+6
* Add delay before reading GPIOs in gpio_base2_value()David Hendricks2015-04-171-2/+6
* arm: Fix checkstack() to use correct stack sizeJulius Werner2015-04-141-8/+12
* timestamps: You can never have enough of them!Julius Werner2015-04-143-1/+8
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-142-2/+5
* CBFS: Automate ROM image layout and remove hardcoded offsetsJulius Werner2015-04-142-19/+21
* vboot: Include vb2_api.h, instead of lower-level vboot2 header filesRandall Spangler2015-04-101-2/+2
* ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh2015-04-101-0/+4
* cbtables: Add RAM config informationDavid Hendricks2015-04-101-0/+16
* gpio: compile gpio.c at all stagesDavid Hendricks2015-04-101-0/+3
* gpio: decouple tristate gpio support from board IDDavid Hendricks2015-04-101-1/+1
* gpio: add a function to read GPIO array as base-2 valueDavid Hendricks2015-04-101-0/+12
* gpio: cosmetic changes to tristate_gpios.cDavid Hendricks2015-04-102-6/+6
* gpio: Remove non-ternary tristate mode, make ternaries easierJulius Werner2015-04-101-6/+9
* gpio: Extend common GPIO header, simplify function namesJulius Werner2015-04-101-4/+4
* chromeos: move VPD MAC address retrieval functionVadim Bendebury2015-04-101-73/+0
* timer: Add generic udelay() implementationAaron Durbin2015-04-082-0/+47
* rmodule: remove cbmem_entry usageAaron Durbin2015-04-071-6/+4
* hardwaremain: explicitly call cbmem_initialize() earlyAaron Durbin2015-04-072-12/+10
* cbfs: Enforce media->map() result checking, improve error messagesJulius Werner2015-04-071-1/+4
* rmodules: fix linkingAaron Durbin2015-04-071-3/+2
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-1/+1
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-069-20/+254
* build system: run linker scripts through the preprocessorPatrick Georgi2015-04-061-1/+1
* build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi2015-04-041-1/+1
* Add table driven way to add platform specific reg_script routinesLee Leahy2015-04-041-14/+73
* rmodule: use struct prog while loading rmodulesAaron Durbin2015-04-032-10/+6
* program loading: unify on struct progAaron Durbin2015-04-035-40/+36
* program loading: add prog_run() functionAaron Durbin2015-04-035-8/+19