aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google
AgeCommit message (Expand)Author
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-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
2015-03-24vboot: Add support for OPROM_MATTERS and SLOW_ECDuncan Laurie
2015-03-24vboot: add vbnv_flash as templateDaisuke Nojiri
2015-03-24vboot2: factory-initialize kernel space in tpmDaisuke Nojiri
2015-03-24vboot2: avoid fall through when hard_reset is not implementedDaisuke Nojiri
2015-03-24vboot2: load decompressed stage directly to load addressDaisuke Nojiri
2015-03-24vboot2: Make struct vb2_working_data cpu architecture agnosticDaisuke Nojiri
2015-03-24vboot2: separate verstage from bootblockDaisuke Nojiri
2015-03-24nyans: reduce code duplication in bootblock and romstagesDaisuke Nojiri
2015-03-23vboot: Introduce kconfig variable for VBNV backing storageDavid Hendricks
2015-03-23vboot: Update VBOOT_CFLAGS to include rmodules ccoptsFurquan Shaikh
2015-03-23vboot2: translate shared data to hand off to depthchargeDaisuke Nojiri
2015-03-23chromeos: rename for easier patch mergingAaron Durbin
2015-03-23vboot2: read secdata and nvdataDaisuke Nojiri
2015-03-20loaders: add program_loading.h header fileAaron Durbin
2015-03-09Add and consistently use wrapper macro for romstage static variablesJulius Werner
2015-01-27vboot2: copy tlcl from vboot_reference as a preparation for vboot2 integrationDaisuke Nojiri
2015-01-27vboot_wrapper: handling VBERROR_TPM_REBOOT_REQUIRED from VbInit().Kevin Cheng
2015-01-27vboot2: read dev and recovery switchDaisuke Nojiri
2015-01-27vboot2: implement vb2ex_read_resourceDaisuke Nojiri
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-27vboot2: add verstageStefan Reinauer
2015-01-16fmap: Fix pointer related castsFurquan Shaikh
2015-01-14Revert "vboot2: add verstage"Paul Menzel
2015-01-13vboot2: add verstageDaisuke Nojiri
2015-01-03elog: Add function to log boot reason in ChromeOS caseDavid Hendricks
2014-12-30chromeos: Unconditionally clear the EC recovery requestSheng-Liang Song
2014-12-30vboot: Convert response_length from uint32_t to size_t in VbExTpmSendReceiveDaisuke Nojiri
2014-12-30vboot: Add a new post code for TPM failureDuncan Laurie
2014-12-17chromeos: Add empty functions when CONFIG_CHROMEOS is disabledDuncan Laurie
2014-12-17chromeos: vboot_loader: Add support for SW_WP_ENABLED flagShawn Nematbakhsh
2014-12-15tegra124: Skip display init when vboot says we don't need it.Gabe Black
2014-12-09vboot: allow for non-memory-mapped VBOOT regionsAaron Durbin
2014-11-15vboot: allow non-relocatable ramstage loadingAaron Durbin
2014-11-15chromeos: provide stub functions for !CONFIG_VBOOT_VERIFY_FIRMWAREAaron Durbin
2014-11-13vboot: provide empty vboot_verify_firmware()Aaron Durbin
2014-10-07vendorcode: Add ChromeOS VPD parser.Hung-Te Lin
2014-09-10tpm: Clean up I2C TPM driverStefan Reinauer
2014-09-08ARM: Generalize armv7 as arm.Gabe Black
2014-08-13chromeos: On ARM platforms VBNV lives in the ECStefan Reinauer
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
2014-08-10vboot: Implement VbExGetTimer using monotonic timersStefan Reinauer
2014-08-08chromeos: Add code to read FMAP on ARMStefan Reinauer
2014-07-08vendorcode/google: Trivial - drop trailing blank lines at EOFEdward O'Callaghan
2014-05-25ChromeOS: Rename chromeos.c in vendorcodeKyösti Mälkki
2014-05-19build: use CFLAGS_* in more places where they're neededPatrick Georgi
2014-05-17build: kill one indirectionPatrick Georgi
2014-05-17build: separate CPPFLAGS from CFLAGSPatrick Georgi
2014-05-17build: CPPFLAGS is more common than INCLUDESPatrick Georgi
2014-05-08Declare get_write_protect_state() without ChromeOSKyösti Mälkki
2014-05-08Rename from save_chromeos_gpios() to init_bootmode_straps()Kyösti Mälkki
2014-05-08ChromeOS boards: Use explicit include of chromeos.cKyösti Mälkki
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-05-01Build without ChromeOSKyösti Mälkki
2014-05-01ChromeOS: Remove oprom_is_loadedKyösti Mälkki
2014-05-01Declare recovery and developer modes outside ChromeOSKyösti Mälkki
2014-04-09console: Add printk helper for ChromeOSKyösti Mälkki
2014-04-05chromeos: fix build breakage when !CHROMEOS_RAMOOPSAaron Durbin
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-11chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin
2014-03-03coreboot: unify infrastructure for loading payloadsAaron Durbin