
Am 03.04.2016 um 21:32 schrieb Andreas Färber afaerber@suse.de:
Am 03.04.2016 um 18:05 schrieb Andreas Färber: v2016.01 is the last release to boot Linux on the Firefly-RK3288 for me. On v2016.03 or master there is no output from the kernel.
Correction: Plain v2016.03 does work but not openSUSE's package.
This coincides with the DRAM getting misdetected as 512 MiB:
Seems to be unrelated, v2016.03 shows this wrong and boots okay.
ed980b8c62fbe17052ec6151a68b5b0be3809485 is the first bad commit commit ed980b8c62fbe17052ec6151a68b5b0be3809485 Author: Alexander Graf agraf@suse.de Date: Fri Mar 4 01:10:07 2016 +0100
efi_loader: hook up in build environment
Now that we have all the bits and pieces ready for EFI payload loading support, hook them up in Makefiles and KConfigs so that we can build.
So I take it that you successfully bisected to this commit with upstream master?
In that case consider me puzzled. As quick fix you should be able to just disable CONFIG_EFI in your .config file.
As for why it breaks this particular board, I can only speculate. Maybe something gets aligned somewhere else? I'm happy to get my hands dirty with you on it tomorrow though ;).
Alex