Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64

2017-05-09 Thread Vladimir 'phcoder' Serbinenko
Le Tue, May 2, 2017 à 9:06 AM, a écrit : > From: Fu Wei > > This patch adds the support of xen_boot command for aarch64: > xen_hypervisor > xen_module > These two commands are only for aarch64, since it has its own protocol and > commands to boot xen hypervisor and Dom0, but not multiboo

Re: [PATCH v2] grub-core/term/i386/coreboot/cbmemc.c: Update console format

2017-05-09 Thread Vladimir 'phcoder' Serbinenko
Committed, thanks Le Tue, Apr 25, 2017 à 10:19 PM, Julius Werner a écrit : > Changed cbmemc to support updated console format from coreboot. > --- > grub-core/term/i386/coreboot/cbmemc.c | 50 > --- > 1 file changed, 35 insertions(+), 15 deletions(-) > > diff --g

Re: (GRUB) 2.02~beta2_Add_Feature

2017-05-09 Thread Vladimir 'phcoder' Serbinenko
Le Wed, Apr 5, 2017 à 3:59 PM, esmaeel ensanimehr a écrit : > Hi > > I suggests adding a little feature to GRUB (GRUB) 2.02~beta2-36ubuntu3.8. > (i am using UBUNTU 16.04 LTS) > > in boot up selection menu add circular loop that can change between options > in circular way. > This was requested s

How to build GRUB for `arm_coreboot`?

2017-05-09 Thread Paul Menzel
Dear GRUB folks, After the GRUB 2.02 release, φ-coder’s work to get GRUB working on ARM is now in the master branch. I like to try GRUB with the coreboot “board” *emulation/qemu-armv7 (QEMU ARMv7)*, and did the following under Debian Sid/unstable ``` $ git log --oneline -1 d11ced1e1 arm_coreboo

Re: [PATCH v7 1/3] arm64: add "--nounzip" option support in xen_module command

2017-05-09 Thread Fu Wei
Hi Vladimir, On 9 May 2017 at 14:56, Vladimir 'phcoder' Serbinenko wrote: > > > Le Tue, May 2, 2017 à 9:06 AM, a écrit : >> >> From: Fu Wei >> >> This patch adds "--nounzip" option support in order to >> be compatible with the module command of multiboot on other architecture, >> by this way we

Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64

2017-05-09 Thread Fu Wei
Hi Vladimir On 9 May 2017 at 14:59, Vladimir 'phcoder' Serbinenko wrote: > > > Le Tue, May 2, 2017 à 9:06 AM, a écrit : >> >> From: Fu Wei >> >> This patch adds the support of xen_boot command for aarch64: >> xen_hypervisor >> xen_module >> These two commands are only for aarch64, since

Re: [PATCH v7 2/3] * util/grub.d/20_linux_xen.in: Add xen_boot command support for aarch64

2017-05-09 Thread Fu Wei
Hi Vladimir On 9 May 2017 at 17:02, Fu Wei wrote: > Hi Vladimir > > On 9 May 2017 at 14:59, Vladimir 'phcoder' Serbinenko > wrote: >> >> >> Le Tue, May 2, 2017 à 9:06 AM, a écrit : >>> >>> From: Fu Wei >>> >>> This patch adds the support of xen_boot command for aarch64: >>> xen_hypervisor

Re: [PATCH v6 2/2] Add a module for retrieving SMBIOS information

2017-05-09 Thread David Michael
Hi, Bumping this thread, since it looks like new features are being applied again, and the patch still seems to apply cleanly. Is there still interest in this module? I didn't see any changes requested with v6, but let me know if you'd like me to resend it (or the small patch 1/2 for defining th

Re: [PATCH v6 2/2] Add a module for retrieving SMBIOS information

2017-05-09 Thread Dennis Wassenberg
Hi, from my side there is a big interest in this module. I use it to detect specific hardware platforms. Dependant on the hardware platforms there are several decisions in how to boot the kernel. Thats why I would be pleased if these two patches will be integrated into upstream grub2. Best regar