coreboot/src/soc
Furquan Shaikh cd6804cd16 samsung/exynos5420: 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: I49ce6ac88c4cb7cd05ff9d78133593ce97304596
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41374
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:27:34 +00:00
..
amd soc/amd/stoneyridge: add resources during read_resources() 2020-05-14 21:25:50 +00:00
cavium treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
intel soc/intel: Drop ABOVE_4GB_MEM_BASE_SIZE and use cpu_phys_address_size() 2020-05-14 15:06:39 +00:00
mediatek src/mainboard: Remove unused 'include <stdlib.h>' 2020-05-13 08:54:14 +00:00
nvidia soc/nvidia/tegra124: add resources during read_resources() 2020-05-14 21:26:54 +00:00
qualcomm src/mainboard: Remove unused 'include <stdlib.h>' 2020-05-13 08:54:14 +00:00
rockchip src: Remove unused '#include <stddef.h>' 2020-05-13 08:48:50 +00:00
samsung samsung/exynos5420: add resources during read_resources() 2020-05-14 21:27:34 +00:00
sifive src: Remove unused '#include <stddef.h>' 2020-05-13 08:48:50 +00:00
ucb treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00