[tboot-devel] [PATCH 2/2] Ensure all source files end with a newline

2021-08-25 Thread Timo Juhani Lindfors
From: Timo Lindfors Signed-off-by: Timo Juhani Lindfors --- lcp-gen2/ElementBase.py | 3 --- tboot/Makefile | 2 +- uml/prepare_cpu.plantuml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lcp-gen2/ElementBase.py b/lcp-gen2/ElementBase.py index 3fbc738..7086ce1

[tboot-devel] [PATCH 1/2] Remove poly1305 object files on clean

2021-08-25 Thread Timo Juhani Lindfors
From: Timo Lindfors Signed-off-by: Timo Juhani Lindfors --- tboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tboot/Makefile b/tboot/Makefile index f6530ea..dbcfdf9 100644 --- a/tboot/Makefile +++ b/tboot/Makefile @@ -68,7 +68,7 @@ $(DISTDIR)/boot/$(TARGET).gz :

[tboot-devel] [PATCH] Support higher resolution monitors

2021-08-25 Thread Timo Juhani Lindfors
From: Timo Lindfors Testing done: Boot tboot with a 2560x1440 monitor. Verify that no output is visible without this patch, and that output is correct with this patch. This was tested on an HP EliteDesk 800 G2 with BIOS version 2.17. Signed-off-by: Timo Juhani Lindfors --- include/config.h | 4

[tboot-devel] txt-acminfo segfaults

2021-08-25 Thread Timo Lindfors
Hi, txt-acminfo 5th_gen_i5_i7_SINIT_79.BIN segfaults on my system: Program received signal SIGSEGV, Segmentation fault. does_acmod_match_platform (hdr=hdr@entry=0x77fc3000) at ../tboot/txt/acmod.c:590 590 txt_heap_t *txt_heap = get_txt_heap(); (gdb) bt #0 does_acmod_match_platform

Re: [tboot-devel] tboot not picking the right ACM module on Dell Latitude E5470

2021-08-25 Thread Timo Lindfors
On Tue, 24 Aug 2021, Lukasz Hawrylko wrote: Patch with fix is already prepared, I am waiting for GRUB team to merge new multiboot2 module tag to publish it. In meantime, if you have a system when you are able to reproduce this issue, may I ask you to test the fix? Sure. I applied these to th