coreboot-kgpe-d16/src/soc/nvidia/tegra132
Furquan Shaikh 4d9dc8cf50 tegra132: Add support for pmc_rst_status get and print
BUG=None
BRANCH=None
TEST=Compiles successfully and pmc rst status POR is seen.

Change-Id: Ic09cb46d9be7670e467543e42b251efb1a4313d0
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 5dbfae6bbc0f4f30e216e37b515f4120f7833a38
Original-Change-Id: Id0c2b208222deaf099b8938ba583551979588d52
Original-Signed-off-by: Furquan Shaikh <furquan@google.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/220721
Original-Tested-by: Furquan Shaikh <furquan@chromium.org>
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Commit-Queue: Furquan Shaikh <furquan@chromium.org>
Reviewed-on: http://review.coreboot.org/9106
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-03-28 08:45:09 +01:00
..
include/soc tegra132: Replace use of clk_rst with CLK_RST_REG 2015-03-28 08:45:08 +01:00
32bit_reset.S tegra132: refactor cpu startup code 2015-03-27 08:03:39 +01:00
addressmap.c tegra132: remove printk() before console_init() 2015-03-27 08:04:44 +01:00
bootblock.c tegra132: Add support for pmc_rst_status get and print 2015-03-28 08:45:09 +01:00
bootblock_asm.S coreboot t132: Stack init re-work 2015-03-04 19:58:30 +01:00
cbfs.c coreboot t132: Enable loading of romstage from CBFS media 2015-03-04 18:16:27 +01:00
cbmem.c tegra132: add support for TZ carve-out 2015-03-05 17:32:19 +01:00
ccplex.c tegra132: measure romstage timings 2015-03-28 08:45:05 +01:00
ccplex.h tegra132: refactor cpu startup code 2015-03-27 08:03:39 +01:00
chip.h tegra132: remove private spin table implementation 2015-03-28 07:05:14 +01:00
clk_rst.h tegra132: Clean up clock register writes 2015-03-28 08:44:55 +01:00
clock.c tegra132/rush/ryu: Use CLK_RST_REG instead of &clk_rst->... 2015-03-28 08:44:56 +01:00
clst_clk.h Tegra132: Configure CPU clock 2015-03-17 16:39:22 +01:00
cpu.c tegra132/rush/ryu: Use CLK_RST_REG instead of &clk_rst->... 2015-03-28 08:44:56 +01:00
cpu_lib.S tegra132: implement smp_processor_id() 2015-03-27 08:03:53 +01:00
dma.c coreboot t132,rush: Add mainboard specific bootblock_init 2015-03-04 18:15:44 +01:00
dma.h coreboot t132,rush: Add mainboard specific bootblock_init 2015-03-04 18:15:44 +01:00
emc.h coreboot rush: Add dram init code 2015-03-04 18:23:46 +01:00
flow.h tegra132: Enable bootblock support in tegra132 including UART support 2015-03-02 21:17:21 +01:00
funitcfg.c tegra132: Clean up clock register writes 2015-03-28 08:44:55 +01:00
gic.c tegra132: use generic GIC driver 2015-03-28 07:05:06 +01:00
gpio.h tegra132: provide pad configuration interface 2015-03-24 15:27:40 +01:00
i2c.c coreboot t132,rush: Add mainboard specific bootblock_init 2015-03-04 18:15:44 +01:00
i2c6.c tegra132: Replace use of clk_rst with CLK_RST_REG 2015-03-28 08:45:08 +01:00
Kconfig tegra132: Add secmon support 2015-03-28 07:05:10 +01:00
maincpu.h tegra132: Enable bootblock support in tegra132 including UART support 2015-03-02 21:17:21 +01:00
maincpu.S tegra132: Enable bootblock support in tegra132 including UART support 2015-03-02 21:17:21 +01:00
Makefile.inc tegra132: Add support for pmc_rst_status get and print 2015-03-28 08:45:09 +01:00
mc.h tegra132: add support for TZ carve-out 2015-03-05 17:32:19 +01:00
mmu_operations.c tegra132: remove printk() before console_init() 2015-03-27 08:04:44 +01:00
mmu_operations.h tegra132: Increase TrustZone Carveout Region size 2015-03-27 08:03:47 +01:00
monotonic_timer.c coreboot t132,rush: Add mainboard specific bootblock_init 2015-03-04 18:15:44 +01:00
padconfig.c tegra132: provide pad configuration interface 2015-03-24 15:27:40 +01:00
pinmux.h tegra132: fix gpio constants 2015-03-25 22:31:51 +01:00
pmc.h tegra132: Add support for pmc_rst_status get and print 2015-03-28 08:45:09 +01:00
power.c tegra132: Add support for pmc_rst_status get and print 2015-03-28 08:45:09 +01:00
power.h tegra132: Add support for pmc_rst_status get and print 2015-03-28 08:45:09 +01:00
ramstage.c Tegra132: Configure CPU clock 2015-03-17 16:39:22 +01:00
reset.c tegra132: use pre-existing reset API 2015-03-25 22:31:54 +01:00
romstage.c tegra132: measure romstage timings 2015-03-28 08:45:05 +01:00
romstage_asm.S coreboot t132: Stack init re-work 2015-03-04 19:58:30 +01:00
sdram.c tegra132: Add LPDDR3 SDRAM init in coreboot. 2015-03-27 08:04:37 +01:00
sdram.h t132: Enable cbmem console support 2015-03-05 17:31:26 +01:00
sdram_lp0.c coreboot rush: Add dram init code 2015-03-04 18:23:46 +01:00
sdram_param.h coreboot rush: Add dram init code 2015-03-04 18:23:46 +01:00
secmon.c tegra132: Add secmon support 2015-03-28 07:05:10 +01:00
soc.c tegra132: remove private spin table implementation 2015-03-28 07:05:14 +01:00
spi.c tegra132: convert to stopwatch API 2015-03-21 17:01:12 +01:00
spi.h coreboot t132,rush: Add mainboard specific bootblock_init 2015-03-04 18:15:44 +01:00
stack.S coreboot t132: Stack init re-work 2015-03-04 19:58:30 +01:00
sysctr.h tegra132: Enable bootblock support in tegra132 including UART support 2015-03-02 21:17:21 +01:00
timer.c tegra132: convert to stopwatch API 2015-03-21 17:01:12 +01:00
uart.c tegra132: Enable bootblock support in tegra132 including UART support 2015-03-02 21:17:21 +01:00