Re: [PATCH] Open firmware: restore FDT in ofw01 to avoid test timeout

2021-03-30 Thread Christian MAUDERER
Hello Jiri and Joel, I tested the patch on the i.MXRT BSP and it runs fine. Therefore I pushed it. @Jiri: Thanks for the patch. Best regards Christian Am 28.03.21 um 17:43 schrieb Joel Sherrill: On Sun, Mar 28, 2021, 7:56 AM Jiri Gaisler > wrote: The ofw01 t

Re: [PATCH] Open firmware: restore FDT in ofw01 to avoid test timeout

2021-03-28 Thread Joel Sherrill
On Sun, Mar 28, 2021, 7:56 AM Jiri Gaisler wrote: > The ofw01 test will hang on RISC-V unless the real FDT is restored at the > end of the test. This will allow the Sifive test module be found by > _CPU_Fatal_halt() and avoid an infinite loop. > I'm ok with this but would like someone with anoth

[PATCH] Open firmware: restore FDT in ofw01 to avoid test timeout

2021-03-28 Thread Jiri Gaisler
The ofw01 test will hang on RISC-V unless the real FDT is restored at the end of the test. This will allow the Sifive test module be found by _CPU_Fatal_halt() and avoid an infinite loop. From 7d285bb7b9d648bef2eb6bd39c5530c56beff287 Mon Sep 17 00:00:00 2001 From: Jiri Gaisler Date: Sun, 28 M