not really known
Go to file
(no author) 6446c51808 (更新:Akabane Jumpei)
・カードバスのロックIDとカードリソースの排他制御用ロックIDをHOTSW_Init時に取得して、IDを持ち続けるように変更
・カードからデータを読む関数で、一番最初に発生したエラーを返すように変更
・排他制御のロックは、TryLockを使い、ロックできなかった場合は1ms待ってから再度ロックを試行するように変更
・今まではロムヘッダの読み込みとCRCチェックまでしかARM9と排他制御していなかったのを、バナーファイルを読み込みフラグの処理が終わるまで排他制御し続けるように修正
・各種コメント追加

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@740 b08762b0-b915-fc4b-9d8c-17b2551a87ff
2008-02-26 02:04:12 +00:00
add-ins/TwlSystem NitroSystemをTwlSDK上で使用するためのパッチを追加。 2007-10-30 23:56:24 +00:00
build (更新:Akabane Jumpei) 2008-02-26 02:04:12 +00:00
docs ・HWInfoWriter、NandInitializerでHWID署名に対応する。 2008-02-25 13:07:31 +00:00
include TwlIPL_private対応 2008-02-25 06:22:27 +00:00
keys ・HWInfoWriter、NandInitializerでHWID署名に対応する。 2008-02-25 13:07:31 +00:00
tools/bin TwlIPL_private対応 2008-02-25 06:22:27 +00:00
Makefile 属性変更 (subversionの設定をちゃんとしましょう) 2008-02-07 09:51:53 +00:00
Makefile.full ・HWInfoWriterのランチャーTitleID_Loをビッグエンディアンに修正。 2008-01-29 08:34:32 +00:00
Makefile.sysmenu small fix. 2008-02-12 02:15:57 +00:00
readme.txt TwlIPL_private対応 2008-02-25 06:22:27 +00:00
setup setupの環境変数変更漏れを修正。 2007-12-06 02:04:07 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.ビルドに必要なもの
 NORファーム、NANDファーム
	・(TwlIPL_private)
	・TwlSDK
 システムメニュー
  ・(TwlIPL_private)
  ・TwlSDK
  ・NitroSystem 070314版(本ツリーのadd-ins内のTwlSDK対応パッチを当てたもの

 TwlIPL_privateは一部の鍵を使用する場合にのみ必要


2.環境変数の設定
 TWL_IPL_RED_ROOT
	ex.) TWL_IPL_RED_ROOT=c:/TwlIPL
  TWL_IPL_RED_PRIVATE_ROOTTwlIPL_private を利用する場合のみ)
	ex.) TWL_IPL_RED_PRIVATE_ROOT=c:/TwlIPL_private