diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-04-24 22:39:20 (GMT) |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2017-05-10 14:16:09 (GMT) |
commit | ee422142f454d54f0ed39a2cbf083ff12e98a3e1 (patch) | |
tree | ba1a8bc79898349405ecd9955001be20548a4d1d /fs/cramfs | |
parent | 193030e5916960f101e1ba406510980452bc47b6 (diff) | |
download | u-boot-ee422142f454d54f0ed39a2cbf083ff12e98a3e1.tar.xz |
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>
Diffstat (limited to 'fs/cramfs')
0 files changed, 0 insertions, 0 deletions