Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Keshav P R
Status of this patch in grub2 v2.00 code freeze? - Keshav On 09/02/2012, Vladimir 'φ-coder/phcoder' Serbinenko phco...@gmail.com wrote: Go ahead. On 08.02.2012 17:55, Matthew Garrett wrote: The Linux boot header includes information on the kernel's desired load address and alignment. Add

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2012 22:01, Keshav P R wrote: Status of this patch in grub2 v2.00 code freeze? I have written what have to be fixed first. And one thing: your idea to put into distro a patch which has known serious issues that have to be resolved was a very bad one. -- Regards Vladimir

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Keshav P R
I am asking about 'this' patch (patch 1/3) alone. Not the other two ones. And the distro package was never updated, it was just a test build with a bzr snapshot and these patches, given to users willing to test the code. - Keshav On 27/02/2012, Vladimir 'φ-coder/phcoder' Serbinenko

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Keshav P R
Coming to the issue of distro package, has the uefi relocator hang (seen in many asus laptops) been fixed in bzr mainline? On 27/02/2012, Keshav P R the.ridikulus@gmail.com wrote: I am asking about 'this' patch (patch 1/3) alone. Not the other two ones. And the distro package was never

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2012 22:22, Keshav P R wrote: Coming to the issue of distro package, has the uefi relocator hang (seen in many asus laptops) been fixed in bzr mainline? The reports feature one bug that debug=all caused relocator to hang. I don't know what happens in case when no debug is set and

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 26.02.2012 22:18, Keshav P R wrote: I am asking about 'this' patch (patch 1/3) alone. 'This' patch by itself has no effect. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko ___ Grub-devel mailing list Grub-devel@gnu.org

[PATCH V3 1/3] Update the Linux boot protocol

2012-02-08 Thread Matthew Garrett
The Linux boot header includes information on the kernel's desired load address and alignment. Add support for that. --- ChangeLog |6 ++ include/grub/i386/linux.h | 28 +++- 2 files changed, 29 insertions(+), 5 deletions(-) diff --git

Re: [PATCH V3 1/3] Update the Linux boot protocol

2012-02-08 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Go ahead. On 08.02.2012 17:55, Matthew Garrett wrote: The Linux boot header includes information on the kernel's desired load address and alignment. Add support for that. --- ChangeLog |6 ++ include/grub/i386/linux.h | 28 +++- 2 files