From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=cYVZ5SWv; spf=pass (domain: linaro.org, ip: 209.85.221.49, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by groups.io with SMTP; Fri, 31 May 2019 04:16:40 -0700 Received: by mail-wr1-f49.google.com with SMTP id w13so6234284wru.11 for ; Fri, 31 May 2019 04:16:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=9DZGxXFA8eMYWWXccaNhM8r8BSYKGfEXKAkkJq946S0=; b=cYVZ5SWvcq9jMO4anu+Cm6h+RsoxxUUyBxwKM0q1E3jtS6NtOmRsVzuLB8lB2cw9eR 7TnEiKJ+7zR2HroYplLR09uAImKo65zoCsyBncx8WHjacyXTAC/hQGbBikrgQ+wr1zhe hJwG9WB3tQTGiGB2JpvEvkyIVllCBF/Ssy4zBU/jsLaIDfdfoumV720mo6bLkAylSlgc syO6rdF9s3OVQggCdQtcgG7fo/O1JzKoyx6HY+QZbllrRECEKEoBhIMS6+IarsMsrBig 2dvE6oR12+5RPg42jxAP9PRt3tPcbri7P8DMrkA8WuKBfQJfVBBPFqnaWMvUk38ES6NN wjDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=9DZGxXFA8eMYWWXccaNhM8r8BSYKGfEXKAkkJq946S0=; b=Usd26tUV6iXtSXG1+KnrgKoEg4rbEZ0toYdUjCCOLT+g2BN4HaiXEM7wDNScwYjdys 2Pv5ANaujvP7GavgE82GOt4WxKqSyV7FfOqVVWov/NSbygg0M5cJ+valFluQblZSPMLK YBHrJDD0eQvTfzv6VETwEH0/NKbFf7OTseFC16Ddk1YHCi0LCYPbSgLlCvliigu5EjyH 4CJ9Y4DzQ+6xNnTq07/QXmMzfhnQOZUMiRFv8QBiJAh4Uon0ZqcOYidpFfPhYK/NYepi MjgyRLv1POWNXLk0ln+HVlGvuih1AI8u2HPg8fVGpdhsjidGes8gcTUPm3qVSkqZALOx 9MWQ== X-Gm-Message-State: APjAAAWOjTHvU98iG/QcwbC8b+2Uv1s5hbAFleU34QR5alLHxKRZ7u0R TARn+2XpoCUe214nkXafgkHgLQ== X-Google-Smtp-Source: APXvYqwnDSi5hBOynpmWiVHrxQ1ml7SLYwzqZ+BCC806n70BgB3q0VT9vLlMjNuqf0qIkbpTqqi2Cw== X-Received: by 2002:adf:e486:: with SMTP id i6mr6290079wrm.286.1559301398994; Fri, 31 May 2019 04:16:38 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id d10sm5971237wrh.91.2019.05.31.04.16.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 31 May 2019 04:16:38 -0700 (PDT) Date: Fri, 31 May 2019 12:16:36 +0100 From: "Leif Lindholm" To: "Loh, Tien Hock" Cc: "devel@edk2.groups.io" , "thloh85@gmail.com" , Ard Biesheuvel , "Kinney, Michael D" Subject: Re: [[edk2-platforms]PATCH v4 1/1] Platform: Intel: Add Stratix 10 platform support Message-ID: <20190531111636.dxekcxju4netamfn@bivouac.eciton.net> References: <1557392147-85975-1-git-send-email-tien.hock.loh@intel.com> <20190529144248.6fgrmypik2qprqiv@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 30, 2019 at 05:34:23AM +0000, Loh, Tien Hock wrote: > > Also, we should look into having the DT provided by the firmware > > instead of passed on the command line. > > > > And manually specifying console is very 2014 - use stdout-path in > > the DT. > > Yeah I'll be looking into it. Can I get this 2014'ish implementation > in first as I need to add DT support arm-trusted-firmware first > before I can add this back to EDK2? For the "having the DT provided by the firmware" bit, sure. But for specifying console on command line: https://github.com/altera-opensource/linux-socfpga/blob/master/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts#L29 So I don't see why the command line juggling is needed at all? / Leif