mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
NE1ボードでコア2、3をブートすることがないように対策。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@209 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
019f5852ea
commit
148bfa8208
@ -87,6 +87,16 @@ LSYM(1) beq BSYM(1)
|
|||||||
tst r2, #HW_C0_AP_CPU_ID_MASK
|
tst r2, #HW_C0_AP_CPU_ID_MASK
|
||||||
beq core0_start
|
beq core0_start
|
||||||
|
|
||||||
|
#ifdef SDK_NE1EMU
|
||||||
|
cmp r2, #1
|
||||||
|
beq core1_start
|
||||||
|
LSYM(1)
|
||||||
|
wfi
|
||||||
|
nop
|
||||||
|
b BSYM(1)
|
||||||
|
#endif // SDK_NE1EMU
|
||||||
|
|
||||||
|
core1_start
|
||||||
//---- Wait for IPI
|
//---- Wait for IPI
|
||||||
#ifdef BROM_USE_MPCORE_EXTEND_OP
|
#ifdef BROM_USE_MPCORE_EXTEND_OP
|
||||||
cpsid i
|
cpsid i
|
||||||
|
|||||||
@ -123,10 +123,12 @@ endif
|
|||||||
# one of [ARM/KMC]
|
# one of [ARM/KMC]
|
||||||
#
|
#
|
||||||
|
|
||||||
ifeq ($(CTR_PLATFORM),MG20EMU)
|
ifneq ($(CTR_PLATFORM),MG20EMU)
|
||||||
CTR_DEBUGGER ?= KMC
|
ifneq ($(CTR_PLATFORM),NE1EMU)
|
||||||
endif
|
|
||||||
CTR_DEBUGGER ?= ARM
|
CTR_DEBUGGER ?= ARM
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
CTR_DEBUGGER ?= KMC
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user