Changes

7 bytes added ,  15:46, 12 August 2017
Line 396: Line 396:  
            
 
            
 
           // Transfer data to crypto register c6
 
           // Transfer data to crypto register c6
  xdst(0, (blob1_hash_addr | crypt_reg_flag));
+
xdst(0, (blob1_hash_addr | crypt_reg_flag));
+
 
  // Wait for all data loads/stores to finish
+
// Wait for all data loads/stores to finish
  xdwait();
+
xdwait();
+
         
 
           // Jump to Stage1
 
           // Jump to Stage1
 
           u32 stage1_res = exec_stage1(key_buf, key_version, is_blob_dec);
 
           u32 stage1_res = exec_stage1(key_buf, key_version, is_blob_dec);