On Mon, 6 Feb 2017, 18:55 Jon McCune wrote:
> Matthew,
>
> On Mon, Feb 6, 2017 at 8:43 AM, Matthew Garrett
> wrote:
>
> On Sun, Feb 05, 2017 at 01:28:20PM +, Vladimir 'phcoder' Serbinenko
> wrote:
> > See verify.h for the interface. Obviously if you need changes in the API,
> > please say.
>
Отправлено с iPhone
> 7 февр. 2017 г., в 0:51, Vladimir 'phcoder' Serbinenko
> написал(а):
>
> In case of xz, the uncompressed size is appended to xz data which confuses
> our xz decompressor. Trim it.
>
> Daniel, Andrei, Alexander, do you agree that this should go into 2.02?
> ---
> grub-c
On Tue, 7 Feb 2017, 12:57 Andrei Borzenkov wrote:
>
>
> Отправлено с iPhone
>
> > 7 февр. 2017 г., в 0:51, Vladimir 'phcoder' Serbinenko <
> phco...@gmail.com> написал(а):
> >
> > In case of xz, the uncompressed size is appended to xz data which
> confuses
> > our xz decompressor. Trim it.
> >
>
I'm not familiar with code, so go ahead if you are sure it is bug fix.
Отправлено с iPhone
> 7 февр. 2017 г., в 0:50, Vladimir 'phcoder' Serbinenko
> написал(а):
>
> In case of GRUB we put remapper after domain pages and not at 0x0.
> In this case we use max_addr to put remapper. Unfortunately
From: Heiher
---
grub-core/Makefile.am | 1 +
grub-core/Makefile.core.def | 3 +
grub-core/kern/mips64/efi/init.c| 11 +-
grub-core/kern/mips64/efi/loongson.c| 47
grub-core/lib/mips64/efi/loongson.c | 424
From: Heiher
---
configure.ac| 21 ++-
gentpl.py | 5 +-
grub-core/Makefile.am | 6 +
grub-core/Makefile.core.def | 13 ++
grub-core/kern/mips64/cache.S | 23
grub-core/kern/mips64/dl.c | 150 +
From: Heiher
---
grub-core/Makefile.core.def | 3 +
grub-core/lib/mips64/relocator.c | 169 +++
grub-core/lib/mips64/relocator_asm.S | 56
grub-core/lib/relocator.c| 3 +
include/grub/mips64/relocator.h | 38 +++
From: Heiher
---
grub-core/Makefile.core.def | 1 +
grub-core/kern/efi/mm.c | 4 +
grub-core/loader/mips64/linux.c | 335
3 files changed, 340 insertions(+)
create mode 100644 grub-core/loader/mips64/linux.c
diff --git a/grub-core/Makefi