From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Sat, 1 Apr 2017 20:17:52 +0000 Subject: [U-Boot] [PATCH v5 1/3] arm: tegra: initial support for apalis tk1 In-Reply-To: References: <20170325001824.25160-1-marcel@ziswiler.com> <20170325001824.25160-2-marcel@ziswiler.com> Message-ID: <1491077870.2871.5.camel@toradex.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de On Fri, 2017-03-31 at 22:22 -0600, Simon Glass wrote: > Hi Marcel, >=20 > On 24 March 2017 at 18:18, Marcel Ziswiler > wrote: > > From: Marcel Ziswiler > >=20 > > This patch adds board support for the Toradex Apalis TK1 a computer > > on > > module which can be used on different carrier boards. > >=20 > > The module consists of a Tegra TK1 SoC, a PMIC solution, 2 GB of > > DDR3L > > RAM, a bunch of level shifters, an eMMC, a TMP451 temperature > > sensor > > chip, an I210 gigabit Ethernet controller and a SGTL5000 audio > > codec. > > Furthermore, there is a Kinetis MK20DN512 companion micro > > controller for > > analogue, CAN and resistive touch functionality. > >=20 > > For the sake of ease of use we do not distinguish between different > > carrier boards for now as the base module features are deemed > > sufficient enough for regular booting. > >=20 > > The following functionality is working so far: > > - eMMC boot, environment storage and Toradex factory config block > > - Gigabit Ethernet > > - MMC/SD cards (both MMC1 as well as SD1 slot) > > - USB client/host (dual role OTG port as client e.g. for DFU/UMS or > > host, > > =C2=A0 other two ports as host) > >=20 > > Signed-off-by: Marcel Ziswiler > > Reviewed-by: Simon Glass > >=20 > > Signed-off-by: Marcel Ziswiler > > --- > >=20 > > Changes in v5: > > - Re-enabled EFI loader support after discussion with Alexander. >=20 > Well OK, either way is fine with me. Thanks, Simon. Do you happen to know whether anybody will actually pick that series up and apply it any time soon? > Regards, > Simon