From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Scheel Date: Wed, 23 Mar 2016 11:23:14 +0100 Subject: [U-Boot] [PATCHv3 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard In-Reply-To: <1457076772-10088-2-git-send-email-julian@jusst.de> References: <1457076772-10088-1-git-send-email-julian@jusst.de> <1457076772-10088-2-git-send-email-julian@jusst.de> Message-ID: <56F26E92.8010801@jusst.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04.03.2016 08:32, Julian Scheel wrote: > Add support for platforms based on the Meerkat COM module. Includes support > for the minimal reference platform called Kein Baseboard, which in fact is > sufficient to run most existing Meerkat carriers. > > Signed-off-by: Julian Scheel > --- > Changes in v3: > - Remove bad as3722 gpio manipulations on pcie init (this time for real) > > Changes in v2: > - Rename config options to TARGET_KEIN_BASEBOARD > - Remove unnecessary CONFIG options from kein-baseboard.h > - Add clocks to meerkat dtsi, as it was removed from tegra124-dtsi lately > --- Are there any objections left on this series? -Julian