From a33e3deb318ade6f1b19e9147a1321fb90f071b9 Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 5 Dec 2008 12:51:40 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=9C=E3=83=BC=E3=83=88=E3=81=8C?= =?UTF-8?q?=E8=B5=B7=E3=81=93=E3=82=89=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@82 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/bootrom/Makefile | 5 ++--- trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/trunk/bootrom/build/bootrom/Makefile b/trunk/bootrom/build/bootrom/Makefile index ad80999..7288662 100644 --- a/trunk/bootrom/build/bootrom/Makefile +++ b/trunk/bootrom/build/bootrom/Makefile @@ -22,9 +22,8 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ ts-dev \ - -# jtag-only \ -# ctr_bootrom \ + jtag-only \ + ctr_bootrom \ #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c b/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c index 6e29766..60134b3 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c +++ b/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c @@ -488,10 +488,10 @@ void stupInitMMUTable( void ) *table++ = HW_MMU6_T1_SEC_PACK( paddr, HW_MMU6_T1_APX_S_RW_U_NA, - HW_MMU6_T1_RGT_NSHARED_DEV, + HW_MMU6_T2_LP_RGT_L1C_WB_WA, HW_MMU6_T1_GLOBAL, + HW_MMU6_T2_SHARED, FALSE, - HW_MMU6_T1_XN, 0); #else table = &t1Base[paddr/HW_MMU6_T1_SEC_SIZE];