From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcus Comstedt Date: Sun, 08 Sep 2019 14:54:35 +0200 Subject: [U-Boot] [PATCH] clk: sifive: Fix ethernet regression on HiFive Unleashed In-Reply-To: (Bin Meng's message of "Sun, 8 Sep 2019 20:38:16 +0800") References: <20190908093551.27679-1-marcus@mc.pp.se> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, Bin Meng writes: > I believe the officially supported booting workflow is to use the > latest DT from Linux and compile it into OpenSBI, then boot to U-Boot. > The original DT shipped by FSBL is not used by OpenSBI or U-Boot. Ok, if U-Boot uses a DT compiled into OpenSBI then the incompatibility is with OpenSBI v0.4 (the latest release) because that's what I'm running. In any case it is a regression since the same setup worked with U-Boot v2019.07. // Marcus