grub2/grub-core/kern/i386
Javier Martinez Canillas b87781feaf i386: Don't include <grub/cpu/linux.h> in coreboot and ieee1275 startup.S
Nothing defined in the header file is used in the assembly code but it
may lead to build errors if some headers are included through this and
contains definitions that are not recognized by the assembler, e.g.:

../include/grub/types.h: Assembler messages:
../include/grub/types.h:76: Error: no such instruction: `typedef signed char grub_int8_t'
../include/grub/types.h:77: Error: no such instruction: `typedef short grub_int16_t'
../include/grub/types.h:78: Error: no such instruction: `typedef int grub_int32_t'

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-12-11 13:52:18 +01:00
..
coreboot i386: Don't include <grub/cpu/linux.h> in coreboot and ieee1275 startup.S 2020-12-11 13:52:18 +01:00
efi i386/efi/init: Drop bogus include 2020-09-18 21:22:32 +02:00
ieee1275 i386: Don't include <grub/cpu/linux.h> in coreboot and ieee1275 startup.S 2020-12-11 13:52:18 +01:00
pc Add wbinvd around bios call. 2016-02-14 08:34:10 +01:00
qemu qemu: Switch to more portable .org 2015-02-21 20:13:58 +01:00
xen xen: Init memory regions for PVH 2018-12-12 12:03:27 +01:00
dl.c Revamp relocation handling. 2013-12-06 09:18:55 +01:00
int.S Add wbinvd around bios call. 2016-02-14 08:34:10 +01:00
multiboot_mmap.c Remove nested functions from memory map iterators. 2013-01-15 12:02:35 +00:00
realmode.S kern/i386/realmode: Update comment 2020-10-30 21:53:00 +01:00
tsc_pit.c i386: fix TSC calibration using PIT 2015-12-01 18:49:38 +03:00
tsc_pmtimer.c Split pmtimer wait and tsc measurement from pmtimer tsc calibration. 2016-02-12 11:40:51 +01:00
tsc.c xen: Prepare common code for Xen PVH support 2018-12-12 12:03:27 +01:00