From 146879ec080333d92f2de4a4d52ac4b824adb3c5 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Mon, 25 Aug 2008 00:14:48 +0000 Subject: [PATCH] =?UTF-8?q?(=E4=BD=90=E3=80=85=E6=9C=A8@PSEG1)=E3=83=AA?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E8=AA=A4=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E7=AE=87?= =?UTF-8?q?=E6=89=80=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2252 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/CustomSystemUpdater/ARM9.TWL/main.rsf | 4 ++-- build/tests/CustomSystemUpdater/ARM9.TWL/src/main.c | 3 ++- build/tests/CustomSystemUpdater/sumaker.rb | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build/tests/CustomSystemUpdater/ARM9.TWL/main.rsf b/build/tests/CustomSystemUpdater/ARM9.TWL/main.rsf index b9c8d90c..6a591f17 100644 --- a/build/tests/CustomSystemUpdater/ARM9.TWL/main.rsf +++ b/build/tests/CustomSystemUpdater/ARM9.TWL/main.rsf @@ -220,9 +220,9 @@ RomSpec { Offset 0x00000000 Segment ALL - HostRoot ../data/test_forcsu/euro + HostRoot ../data/20080822_cls/euro Root /data - File hnap-v0.tad hnbp-v0.tad hnca-v0.tad hnda-v0.tad hnea-v0.tad hnfp-v0.tad hnha-v0.tad hnip-v0.tad hnjp-v0.tad hnkp-v0.tad hnla-v0.tad TWLFontTable.dat nandfirm_rcplus.nand + File hnap-v0.tad hnbp-v0.tad hnca-v0.tad hnda-v0.tad hnea-v0.tad hnfp-v0.tad hngp-v0.tad hnha-v0.tad hnip-v0.tad hnjp-v0.tad hnkp-v0.tad hnlp-v0.tad TWLFontTable.dat nandfirm_rcplus.nand HostRoot $(PRIVKEY_PATH) Root /key File $(HWINFO_PRIVKEY) $(HWID_PRIVKEY) diff --git a/build/tests/CustomSystemUpdater/ARM9.TWL/src/main.c b/build/tests/CustomSystemUpdater/ARM9.TWL/src/main.c index 7119600d..16131f8c 100644 --- a/build/tests/CustomSystemUpdater/ARM9.TWL/src/main.c +++ b/build/tests/CustomSystemUpdater/ARM9.TWL/src/main.c @@ -77,11 +77,12 @@ static const char* ImportTadFileList[] = "rom:/data/hnda-v0.tad", "rom:/data/hnea-v0.tad", "rom:/data/hnfp-v0.tad", + "rom:/data/hngp-v0.tad", "rom:/data/hnha-v0.tad", "rom:/data/hnip-v0.tad", "rom:/data/hnjp-v0.tad", "rom:/data/hnkp-v0.tad", - "rom:/data/hnla-v0.tad", + "rom:/data/hnlp-v0.tad", }; diff --git a/build/tests/CustomSystemUpdater/sumaker.rb b/build/tests/CustomSystemUpdater/sumaker.rb index 46297470..5832a7e1 100755 --- a/build/tests/CustomSystemUpdater/sumaker.rb +++ b/build/tests/CustomSystemUpdater/sumaker.rb @@ -27,8 +27,8 @@ FILE_MATCH = /[a-zA-Z0-9\-_\.]+\z/ REGION = { "JPN" => "OS_TWL_REGION_JAPAN", "EUR" => "OS_TWL_REGION_EUROPE", - "AUS" => "OS_TWL_REGION_AMERICA", - "USA" => "OS_TWL_REGION_AUSTRALIA", + "AUS" => "OS_TWL_REGION_AUSTRALIA", + "USA" => "OS_TWL_REGION_AMERICA", } REGION_PATH = {