mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NAM の種置き場が間違っていたので修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20090601_test_sd_boot@2836 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
10a6aa8aab
commit
6299d449e8
@ -31,6 +31,8 @@
|
||||
|
||||
#define SYSM_DECODE_AES_MESSAGE_ARRAY_MAX 8
|
||||
// extern data-----------------------------------------------------------------
|
||||
extern void SDK_SEA_KEY_STORE(void);
|
||||
|
||||
// function's prototype-------------------------------------------------------
|
||||
// global variable-------------------------------------------------------------
|
||||
// static variable-------------------------------------------------------------
|
||||
@ -455,7 +457,7 @@ static void SYSMi_setSDCopyKeyToAESSlotC( void )
|
||||
&( OSi_GetFromFirmAddr()->rsa_pubkey[ 3 ][ 0x10 ] ) : (void *)dev_seedNAM;
|
||||
void *pSeedSlotC = ( SCFG_GetBondingOption() == SCFG_OP_PRODUCT ) ?
|
||||
&( OSi_GetFromFirmAddr()->rsa_pubkey[ 3 ][ 0x20 ] ) : (void *)dev_seedSlotC;
|
||||
MI_CpuCopy8( pSeedNAM, (u8 *)HW_LAUNCHER_DELIVER_PARAM_BUF + 0x20, AES_BLOCK_SIZE );
|
||||
MI_CpuCopy8( pSeedNAM, (u8 *)SDK_SEA_KEY_STORE + 0x20, AES_BLOCK_SIZE );
|
||||
|
||||
// AESスロットのデフォルト値セット
|
||||
AES_Lock();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user