Advertisement
Razkar

Untitled

Dec 28th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. ; *** THIS FILE IS ENTIRELY OPTIONAL (harhar) ***
  2. ; the original command line options and settings by file will override anything in this ini
  3.  
  4. ; leave any items you don't want to set out of this ini file, or leave their values blank
  5.  
  6. ; console type
  7. ; valid values are: xenon, zephyr, falcon, jasper, jasper256, jasper512, trinity
  8. ; ie: type=falcon;
  9. type = falcon
  10. ; put hexidecimal 1BL key here, or on command line, or in 1blkey.txt
  11. 1blkey = 8CFC1DFDCF5C37A52AE427C397A45363
  12. ; put hexidecimal cpu key here, or on command line, or in cpukey.txt
  13. cpukey =
  14. ; byte 0x21f of decrypted CF (also is the count of 0xF in fuse rows 7 and 8)
  15. ; if you provide a nanddump.bin with the correct ldv value, there is no reason to fill this in
  16. ; jtag images won't care what this value is set to, but glitch and retail images require this to match CPU fuses
  17. cfldv =
  18.  
  19. ; ******************* JTAG and GLITCH common options *******************
  20. ; valid buttons are: power (console power button), eject (DVD eject button), remopower (IR power button), remox (IR X button)
  21. ; winbutton (IR windows button), wirelessx (wireless controller X button), wiredx (wired controller X button)
  22. ; sets which power on button causes Xell to start
  23. ; note this setting is ignored when olddvd or nodvd is set to TRUE, and by default is set to eject button
  24. xellbutton = eject
  25.  
  26. ; sets UART speed during bootstrap to cygnos compatible speeds (true/false)
  27. cygnos = false
  28.  
  29. ; ******************* JTAG only options *******************
  30. ; *** these options affect how the freeboot core is patched to work ***
  31.  
  32. ; olddvd is the old fbbuild method of checking tray status (not closed) to start xell (true/false)
  33. olddvd = false
  34. ; nodvd is the old ibuild method of checking tray status (fully open) to start xell and implies 'olddvd' (true/false)
  35. nodvd = false
  36.  
  37. ; sets which power on button causes core to send !SWITCH signal to UART, by default it's set to nothing
  38. ; note this setting will have no effect on single NAND systems, and will be ignored if set to the same as xellbutton
  39. ; see xellbutton explanation for valid values
  40. dualboot =
  41.  
  42. ; ******************* GLITCH only options *******************
  43. ; will patch clean smc similar to imgbuild script, ignored for retail and jtag
  44. ; will do nothing but warn if the smc given is not in the built in list
  45. ; defaults to FALSE if not present
  46. patchsmc = false
  47.  
  48. ; ******************* ALL machines options *******************
  49. ; the values below here represent the default values if the items are not present in the ini
  50. ; for number values, 0 is 'don't change'
  51. ; ************************************************************
  52.  
  53. ; this will skip using the mobile*.dat files in nanddump.bin (true/false)
  54. nomobile = false
  55. ; this will skip applying any bad block remapping to the final image (true/false)
  56. noremap = false
  57. ; if noremap is set to false, setting this option to true will skip remapping blocks with ECD sum mismatches (true/false)
  58. noecdremap = false
  59. ; if set to true, nanddump.bin will not be processed for security files listed in file list inis (true/false)
  60. nosecurity = false
  61.  
  62. ; will alter the input smc config target temp for CPU when fans are on auto, value is in Centigrade
  63. ; example: cputemp=60; sets 60C as the target temp for the auto fan speed algo
  64. cputemp =
  65. ; will alter the input smc config target temp for GPU when fans are on auto, value is in Centigrade
  66. ; example: gputemp=60; sets 60C as the target temp for the auto fan speed algo
  67. gputemp =
  68. ; will alter the input smc config target temp for EDRAM when fans are on auto, value is in Centigrade
  69. ; example: edramtemp=60; sets 60C as the target temp for the auto fan speed algo
  70. edramtemp =
  71. ; will alter the input smc config overheat/overload temp for CPU when fans are on auto, value is in Centigrade
  72. ; example: cputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  73. overcputemp =
  74. ; will alter the input smc config overheat/overload temp for GPU when fans are on auto, value is in Centigrade
  75. ; example: gputemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  76. overgputemp =
  77. ; will alter the input smc config overheat/overload temp for EDRAM when fans are on auto, value is in Centigrade
  78. ; example: edramtemp=60; sets 60C as the overheat/overload temp for the auto fan speed algo
  79. overedramtemp =
  80.  
  81. ; will force CPU fan to run at this speed all the time, valid values are 0-100 in decimal
  82. ; example cpufan=80;
  83. cpufan =0
  84. ; will force GPU fan to run at this speed all the time, valid values are 0-100 in decimal
  85. ; example gpufan=80;
  86. gpufan =0
  87.  
  88. ; sets the video output mode, known values are 0x100 (NTSC) and 0x300 (PAL)
  89. avregion =
  90. ; this is a 16bit value that denotes the console's game region
  91. ; ie: gameregion = 0x00FF; would be a NTSC/US game region console
  92. gameregion =
  93. ; this is a 32 bit value that sets the consoles DVD region, 1-8 appear to be valid, there may be others for 'region free'
  94. dvdregion =
  95.  
  96. ; will alter the mac address in smc config, input hex value without any 0x for the 6 bytes
  97. ; example: macid=00:22:48:F1:01:02;
  98. macid =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement