From e3fff9248142db34aed89962479325b3b687252e Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 17 Oct 2025 16:48:56 +0200 Subject: [PATCH] base-tukija: Increased upper page limit to account for pages needed for CIP and TIP. --- repos/base-tukija/src/core/platform_pd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base-tukija/src/core/platform_pd.cc b/repos/base-tukija/src/core/platform_pd.cc index 595d0a1c64..9dc8cef932 100644 --- a/repos/base-tukija/src/core/platform_pd.cc +++ b/repos/base-tukija/src/core/platform_pd.cc @@ -40,7 +40,7 @@ Platform_pd::Platform_pd(Allocator &, char const *label, signed, bool) log("Creating PD for <", label, "> with cap selector ", _pd_sel); /* create task */ - enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 192 }; + enum { KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE = 2, UPPER_LIMIT_PAGES = 1024 }; uint8_t res = Tukija::create_pd(_pd_sel, platform_specific().core_pd_sel(), Tukija::Obj_crd(), KEEP_FREE_PAGES_NOT_AVAILABLE_FOR_UPGRADE,