From patchwork Fri Feb 15 14:40:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rony Nandy X-Patchwork-Id: 14924 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1160623FC2 for ; Fri, 15 Feb 2013 14:40:30 +0000 (UTC) Received: from mail-ve0-f177.google.com (mail-ve0-f177.google.com [209.85.128.177]) by fiordland.canonical.com (Postfix) with ESMTP id BE2F4A18850 for ; Fri, 15 Feb 2013 14:40:29 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id m1so3047688ves.8 for ; Fri, 15 Feb 2013 06:40:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=5HcsqQfaGfDwdIZ6g/3bn9GVPv1s/UkkDm4YEIMAJzw=; b=FV9VxvTW9PnAsj3sW5a4PwK+rDjPXoZlxyi8iwLh9MhrwfBiNQJDNhAZ0WPKlrIjl6 hY6RPuiT9QNm/8qZKlrxmb8nwL5Q3DmNCSmVxEO2SvLq3Aeg0FbaLHC1hooeW44kXf9w CIO4aWKNYpigA4Q7R86BgBRG/sQ0TXKaYjZIzDcgBeqDZs8HqSvmjNHbngnwTRXCX5YW KqAbGXVIpDMLYFldnLndsvK72f/VgHRRtUJ13Nd9dQBbEz+HLjfjGCujbIZGZjAOyWaI CnNBBh+B7xAJi4fOM7ZHt2GK6KjccTKLijAsgvHJExP2ZdprpWlR9qEoFD2v6kMzQhY+ mdkQ== X-Received: by 10.52.69.74 with SMTP id c10mr3074640vdu.3.1360939229179; Fri, 15 Feb 2013 06:40:29 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.221.4.5 with SMTP id oa5csp16834vcb; Fri, 15 Feb 2013 06:40:28 -0800 (PST) X-Received: by 10.204.4.201 with SMTP id 9mr943461bks.39.1360939227837; Fri, 15 Feb 2013 06:40:27 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by mx.google.com with ESMTPS id b14si39560158bka.19.2013.02.15.06.40.27 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 06:40:27 -0800 (PST) Received-SPF: neutral (google.com: 209.85.214.53 is neither permitted nor denied by best guess record for domain of rony.nandy@linaro.org) client-ip=209.85.214.53; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.53 is neither permitted nor denied by best guess record for domain of rony.nandy@linaro.org) smtp.mail=rony.nandy@linaro.org Received: by mail-bk0-f53.google.com with SMTP id j10so1601630bkw.12 for ; Fri, 15 Feb 2013 06:40:27 -0800 (PST) X-Received: by 10.204.4.200 with SMTP id 8mr929773bks.94.1360939227052; Fri, 15 Feb 2013 06:40:27 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id gy3sm17817641bkc.16.2013.02.15.06.40.23 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Feb 2013 06:40:26 -0800 (PST) From: Rony Nandy To: ryan.harkin@linaro.org Cc: patches@linaro.org, boot-architecture@lists.linaro.org, Shivamurthy Shastri , Rony Nandy Subject: [PATCH 2/2] Samsung/Arndale: Linux booting problem in presence of initrd Date: Fri, 15 Feb 2013 20:10:06 +0530 Message-Id: <1360939206-26681-2-git-send-email-rony.nandy@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360939206-26681-1-git-send-email-rony.nandy@linaro.org> References: <1360939206-26681-1-git-send-email-rony.nandy@linaro.org> X-Gm-Message-State: ALoCoQnlBPaJ88y/XDMfKmddMB/8fLp/Mll+fQsUlsgrxvQlzD1RynjGB/Cw13m6ic/aMh8j7bHl From: Shivamurthy Shastri Linux was not able to boot with initrd. Resolved by increasing offset for FDT. Signed-off-by: Shivamurthy Shastri Signed-off-by: Rony Nandy --- SamsungPlatformPkg/ArndaleBoardPkg/arndale-Exynos5250.dsc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SamsungPlatformPkg/ArndaleBoardPkg/arndale-Exynos5250.dsc b/SamsungPlatformPkg/ArndaleBoardPkg/arndale-Exynos5250.dsc index 6116f4e..a545e80 100755 --- a/SamsungPlatformPkg/ArndaleBoardPkg/arndale-Exynos5250.dsc +++ b/SamsungPlatformPkg/ArndaleBoardPkg/arndale-Exynos5250.dsc @@ -104,9 +104,12 @@ gArmTokenSpaceGuid.PcdFdSize|0x00200000 # Must be equal to gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize # System Memory (256MB) - gArmTokenSpaceGuid.PcdSystemMemoryBase|0x50000000 #0x40000000 + gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000 gArmTokenSpaceGuid.PcdSystemMemorySize|0x50000000 + #FDT offset + gArmTokenSpaceGuid.PcdArmLinuxFdtMaxOffset|0x9000000 + # Size of the region used by UEFI in permanent memory (Reserved 64MB) gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000