Message ID | 20250513090503.46670-7-ziyao@disroot.org |
---|---|
State | Accepted |
Commit | 17582da96c30435d9356a0cd5b74bee41a48c578 |
Delegated to: | Andes |
Headers | show
Return-Path: <u-boot-bounces@lists.denx.de> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=disroot.org header.i=@disroot.org header.a=rsa-sha256 header.s=mail header.b=YMPfYgkQ; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZxVwf3PB1z1yYN for <incoming@patchwork.ozlabs.org>; Tue, 13 May 2025 19:07:14 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3686E829E7; Tue, 13 May 2025 11:07:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=disroot.org header.i=@disroot.org header.b="YMPfYgkQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id D7D9882A36; Tue, 13 May 2025 11:07:26 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED,RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from layka.disroot.org (layka.disroot.org [178.21.23.139]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0382B82991 for <u-boot@lists.denx.de>; Tue, 13 May 2025 11:07:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=disroot.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=ziyao@disroot.org Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B989E25C08; Tue, 13 May 2025 11:07:24 +0200 (CEST) Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id vui8jGCP-r2q; Tue, 13 May 2025 11:07:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1747127244; bh=nNU68MY4dXahbdzqVqPPRrHxLqIqcNN1Aq1Bg6ysl7Q=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=YMPfYgkQ6UrUCIGrXbjQwpgdCBYc6cHHJoYKANqOLbnhRU3MfSzrTY5kQkhG3dq77 YBV08aSfNpDNPhLVM3119Psz4X9awMo9PcUbDJLD+adTg7hjWDJAbMXrcfcX2fifCo Jg9Kt6Zi/FLw1kt2R60I1gCp07wOQkrMZZaCKC/c2DakV9czC2Lu+QobU8SWoqyCSa nR6STwevpFWIiuwkRwYc9ojC/ctvaAS46RkcZ2ZNiXyHehcjLLr6R4/N0eY1Ujfbu9 Q6Z06gwCk0ieHnt4VmPbDK375FPBV1uzjw592apOCidpSE39+jL9d5nHmLDkKqW+XE gnCzVNEmDoOvQ== From: Yao Zi <ziyao@disroot.org> To: Rick Chen <rick@andestech.com>, Leo <ycliang@andestech.com>, Tom Rini <trini@konsulko.com>, Wei Fu <wefu@redhat.com>, Yixun Lan <dlan@gentoo.org>, Maksim Kiselev <bigunclemax@gmail.com>, Jaehoon Chung <jh80.chung@samsung.com>, Simon Glass <sjg@chromium.org>, Heinrich Schuchardt <xypron.glpk@gmx.de>, Ilias Apalodimas <ilias.apalodimas@linaro.org>, Neha Malcom Francis <n-francis@ti.com>, Jayesh Choudhary <j-choudhary@ti.com>, Wadim Egorov <w.egorov@phytec.de>, Vaishnav Achath <vaishnav.a@ti.com>, Andrew Davis <afd@ti.com>, Chia-Wei Wang <chiawei_wang@aspeedtech.com> Cc: u-boot@lists.denx.de, Han Gao <rabenda.cn@gmail.com>, Han Gao <gaohan@iscas.ac.cn>, Yao Zi <ziyao@disroot.org> Subject: [PATCH v2 06/10] riscv: dts: lichee-module-4a: Preserve memory node for SPL Date: Tue, 13 May 2025 09:04:59 +0000 Message-ID: <20250513090503.46670-7-ziyao@disroot.org> In-Reply-To: <20250513090503.46670-1-ziyao@disroot.org> References: <20250513090503.46670-1-ziyao@disroot.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <https://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean |
Series |
Initial SPL support for T-Head TH1520 SoC
|
expand
|
diff --git a/arch/riscv/dts/th1520-lichee-module-4a.dtsi b/arch/riscv/dts/th1520-lichee-module-4a.dtsi index 86a81bdcf77..20dbc4c7d24 100644 --- a/arch/riscv/dts/th1520-lichee-module-4a.dtsi +++ b/arch/riscv/dts/th1520-lichee-module-4a.dtsi @@ -14,6 +14,7 @@ memory@0 { device_type = "memory"; reg = <0x0 0x00000000 0x2 0x00000000>; + bootph-pre-ram; }; };