Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-30 Thread Roy Franz
On Fri, Aug 30, 2013 at 5:53 AM, Grant Likely wrote: > On Fri, 9 Aug 2013 16:26:03 -0700, Roy Franz wrote: >> Signed-off-by: Roy Franz > > The entire commit message is contained in the subject line! The first > line of a commit message needs to be a short summary, followed by a > blank line,

Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:03 -0700, Roy Franz wrote: > Signed-off-by: Roy Franz The entire commit message is contained in the subject line! The first line of a commit message needs to be a short summary, followed by a blank line, followed by the full description. Commit text body should be

Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-30 Thread Grant Likely
On Fri, 9 Aug 2013 16:26:03 -0700, Roy Franz roy.fr...@linaro.org wrote: Signed-off-by: Roy Franz roy.fr...@linaro.org The entire commit message is contained in the subject line! The first line of a commit message needs to be a short summary, followed by a blank line, followed by the full

Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-30 Thread Roy Franz
On Fri, Aug 30, 2013 at 5:53 AM, Grant Likely grant.lik...@secretlab.ca wrote: On Fri, 9 Aug 2013 16:26:03 -0700, Roy Franz roy.fr...@linaro.org wrote: Signed-off-by: Roy Franz roy.fr...@linaro.org The entire commit message is contained in the subject line! The first line of a commit message

Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > Signed-off-by: Roy Franz > --- > arch/x86/boot/compressed/eboot.c | 38 +++-- > drivers/firmware/efi/efi-stub-helper.c | 96 > +--- > 2 files changed, 72 insertions(+), 62 deletions(-) Tested on

Re: [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using

2013-08-13 Thread Mark Salter
On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: Signed-off-by: Roy Franz roy.fr...@linaro.org --- arch/x86/boot/compressed/eboot.c | 38 +++-- drivers/firmware/efi/efi-stub-helper.c | 96 +--- 2 files changed, 72 insertions(+), 62

[PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a g

2013-08-09 Thread Roy Franz
Signed-off-by: Roy Franz --- arch/x86/boot/compressed/eboot.c | 38 +++-- drivers/firmware/efi/efi-stub-helper.c | 96 +--- 2 files changed, 72 insertions(+), 62 deletions(-) diff --git a/arch/x86/boot/compressed/eboot.c

[PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a g

2013-08-09 Thread Roy Franz
Signed-off-by: Roy Franz roy.fr...@linaro.org --- arch/x86/boot/compressed/eboot.c | 38 +++-- drivers/firmware/efi/efi-stub-helper.c | 96 +--- 2 files changed, 72 insertions(+), 62 deletions(-) diff --git a/arch/x86/boot/compressed/eboot.c