Re: [patch] arm64: set correct length of device path end entry

2014-01-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07.01.2014 18:06, Leif Lindholm wrote: > The length of the Device Path End entry in the grub_linux_boot() > funtcion is incorrectly set to 0. This triggers an assert failure > in debug builds of Tianocore. > > The correct length is 4 bytes (1 byte type, 1 byte subtype, > 2 bytes length). > > R

Re: [patch] arm64: set correct length of device path end entry

2014-01-07 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 07.01.2014 18:06, Leif Lindholm wrote: > The length of the Device Path End entry in the grub_linux_boot() > funtcion is incorrectly set to 0. This triggers an assert failure > in debug builds of Tianocore. > > The correct length is 4 bytes (1 byte type, 1 byte subtype, > 2 bytes lengt

[patch] arm64: set correct length of device path end entry

2014-01-07 Thread Leif Lindholm
The length of the Device Path End entry in the grub_linux_boot() funtcion is incorrectly set to 0. This triggers an assert failure in debug builds of Tianocore. The correct length is 4 bytes (1 byte type, 1 byte subtype, 2 bytes length). Reported-by: Mark Salter diff --git a/grub-core/loader/ar