From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 7 Jan 2020 17:13:59 +0100 Subject: [PATCH 1/2] imx: add imx8x capricorn giedi board In-Reply-To: <20200107153743.24740-1-agust@denx.de> References: <20200107153743.24740-1-agust@denx.de> Message-ID: <20200107171359.3f9490d2@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Tue, 7 Jan 2020 16:37:42 +0100 Anatolij Gustschin agust at denx.de wrote: > Add support for i.MX8X based Capricorn Giedi SoM. > > Supported interfaces: GPIO, ENET, eMMC, I2C, UART. > ... > --- Actually, this is v2 series, I forgot to tag it before resending, sorry. Here is the changelog: Changes in v2: - rebased on master branch, v2020.01 release - moved environment related config macros to defconfig - fixed 'empty last line' warnings seen when committing the patch - dropped obsolete CONFIG_MV88E61XX_88E6020_FAMILY from defconfig - commented out build_info() call in checkboard() because with currently available SCFW blob the board hangs when running build_info() -- Anatolij