From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D8557C433F5 for ; Thu, 28 Oct 2021 06:40:01 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22E21610A0 for ; Thu, 28 Oct 2021 06:40:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 22E21610A0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 20ED6831B4; Thu, 28 Oct 2021 08:39:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635403199; bh=S1QA0hSGSP6GSouCdG42P7pAyLVDwd8SrLUuBRTJDRM=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=yL0wyKH7L+HgfBR4/ryVRcyI1Asku86lwmUZen8hdrLOPp/xW6eGdKI1OJqvbacXL MvovFHB+aWodC0TNeO69anBofyLgZ/UJAJxodiqSe8oswzRN+q5r+6GpDGknCM/UE8 sY3D/nHtRcC6oyfpiVFCHcLrUv56kmMMw45lteLndKwkXt/HJtpDSjOzkDVg1scNn7 DFuzq7V3fnrO1chj68vqqR9D1L7N97h9NB9Ls3xK02FZCxK+02KAIXzyqhbYVJuPHa KHgZmIWi509Ld+9ncfiRIro6A2Pu1TeHsmH8uJGofkOEiHcNORl4eyJL7tFKXM3Riv We2twvHUJkAhQ== Received: by phobos.denx.de (Postfix, from userid 109) id 690F4831BA; Thu, 28 Oct 2021 08:39:57 +0200 (CEST) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [91.198.250.252]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3317C8316B for ; Thu, 28 Oct 2021 08:39:54 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:105:465:1:3:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4HfwsQ0jDczQjCy; Thu, 28 Oct 2021 08:39:54 +0200 (CEST) Subject: Re: kirkwood stack size To: =?UTF-8?Q?Marek_Beh=c3=ban?= , Tony Dinh Cc: Tom Rini , U-Boot Mailing List , Holger Brunck References: <20211028032816.6bb613a7@thinkpad> From: Stefan Roese Message-ID: Date: Thu, 28 Oct 2021 08:39:49 +0200 MIME-Version: 1.0 In-Reply-To: <20211028032816.6bb613a7@thinkpad> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 89FFD56A X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Added Holger, the maintainer of the km_kirkwood boards to Cc... On 28.10.21 03:28, Marek BehĂșn wrote: > On Wed, 27 Oct 2021 16:06:58 -0700 > Tony Dinh wrote: > >> Hi Marek, >> >> In reference to: >> https://lists.denx.de/pipermail/u-boot/2021-October/465221.html >> >> I have several Kirkwood boards, and currently support these boards in >> mainline: Sheevaplug, Zyxel NSA310S, GoFlex Home, Dockstar. I also >> have a few out-of-tree Kirkwood u-boots that have not been submitted >> for mainline yet. >> >> I did not see the stack size problem, or any other problem. And I'm >> running the 2021.07 version. >> >> Regards, >> Tony > > Hi Tony, > > thank you for your reply. > > I should have mentioned that this concerns only the following > defconfigs: > km_kirkwood_128m16_defconfig > km_kirkwood_defconfig > km_kirkwood_pci_defconfig > since only these store environment in EEPROM. Holger, could you perhaps take a look here? Marek is working on some env related stuff that might interfere with your Kirkwood boards, e.g. the initial stack location. Thanks, Stefan