Re: strange grub error on ARM64

2023-03-16 Thread Michael Chang via Grub-devel
On Fri, Mar 10, 2023 at 01:15:40PM +0800, Michael Chang via Grub-devel wrote: > On Thu, Mar 09, 2023 at 02:10:54AM -0800, Atish Patra wrote: > > On Mon, Mar 6, 2023 at 7:21 PM Michael Chang wrote: [snip] > > I have a small favor to ask. Is it possible for you to test out the > > changes[1] on th

Re: [PATCH v3] tpm: Disable tpm verifier if tpm is not present

2023-03-16 Thread Michael Chang via Grub-devel
On Mon, Mar 13, 2023 at 02:29:41PM +0100, Daniel Kiper wrote: > On Mon, Feb 20, 2023 at 02:36:18PM +0800, Michael Chang via Grub-devel wrote: > > This helps to prevent out of memory error when reading large files via > > disabling tpm device as verifier has to read all content into memory in > > on

Re: [PATCH] INSTALL: Document programs an packages needed for using gdb_grub script

2023-03-16 Thread Daniel Kiper
On Wed, Mar 15, 2023 at 04:03:11AM +, Glenn Washburn wrote: > Now that the gdb_grub script uses the Python API in GDB, a GDB with Python > support must be used. Note that this means a GDB with version greater than > 7.0 must be used. This should not be an issue since that was released over > a

Re: [RFC PATCH] gdb: Add more support for debugging on EFI platforms

2023-03-16 Thread Daniel Kiper
On Wed, Mar 15, 2023 at 03:11:05AM +, Glenn Washburn wrote: > On 3/13/23 12:27, Daniel Kiper wrote: > > On Fri, Mar 10, 2023 at 03:27:13PM -0500, Peter Jones wrote: > > > On Thu, Mar 09, 2023 at 06:00:04PM -0500, Robbie Harwood wrote: > > > > Glenn Washburn writes: > > > > > 2. Why should th

Re: [RFC PATCH] gdb: Add more support for debugging on EFI platforms

2023-03-16 Thread Robbie Harwood
Glenn Washburn writes: > On 3/9/23 23:00, Robbie Harwood wrote: >> Glenn Washburn writes: >> >>> If the configure option --enable-efi-debug is given, then enable the >>> printing early in EFI startup of the command needed to load symbols for >>> the GRUB EFI kernel. This is needed because EFI f