From e7305f8438acecd202b0ce24c66b63a047bd72d7 Mon Sep 17 00:00:00 2001 From: dotprofile <58643089+dotprofile@users.noreply.github.com> Date: Fri, 30 Jan 2026 21:30:29 -0800 Subject: [PATCH 1/5] Add support for 1GB ram in device tree/Linux Patches device tree with fdt if 1GB ram is available. --- libxenon/drivers/elf/elf.c | 70 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 2 deletions(-) diff --git a/libxenon/drivers/elf/elf.c b/libxenon/drivers/elf/elf.c index 1b981fa0..cbc09e8b 100644 --- a/libxenon/drivers/elf/elf.c +++ b/libxenon/drivers/elf/elf.c @@ -18,11 +18,72 @@ see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt #include