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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 42F46C433EF for ; Tue, 15 Mar 2022 19:01:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0B60883AC4; Tue, 15 Mar 2022 20:01:48 +0100 (CET) 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=1647370908; bh=9dm8ZVYnacVn57CJbpwd8S7PfOTIgBJu8ykoLwZe8NU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=yMyiprNZD0Gcf+YKMJsMKnalRzXnmEmvNBC3DflMnk5UJks7OmQDcy0P19h22xkqh 9dV2JCHjofoUD4WRxXhQsjmmTDQvrr1joqYmhl42aVB/AJ5gvT89Cm4M3//F0FxBSh 5PmpXFIr+GcjcPT8FvyomT1os0OqrLViJjZD3VNb66FhYbjnF2yVbu2a/nrjokPkS4 kqiFVF9ZOmet8ZhRKC2UgafZhUyfXRb5xGK5PLHe3zDuTjix05nzwjXgJIxyob3X3u XO0NOwc82k1Q09rEgAXjrT/B59ldrpn8I4x3OMnnUYPdz59vo0VAOERTdTgaXl9H45 468EOCJxuPd0A== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id E5CB283A9F; Tue, 15 Mar 2022 20:01:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1647370906; bh=9dm8ZVYnacVn57CJbpwd8S7PfOTIgBJu8ykoLwZe8NU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Ak6qAztSZdiIco7WhOR5UQe34tX2JVo2pXj6LBBcd7Lai3y11TbxsleqAs7hFlPOt xUdockVjSDSOwljB1UvtRQgyIc6GyZbEF+KgoS7uOPOqLaYvd0Xl7yqzwDcSZf3TxQ VtrBRnOdBCn66fPlo6pVLRuxhz2TB4TXYSATY6ArGBhHp+NiHrTHDybWBQeIT8klDZ wkMfoDiodYz3+519uwYWMo2+JU98XBXD5kteYZoLYyNLbj3vIwHGABvB2DOeP6bSow rTt+rdH1wpKWNdc6lcNJYLZfAOQiqH59HW+Z3YQ2BHN7+5mIeVS5bOPeghKJJrOxZL XNNvuJA4r98wA== Message-ID: Date: Tue, 15 Mar 2022 20:01:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 Subject: Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq Content-Language: en-US To: Heiko Thiery , Angus Ainslie Cc: u-boot@lists.denx.de, lukma@denx.de, seanga2@gmail.com, sbabic@denx.de, festevam@gmail.com, kernel@puri.sm, uboot-imx@nxp.com, peng.fan@nxp.com References: <20220315130820.1054186-1-angus@akkea.ca> <20220315130820.1054186-3-angus@akkea.ca> From: Marek Vasut In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean On 3/15/22 16:35, Heiko Thiery wrote: > Hi Angus and all, Hi, [...] > U-Boot 2022.04-rc4-00008-g390d9bf9a1 (Mar 15 2022 - 16:26:59 +0100) > > CPU: Freescale i.MX8MQ rev2.1 at 800 MHz > Reset cause: POR > Model: Kontron pITX-imx8m > DRAM: alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted > alloc space exhausted Try increasing MALLOC_F_LEN in your .config , that should do the trick I think. There is now a lot of clock drivers that are being instantiated early, so your early malloc area is likely exhausted.