summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/google/chromeos
Commit message (Expand)AuthorAgeFilesLines
* vboot: use only offsets for tracking firmware componentsAaron Durbin2015-05-267-95/+105
* Remove address from GPLv2 headersPatrick Georgi2015-05-2133-33/+33
* vboot: remove vboot_context.hAaron Durbin2015-05-191-55/+0
* vboot: fix die() hang for recovery pathAaron Durbin2015-05-131-0/+4
* vboot: indicate verstage loading on consoleAaron Durbin2015-05-131-0/+2
* vboot: handle RELOCATABLE_RAMSTAGEAaron Durbin2015-05-131-1/+11
* vboot: allow for dynamic work buffersAaron Durbin2015-05-112-2/+22
* vboot: add vb2_working_data_size()Aaron Durbin2015-05-113-2/+10
* chromeos: remove vboot_verify_firmware()Aaron Durbin2015-05-111-1/+0
* vboot: inject vboot loader for stage loadingAaron Durbin2015-05-116-184/+265
* vboot2: Use the right set of compiler flags for building vboot librariesPatrick Georgi2015-05-111-1/+2
* vboot: allow options to be selected from .configAaron Durbin2015-05-111-4/+4
* vboot: fix vboot_reference compilationAaron Durbin2015-05-111-2/+11
* chromeos: add missing vboot functionsAaron Durbin2015-05-111-2/+17
* vboot2: Replace hard coded 'fallback' prefix with Kconfig variablePatrick Georgi2015-05-071-3/+3
* 3rdparty/vboot: Add vbootPatrick Georgi2015-05-051-1/+1
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-051-1/+1
* 3rdparty: Move to blobsPatrick Georgi2015-05-051-1/+1
* vboot2: Fix compiler flags dropped during verstage/libverstage splitAaron Durbin2015-05-051-0/+1
* console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin2015-05-051-1/+1
* vboot: Remove vboot_get_payload()Aaron Durbin2015-05-052-37/+0
* vboot: split class in library and stagePatrick Georgi2015-04-301-7/+7
* chromeos: Use __attribute__ normal formPatrick Georgi2015-04-301-1/+1
* chromeos: Add missing headersPatrick Georgi2015-04-302-0/+2
* vboot: add and rejuggle Kconfig optionsAaron Durbin2015-04-302-14/+27
* vboot: move Kconfig options for stage indiciesAaron Durbin2015-04-302-37/+37
* vboot: remove vboot_helper.cAaron Durbin2015-04-281-168/+0
* chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin2015-04-286-37/+15
* vboot: remove vboot1Aaron Durbin2015-04-287-797/+25
* vboot2: Allow merging verstage into bootblockPatrick Georgi2015-04-282-0/+14
* vboot2: Always enable timestampsPatrick Georgi2015-04-281-0/+1
* vboot2: get rid of global variable that is used locally and only oncePatrick Georgi2015-04-281-2/+1
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-0/+2
* cbmem: add and use a function to dump console bufferVadim Bendebury2015-04-272-0/+4
* vboot: #include "fmap.h" for declarationsAaron Durbin2015-04-271-0/+1
* elog: enable by default for CHROMEOSPatrick Georgi2015-04-221-0/+1
* chromeos: fix some compilation issuesAaron Durbin2015-04-222-27/+5
* chromeos: make functions visible with CONFIG_CHROMEOSPatrick Georgi2015-04-221-4/+5
* chromeos: Drop {developer,recovery}_mode_enabledPatrick Georgi2015-04-221-23/+0
* vboot2: CFLAGS_* doesn't contain preprocessor flags anymorePatrick Georgi2015-04-221-1/+1
* vboot: route all resets through a single functionVadim Bendebury2015-04-225-16/+13
* vboot: add mocked secdataDaisuke Nojiri2015-04-223-1/+65
* vpd: process WiFi MACs along with ethernet MACsVadim Bendebury2015-04-221-49/+69
* vpd: decode calibration data into binaryVadim Bendebury2015-04-221-3/+25
* vpd: populate coreboot table with serialnoStephen Barber2015-04-222-1/+49
* vboot2: provide config option to clear dev mode state on recoveryVadim Bendebury2015-04-222-0/+11
* vboot2: ignore physical dev switch in case virtual mode is configuredVadim Bendebury2015-04-221-4/+5
* vboot: when configured, pass the wipeout request to vbootVadim Bendebury2015-04-222-0/+12
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-3/+3
* chromeos: vboot2: Add TPM PCR extension supportJulius Werner2015-04-202-0/+32
OpenPOWER on IntegriCloud