Le 14 juil. 2015 19:25, "Luc Van Rompaey" a
écrit :
>
> Just a few quick notes:
> I have just retried to integrate my 'setkey' and 'setnumpad' commands
into my input terminal module, and it works.
> I have no idea what I did wrong when I tried it earlier on, but it
obviously must have been somethi
Just a few quick notes:
- I have just retried to integrate my 'setkey' and 'setnumpad' commands
into my input terminal module, and it works.
I have no idea what I did wrong when I tried it earlier on, but it
obviously must have been something silly.
- The INT16H/10H extended keyboar
On Tue, Jul 14, 2015 at 10:41:28AM +0100, Ian Campbell wrote:
> On Tue, 2015-07-14 at 06:53 +0300, Andrei Borzenkov wrote:
> > > +if [ "x$machine" != xaarch64 ]; then
> > > + multiboot_cmd="multiboot"
> > > + module_cmd="module"
And we should use the grub-file --is-multiboot2 to figure out if the
Hi Andrei,
Great thanks for your review.
So Are you suggesting this:
(1) in util/grub.d/20_linux_xen.in, we only use xen_hypervisor/xen_module.
(2) in xen_boot.c, we only register command xen_hypervisor/xen_module.
(3) in grub-core/loader/i386/xen.c, we *add*
---
cmd_xen_hypervisort
Hi Ian,
Great thanks for your testing, will add your tested-by in my next patchset :-)
On 14 July 2015 at 17:29, Ian Campbell wrote:
> On Mon, 2015-07-13 at 16:53 +0800, fu@linaro.org wrote:
>> From: Fu Wei
>>
>> - This adds support for the Xen boot on ARM specification for arm64.
>
> I ha
On Tue, 2015-07-14 at 06:53 +0300, Andrei Borzenkov wrote:
> > +if [ "x$machine" != xaarch64 ]; then
> > + multiboot_cmd="multiboot"
> > + module_cmd="module"
> > +else
> > + multiboot_cmd="xen_hypervisor"
> > + module_cmd="xen_module"
> > +fi
> > +
>
> Strictly speaking, this is boot-time
On Mon, 2015-07-13 at 16:53 +0800, fu@linaro.org wrote:
> From: Fu Wei
>
> - This adds support for the Xen boot on ARM specification for arm64.
I have used this to PXE boot Xen on a mustang board. My (handcrafted)
grub.cfg was:
set default=0
set timeout=5
menuentry