From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Date: Thu, 7 May 2020 21:28:56 +0200 Subject: [PATCH 0/2] u-boot support for ODROID-C4 In-Reply-To: <4b3c7fda-d644-4a4b-46de-7f243a1dc33a@baylibre.com> References: <20200505202217.7849-1-b.galvani@gmail.com> <4b3c7fda-d644-4a4b-46de-7f243a1dc33a@baylibre.com> Message-ID: <20200507192856.GA4514@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, May 06, 2020 at 09:59:17AM +0200, Neil Armstrong wrote: > Hi Beniamino, > > On 05/05/2020 22:22, Beniamino Galvani wrote: > > Hi, > > > > these two patches add initial u-boot support for Hardkernel ODROID-C4. > > Thanks for the patchset, I already have one in my test tree, by you did beat me > by sending it to the list ! Oh, I didn't notice, sorry. > > https://wiki.odroid.com/odroid-c4/odroid-c4 > > > > Beniamino Galvani (2): > > arm: dts: import ODROID-C4 device tree > > The DT is not yet applied by kevin, thus I'll prefer waiting it to be accepted > and merged in a stable linux tree to keep DT synced. > > > boards: amlogic: add ODROID-C4 support > > Please re-use the w400 board instead of adding a new board, there is no need for a new > one until you'll need to add more functionalities. > > I know meson_generate_serial_ethaddr() is absent from w400, I'll add it shortly. Okay, I'll wait that the DT gets merged and then will resubmit using w400. Thanks, Beniamino