Skip to content

Commit

Permalink
kernel/thor: Use smc64 psci cpu-on method by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinci committed Mar 16, 2024
1 parent a8ebe4f commit 934b161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/thor/system/dtb/thor-internal/dtb/dtb.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ struct DeviceTreeNode {
irqs_{*kernelAlloc}, interruptMap_{*kernelAlloc}, interruptMapMask_{*kernelAlloc},
interruptMapRaw_{nullptr, 0}, interruptController_{false},
interruptParentId_{0}, interruptParent_{}, busRange_{0, 0xFF},
enableMethod_{EnableMethod::unknown}, cpuReleaseAddr_{0}, method_{} { }
enableMethod_{EnableMethod::unknown}, cpuReleaseAddr_{0},
cpuOn_{0xc4000003}, method_{} { }

void initializeWith(::DeviceTreeNode dtNode);
void finalizeInit();
Expand Down

0 comments on commit 934b161

Please sign in to comment.