summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan/romstage.c
Commit message (Expand)AuthorAgeFilesLines
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* mb/google/nyan: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* mainboard/google: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-2/+3
* src: Remove duplicated round up functionElyes HAOUAS2018-11-291-1/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* reset: Convert individual boards to `board_reset()`Nico Huber2018-10-221-1/+1
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* nyan: Avoid running early_mainboard_init twice in vboot contextPaul Kocialkowski2016-07-071-1/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* google/nyan: remove timestamp leftovers from upstreamingPatrick Georgi2015-06-301-3/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* chromeos: remove vboot_verify_firmware()Aaron Durbin2015-05-111-4/+0
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-9/+10
* New mechanism to define SRAM/memory map with automatic bounds checkingJulius Werner2015-04-061-11/+13
* Nyans: replace cpu_reset with hard_resetDaisuke Nojiri2015-04-021-2/+2
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-241-2/+1
* nyans: reduce code duplication in bootblock and romstagesDaisuke Nojiri2015-03-241-115/+6
* romstages: use common run_ramstage()Aaron Durbin2015-03-201-7/+2
* nyan: Remove broken setup_display() from romstageJulius Werner2015-03-131-20/+0
* ARM romstages: Support and fix COLLECT_TIMESTAMPSKyösti Mälkki2015-03-101-8/+4
* CBMEM: Move cbmemc_reinit()Kyösti Mälkki2015-01-271-5/+0
* nyan*: Detect watchdog resets and reset the whole machine.Gabe Black2014-12-261-0/+11
* nyan*: cbmem: Move the call to cbmemc_reinit.Gabe Black2014-12-171-3/+4
* nyan*: pinmux: fix PWM1/2 conflictsTom Warren2014-12-151-1/+5
* nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.Gabe Black2014-12-151-0/+4
* nyans: prepare for vboot verification of ramstageAaron Durbin2014-12-151-5/+6
* nyan*: Reduce the EC SPI bus frequency to 3 MHz.Gabe Black2014-12-151-1/+1
* nyan: tpm: Increase the TPM frequency to 400 KHz.Gabe Black2014-11-141-6/+1
* nyan: Move some pinmux and clock/reset configuration to ROM stage.Gabe Black2014-11-141-2/+86
* nyan: nyan_big: Mark the address range covering the SRAM as cachable.Gabe Black2014-11-131-0/+6
* nyan: big: Check dram_end when setting up caching in ROM stage.Gabe Black2014-11-131-1/+2
* tegra124: nyan: Keep in memory structures below 4GB.Gabe Black2014-11-121-6/+4
* nyan: Use asm volatile instead of plain asm so it doesn't get optimized out.Gabe Black2014-11-121-1/+2
* arm: Redesign, clarify and clean up cache related codeJulius Werner2014-11-101-15/+8
* tegra/nyan*: sdram updatesTom Warren2014-10-221-8/+14
* arm: Move exception_init() close to console_init()Julius Werner2014-09-131-2/+1
* tegra124/nyan: display, clock, and other updatesJulius Werner2014-09-131-4/+22
* tegra124/nyan: various fixes and additionsHung-Te Lin2014-09-121-7/+79
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-0/+23
* nyan: Add a stub mainboard.Gabe Black2014-09-101-0/+30