[PATCH] arm64: Add the missing license macro in fdt module

2015-11-09 Thread fu . wei
From: Fu Wei Signed-off-by: Fu Wei --- grub-core/loader/arm64/fdt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/loader/arm64/fdt.c b/grub-core/loader/arm64/fdt.c index 5202c14..901bd7b 100644 --- a/grub-core/loader/arm64/fdt.c +++

Re: [PATCH] Use UEFI Time Service to calibrate TSC

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 09:03, Michael Chang wrote: > On Mon, Nov 09, 2015 at 10:29:55AM +0300, Andrei Borzenkov wrote: >> On Mon, Nov 9, 2015 at 10:07 AM, Michael Chang wrote: >>> This patch tries to detect PIT timer is broken and use UEFI Time Service >>> to calibrate TSC. >> >> Second

Re: [PATCH] Use UEFI Time Service to calibrate TSC

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 14:23, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 09.11.2015 09:03, Michael Chang wrote: >> On Mon, Nov 09, 2015 at 10:29:55AM +0300, Andrei Borzenkov wrote: >>> On Mon, Nov 9, 2015 at 10:07 AM, Michael Chang wrote: This patch tries to detect PIT timer

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-09 Thread Fu Wei
Hi Vladimir, Since you have merged a patch for Makefile problem, we just need to fix the license problem. I have sent the new little patch for that Great thanks! :-) . On 5 November 2015 at 23:03, Fu Wei wrote: > Hi Vladimir, > > Thanks for your help, I will test it on arm

Re: [PATCH] broken ESC navigation if authentication is used

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.06.2015 05:55, Andrei Borzenkov wrote: > В Wed, 10 Jun 2015 21:35:51 +0200 > "Vladimir 'phcoder' Serbinenko" пишет: > >> This patch may allow to escape to shell if menu was called from context >> without menu entries. This may happen inadvertently I.a. when using >>

[PATCH] arm64: Add the introduction of xen boot commands in docs/grub.texi

2015-11-09 Thread fu . wei
From: Fu Wei xen_hypervisor xen_linux xen_initrd xen_xsm Signed-off-by: Fu Wei --- docs/grub.texi | 38 ++ 1 file changed, 38 insertions(+) diff --git a/docs/grub.texi b/docs/grub.texi index

[PATCH] arm64: clean up a useless variable in xen_boot.c

2015-11-09 Thread fu . wei
From: Fu Wei This patch delete "file_name_index" variable and related comment. They are for xen_module command which has been deleted. Signed-off-by: Fu Wei --- grub-core/loader/arm64/xen_boot.c | 19 +-- 1 file changed, 5 insertions(+),

Re: [PATCH v2 2/6] relocator: Do not use memory region if its starta is smaller than size

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 21.07.2015 08:42, Andrei Borzenkov wrote: > On Mon, Jul 20, 2015 at 5:35 PM, Daniel Kiper wrote: >> malloc_in_range() should not use memory region if its starta is smaller >> than size. Otherwise target wraps around and points to region which is >> usually not a RAM,

Re: [PATCH] arm64: Fix the bug in fdt module

