From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 14 Dec 2015 15:28:11 +0100 Subject: [U-Boot] [PATCH 00/11] Add support for Synology DS414 and some related fixes In-Reply-To: <20151214140339.GC6555@orbit.nwl.cc> References: <20151213002837.9CF9C20094@mail.nwl.cc> <566E71DE.1060803@denx.de> <20151214112642.GA6555@orbit.nwl.cc> <566EB0AF.20005@denx.de> <20151214140339.GC6555@orbit.nwl.cc> Message-ID: <566ED1FB.4060008@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 Hi Phil, On 14.12.2015 15:03, Phil Sutter wrote: > On Mon, Dec 14, 2015 at 01:06:07PM +0100, Stefan Roese wrote: >> Okay. I've sent the new patches to the list. And also added a branch >> to the "u-boot-a38x.git" gitlab repository. You can find a full >> working version in this branch now "mvebu-dm-spl-2015-12-14": >> >> https://gitlab.denx.de/sr/u-boot-a38x/commits/mvebu-dm-spl-2015-12-14 >> >> Please base your work on top of this branch if possible. Adding >> support for your MV78230 should be quite straight forward now. > > After skimming through your patches, I'm quite convinced it will be. One thing to note: Please make sure to add the "u-boot,dm-pre-reloc;" properties to the device-tree nodes that are used in the SPL. So especially the UART and perhaps the SPI NOR (not sure your board boots from this device) need these properties. And also, please check that you have the defconfig from the new branch as a a basis for your board port. Thanks, Stefan