Lines Matching refs:cores
5 Arm Cortex-A53 cores.
25 card) and is located between all Arm cores and the DRAM. Check the `Raspberry Pi
30 the cores boot in AArch64 mode.
40 the cores are powered on at the same time and start at address **0x0**.
48 Ideally, we want to load the kernel and have all cores available, which means
49 that we need to make the secondary cores work in the way the kernel expects, as
50 explained in `Secondary cores`_. In practice, a small bootstrap is needed
89 All addresses are Physical Addresses from the point of view of the Arm cores.
139 different mappings than the Arm cores in which the I/O addresses don't overlap
162 Secondary cores
171 use mailboxes to trap the secondary cores until they are ready to jump to the
178 cold boot, all secondary cores wait in a loop until they are given given an
412 bootloader into booting the Arm cores in AArch64 mode, like TF-A needs,