[tboot-devel] [PATCH 1 of 3] Ignore modules that overlap with internal data structures

2022-03-17 Thread Timo Lindfors
# HG changeset patch # User Timo Lindfors # Date 1647554321 -7200 # Thu Mar 17 23:58:41 2022 +0200 # Node ID 94606b71c3dabaabee813971a223686257d65d52 # Parent bcdf58c1d076bfe41c58ac93254914dc0f2fd449 Ignore modules that overlap with internal data structures Without this patch the system can

[tboot-devel] [PATCH 3 of 3] Allow selecting only SINIT modules that match platform

2022-03-17 Thread Timo Lindfors
# HG changeset patch # User Timo Lindfors # Date 1647554330 -7200 # Thu Mar 17 23:58:50 2022 +0200 # Node ID 538c14b1428d0625ebb3f9c3cae21656fd4c3b06 # Parent e45ccbe6bf59ba534ad628f7be45e7c34629e19b Allow selecting only SINIT modules that match platform This introduces GRUB_TBOOT_SINIT_SELE

[tboot-devel] [PATCH 2 of 3] Introduce GRUB_TBOOT_SINIT_LIST for selecting SINIT modules to use

2022-03-17 Thread Timo Lindfors
# HG changeset patch # User Timo Lindfors # Date 1647554325 -7200 # Thu Mar 17 23:58:45 2022 +0200 # Node ID e45ccbe6bf59ba534ad628f7be45e7c34629e19b # Parent 94606b71c3dabaabee813971a223686257d65d52 Introduce GRUB_TBOOT_SINIT_LIST for selecting SINIT modules to use Signed-off-by: Timo Lindf