[U-Boot] Raspberry Pi 3(+) / 64bit bug with saveenv

2018-06-12 Thread Pascal Vizeli
Hi, I see a strange problem with `saveenv` on Raspberry Pi 3 platform. Other Raspberry Pi (0/w/2) device work well with `saveenv`. After I call the `saveenv` command, the device going into `fsm 1, hsts 0001` loop. I try it with env file on ext/fat and on mmc. Here is the bug report: https://

Re: [U-Boot] Raspberry Pi 3(+) / 64bit bug with saveenv

2018-06-12 Thread Pascal Vizeli
Yes, this patch works. Thanks a lot. Greets Pascal 2018-06-12 22:36 GMT+02:00 Alexander Graf : > > > On 12.06.18 20:21, Pascal Vizeli wrote: >> Hi, >> >> I see a strange problem with `saveenv` on Raspberry Pi 3 platform. >> Other Raspberry Pi (0/w/2) device work

[U-Boot] Raspberry Pi / fdt_addr bug with environment

2018-07-15 Thread Pascal Vizeli
Hi, I found a funny bug. I don't think that is a raspberry pi only bug. It is the handling how env restore work. We use the origin device tree from first bootloader. We store also the environment to SSD for a fallback scenario. Now it store also the fdt_addr to environment. On next boot, it overw