summaryrefslogtreecommitdiffstats
path: root/src/vendorcode
Commit message (Expand)AuthorAgeFilesLines
...
* vboot: #include "fmap.h" for declarationsAaron Durbin2015-04-271-0/+1
* fsp: Move fsp to fsp1_0Marc Jones2015-04-2446-4/+4
* 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
* vboot2 workbuf alignment is now 16 bytes, not 8Bill Richardson2015-04-202-3/+6
* vboot2: provide path for booting using alternative CBFS instancesVadim Bendebury2015-04-183-11/+26
* vboot2: Implement new vb2ex_hwcrypto APIJulius Werner2015-04-181-0/+23
* vboot: make vboot2_verify_firmware returnDaisuke Nojiri2015-04-182-8/+4
* chromeos: Provide common watchdog reboot supportJulius Werner2015-04-175-0/+60
* chromeos: Move memlayout.h/symbols.h into common directoryJulius Werner2015-04-174-8/+8
* veyron: move setup_chromeos_gpios() prototype to board.hJulius Werner2015-04-171-3/+0
* timestamps: You can never have enough of them!Julius Werner2015-04-143-16/+52
* rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner2015-04-141-4/+10
* CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner2015-04-141-0/+1
* Fix dependency issue in Chrome OS vendor codeStefan Reinauer2015-04-131-0/+8
* vboot: remove vboot_handoff.h from chromeos.hDaisuke Nojiri2015-04-133-0/+3
* vboot2: Fill vboot1 handoff with correct TPM firmware versionJulius Werner2015-04-131-1/+1
* The vboot_reference fwlib2 target has changed to fwlib20Bill Richardson2015-04-131-2/+2
* chromeos: add get_recovery_mode_from_vbnv() to vbnv_flashDavid Hendricks2015-04-131-0/+10
* chromeos: Reverse FMAP signature constant to avoid having it in .rodataJulius Werner2015-04-132-5/+10
* vbnv flash: use proper SPI flash offset for NVRAMVadim Bendebury2015-04-131-21/+24
* chromeos: Move common VBNV offsets to a headerDavid Hendricks2015-04-133-56/+53
* vboot1: Set BEFORE_OPROM_LOAD flag for VbInit()Duncan Laurie2015-04-131-0/+1
* vboot1: Fix compilation error with CONFIG_ARCH_ROMSTAGE_ARM64 enabledYidi Lin2015-04-131-2/+2
* vboot2: use offset to vboot2 work buffer instead of absolute addressDaisuke Nojiri2015-04-135-7/+13
* fmap: allocate memory as much as discovered fmap sizeDaisuke Nojiri2015-04-101-20/+45
* vboot: Remove unused 2lib header pathRandall Spangler2015-04-101-1/+0
* vboot: Include vb2_api.h, instead of lower-level vboot2 header filesRandall Spangler2015-04-104-7/+7
* vboot2: Reduce minimum required work buffer sizeJulius Werner2015-04-101-2/+5
* vboot: add physical recovery switch supportDaisuke Nojiri2015-04-103-4/+11
* vboot2: update fw_version_tpm when creating vboot1 shared dataDaisuke Nojiri2015-04-101-0/+1
* ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh2015-04-102-1/+37
* chromeos: Add correct dependency on HAVE_ACPI_TABLES for gvns and ramoops.Furquan Shaikh2015-04-103-2/+6
* vboot: reduce references to parent's files in MakefilesDaisuke Nojiri2015-04-102-9/+18
* vboot: fix invalid check for the returned value from spi_flash->writeDaisuke Nojiri2015-04-101-2/+1
* vboot: adding VBSD_BOOT_FIRMWARE_WP_ENABLED logicGediminas Ramanauskas2015-04-101-1/+4
* fmap: use CBFS for all other than x86 platformsVadim Bendebury2015-04-101-1/+1