From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 3 Sep 2015 21:44:19 +0200 Subject: [U-Boot] [RFC] Adding support for NI Ettus Research USRP E3XX series In-Reply-To: <1441305841-27703-1-git-send-email-moritz.fischer@ettus.com> References: <1441305841-27703-1-git-send-email-moritz.fischer@ettus.com> Message-ID: <201509032144.19673.marex@denx.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 Thursday, September 03, 2015 at 08:44:00 PM, Moritz Fischer wrote: > Hi all, Hi! > this patch adds basic support for NI Ettus Research E3XX series > boards. I tagged this RFC because I'm not sure if the boards/xilinx/zynq > subdirectory is the correct place for this, as I'll have some follow up > patches that read the devices EEPROM for ethernet address etc. It's not, it should be board/ettus/e3xx/ . > Would putting it under boards/ni/zynq be the correct way of integrating it? > While technically a Zynq device there are a lot of custom modifications, > that I wouldn't like to force into board/xilinx/zynq/board.c in my follow > up patches. However duplicating the entire board.c doesn't seem like a > good idea neither. > > Any suggestions? For future reference do you want me to split out dts etc > in a separate patch? It's always boards/VENDOR/BOARD/ . Best regards, Marek Vasut