SYSMi_SetAESKeysForAccessControlを呼び出すようにした

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1276 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yutaka 2008-04-30 02:39:34 +00:00
parent daa9bed25b
commit 83be9a23b0
2 changed files with 9 additions and 2 deletions

View File

@ -12,8 +12,8 @@
# in whole or in part, without the prior written consent of Nintendo.
#
# $Date:: $
# $Rev:$
# $Author:$
# $Rev$
# $Author$
#----------------------------------------------------------------------------
TWL_PROC = ARM7
@ -37,6 +37,8 @@ ADDRESS_STATIC = 0x037b8000
#SRCDIR = # using default
#LCFILE = # using default
LLIBRARIES += libsysmenu_sp.TWL$(ARCHGEN_TYPE).a
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
MAKELCF_FLAGS += -DADDRESS_LTDWRAM='0x037c0000'

View File

@ -35,6 +35,10 @@
*/
#define PRINT_MEMORY_ADDR 0x02FFC800
/*
AESŒ®<EFBFBD>ÝèAPI
*/
extern void SYSMi_SetAESKeysForAccessControl( BOOL isNtrMode, ROM_Header *pROMH );
#ifdef PROFILE_ENABLE
#define PROFILE_MAX 16
@ -311,6 +315,7 @@ void TwlSpMain( void )
// PM_BackLightOn( TRUE ); // last chance
SYSMi_SetAESKeysForAccessControl(FALSE, rh);
OS_BootFromFIRM();
end: