coreboot/src/soc/nvidia/tegra124
Furquan Shaikh bcac1cbacd soc/nvidia/tegra124: add resources during read_resources()
The chipset code was incorrectly adding memory resources
to the domain device after resource allocation occurred.
It's not possible to get the correct view of the address space,
and it's generally incorrect to not add resources during
read_resources(). This change fixes the order by adding resources in
read_resources().

Signed-off-by: Furquan Shaikh <furquan@google.com>
Change-Id: I16f0439679471366723a0084918a20cd95834831
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41372
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-14 21:26:54 +00:00
..
include/soc treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
lp0 treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
bootblock.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
bootblock_asm.S soc/nvidia: Use SPDX for GPL-2.0-only files 2020-04-06 13:41:02 +00:00
cache.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
cbmem.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
chip.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
clock.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
display.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
dma.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
dp.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
i2c.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig arch/non-x86: Flip HAVE_MONOTONIC_TIMER default 2019-07-09 13:07:38 +00:00
maincpu.S treewide: Replace BSD-3-Clause and ISC headers with SPDX headers 2020-05-11 17:12:16 +00:00
Makefile.inc arch/arm: Pass cbmem_top to ramstage via calling argument 2019-11-03 11:19:04 +00:00
monotonic_timer.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
power.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sdram.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
sdram_lp0.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
soc.c soc/nvidia/tegra124: add resources during read_resources() 2020-05-14 21:26:54 +00:00
sor.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi.c soc/nvidia: Use SPDX for GPL-2.0-only files 2020-04-06 13:41:02 +00:00
uart.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
verstage.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00