From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 22 Oct 2018 16:36:32 +0200 Subject: [U-Boot] [PATCH] ARM: mvebu: dts: add Clearfog GT-8K In-Reply-To: <875zxu836c.fsf@tkos.co.il> References: <875zxu836c.fsf@tkos.co.il> Message-ID: <3923c6a9-2b7d-7625-6e18-bfa3554fe5e6@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 22.10.18 16:30, Baruch Siach wrote: > Hi Stefan, > > Stefan Roese writes: >> On 18.10.18 13:51, Baruch Siach wrote: >>> From: Rabeeh Khoury >>> >>> The SolidRun Clearfog GT-8K is based on Armada 8040. >>> >>> https://wiki.solid-run.com/doku.php?id=products:a8040:clearfoggt8k >>> >>> Signed-off-by: Rabeeh Khoury >>> Signed-off-by: Baruch Siach >> >> Is a dts file enough for a functional U-Boot port? Don't you >> need to reference it at least in some new defconfig file? > > The defconfig is exactly the same as the Macchiatobin. So doing: > > make mvebu_mcbin-88f8040_defconfig > make DEVICE_TREE=armada-8040-clearfog-gt-8k > > should do the trick. Do you think I should add another defconfig that > only changes CONFIG_DEFAULT_DEVICE_TREE? From my experience, users look for existing U-Boot ports in the "configs" directory (in modern U-Boot). So yes, I think its clearer and more obvious that this board is supported (and how it can be built) by adding this new defconfig file. Thanks, Stefan