CFE checks CPU Thread in a different way (using register $22): mfc0 t1, C0_BCM_CONFIG, 3 # $22 li t2, CP0_CMT_TPID # (1 << 31) and t1, t2 bnez t1, 2f # if we are running on thread 1, skip init nop Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| mips32 | ||
| mips64 | ||
| Makefile | ||
| cm_init.S | ||
| cpu.c | ||
| interrupts.c | ||
| start.S | ||
| time.c | ||
| u-boot-spl.lds | ||
| u-boot.lds | ||