Re: [PATCH 1/1] add --partuuid to probe

2017-02-27 Thread Andrei Borzenkov
27.02.2017 21:20, Vladimir 'phcoder' Serbinenko пишет: > On Mon, Feb 27, 2017, 09:55 Andrei Borzenkov wrote: > >> 27.02.2017 03:37, Vladimir 'phcoder' Serbinenko пишет: >> ... >>> This is not NT-style. NT uses partition offset. Who uses this format? Are >> >> This is used by util

Re: [PATCH 1/1] add --partuuid to probe

2017-02-27 Thread Vladimir 'phcoder' Serbinenko
On Mon, Feb 27, 2017, 09:55 Andrei Borzenkov wrote: > 27.02.2017 03:37, Vladimir 'phcoder' Serbinenko пишет: > ... > > This is not NT-style. NT uses partition offset. Who uses this format? > >> Are > > This is used by util-linux and Linux kernel. > > > * 6) PART

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
Vladimir 'phcoder' Serbinenko wrote: I reproduced the bug. I'm investigating >> Apparently finish_boot_services rewrites acpi tables. It's possible to >> workaround this, possibly by using acpi table protocol. >> But it's >> certainely not for 2.02 at this point. Thank you for investigating the

Re: [GRUB PARTUUID PATCH V3 5/5] Harmonize patches

2017-02-27 Thread Andrei Borzenkov
27.02.2017 03:34, Vladimir 'phcoder' Serbinenko пишет: >>if (state[6].set) >> { >>char *partuuid = NULL; /* NULL to silence a spurious GCC warning */ >> - /* Nested partitions are not supported for now. */ >> - /* Non-nested partitions must have dev->disk->partition->pare

Re: [PATCH 1/1] add --partuuid to probe

2017-02-27 Thread Andrei Borzenkov
27.02.2017 03:37, Vladimir 'phcoder' Serbinenko пишет: ... > This is not NT-style. NT uses partition offset. Who uses this format? >> Are This is used by util-linux and Linux kernel. * 6) PARTUUID=00112233-4455-6677-8899-AABBCCDDEEFF representing >> the *

Re: [GRUB PARTUUID PATCH V3 4/5] Support both EFI and NT Disk Signature for passing to kernel as root=PARTUUID=$val

2017-02-27 Thread Steve Kenton
On 02/27/2017 05:54 AM, Andrei Borzenkov wrote: Отправлено с iPhone 27 февр. 2017 г., в 3:35, Vladimir 'phcoder' Serbinenko mailto:phco...@gmail.com>> написал(а): On Sun, Feb 26, 2017, 16:22 Nicholas Vinson > wrote: From: Steve Kenton Please avoid re

Re: [PATCH v2] mips64: Add support for 64-bit MIPS.

2017-02-27 Thread Heiher
Hello, What do you think about this patch set? thanks! On Tue, Feb 14, 2017, 9:34 AM Heiher wrote: > On Tue, Feb 14, 2017 at 3:29 AM, Vladimir 'phcoder' Serbinenko > wrote: > > > > > > On Mon, 13 Feb 2017, 20:05 Andrei Borzenkov wrote: > >> > >> 13.02.2017 18:57, wa...@lemote.com пишет: > >>

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
Andrei Borzenkov wrote: >> That's more or less what grub tries to do. We cannot really overwrite >> ACPI tables because they may be located in read-only memory, but it >> attempts to create EBDA and place new RSDP there and update EBDA >> address as well as update RSDP pointer in EFI system table.

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Vladimir 'phcoder' Serbinenko
On Mon, Feb 27, 2017, 07:13 Vladimir 'phcoder' Serbinenko wrote: > I reproduced the bug. I'm investigating > Apparently finish_boot_services rewrites acpi tables. It's possible to workaround this, possibly by using acpi table protocol. But it's certainely not for 2.02 at this point. > > On Mon,

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Vladimir 'phcoder' Serbinenko
I reproduced the bug. I'm investigating On Mon, Feb 27, 2017, 05:53 Andrei Borzenkov wrote: > On Mon, Feb 27, 2017 at 2:29 PM, Nando Eva wrote: > > @Andrei Borzenkov, I've confirmed that any of the following do not alter > the > > Win10 DSDT table across numerous Macbooks and my Dell E6540. > >

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Andrei Borzenkov
On Mon, Feb 27, 2017 at 2:29 PM, Nando Eva wrote: > @Andrei Borzenkov, I've confirmed that any of the following do not alter the > Win10 DSDT table across numerous Macbooks and my Dell E6540. > > acpi dsdt.aml > acpi --load-only dsdt dsdt.aml > acpi -2 dsdt.aml > > Followed by: > chainloader /efi/

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
@Andrei Borzenkov, I've confirmed that any of the following do not alter the Win10 DSDT table across numerous Macbooks and my Dell E6540. acpi dsdt.amlacpi --load-only dsdt dsdt.amlacpi -2 dsdt.aml Followed by: chainloader /efi/Microsoft/Boot/bootmgfw.efi Clover has a DSDT override function and