Re: i.MX6Q ldb after 2019.02

2020-11-13 Thread Alexander Shiyan
I fixed the problem by adding another chunk for the LDB node, this will be a temporary solution for now: &ldb { assigned-clocks = <&clks IMX6QDL_CLK_PLL5_VIDEO>; assigned-clock-parents = <0>; assigned-clock-rates = <71680>; status = "okay"; ... Thanks All! >П

[PATCH] hab: habv4: Don't reset index when checking for more events

2020-11-13 Thread Robin van der Gracht
If index is reset and the event record pointer is NULL the size of the indexed event will be written to 'len'. Currently this results in always printing the buffer overflow error if there is a HAB event. The index shouldn't be reset to get the size of the 'next' unhandled event. This can occur if

Re: i.MX6Q ldb after 2019.02

2020-11-13 Thread Alexander Shiyan
>Пятница, 13 ноября 2020, 12:15 +03:00 от gianluca : > >On 11/13/20 9:51 AM, Alexander Shiyan wrote: >> Hello All. >> >> I am having problems updating the barebox from version 2019.02 to version >> 2020.10. >> The barebox i.MX6 CLK driver now uses several patches compared to the >> previous >> v

i.MX6Q ldb after 2019.02

2020-11-13 Thread Alexander Shiyan
Hello All. I am having problems updating the barebox from version 2019.02 to version 2020.10. The barebox i.MX6 CLK driver now uses several patches compared to the previous version to fix the err009219 bug, and the display no more works as before. I use a board based on i.MX6Q revision 1.2. With

Re: i.MX6Q ldb after 2019.02

2020-11-13 Thread Ahmad Fatoum
Hello, On 11/13/20 9:51 AM, Alexander Shiyan wrote: > Hello All. > > I am having problems updating the barebox from version 2019.02 to version > 2020.10. > The barebox i.MX6 CLK driver now uses several patches compared to the previous > version to fix the err009219 bug, and the display no more w

Re: i.MX6Q ldb after 2019.02

2020-11-13 Thread gianluca
On 11/13/20 9:51 AM, Alexander Shiyan wrote: Hello All. I am having problems updating the barebox from version 2019.02 to version 2020.10. The barebox i.MX6 CLK driver now uses several patches compared to the previous version to fix the err009219 bug, and the display no more works as before. I

[PATCH] fixup! setenv: align with POSIX in handling of setenv(var, "")

2020-11-13 Thread Ahmad Fatoum
Previously setenv xxx= deleted x like xxx= does. With xxx= now instead assigning the empty string, setenv xxx= should too. Signed-off-by: Ahmad Fatoum --- commands/setenv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/setenv.c b/commands/setenv.c index 6992f604