2015-11-09 Thread Fu Wei
Hi Vladimir, But I think maybe we still need to make a loader/arm/fdt.c, but because if we don't , we will get "incompatible license" error. On 9 November 2015 at 22:09, Fu Wei wrote: > Hi Vladimir, > Since you have merged a patch for Makefile problem, we just need to > fix

Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-11-09 Thread Daniel Kiper
On Mon, Nov 09, 2015 at 04:34:20PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 09.11.2015 16:29, Daniel Kiper wrote: > > On Wed, Nov 04, 2015 at 01:03:56PM +0100, Vladimir 'phcoder' Serbinenko > > wrote: > >> Le 12 août 2015 11:04 AM, "Ian Campbell" a écrit

Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 16:29, Daniel Kiper wrote: > On Wed, Nov 04, 2015 at 01:03:56PM +0100, Vladimir 'phcoder' Serbinenko wrote: >> Le 12 août 2015 11:04 AM, "Ian Campbell" a écrit : >>> >>> >>> (Having written the below I see too late that this is a grub patch not a >>> Xen

Re: [PATCH] ofdisk: allocate space for vscsi table

2015-11-09 Thread Paulo Flabiano Smorigo
On Mon, Nov 9, 2015 at 10:03 AM, Vladimir 'phcoder' Serbinenko wrote: > > Le 9 nov. 2015 1:00 PM, "Paulo Flabiano Smorigo" a > écrit : >> >> On Mon, Nov 9, 2015 at 8:46 AM, Vladimir 'φ-coder/phcoder' Serbinenko >> wrote: >> > On

Re: [PATCH] ofdisk: allocate space for vscsi table

2015-11-09 Thread Vladimir 'phcoder' Serbinenko
Le 9 nov. 2015 5:34 PM, "Paulo Flabiano Smorigo" a écrit : > > On Mon, Nov 9, 2015 at 10:03 AM, Vladimir 'phcoder' Serbinenko > wrote: > > > > Le 9 nov. 2015 1:00 PM, "Paulo Flabiano Smorigo" a > > écrit : > >> > >> On Mon, Nov 9,

Re: [PATCH v2] ofdisk: add sas disks to the device list

2015-11-09 Thread Paulo Flabiano Smorigo
On Mon, Nov 9, 2015 at 10:01 AM, Vladimir 'phcoder' Serbinenko wrote: > > Le 9 nov. 2015 8:39 AM, "Paulo Flabiano Smorigo" > a écrit : >> >> All SAS disks attached will be added to the device list. This is the >> second >> version of a patch that

Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-11-09 Thread Daniel Kiper
On Wed, Nov 04, 2015 at 01:03:56PM +0100, Vladimir 'phcoder' Serbinenko wrote: > Le 12 août 2015 11:04 AM, "Ian Campbell" a écrit : > > > > > > (Having written the below I see too late that this is a grub patch not a > > Xen one, a tag in the subject for such cross posted

Re: [PATCH v2 1/6] gitignore: Ignore *.orig, *.rej and *.swp files

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 16:39, Daniel Kiper wrote: > On Mon, Nov 09, 2015 at 04:34:20PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> On 09.11.2015 16:29, Daniel Kiper wrote: >>> On Wed, Nov 04, 2015 at 01:03:56PM +0100, Vladimir 'phcoder' Serbinenko >>> wrote: Le 12 août 2015 11:04 AM,

Fwd: Re: [PATCH v2 6/6] multiboot2: Do not pass memory maps to image if EFI boot services are enabled

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Forwarded Message Subject:Re: [PATCH v2 6/6] multiboot2: Do not pass memory maps to image if EFI boot services are enabled Date: Mon, 9 Nov 2015 20:07:23 +0100 From: Vladimir 'phcoder' Serbinenko To: Daniel Kiper

Fwd: Re: [PATCH v2 6/6] multiboot2: Do not pass memory maps to image if EFI boot services are enabled

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Forwarded Message Subject:Re: [PATCH v2 6/6] multiboot2: Do not pass memory maps to image if EFI boot services are enabled Date: Mon, 9 Nov 2015 20:08:38 +0100 From: Vladimir 'phcoder' Serbinenko To: Daniel Kiper

Re: [PATCH v2 3/6] i386/relocator: Add grub_relocator64_efi relocator

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.07.2015 16:35, Daniel Kiper wrote: > Add grub_relocator64_efi relocator. It will be used on EFI 64-bit platforms > when multiboot2 compatible image requests MULTIBOOT_TAG_TYPE_EFI_BS. Relocator > will set lower parts of %rax and %rbx accordingly to multiboot2 specification. > On the other

Fwd: Re: [PATCH v2 4/6] multiboot2: Add tags used to pass ImageHandle to loaded image

2015-11-09 Thread Vladimir 'phcoder' Serbinenko
-- Message transféré -- De : "Vladimir 'phcoder' Serbinenko" Date : 9 nov. 2015 8:12 PM Objet : Re: [PATCH v2 4/6] multiboot2: Add tags used to pass ImageHandle to loaded image À : "Konrad Rzeszutek Wilk" Cc : Le 11 août 2015 8:38 PM,

Re: [PATCH v2 5/6] multiboot2: Add support for relocatable images

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 20.07.2015 16:35, Daniel Kiper wrote: > Signed-off-by: Daniel Kiper What is handling the actual relocation? Why doesn't this patch include support for ELF relocations? > --- > grub-core/loader/i386/multiboot_mbi.c |6 ++-- > grub-core/loader/multiboot.c |

Re: [PATCH v2 4/6] multiboot2: Add tags used to pass ImageHandle to loaded image

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 20:15, Vladimir 'phcoder' Serbinenko wrote: > Lgtm > > Le 20 juil. 2015 4:36 PM, "Daniel Kiper" > a écrit : > > Add tags used to pass ImageHandle to loaded image. It is used > by at least ExitBootServices()

Re: [PATCH] broken ESC navigation if authentication is used

2015-11-09 Thread Andrei Borzenkov
On Sun, Nov 8, 2015 at 11:55 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 11.06.2015 05:55, Andrei Borzenkov wrote: >> В Wed, 10 Jun 2015 21:35:51 +0200 >> "Vladimir 'phcoder' Serbinenko" пишет: >> >>> This patch may allow to escape to shell if menu

Re: [PATCH] Use UEFI Time Service to calibrate TSC

2015-11-09 Thread Michael Chang
On Mon, Nov 09, 2015 at 10:29:55AM +0300, Andrei Borzenkov wrote: > On Mon, Nov 9, 2015 at 10:07 AM, Michael Chang wrote: > > This patch tries to detect PIT timer is broken and use UEFI Time Service > > to calibrate TSC. > > Second try :) > >

Re: [PATCH] ofdisk: allocate space for vscsi table

2015-11-09 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 09.11.2015 02:33, Paulo Flabiano Smorigo wrote: > + /* 64 entries should be enough */ > + table_size = sizeof (grub_uint64_t) * 64; Can we do something better than assuming a particular upper limit? You don't even pass this limit to the function in any way. You basically get a buffer

Re: [PATCH v2] ofdisk: add sas disks to the device list

2015-11-09 Thread Paulo Flabiano Smorigo
On Mon, Nov 9, 2015 at 2:18 AM, Andrei Borzenkov wrote: > 09.11.2015 04:29, Paulo Flabiano Smorigo пишет: >> >> All SAS disks attached will be added to the device list. This is the >> second >> version of a patch that I send a while ago [1]. >> >> [1]

Re: [PATCH] ofdisk: allocate space for vscsi table

2015-11-09 Thread Paulo Flabiano Smorigo
On Mon, Nov 9, 2015 at 8:46 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 09.11.2015 02:33, Paulo Flabiano Smorigo wrote: >> + /* 64 entries should be enough */ >> + table_size = sizeof (grub_uint64_t) * 64; > Can we do something better than assuming a

Re: [PATCH] ofdisk: allocate space for vscsi table

2015-11-09 Thread Vladimir 'phcoder' Serbinenko
Le 9 nov. 2015 1:00 PM, "Paulo Flabiano Smorigo" a écrit : > > On Mon, Nov 9, 2015 at 8:46 AM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > On 09.11.2015 02:33, Paulo Flabiano Smorigo wrote: > >> + /* 64 entries should be enough */ > >> +

Re: [PATCH v2] ofdisk: add sas disks to the device list

2015-11-09 Thread Vladimir 'phcoder' Serbinenko
Le 9 nov. 2015 8:39 AM, "Paulo Flabiano Smorigo" < pfsmor...@linux.vnet.ibm.com> a écrit : > > All SAS disks attached will be added to the device list. This is the second > version of a patch that I send a while ago [1]. > > [1] https://lists.gnu.org/archive/html/grub-devel/2015-08/msg0.html >