Message ID | 20250426165704.35523-1-ziyao@disroot.org |
---|---|
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=jGBEPa7D; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4ZlG8z33D5z1yMg for <incoming@patchwork.ozlabs.org>; Sun, 27 Apr 2025 02:57:23 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D8C7F81E0F; Sat, 26 Apr 2025 18:57:29 +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="jGBEPa7D"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1C29D81E14; Sat, 26 Apr 2025 18:57:29 +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_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_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 4DBED810EB for <u-boot@lists.denx.de>; Sat, 26 Apr 2025 18:57:26 +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 CA3B925E67; Sat, 26 Apr 2025 18:57:25 +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 RJhPcPDVyU65; Sat, 26 Apr 2025 18:57:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1745686644; bh=E+B/F7V1yuBtI92N1MrcheIIGgRkNliWhOxXkRpA5Fo=; h=From:To:Cc:Subject:Date; b=jGBEPa7DcYUkVQmipc2b/NkPealn/OaykRXC6/pFznk5dbk3737LhlAm5aGm2YwjY Lgfwq/SepM6PgSXjynpktyhHG+RPI6u65C/Qynk7nT/3Nfl37EhdxZt+n/AmXBo25v p+a10cRuGDkPKmAycKMDC7W9GtpXUzwLKWWydldNELXocC5iGro/HF7EXQG/pVsgND qgMAiGapZO8VyRlWjkm2Q36W+RMN8o8CFqMT2YzIzpqwKqaltDuI4Rd7W78cWDley5 ZZ7BFw20h+zkJjpTVc8Ck5cMijArv+mJcxwpP6EvZW5R5495HfmNywno6EdOdU5het vHv684ghJyFsQ== 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 00/10] Initial SPL support for T-Head TH1520 SoC Date: Sat, 26 Apr 2025 16:56:54 +0000 Message-ID: <20250426165704.35523-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
|