From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5B73FC00A5A for ; Thu, 19 Jan 2023 11:21:15 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5C37F85681; Thu, 19 Jan 2023 12:21:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de 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; unprotected) header.d=fris.de header.i=@fris.de header.b="sEI2NwuM"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 97A6D85606; Thu, 19 Jan 2023 12:21:08 +0100 (CET) Received: from mail.fris.de (mail.fris.de [116.203.77.234]) (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 C9A3085606 for ; Thu, 19 Jan 2023 12:21:05 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=frieder@fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2731CBFC0A; Thu, 19 Jan 2023 12:21:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1674127264; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=e1+ORrYEV0JKKL5Z9+t38VmVva2vxXcD6V1SavTd4OU=; b=sEI2NwuMRNpNPZDEPMtqmiRv35jZ2cl0fuc0JVQmzkwGvvoxMliX642VBcMxqjPHYn6nbb wTxhAQ4U/KAVomhK/aUn3Ma8q3bJBh8orpOkO96Ys20qUhLplQ+HKr0E490EbC3bpvO4Ur e3exTjWHTLnjnO7d6zge9USihQ1V6+6zyKYru2HiXgGbxE1205wIyaAK96CPlvubiV9TqV 3TEFJPFD+dTTmprN7O9CiwTTHkH50k4Igec0FBVf0+RdeKCrPqnThV+G1X0UA432e3SwFO ImXEThfa6ZQhwf1LLu6++aFzquWUSjKH4R4YNffVoGKusZlA4rNouqgERoqA+Q== From: Frieder Schrempf To: u-boot@lists.denx.de Cc: Frieder Schrempf Subject: [PATCH v2 0/6] Some documentation updates for Kontron i.MX8MM hardware Date: Thu, 19 Jan 2023 12:20:33 +0100 Message-Id: <20230119112040.47574-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 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.6 at phobos.denx.de X-Virus-Status: Clean From: Frieder Schrempf This depends on Fabio's doc patch [1]. Changes in v2: * Rebase onto Fabio's patch [1] * Remove dot in subject line of patch 6 [1] https://patchwork.ozlabs.org/project/uboot/patch/20230113005223.1979599-1-festevam@denx.de/ Frieder Schrempf (6): doc: sl-mx8mm: Mention OSM 1.1 support doc: sl-mx8mm: Add note about using cross toolchain doc: sl-mx8mm: Update the NXP TF-A source reference doc: sl-mx8mm: Update references to latest DDR firmware 8.18 doc: sl-mx8mm: Add guide for copying the bootloader to SPI NOR doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve comment doc/board/kontron/sl-mx8mm.rst | 70 ++++++++++++++++++++++++++++------ 1 file changed, 58 insertions(+), 12 deletions(-) -- 2.39.0