On 31.08.14 21:33, Alexander Graf wrote: > > > On 31.08.14 19:35, Andreas Schwab wrote: >> Alexander Graf <[email protected]> writes: >> >>> For some reason the firmware does not detect the default boot entry of >>> the disk (to be debugged), so you have to manually point it to >>> >>> efi\boot\boota64.efi >> >> That should be bootaa64.efi according to the UEFI specs. > > Nicely spotted, thanks for fixing. It still doesn't boot though.
Ok, so there are 2 more issues. 1) The serial port needs to be in console=... on the kernel cmdline. The Foundation model models a plsomething with ttyAMA0 (sigh). I added "console=ttyAMA0,115200 console=ttyS0,115200n8 console=tty" to the kernel command line for efi builds. 2) The Linaro EFI blob does not contain a working device tree. If I pass the device tree manually with grub, it works. Alex -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
