aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/Makefile.inc
AgeCommit message (Expand)Author
2021-01-22vendorcode/google/chromeos: Build CSE Board Reset in RomstageKarthikeyan Ramasubramanian
2020-10-05vendorcode/google: add CHROMEOS_DRAM_PART_NUMBER_IN_CBI Kconfig optionNick Vaccaro
2020-09-15chromeos: Provide common watchdog reboot support in romstageRavi Kumar Bokka
2020-08-22vendorcode/google/chromeos: Introduce helper for CSE board resetKarthikeyan Ramasubramanian
2020-06-01src: Fix up ##-commented SPDX headersAngel Pons
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09src/: Replace GPL boilerplate with SPDX headersPatrick Georgi
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-11-20Remove MIPS architectureJulius Werner
2019-10-24google/chromeos: Add a library to get DSM calibration dataCheng-Yi Chiang
2018-12-21chromeos: Provide watchdog support in verstageYou-Cheng Syu
2018-09-09drivers/vpd: Add VPD supportPatrick Rudolph
2018-06-04security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese
2017-05-05cr50: check if the new image needs to be enabled and act on itVadim Bendebury
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28chromeos: Remove old MOCK_TPM referencesJulius Werner
2017-01-24Revert "chromeos: Fill in the firmware id (RO, RW A, RW B) FMAP sections"Patrick Georgi
2017-01-12google/chromeos: disable platform hierarchy on resume for TPM2Aaron Durbin
2017-01-09chromeos: Implement locating and decoding wifi sar data from VPDRobbie Zhang
2016-12-13vendorcode/google/chromeos: zero out SHARED_DATA regionPatrick Georgi
2016-12-13vendorcode/google/chromeos: Fill in firmware ID regionsPatrick Georgi
2016-07-30chromeos mainboards: remove chromeos.aslAaron Durbin
2016-07-28chromeos: Clean up elog handlingFurquan Shaikh
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-07-15chromeos: Fill in the firmware id (RO, RW A, RW B) FMAP sectionsPaul Kocialkowski
2016-05-03chromeos: Ensure that the last file in FW_MAIN is not also the first onePaul Kocialkowski
2016-04-05chromeos: Fix adding a bmpblk to GBBPatrick Georgi
2016-04-05chromeos: Add enable-serial GBB flagPatrick Georgi
2016-02-09chromeos: Add option to back up VBNV CMOS into flashDuncan Laurie
2016-02-09chromeos: Add vbnv wrapper for the different backendsDuncan Laurie
2016-02-03chromeos: Sign FW_MAIN_A and FW_MAIN_BPatrick Georgi
2016-02-03chromeos: Add Kconfig options for GBB flagsPatrick Georgi
2016-02-03chromeos: Create GBB at build timePatrick Georgi
2016-01-21Chromeos: Implement wifi_regulatory_domain using "regions" key in VPDFelix Durairaj
2016-01-06commonlib: Add function to hash contents of a CBFS region.Aaron Durbin
2015-11-19vendorcode/google/chromeos: Cache VPD data into CBMEMHung-Te Lin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-08-11chromeos: Allow for VB_SOURCE overridePaul Kocialkowski
2015-06-30vboot: move vbnv_* sources around a bit more.Patrick Georgi
2015-06-30chromeos: push vbnv_* accessors from verstage to libverstagePatrick Georgi
2015-05-27Move TPM code out of chromeosVladimir Serbinenko
2015-05-26fmap: new API using region_deviceAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-053rdparty/vboot: Add vbootPatrick Georgi
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-28vboot: remove vboot1Aaron Durbin
2015-04-22vpd: populate coreboot table with serialnoStephen Barber
2015-04-17chromeos: Provide common watchdog reboot supportJulius Werner
2015-04-10vboot: Remove unused 2lib header pathRandall Spangler
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-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: move VPD MAC address retrieval functionVadim Bendebury
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-04build system: rename __BOOT_BLOCK__ and __VER_STAGE__Patrick Georgi
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-24vboot: add vbnv_flash as templateDaisuke Nojiri
2015-03-24vboot2: avoid fall through when hard_reset is not implementedDaisuke 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-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2015-01-27vboot2: add verstageStefan Reinauer
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-09vboot: allow for non-memory-mapped VBOOT regionsAaron Durbin
2014-10-07vendorcode: Add ChromeOS VPD parser.Hung-Te Lin
2014-08-13chromeos: On ARM platforms VBNV lives in the ECStefan Reinauer
2014-08-11coreboot classes: Add dynamic classes to corebootFurquan Shaikh
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-08ChromeOS boards: Use explicit include of chromeos.cKyösti Mälkki
2014-05-06Introduce stage-specific architecture for corebootFurquan Shaikh
2014-03-20rmodules: use rmodtool to create rmodulesAaron Durbin
2014-03-11chromeos: provide option to dynamically allocate ram oops bufferAaron Durbin
2013-04-01chromeos: honor MOCK_TPM=1Aaron Durbin
2013-03-23vboot module: fix compilation issuesAaron Durbin
2013-03-22vboot: pass correct coreboot include pathsAaron Durbin
2013-03-22romstage: add support for vboot firmware selectionAaron Durbin
2013-02-25google/snow: enable GPIO entries and CHROMEOS in buildingRonald G. Minnich
2012-11-16Reduce number of per-mainboard changesStefan Reinauer
2012-11-08ELOG: Find flash base in FMAP if possibleDuncan Laurie
2012-11-07SandyBridge/IvyBridge: Use flash map to find MRC cacheStefan Reinauer
2012-04-02Add Google ChromeOS vendor supportStefan Reinauer