mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
不要なcommondefs.esとsysmenuライブラリでのes.hのincludeの削除
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@647 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
e4d36fe8ef
commit
149112e6ab
@ -40,7 +40,6 @@ SRCS = sysmenu_lib.c \
|
|||||||
|
|
||||||
TARGET_LIB = libsysmenu$(TWL_LIBSUFFIX).a
|
TARGET_LIB = libsysmenu$(TWL_LIBSUFFIX).a
|
||||||
|
|
||||||
include $(TWLSDK_ROOT)/add-ins/es/commondefs.es
|
|
||||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||||
|
|
||||||
INSTALL_TARGETS = $(TARGETS)
|
INSTALL_TARGETS = $(TARGETS)
|
||||||
|
|||||||
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include <twl.h>
|
#include <twl.h>
|
||||||
#include <sysmenu.h>
|
#include <sysmenu.h>
|
||||||
#include <es.h>
|
|
||||||
#include <firm/format/from_firm.h>
|
#include <firm/format/from_firm.h>
|
||||||
#include <firm/hw/ARM9/mmap_firm.h>
|
#include <firm/hw/ARM9/mmap_firm.h>
|
||||||
#include "internal_api.h"
|
#include "internal_api.h"
|
||||||
@ -629,6 +628,9 @@ static AuthResult SYSMi_AuthenticateTWLHeader( TitleProperty *pBootTitle )
|
|||||||
u32 *module_addr[RELOCATE_INFO_NUM];
|
u32 *module_addr[RELOCATE_INFO_NUM];
|
||||||
u32 module_size[RELOCATE_INFO_NUM];
|
u32 module_size[RELOCATE_INFO_NUM];
|
||||||
u8 *hash_addr[RELOCATE_INFO_NUM];
|
u8 *hash_addr[RELOCATE_INFO_NUM];
|
||||||
|
OSTick tick;
|
||||||
|
|
||||||
|
tick = OS_GetTick();
|
||||||
|
|
||||||
prop = ((u16 *)&(pBootTitle->titleID))[2];
|
prop = ((u16 *)&(pBootTitle->titleID))[2];
|
||||||
prop = (u16)(prop & 0x1); // prop = 0:UserApp 1:SystemApp 2:ShopApp?
|
prop = (u16)(prop & 0x1); // prop = 0:UserApp 1:SystemApp 2:ShopApp?
|
||||||
@ -698,6 +700,9 @@ static AuthResult SYSMi_AuthenticateTWLHeader( TitleProperty *pBootTitle )
|
|||||||
OS_TPrintf("Authenticate : %s module hash check succeed.\n", str[l]);
|
OS_TPrintf("Authenticate : %s module hash check succeed.\n", str[l]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tick = OS_GetTick() - tick;
|
||||||
|
OS_TPrintf("Authenticate : total %d msecs.\n", OS_TicksToMilliSeconds(tick) );
|
||||||
}
|
}
|
||||||
return AUTH_RESULT_SUCCEEDED;
|
return AUTH_RESULT_SUCCEEDED;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -73,7 +73,6 @@ endif
|
|||||||
|
|
||||||
MAKETAD_FLAGS += -s
|
MAKETAD_FLAGS += -s
|
||||||
|
|
||||||
include $(TWLSDK_ROOT)/add-ins/es/commondefs.es
|
|
||||||
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
|
||||||
include $(TWLSDK_ROOT)/build/libraries/reboot/commondefs.reboot
|
include $(TWLSDK_ROOT)/build/libraries/reboot/commondefs.reboot
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user