From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 13 Apr 2015 13:29:06 +0200 Subject: [U-Boot] "socfpga sdram_applycfg" in mainline u-boot In-Reply-To: <201504131324.16869.marex@denx.de> References: <1427752878-18426-1-git-send-email-dinguyen@opensource.altera.com> <201504081513.28044.marex@denx.de> <20150413111206.GA24602@amd> <201504131324.16869.marex@denx.de> Message-ID: <552BA882.4080201@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 13.04.2015 13:24, Marek Vasut wrote: > On Monday, April 13, 2015 at 01:12:06 PM, Pavel Machek wrote: >> Hi! >> >> Is there equivalent of "socfpga sdram_applycfg" in mainline u-boot? If >> not, does anyone have a patch porting functionality forward? If not >> would it be ok to create "socfpga" command with sdram_applycfg >> subcommand, or would different interface be preffered? > > Doesn't "bridge enable" do something along those lines ? Yes, "bridge enable" does replace this quite ugly jump into some U-boot code from the earlier U-Boot versions. It does work for me quite good. Thanks, Stefan