Home
last modified time | relevance | path

Searched hist:ee422142f454d54f0ed39a2cbf083ff12e98a3e1 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/mips/mach-bmips/
H A DMakefileee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
H A Ddram.cee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
H A DKconfigee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
/rk3399_rockchip-uboot/include/configs/
H A Dbmips_common.hee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
/rk3399_rockchip-uboot/arch/mips/
H A DMakefileee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
H A DKconfigee422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dstart.See422142f454d54f0ed39a2cbf083ff12e98a3e1 Mon Apr 24 22:39:20 UTC 2017 Álvaro Fernández Rojas <noltari@gmail.com> MIPS: add initial infrastructure for Broadcom MIPS SoCs

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>