aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_blaze/romstage.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-06mb/google/nyan_blaze: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-18mainboard/google: Remove copyright noticesPatrick Georgi
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-16src: Remove unneeded include <cbfs.h>Elyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-10-22reset: Convert individual boards to `board_reset()`Nico Huber
2017-07-06mainboard/[g-l]: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2016-07-28vboot: Separate vboot from chromeosFurquan Shaikh
2016-07-07nyan: Avoid running early_mainboard_init twice in vboot contextPaul Kocialkowski
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-30google/nyan: remove timestamp leftovers from upstreamingPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-11chromeos: remove vboot_verify_firmware()Aaron Durbin
2015-05-05vboot: remove uses of vboot2_verify_firmware()Aaron Durbin
2015-04-28chromeos: remove VBOOT2_VERIFY_FIRMWARE optionAaron Durbin
2015-04-10vboot: move vboot files to designated directoryDaisuke Nojiri
2015-04-08tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-04-06New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner
2015-04-02Nyans: replace cpu_reset with hard_resetDaisuke Nojiri
2015-03-24vboot2: separate verstage from bootblockDaisuke Nojiri
2015-03-24nyans: reduce code duplication in bootblock and romstagesDaisuke Nojiri
2015-03-23vboot2: translate shared data to hand off to depthchargeDaisuke Nojiri
2015-03-20romstages: use common run_ramstage()Aaron Durbin
2015-03-13nyan: Remove broken setup_display() from romstageJulius Werner
2015-03-10ARM romstages: Support and fix COLLECT_TIMESTAMPSKyösti Mälkki
2015-01-27CBMEM: Move cbmemc_reinit()Kyösti Mälkki
2015-01-27vboot2: implement select_firmware for pre-romstage verificationDaisuke Nojiri
2014-12-26nyan*: Detect watchdog resets and reset the whole machine.Gabe Black
2014-12-17nyan*: cbmem: Move the call to cbmemc_reinit.Gabe Black
2014-12-15nyan*: pinmux: fix PWM1/2 conflictsTom Warren
2014-12-15nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.Gabe Black
2014-12-15nyans: prepare for vboot verification of ramstageAaron Durbin
2014-12-15nyan*: Reduce the EC SPI bus frequency to 3 MHz.Gabe Black
2014-11-14nyan: tpm: Increase the TPM frequency to 400 KHz.Gabe Black
2014-11-14nyan: Move some pinmux and clock/reset configuration to ROM stage.Gabe Black
2014-11-14blaze: Create a nyan_blaze mainboard, copied from nyan_bigTom Warren