From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Jun 2022 23:22:14 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o6Iex-000d16-JK for lore@lore.pengutronix.de; Tue, 28 Jun 2022 23:22:14 +0200 Received: from bombadil.infradead.org ([2607:7c80:54:3::133]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o6Iez-0000qr-Ke for lore@pengutronix.de; Tue, 28 Jun 2022 23:22:14 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Pkb+qJjlRbo/4xK/ou8b1XlblEP51Z78i8aWotzEr0E=; b=nwFD15biz7ZcbSYRxqfz2Kicu5 q0IBdx5GGZYAhZpboHZhXRcaE7Z3b7gDwCwpmT+43cNA/4kU64p8K2j7BGVkVLC3HH+2GcK0BMN8T C3SeI5jgxdQBTZ9MqbmeUtjYZIynmLdicrt/mdqQt1QQfTeXglzU4/tr4CD2vqzowRYdStvdikfF1 8FaaHuAcp8AiCjRzqGLs9UuMz2CGRSoSbIcg9f86Y1OGZjEqjBzB//RL1kbNOwx2bzbPI01YYPTCW TctU9osS4WVs+rjZSeZ2jzgNMjCO8JByp2EVimxFpu4691FD882qR2MWWRfFap2NqecOK/r69I7Sv nK+qH7fA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6Idi-008Elm-HN; Tue, 28 Jun 2022 21:20:54 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6Idd-008EkP-JR for barebox@lists.infradead.org; Tue, 28 Jun 2022 21:20:51 +0000 Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[127.0.0.1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1o6IdZ-0000d5-Tc; Tue, 28 Jun 2022 23:20:45 +0200 Message-ID: <1e708951-feee-8656-d785-381b733da57c@pengutronix.de> Date: Tue, 28 Jun 2022 23:20:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: Sam Ravnborg Cc: barebox@lists.infradead.org References: <20220515193807.354903-1-sam@ravnborg.org> <2ff476fa-0a73-3726-c905-5796691f740f@pengutronix.de> From: Ahmad Fatoum In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220628_142049_706049_E69684EE X-CRM114-Status: GOOD ( 25.49 ) X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "barebox" X-SA-Exim-Connect-IP: 2607:7c80:54:3::133 X-SA-Exim-Mail-From: barebox-bounces+lore=pengutronix.de@lists.infradead.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-3.7 required=4.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.2 Subject: Re: [RFC PATCH v1 0/8] ARM: at91: Add pbl support to skov-arm9cpu X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.ext.pengutronix.de) Hi Sam, On 28.06.22 23:18, Sam Ravnborg wrote: > Hi Ahmad, > > On Tue, Jun 28, 2022 at 11:12:39PM +0200, Ahmad Fatoum wrote: >> Hello Sam, >> >> On 28.06.22 21:23, Sam Ravnborg wrote: >>> Hi Ahmad, >>> On Sun, May 15, 2022 at 09:37:59PM +0200, Sam Ravnborg wrote: >>>> The following is the current set of patches so far to support >>>> PBL for the skov-arm9cpu. >>> ... >>>> This is an RFC - because the code does not yet work :-( >>>> It fails to mount the SD Card - for reasons I am yet to discover. >>>> >>>> Most of the code is attempted to be generic so we can use it >>>> for other targets. >>> >>> I noticed you posted an issue on at91bootstrap about the sdram driver >>> today where you wrote that you are looking into at91samxxx bootstrap. >>> >>> I have something that works - and I can post an updated series tomorrow. >>> I was planning to get my drm driver functional again and update the >>> binding before posting v2 - so I had a complete barebox + linux kernel >>> solution. But as weather is good, there is less time for hacking. >>> >>> Let me know if it is of any help to post something. >>> Knowing your speed you may already be far ahead of what I made :-) >> >> No hurry. I figured we give the Atmel guys a heads up that the older >> platforms are broken. I am not actively working on this. > OK, thanks for the quick update. > I already went ahead and posted what I have as the commits was ready, > so it was quick to do. You can just ignore, but ofc any comments are > welcome and I consider most of the patches ready. I agree, Looked good from a quick glance. I will give this a more thorough review tomorrow. Cheers, Ahmad > > Sam > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |