-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 196620 b: refs/heads/master c: a32fe93 h: refs/heads/master v: v3
- Loading branch information
Stefan Roese
authored and
Josh Boyer
committed
May 5, 2010
1 parent
4d251e6
commit 7849bc3
Showing
3 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 101c192e1163c1c7e8d29748108b582929975038 | ||
refs/heads/master: a32fe93daf9c6b6ffbab1d9b9e2a8e4c335bda5c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Reboot property to control system reboot on PPC4xx systems: | ||
|
||
By setting "reset_type" to one of the following values, the default | ||
software reset mechanism may be overidden. Here the possible values of | ||
"reset_type": | ||
|
||
1 - PPC4xx core reset | ||
2 - PPC4xx chip reset | ||
3 - PPC4xx system reset (default) | ||
|
||
Example: | ||
|
||
cpu@0 { | ||
device_type = "cpu"; | ||
model = "PowerPC,440SPe"; | ||
... | ||
reset-type = <2>; /* Use chip-reset */ | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters