[PATCH] arm/cortex-a: Fix cache flush/invalidate after u-boot.
Chris Johns
chrisj at rtems.org
Tue Aug 16 00:16:02 UTC 2016
On 15/08/2016 16:54, Pavel Pisa wrote:
> if (cpu_id == 0) {
>> + rtems_cache_invalidate_entire_data();
>> + rtems_cache_invalidate_entire_instruction();
> } else {
> arm_cache_l1_invalidate_entire_data();
> arm_cache_l1_invalidate_entire_instruction();
> }
The header arm-cache-l1.h is not pre-installed for the zedboard BSP. I
will have to add this.
Chris
More information about the devel
mailing list