Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9d27ac

Browse files
Merge branch 'master' of github.com:christinaa/rpi-open-firmware
2 parents4d5dd29 +0a9e6aa commitf9d27ac

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎drivers/BCM2708PowerManagement.cc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,19 @@ struct BCM2708PowerDomainImage : BCM2708PowerDomain {
196196
voidresetPeripheralsUngated() {
197197
CM_PERIICTL = CM_PASSWORD | CM_PERIICTL_GATE_SET;
198198

199-
//IODriverLog("vector op call ...");
200-
//vector_op_gated();
199+
#ifdef __VIDEOCORE4__
200+
IODriverLog("calling v16mov gated ...");
201+
202+
/*
203+
* don't ask me.
204+
*/
205+
__asmvolatile (
206+
"v16mov -, 0 REP32\n"
207+
"v16mov -, 0\n"
208+
);
209+
#endif
210+
211+
IODriverLog("ungating and resetting ...");
201212

202213
CM_PERIICTL = CM_PASSWORD;
203214

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp