In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
41 bytes added ,  02:10, 11 February 2024
no edit summary
Line 502: Line 502:  
  else
 
  else
 
  {
 
  {
     // Mask boot_info_04 with 0xBFFFFFFF
+
     // Clear bit 6 (IsWarmboot) in boot_info_04
 
     sub_D40AE4C();
 
     sub_D40AE4C();
 
 
 
 
     // Mask boot_info_04 with 0xF7FFFFFF and set some other fields
+
     // Clear bit 3 (HasRamFwImg) in boot_info_04 and reset the RamFwImg fields
 
     sub_D40AC7C();
 
     sub_D40AC7C();
 
  }
 
  }
Line 989: Line 989:  
  sub_D40AD2C(0x07, time_boot1_decrypt);
 
  sub_D40AD2C(0x07, time_boot1_decrypt);
 
   
 
   
  // Set flag 0x04000000 in boot_info_04
+
  // Set bit 2 (HasBootTimeStats) in boot_info_04
 
  sub_D40ABCC();
 
  sub_D40ABCC();
 
   
 
   
Line 1,061: Line 1,061:  
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Bit
+
! Bits
 
! Description
 
! Description
 
|-
 
|-
Line 1,074: Line 1,074:  
|-
 
|-
 
| 3
 
| 3
|  
+
| HasRamFwImg
 
|-
 
|-
 
| 4
 
| 4
Line 1,116: Line 1,116:  
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Bit
+
! Bits
 
! Description
 
! Description
 
|-
 
|-

Navigation menu