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 7433DC433F5 for ; Wed, 6 Apr 2022 20:42:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 928C883E36; Wed, 6 Apr 2022 22:42:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.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=debian.org header.i=@debian.org header.b="dEwPokFl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0EEA283E37; Wed, 6 Apr 2022 22:42:23 +0200 (CEST) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by phobos.denx.de (Postfix) with ESMTP id 22CC683E34 for ; Wed, 6 Apr 2022 22:42:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vagrant@aikidev.net Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 296681AC35; Wed, 6 Apr 2022 13:42:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1649277738; bh=fd5P2wyboN7WOSMFJREgFcRoKlldKTBRUDuP3tGXyrU=; h=From:To:Cc:Subject:Date:From; b=dEwPokFl2l7CDNaOC7Byh8qddT4FV/8zFTrU+QrVmBz84vDpn4ZaRzfbUUratKxxp UFzVaxPBuEW8wuvCXDhW6hU6uRWjai5eP2TLQTew0G9jHzONYnorMw1gLGKoqcG3pS GWT0Se3L/DwwIRThYop91kzFLf2384Jsz9UHk18N/k1UV8oSvIHj014eeSoU9W/VcV YjbT9N2K/1ZikhdSWNOHyV7GN2RLOPgG9+DJVTuHiArW94cQnPVkdZHEm0zAT2RNan AXFHAnGc9XQy61hjnKYApQ922CL2ZpUj6PTnOi2orGgpvKPqh0TD8EHWBBQEKzs+ep 1Ric+Fat9Q29Q== From: Vagrant Cascadian To: u-boot@lists.denx.de Cc: Vagrant Cascadian , Akash Gajjar , Alex Bee , Jagan Teki , Kever Yang , Philipp Tomsich , Philipp Tomsich , Simon Glass Subject: [PATCH 0/2] Enable booting from SCSI on rockpro64-rk3399. Date: Wed, 6 Apr 2022 13:42:02 -0700 Message-Id: <20220406204204.60328-1-vagrant@debian.org> X-Mailer: git-send-email 2.35.1 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 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.5 at phobos.denx.de X-Virus-Status: Clean This patch series adds SCSI booting to rockchip-common.h to enable scsi boot options from distro boot, and enables SCSI options in the rockpro64-rk3399 configuration. Vagrant Cascadian (2): rockchip: Enable SCSI in distro bootcmd for rk3399. rockchip: Enable AHCI/SCSI/SATA on rockpro64-rk3399. configs/rockpro64-rk3399_defconfig | 7 +++++++ include/configs/rockchip-common.h | 7 +++++++ 2 files changed, 14 insertions(+) -- 2.35.1