Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: PL310 support



Hi

Sorry my mistake.

I make enable l2c clock and init. Now work fine.

https://dmesgd.nycbug.org/index.cgi?do=view&id=7254

Thanks

Hiroki Mori

> ----- Original Message -----
> 
> From: "や もり" <yamori813%yahoo.co.jp@localhost>
> To: "port-arm%NetBSD.org@localhost" <port-arm%NetBSD.org@localhost>
> Date: 2023/08/18 金 18:01
> Subject: PL310 support
> 
> 
> Hi
> 
> I add PL310 support to comcerto 2000 kernel.
> 
> Then I get panic in this line at sys/arch/arm/cortex/pl310.c.
> 
> KASSERTMSG(arm_pcache.dcache_line_size == arm_scache.dcache_line_size,
> 	    "pcache %u scache %u",
> 	    arm_pcache.dcache_line_size, arm_scache.dcache_line_size);
> 
> pcache 32 scache 0
> 
> I never find set arm_scache.dcache_line_size in arm/cpufunc.c.
> 
> Is this correct assertion ?
> 
> Regards.
> 
> Hiroki Mori
> 
> 



Home | Main Index | Thread Index | Old Index