mturney mturney has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32288 )
Change subject: qualcomm: Add QCLib interface support to common/ ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/32288/1/src/soc/qualcomm/common/mmu.c File src/soc/qualcomm/common/mmu.c:
https://review.coreboot.org/#/c/32288/1/src/soc/qualcomm/common/mmu.c@20 PS1, Line 20: __weak void soc_mmu_dram_config_post_dram_init(void) { /* no-op */ }
Does any SoC we have for now actually need this? If not, let keep it out for now... […]
Every SoC that initializes DRAM has this requirement. This has been slightly refactored in patch I'm working on now.