[PATCH V2] Enable TDX measurement to RTMR register

2022-03-13 Thread Lu Ken
Intel Trust Domain Extensions(Intel TDX) refers to an Intel technology that extends Virtual Machine Extensions(VMX) and Multi-Key Total Memory Encryption(MK-TME) with a new kind of virtual machine guest called a Trust Domain(TD)[1]. A TD runs in a CPU mode that protects the confidentiality of its m

Re: [PATCH 3/6] commands/i386/pc/sendkey: Fix "writing 1 byte into a region of size 0" build error

2022-03-13 Thread Michael Chang via Grub-devel
On Fri, Mar 11, 2022 at 12:35:57AM +0100, Daniel Kiper wrote: > Latest GCC may complain in that way: > > commands/i386/pc/sendkey.c: In function ‘grub_sendkey_postboot’: > commands/i386/pc/sendkey.c:223:21: error: writing 1 byte into a region of > size 0 [-Werror=stringop-overflow=] > 223

Comparable syslinux kernel command in GRUB2?

2022-03-13 Thread Robert LeBlanc
I'm trying to convert a syslinux/isolinux config from the VMware ESXi installer ISO for PXE booting and I'm trying to figure out how the syslinux 'kernel' command translates to GRUB2. I've tried `linux` and `linux16`, but those don't work. I've found some examples of using `multiboot`, but that jus