
17 May
2022
17 May
'22
10:52 p.m.
On 16.05.22 04:42, Weijie Gao wrote:
To be compatible with old u-boot used by lots of MT7621 devices, the u-boot needs to boot-up MT7621's all cores, and all VPES of each core.
This patch adds asm/mipsmtregs.h from linux kernel which is need for boot-up VPEs.
Signed-off-by: Weijie Gao weijie.gao@mediatek.com
v5 changes: none v4 changes: new
arch/mips/include/asm/mipsmtregs.h | 142 +++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 arch/mips/include/asm/mipsmtregs.h
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
--
- Daniel