]> git.ipfire.org Git - thirdparty/grub.git/commit
xen: Add some dummy headers for PVH mode
authorJuergen Gross <jgross@suse.com>
Fri, 7 Dec 2018 12:11:33 +0000 (13:11 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 12 Dec 2018 11:03:27 +0000 (12:03 +0100)
commit408de833bbd1ccad39ad439eaf3cddd528b039b5
tree8b41c7879aaf9985905b71071f4ae2e761174638
parentfc9d47ead56365c3335bb42cf651008c9ac1f494
xen: Add some dummy headers for PVH mode

With Xen PVH mode adding a new machine type the machine related headers
need to be present for the build to succeed. Most of the headers just
need to include the related common i386 headers. Add those to the tree.

Note that xen_pvh/int.h needs to include pc/int_types.h instead of
pc/int.h in order to avoid the definition of grub_bios_interrupt().

xen_pvh/memory.h needs to include coreboot/memory.h (like some other
<machine>/memory.h do as well) as this contains just the needed stubs.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Tested-by: Hans van Kranenburg <hans@knorrie.org>
include/grub/i386/xen_pvh/boot.h [new file with mode: 0644]
include/grub/i386/xen_pvh/console.h [new file with mode: 0644]
include/grub/i386/xen_pvh/int.h [new file with mode: 0644]
include/grub/i386/xen_pvh/memory.h [new file with mode: 0644]
include/grub/i386/xen_pvh/time.h [new file with mode: 0644]