/openbmc/u-boot/arch/mips/mach-bmips/ |
H A D | Makefile | ee422142 Mon Apr 24 17:39:20 CDT 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 D | dram.c | ee422142 Mon Apr 24 17:39:20 CDT 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 D | Kconfig | ee422142 Mon Apr 24 17:39:20 CDT 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>
|
/openbmc/u-boot/include/configs/ |
H A D | bmips_common.h | ee422142 Mon Apr 24 17:39:20 CDT 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>
|
/openbmc/u-boot/arch/mips/ |
H A D | Makefile | ee422142 Mon Apr 24 17:39:20 CDT 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 D | Kconfig | ee422142 Mon Apr 24 17:39:20 CDT 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>
|
/openbmc/u-boot/arch/mips/cpu/ |
H A D | start.S | ee422142 Mon Apr 24 17:39:20 CDT 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>
|