From patchwork Fri Mar 29 11:18:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1917802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=jPMQjLAb; dkim=pass (2048-bit key) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=GnIggyF5; 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)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4V5dFH2zFmz1yYV for ; Fri, 29 Mar 2024 22:18:27 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 21D8F8824B; Fri, 29 Mar 2024 12:18:24 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1711711104; bh=Oura5P+wXKzhtyuOPc+oulblrfwIm2fis6xzAXeptlo=; h=From:To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=jPMQjLAbIELnkX+6xloL6B+8Z88Xu7fwgWAsYFDZ42MufI/UhYfuideZ6kNbuGwnw ZXXB012UKoNnQ82Fm3jJ65TeJlW4JSYFLDMCWjTfifHKTI0yH84KCjMTy/O0oOPoM6 VL0Pyp48Dm2kUK7RniYBkeG1iWduIvLbyuzTx0XfUy8/IqssNuKCAfBNPtN0HVKN2Q 7DQ4Xakmjw4ETmQ+Gr3OSvXk6vo2sReNEdUFYnSrrJojf2Lkbv+Xkhpk9uZkHYvSlb Q9WcX1F9obLmwiruSEg5Q8ov3TES5Qmh/qmcpyT+k5P2QBiaK0Ui1q7UPuUmTjq+C/ JzDsURNF2TGJA== Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: lukma@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id B106488089; Fri, 29 Mar 2024 12:18:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1711711103; bh=Oura5P+wXKzhtyuOPc+oulblrfwIm2fis6xzAXeptlo=; h=From:To:Cc:Subject:Date:From; b=GnIggyF5wSOnvwAfnRodFJkldXC51vngNXIEM/1lFO+NPDaV9AS0LOr0SuCt8JXmd CV8ZnkfPPvJVE5fYskI2GaUPQFsByw/QXm+ZQ2qD1x8WPYZlRxGQ4k7uIYaKnZngy1 fm0cayKmjaaWbPm1iAhvQ0hyhsHkhuMQy2axw8LgrFPJG172IPS2WJbot0dxAIgrQB hkmmvSdROXxF/dTkPN1On/6xY1Kj7s7qWmldsy3TXdO3/jpk3iQj0j/lWnD05ouJUM eU+RmkaKZlfGttoUnf80hi7wN6ubRV3cbmQYYzoEVnLPbXyjv07uI9mPgSa9JgWYMW nUZghblL0l+fQ== From: Lukasz Majewski To: Stefano Babic , u-boot@lists.denx.de, Fabio Estevam Cc: Lukasz Majewski , Anatolij Gustschin , Simon Glass , Tom Rini Subject: [PATCH 0/4] arm: xea: Provide enhancements for XEA board Date: Fri, 29 Mar 2024 12:18:05 +0100 Message-Id: <20240329111809.3959962-1-lukma@denx.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean This patch series is a preparatory patch for supporting different versions of XEA board HW (until problem with Linux kernel support for multiple revisions is resorted). Moreover, limits for u-boot.sb and u-boot.img has been set to avoid binary sizes exceeding in the future. Changes in v2: Remove "inline" from get_som_rev() function definition Squash with 'config: xea: Enable late board initialization to set revision variable' Update commit message Squash with 'arm: xea: Print information about XEA's SoM HW revision' Lukasz Majewski (4): arm: spl: xea: Remove I2S pins configuration from early initialization arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2 arm: xea: Add support for reading SoM (CPU) board HW revision config: xea: Add limits for SPL and u-boot proper sizes board/liebherr/xea/spl_xea.c | 21 +++++++++------ board/liebherr/xea/xea.c | 49 ++++++++++++++++++++++++++++++++++ configs/imx28_xea_defconfig | 4 +++ configs/imx28_xea_sb_defconfig | 1 + 4 files changed, 67 insertions(+), 8 deletions(-)