summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/bootblock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX)Julius Werner2019-03-251-1/+1
* src: Remove unneeded include <cbfs.h>Elyes HAOUAS2018-11-161-1/+0
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-1/+1
* nyan: Fix timestamps and CBFS SPI integrationJulius Werner2016-03-081-0/+3
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* tegra124/tegra210: Include stages.h in bootblock.cStefan Reinauer2015-07-131-0/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-2/+2
* tegra124: implement platform_prog_run()Aaron Durbin2015-04-031-18/+21
* vboot2: separate verstage from bootblockDaisuke Nojiri2015-03-241-8/+5
* nyans: reduce code duplication in bootblock and romstagesDaisuke Nojiri2015-03-241-76/+3
* vboot2: read secdata and nvdataDaisuke Nojiri2015-03-231-2/+79
* T124: perform ram_repair when CPU rail is powered on in coldbootYen Lin2015-02-171-0/+4
* tegra124: Correct cpu power on sequence and CPUPWRGOOD_TIMEJimmy Zhang2015-02-171-5/+6
* vboot2: add verstageStefan Reinauer2015-01-271-2/+5
* Revert "vboot2: add verstage"Paul Menzel2015-01-141-8/+1
* vboot2: add verstageDaisuke Nojiri2015-01-131-1/+8
* nyan*: enable CLAMP_INPUTSKen Chang2014-12-171-3/+3
* Replace hlt with halt()Patrick Georgi2014-12-021-1/+0
* tegra124: enable JTAG in Security ModeJimmy Zhang2014-11-121-0/+4
* arm: Move exception_init() close to console_init()Julius Werner2014-09-131-1/+4
* tegra124/nyan: display, clock, and other updatesJulius Werner2014-09-131-1/+9
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-23/+23
* nyan: Use the new pinmux functions as part of UART setup.Gabe Black2014-09-101-31/+14
* tegra124: add custom uartGabe Black2014-08-291-2/+50
* tegra124: Add a custom bootblock implementation.Gabe Black2014-08-281-2/+14
* ARM: Overhaul the ARM Makefile.Gabe Black2014-08-221-1/+2
* tegra124: Add a stub implementation of the tegra124 SOC.Gabe Black2014-08-051-0/+23