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 129C8C433F5 for ; Tue, 26 Apr 2022 07:55:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C701883DA4; Tue, 26 Apr 2022 09:55:02 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=amarulasolutions.com header.i=@amarulasolutions.com header.b="oRQsNHNF"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B5E2183D9D; Tue, 26 Apr 2022 09:55:00 +0200 (CEST) Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0C82683C96 for ; Tue, 26 Apr 2022 09:54:58 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=amarulasolutions.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jagan@amarulasolutions.com Received: by mail-ej1-x629.google.com with SMTP id k23so34370142ejd.3 for ; Tue, 26 Apr 2022 00:54:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vMPwRXg42+Y6d7E6HCg8ziRF39121gp7OTN/pZMxFfQ=; b=oRQsNHNFIdJdEFGFltvKIRI/hR0G7Rf5/I/ZJHTJdL2LvsWlDbQywOiz6Z1nu4YhGU tWbDbl+wzxPileRGdiMltWpbrimd/jG5h8jvfYerv2oyKKo9oYiEzh8ivQuftyTVxvW0 T5S0z9V3EN8Vk8Vl7q2awj1icHUxQ0YuZx4C8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vMPwRXg42+Y6d7E6HCg8ziRF39121gp7OTN/pZMxFfQ=; b=w1gmbzk+Xt/qYL1fukYvgILq3OU3eai2qQnUHRiYM4XxIQZAzgBv/gK43zeOz4hwUk ahMuSvnzOI/SQNERA2/nYwqKMeKGRb077Cu9EAO/kB2w+Uu75WkPBJMX8JCdMjWDKVvx tZye9W2A9cs7l/yPEURrzwih+ycD2MvjUs55DuS/gnYqFh24OcKhMsQgTvrDUxPIjx7f gFzEVPCdKZ6Og02IOSBYYF0Yh0n1zLOOb+Q+gnvdXsOmMg14qGg35QowhfMe75wWnc0r bYFzJzbPGxqGylWK9gn/eYwlKLK1dDW7/1O/OLBI4vOSCTfLp9N1S/Po8yaeaU16UGyy ZlWQ== X-Gm-Message-State: AOAM531cGEXntZIWOwDeJJT0AIrEWtbApw4b7b7FQdDC93r+XB7lyxpQ EVIV2BvJ90J6rg6M1Eleme+IqJECSX+H0YOWrzpJYA== X-Google-Smtp-Source: ABdhPJyAwNAYCySEr/AS3k1lX40zka7CPf9zaW9KhP62ZgS4u/FLk3HG/4d1fN0ecbrYknKFv1QAkMXDYFR/DUZ2pl8= X-Received: by 2002:a17:907:7287:b0:6f3:8414:74f1 with SMTP id dt7-20020a170907728700b006f3841474f1mr11946200ejc.123.1650959697604; Tue, 26 Apr 2022 00:54:57 -0700 (PDT) MIME-Version: 1.0 References: <20220425232650.GG6644@bill-the-cat> In-Reply-To: From: Jagan Teki Date: Tue, 26 Apr 2022 13:24:45 +0530 Message-ID: Subject: Re: [ANN] U-Boot v2022.07-rc1 released To: Tom Rini , Michael Nazzareno Trimarchi , Fabio Estevam , Ye Li Cc: u-boot@lists.denx.de Content-Type: text/plain; charset="UTF-8" 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 Tue, Apr 26, 2022 at 12:11 PM Michael Nazzareno Trimarchi wrote: > > Hi Tom > > On Tue, Apr 26, 2022 at 1:27 AM Tom Rini wrote: > > > > Hey all, > > > > It's release day and so here's v2022.07-rc1. There's a lot in here, and > > there's a few more things yet to come, hopefully this week, in terms of > > pull requests. > > > > In terms of a changelog, > > git log --merges v2022.04..v2022.07-rc1 > > contains what I've pulled but as always, better PR messages and tags > > will provide better results here. > > > > So we're now looking at regular releases every other Monday, and with > > final release on July 4th, 2022. Thanks all! > > > > -- > > Tom > > I have sent some patches that fixes imx6/8 architecture on bad block > skipping. Right now we have this in uboot > > while (is_badblock(mtd, offs, 1)) { > page = page + nand_page_per_block; > /* Check i we've reached the end of flash. */ > if (page >= mtd->size >> chip->page_shift) { > free(page_buf); > return -ENOMEM; > } > } > > in spl code of nand controller. That code does not work if get one bad block I believe no one encounter this case so far. Ye Li or Fabio Any information regarding this issue? Thanks, Jagan.