Request adding support for zstd compressed squashfs files.

2022-08-10 Thread Calvin Ngei
Zstd is well known for its high compression ratio, much faster decompression speed and lower CPU usage. Squashfs has already supported zstd compression for several years and now the newly released Linux kernel 5.19 can boot from zstd compressed squashfs firmwares. But GRUB2's squash4 module still

Re: Linux DRTM on UEFI platforms

2022-08-10 Thread Matthew Garrett
On Wed, Aug 10, 2022 at 06:37:18PM +0930, Brendan Trotter wrote: > [1] doesn't provide any useful information. How does a kernel know > that the callback provided by boot loader actually measures what it's > supposed to measure, or even does anything at all? The kernel has no way to know this -

Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution

2022-08-10 Thread Daniel Kiper
On Tue, Aug 02, 2022 at 05:39:13PM +0200, Daniel Kiper wrote: > On Fri, Jul 22, 2022 at 02:16:33AM -0500, Glenn Washburn wrote: > > This command is meant to behave similarly to the 'mode' command of the EFI > > Shell application. In addition to allowing mode selection by giving the > > number of

Re: Linux DRTM on UEFI platforms

2022-08-10 Thread Brendan Trotter
Hi, On Tue, Aug 9, 2022 at 8:25 PM Daniel P. Smith wrote: > On 7/23/22 01:15, Brendan Trotter wrote: > > On Sat, Jul 23, 2022 at 2:53 AM Daniel P. Smith > > wrote: > >> On 7/7/22 23:36, Brendan Trotter wrote: > >>> On Thu, Jul 7, 2022 at 7:18 PM Daniel P. Smith > >>> wrote: > On 7/5/22