Pls allow me to answer my own question:
- How to obtain the LLCE firmware, I haver downloaded the the LLCE 1.0.4 via https://www.nxp.com/app-autopackagemgr/software-package-manager:AUTO-SW-PACKAGE-MANAGER is it correct?
Yes, with those files, the LLCE-CAN function can run normally.
After set the firm information to <builddirectory>/conf/local.conf, just compiling the kernel,or is it compiling the yocto project fully?
Only rebuild kernel is not OK, beacuse those bin files will install to {rootfs}/lib/firmware directory.
Do I need to set LLCE_CAN config to enable in the kernel?
Yes, by default, those firmware are loaded by driver/mfd/llce_core.c, but device driver is missing.
Is it necessary for A and M cores to communicate during the use of LLCE-CAN
I am still a bit confused about this point, it seems that it isn't necessary for A and M cores to communicate during the use of LLCE-CAN and both A core and M core can setup the LLCE-CAN, but if I want to use LLCE-CAN with A core and M core simultaneously, How?
Also, I have other question:
When I tried to confirm the LLCE function as blow:

the function was confirmed correctly, but the dmesg information was a bit strange
[ 6.191030] llce_core 43ff8000.llce: Successfully loaded LLCE firmware
[ 6.408370] llce_mb 43a00000.llce_mb: LLCE firmware version: GGEE_2A
[ 6.408393] llce_mb 43a00000.llce_mb: LLCE firmware: logging support disabled
[ 6.516508] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.540726] random: systemd: uninitialized urandom read (16 bytes read)
[ 6.553088] random: systemd-journal: uninitialized urandom read (16 bytes read)
[ 7.028696] random: crng init done
[ 7.028714] random: 162 urandom warning(s) missed due to ratelimiting
[ 7.467133] s32cc-dwmac 4033c000.ethernet eth0: PHY [stmmac-0:01] driver [Micrel KSZ9031 Gigabit PHY] (irq=POLL)
[ 7.480378] s32cc-dwmac 4033c000.ethernet eth0: Enabling Safety Features
[ 7.480520] s32cc-dwmac 4033c000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 7.480858] s32cc-dwmac 4033c000.ethernet eth0: registered PTP clock
[ 7.481301] s32cc-dwmac 4033c000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 7.484358] 8021q: adding VLAN 0 to HW filter on device eth0
[ 65.368085] llce_can 43ff8000.llce:llce_can0: LLCE FW error 53
[ 65.368113] llce_can 43ff8000.llce:llce_can0 llcecan0: Advanced RX filter not added. Logging feature not available.
[ 65.370492] IPv6: ADDRCONF(NETDEV_CHANGE): llcecan0: link becomes ready
[ 1384.057054] llce_can 43ff8000.llce:llce_can14: LLCE FW error 53
[ 1384.057084] llce_can 43ff8000.llce:llce_can14 llcecan14: Advanced RX filter not added. Logging feature not available.
[ 1384.062005] IPv6: ADDRCONF(NETDEV_CHANGE): llcecan14: link becomes ready
Why is the following information output and how can I modify it
[ 6.272311] llce_mb 43a00000.llce_mb: LLCE firmware: logging support disabled
[ 72.719488] llce_can 43ff8000.llce:llce_can0: LLCE FW error 53
[ 72.719515] llce_can 43ff8000.llce:llce_can0 llcecan0: Advanced RX filter not added. Logging feature not available.