AMCC Panic #117
Replies: 4 comments
-
Two things about that: First, make sure to disable the custom patches inside Second, the amcc code isn't in a very good shape. From what it looks like to me, Trung might have confused the trustcache with the trustzone/tz0. |
Beta Was this translation helpful? Give feedback.
-
I have disabled kernel patching via deleting the call to the function. I still get the exact same panic.
|
Beta Was this translation helpful? Give feedback.
-
Oh, now I really saw the AMCC warning right at the beginning. |
Beta Was this translation helpful? Give feedback.
-
Booting with the full 14.0b5 devicetree results in the same panic so I'm not sure if adding the 14.0b5 amcc node into my devicetree is going to work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to boot the kernel from iOS 14.0 (18A188, xnu_development-6604.0.0.0.2~10) in the emulator but I get the following panic:
panic(cpu 0 caller 0xfffffff009678464): /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/xnu_development/xnu-6604.0.0.0.2/osfmk/arm64/amcc_rorgn.c:125 Assertion failed: err == kSuccess
Log:
Boot command:
It appears that a check within the kernel for "rorgn data" fails resulting in this panic. Below is the pseudocode for this check.
Beta Was this translation helpful? Give feedback.
All reactions