[PATCH 2/2] aarch64/versal: Support DDRMC0 region 0 and 1
Chris Johns
chrisj at rtems.org
Fri Jul 22 06:39:48 UTC 2022
On 22/7/2022 4:35 pm, chrisj at rtems.org wrote:
> +void bsp_r1_heap_extend(void);
> +void bsp_r1_heap_extend(void)
> +{
> + const aarch64_mmu_config_entry* r1 = &bsp_r1_region[0];
> + if (false && r1->begin != r1->end) {
Hmmm, I left a check in while debugging something and removing the false is
crashing. I am looking into this.
> + rtems_heap_extend((void*) r1->begin, r1->end - r1->begin);
> + }
> +}
Chris
More information about the devel
mailing list