summaryrefslogtreecommitdiffstats
path: root/src/vboot
Commit message (Expand)AuthorAgeFilesLines
* vboot: Remove get_sw_write_protect_state callbackJulius Werner2017-07-182-8/+0
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* vboot: Separate board name and version number in FWID with a dotJulius Werner2017-04-291-1/+1
* vboot: Select CONFIG_{TPM,TPM2} only if MOCK_SECDATA is not selectedFurquan Shaikh2017-04-282-2/+8
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-12/+11
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-287-61/+360
* vboot: Disallow separate verstage after romstage, try to clarify logicJulius Werner2017-03-282-46/+46
* vboot: Compile bootmode.c conditionally based on CONFIG_VBOOTJulius Werner2017-03-283-11/+8
* vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by defaultJulius Werner2017-03-283-5/+2
* vboot: Remove VBOOT_DYNAMIC_WORK_BUFFER Kconfig optionJulius Werner2017-03-284-19/+8
* vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig optionJulius Werner2017-03-283-16/+3
* src/vboot: Add valid license headers to all filesMartin Roth2017-03-232-4/+56
* vboot: Allow other platforms to use soft reboot workaroundLee Leahy2017-03-142-17/+20
* vboot/tpm2: enable nvmem commits on cr50 when writing firmware secdataAaron Durbin2017-03-091-0/+2
* build system: mark sub-make invocations as parallelizablePatrick Georgi2017-01-311-2/+2
* vboot: Add mock functions for recovery space read/writeFurquan Shaikh2017-01-301-0/+10
* vboot: vb2ex_printf() ignores null function nameRandall Spangler2017-01-241-1/+3
* vboot: Remove rmu.bin from FW_MAIN_A and FW_MAIN_BLee Leahy2017-01-041-0/+1
* vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV.Hung-Te Lin2017-01-034-0/+27
* lib/cbmem: allow anyone to use cbmem_possibly_online()Aaron Durbin2016-12-151-16/+1
* commonlib/include: remove NEED_VB20_INTERNALSAaron Durbin2016-11-191-4/+9
* vboot: make TPM factory init sequence more robust.Vadim Bendebury2016-11-161-11/+33
* vboot: Add new function for logging recovery mode switchesFurquan Shaikh2016-11-141-0/+4
* src/vboot: mark factory_initialze_tpm() as staticVadim Bendebury2016-11-111-1/+8
* vboot: Add support for recovery hash space in TPMFurquan Shaikh2016-11-105-0/+131
* TPM: Add TPM driver files to romstageFurquan Shaikh2016-11-101-0/+2
* vboot: Add support for recovery mode with forced memory retrainingFurquan Shaikh2016-11-102-0/+11
* Revert "vboot: Add vboot library to romstage"Furquan Shaikh2016-11-101-1/+0
* vboot: Add vboot library to romstageFurquan Shaikh2016-11-101-0/+1
* vboot: Wrap line in comment longer than 80 charactersNaresh G Solanki2016-11-081-2/+2
* vboot: Disable vboot verification when Chrome EC disabledNaresh G Solanki2016-11-071-0/+7
* vboot: Stop creating backup space in TPMDaisuke Nojiri2016-10-131-5/+0
* vboot: clear tpm when requiredVadim Bendebury2016-09-301-0/+1
* vboot/vbnv_flash: Binary search to find last used entryRandall Spangler2016-09-201-11/+17
* vboot: consolidate google_chromeec_early_init() callsAaron Durbin2016-08-251-0/+21
* vboot/vbnv_flash: fix return value check for rdev_writeat()Aaron Durbin2016-08-241-1/+1
* vboot/vboot_common: actually provide a writable region_deviceAaron Durbin2016-08-241-1/+1
* vboot/vbnv_flash: make I/O connection agnosticAaron Durbin2016-08-192-69/+16
* vboot: provide RW region device supportAaron Durbin2016-08-192-0/+8
* Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUSAaron Durbin2016-08-181-1/+2
* vboot: Move TPM-related Kconfig selects from CHROMEOS to VBOOTJulius Werner2016-08-161-0/+4
* src/vboot: Capitalize RAM and CPUElyes HAOUAS2016-07-312-3/+3
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* bootmode: Get rid of CONFIG_BOOTMODE_STRAPSFurquan Shaikh2016-07-283-6/+39
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-2820-0/+2742