aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode
AgeCommit message (Expand)Author
2015-05-13vboot: fix die() hang for recovery pathAaron Durbin
2015-05-13amd/pi: Move AGESA cbfs access into the wrapperMarc Jones
2015-05-13vboot: indicate verstage loading on consoleAaron Durbin
2015-05-13vboot: handle RELOCATABLE_RAMSTAGEAaron Durbin
2015-05-11vboot: allow for dynamic work buffersAaron Durbin
2015-05-11vboot: add vb2_working_data_size()Aaron Durbin
2015-05-11chromeos: remove vboot_verify_firmware()Aaron Durbin
2015-05-11vboot: inject vboot loader for stage loadingAaron Durbin
2015-05-11vboot2: Use the right set of compiler flags for building vboot librariesPatrick Georgi
2015-05-11vboot: allow options to be selected from .configAaron Durbin
2015-05-11vboot: fix vboot_reference compilationAaron Durbin
2015-05-11chromeos: add missing vboot functionsAaron Durbin
2015-05-07vboot2: Replace hard coded 'fallback' prefix with Kconfig variablePatrick Georgi
2015-05-053rdparty/vboot: Add vbootPatrick Georgi
2015-05-053rdparty: move to 3rdparty/blobsPatrick Georgi
2015-05-053rdparty: Move to blobsPatrick Georgi
2015-05-05vboot2: Fix compiler flags dropped during verstage/libverstage splitAaron Durbin
2015-05-05console: rename do_vtxprintf to do_printk_va_list and use itAaron Durbin
2015-05-05vboot: Remove vboot_get_payload()Aaron Durbin
2015-04-30vendorcode/intel: Add EDK2 header filesLee Leahy
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-30chromeos: Use __attribute__ normal formPatrick Georgi
2015-04-30chromeos: Add missing headersPatrick Georgi
2015-04-30vboot: add and rejuggle Kconfig optionsAaron Durbin
2015-04-30vboot: move Kconfig options for stage indiciesAaron Durbin
2015-04-29vendorcode/intel: Add FSP 1.1 header filesLee Leahy
2015-04-28Fix some minor Kconfig issuesMartin Roth
2015-04-28vboot: remove vboot_helper.cAaron Durbin
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-28vboot: remove vboot1Aaron Durbin
2015-04-28vboot2: Allow merging verstage into bootblockPatrick Georgi
2015-04-28vboot2: Always enable timestampsPatrick Georgi
2015-04-28vboot2: get rid of global variable that is used locally and only oncePatrick Georgi
2015-04-28vboot2: Build verstage archive, then use that for building the stagePatrick Georgi
2015-04-27cbmem: add and use a function to dump console bufferVadim Bendebury
2015-04-27vboot: #include "fmap.h" for declarationsAaron Durbin
2015-04-24fsp: Move fsp to fsp1_0Marc Jones
2015-04-22elog: enable by default for CHROMEOSPatrick Georgi
2015-04-22chromeos: fix some compilation issuesAaron Durbin
2015-04-22chromeos: make functions visible with CONFIG_CHROMEOSPatrick Georgi
2015-04-22chromeos: Drop {developer,recovery}_mode_enabledPatrick Georgi
2015-04-22vboot2: CFLAGS_* doesn't contain preprocessor flags anymorePatrick Georgi
2015-04-22vboot: route all resets through a single functionVadim Bendebury
2015-04-22vboot: add mocked secdataDaisuke Nojiri
2015-04-22vpd: process WiFi MACs along with ethernet MACsVadim Bendebury
2015-04-22vpd: decode calibration data into binaryVadim Bendebury
2015-04-22vpd: populate coreboot table with serialnoStephen Barber
2015-04-22vboot2: provide config option to clear dev mode state on recoveryVadim Bendebury
2015-04-22vboot2: ignore physical dev switch in case virtual mode is configuredVadim Bendebury
2015-04-22vboot: when configured, pass the wipeout request to vbootVadim Bendebury
2015-04-21arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner
2015-04-20chromeos: vboot2: Add TPM PCR extension supportJulius Werner
2015-04-20vboot2 workbuf alignment is now 16 bytes, not 8Bill Richardson
2015-04-18vboot2: provide path for booting using alternative CBFS instancesVadim Bendebury
2015-04-18vboot2: Implement new vb2ex_hwcrypto APIJulius Werner
2015-04-18vboot: make vboot2_verify_firmware returnDaisuke Nojiri
2015-04-17chromeos: Provide common watchdog reboot supportJulius Werner
2015-04-17chromeos: Move memlayout.h/symbols.h into common directoryJulius Werner
2015-04-17veyron: move setup_chromeos_gpios() prototype to board.hJulius Werner
2015-04-14timestamps: You can never have enough of them!Julius Werner
2015-04-14rk3288: Add CBMEM console support and fix RETURN_FROM_VERSTAGEJulius Werner
2015-04-14CBFS: Correct ROM_SIZE for ARM boards, use CBFS_SIZE for cbfstoolJulius Werner
2015-04-13Fix dependency issue in Chrome OS vendor codeStefan Reinauer
2015-04-13vboot: remove vboot_handoff.h from chromeos.hDaisuke Nojiri
2015-04-13vboot2: Fill vboot1 handoff with correct TPM firmware versionJulius Werner
2015-04-13The vboot_reference fwlib2 target has changed to fwlib20Bill Richardson
2015-04-13chromeos: add get_recovery_mode_from_vbnv() to vbnv_flashDavid Hendricks
2015-04-13chromeos: Reverse FMAP signature constant to avoid having it in .rodataJulius Werner
2015-04-13vbnv flash: use proper SPI flash offset for NVRAMVadim Bendebury
2015-04-13chromeos: Move common VBNV offsets to a headerDavid Hendricks
2015-04-13vboot1: Set BEFORE_OPROM_LOAD flag for VbInit()Duncan Laurie
2015-04-13vboot1: Fix compilation error with CONFIG_ARCH_ROMSTAGE_ARM64 enabledYidi Lin
2015-04-13vboot2: use offset to vboot2 work buffer instead of absolute addressDaisuke Nojiri
2015-04-10fmap: allocate memory as much as discovered fmap sizeDaisuke Nojiri
2015-04-10vboot: Remove unused 2lib header pathRandall Spangler
2015-04-10vboot: Include vb2_api.h, instead of lower-level vboot2 header filesRandall Spangler
2015-04-10vboot2: Reduce minimum required work buffer sizeJulius Werner
2015-04-10vboot: add physical recovery switch supportDaisuke Nojiri
2015-04-10vboot2: update fw_version_tpm when creating vboot1 shared dataDaisuke Nojiri
2015-04-10ramoops: Add support for passing ramoops region through cb tables.Furquan Shaikh
2015-04-10chromeos: Add correct dependency on HAVE_ACPI_TABLES for gvns and ramoops.Furquan Shaikh
2015-04-10vboot: reduce references to parent's files in MakefilesDaisuke Nojiri
2015-04-10vboot: fix invalid check for the returned value from spi_flash->writeDaisuke Nojiri
2015-04-10vboot: adding VBSD_BOOT_FIRMWARE_WP_ENABLED logicGediminas Ramanauskas
2015-04-10fmap: use CBFS for all other than x86 platformsVadim Bendebury
2015-04-10chromeos: Add a function to copy VPD WiFi calibration data to CBMEMVadim Bendebury
2015-04-10vboot: move vboot files to designated directoryDaisuke Nojiri
2015-04-10vendorcode/amd/agesa/f16kb: Enable support for AM1 socketSergej Ivanov
2015-04-10chromeos: add another VPD access APIVadim Bendebury
2015-04-10chromeos: move VPD MAC address retrieval functionVadim Bendebury
2015-04-07cbfs: Enforce media->map() result checking, improve error messagesJulius Werner
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-06Add predefined __ROMSTAGE__ and __RAMSTAGE__ macrosJulius Werner
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
2015-04-02vboot: add vbnv flash driverDaisuke Nojiri
2015-04-01chromeos: INCLUDES was renamed to CPPFLAGS_commonPatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-03-29build system: remove intermediate link step in vbootPatrick Georgi
2015-03-26Chrome OS vendorcode: Fix vboot_reference compilationStefan Reinauer
2015-03-24rk3288: update romstage & mainboardhuang lin