TODO整理

acsignライブラリをビルドしないよう変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1893 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-15 06:04:36 +00:00
parent 32ac52e4e2
commit 7bb70a20be
4 changed files with 5 additions and 17 deletions

View File

@ -111,11 +111,6 @@ u32 const wramMapping[12] = {
};
#endif
/* [TODO]
* TWL
* */
#define TWLIPL_PARAM_DOWNLOAD_PARAMETER 0x02ffb000
/*---------------------------------------------------------------------------*
Name: ShakeHand
Description: ARM9 ShakeHand
@ -242,12 +237,6 @@ _start(void)
/* TWL ハードウェア上で動作していない場合は永久ループ */
@012: bne @012
/* ダウンロードパラメータ情報を共有エリアに退避 */
ldr r0, =HW_DOWNLOAD_PARAMETER // r0 = start address of destination range
ldr r1, =TWLIPL_PARAM_DOWNLOAD_PARAMETER // r1 = start address of source range
mov r2, #HW_DOWNLOAD_PARAMETER_SIZE // r2 = size of download parameter
bl INITi_Copy32
/* プリロードパラメータアドレスが格納されていない場合は、デフォルト値をセット */
ldr r0, =HW_PRELOAD_PARAMETER_ADDR
ldr r1, [r0]

View File

@ -24,7 +24,6 @@ include $(TWL_IPL_RED_ROOT)/build/buildtools/commondefs
SUBDIRS = reloc_info \
sysmenu \
acsign \
boot \
hotsw \
namut \
@ -35,7 +34,8 @@ SUBDIRS = reloc_info \
dht \
wds \
errorLog \
TwlWireless
TwlWireless \
# acsign \
#----------------------------------------------------------------------------

View File

@ -1166,7 +1166,7 @@ static BOOL SYSMi_AuthenticateNTRNandTitle( TitleProperty *pBootTitle)
static BOOL SYSMi_AuthenticateNTRDownloadAppHeader( TitleProperty *pBootTitle, ROM_Header *head )
{
#pragma unused(pBootTitle, head)
// [TODO:]署名はstaticに絡んでくるので、それ以外にヘッダ認証処理があれば
// 署名はstaticに絡んでくるので、ここでチェックするものは特になし。
return TRUE;
}
@ -1279,7 +1279,7 @@ static BOOL SYSMi_AuthenticateNTRCardAppHeader( TitleProperty *pBootTitle, ROM_H
{
// ホワイトリスト検索
const DHTDatabase* db;
PrepareDHTDatabase();// [TODO:]遅ければ場所を変えることも検討
PrepareDHTDatabase();// 60msくらいなので、ここでやってしまってOKとする。
if(!dht)
{
OS_TPrintf(" Search DHT : database init Failed.\n");

View File

@ -230,9 +230,8 @@ void TwlMain( void )
// Alloc, Freeで登録したメモリアロケータを初期化してください。
#ifdef INIT_DEVICES_LIKE_UIG_LAUNCHER
// [TODO]カメラが接続されていないと無限ループになる!!注意!!
// カメラ初期化
// CAMERA_Init();
// CAMERA_Init();
// end時間計測-b
#if (MEASURE_TIME == 1)