Searched hist:"31 d36f748c52b22833aa946f6c406cc8fb2f1908" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | mipsregs.h | 31d36f748c52b22833aa946f6c406cc8fb2f1908 Wed Sep 21 13:59:54 UTC 2016 Paul Burton <paul.burton@imgtec.com> MIPS: Hang if run on a secondary CPU
Some systems are configured such that multiple CPUs begin running from their reset vector following a system reset. If this occurs then U-Boot will be run on multiple CPUs simultaneously, which causes all sorts of issues as the multiple instances of U-Boot clobber each other.
Prevent this from happening by simply hanging with an infinite loop if we run on a CPU whose ID, as determined by GlobalNumber or EBase.CPUNum as appropriate, is non-zero.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 31d36f748c52b22833aa946f6c406cc8fb2f1908 Wed Sep 21 13:59:54 UTC 2016 Paul Burton <paul.burton@imgtec.com> MIPS: Hang if run on a secondary CPU
Some systems are configured such that multiple CPUs begin running from their reset vector following a system reset. If this occurs then U-Boot will be run on multiple CPUs simultaneously, which causes all sorts of issues as the multiple instances of U-Boot clobber each other.
Prevent this from happening by simply hanging with an infinite loop if we run on a CPU whose ID, as determined by GlobalNumber or EBase.CPUNum as appropriate, is non-zero.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
|