mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
鍵リセットAPIの整理
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@833 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4f37095fa3
commit
db51580a3b
@ -176,7 +176,9 @@ static void PostInit(void)
|
||||
***************************************************************/
|
||||
static void EraseAll(void)
|
||||
{
|
||||
AESi_ResetAesKey();
|
||||
AESi_ResetAesKeyA();
|
||||
AESi_ResetAesKeyB();
|
||||
AESi_ResetAesKeyC();
|
||||
MI_CpuClearFast( OSi_GetFromFirmAddr(), sizeof(OSFromFirmBuf) );
|
||||
#ifdef SDK_FINALROM
|
||||
MI_CpuClearFast( (void*)HW_TWL_ROM_HEADER_BUF, HW_TWL_ROM_HEADER_BUF_SIZE );
|
||||
@ -314,7 +316,9 @@ void TwlSpMain( void )
|
||||
#endif
|
||||
PM_BackLightOn( TRUE );
|
||||
|
||||
AESi_ResetAesKey();
|
||||
AESi_ResetAesKeyA();
|
||||
AESi_ResetAesKeyB();
|
||||
AESi_ResetAesKeyC();
|
||||
MI_CpuClearFast( OSi_GetFromFirmAddr(), sizeof(OSFromFirmBuf) );
|
||||
OS_BootFromFIRM();
|
||||
|
||||
|
||||
@ -176,7 +176,9 @@ static void PostInit(void)
|
||||
***************************************************************/
|
||||
static void EraseAll(void)
|
||||
{
|
||||
AESi_ResetAesKey();
|
||||
AESi_ResetAesKeyA();
|
||||
AESi_ResetAesKeyB();
|
||||
AESi_ResetAesKeyC();
|
||||
MI_CpuClearFast( OSi_GetFromFirmAddr(), sizeof(OSFromFirmBuf) );
|
||||
#ifdef SDK_FINALROM
|
||||
MI_CpuClearFast( (void*)HW_TWL_ROM_HEADER_BUF, HW_TWL_ROM_HEADER_BUF_SIZE );
|
||||
|
||||
@ -176,7 +176,9 @@ static void PostInit(void)
|
||||
***************************************************************/
|
||||
static void EraseAll(void)
|
||||
{
|
||||
AESi_ResetAesKey();
|
||||
AESi_ResetAesKeyA();
|
||||
AESi_ResetAesKeyB();
|
||||
AESi_ResetAesKeyC();
|
||||
MI_CpuClearFast( OSi_GetFromFirmAddr(), sizeof(OSFromFirmBuf) );
|
||||
#ifdef SDK_FINALROM
|
||||
MI_CpuClearFast( (void*)HW_TWL_ROM_HEADER_BUF, HW_TWL_ROM_HEADER_BUF_SIZE );
|
||||
@ -314,7 +316,9 @@ void TwlSpMain( void )
|
||||
#endif
|
||||
PM_BackLightOn( TRUE );
|
||||
|
||||
AESi_ResetAesKey();
|
||||
AESi_ResetAesKeyA();
|
||||
AESi_ResetAesKeyB();
|
||||
AESi_ResetAesKeyC();
|
||||
MI_CpuClearFast( OSi_GetFromFirmAddr(), sizeof(OSFromFirmBuf) );
|
||||
OS_BootFromFIRM();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user