Merge ~xnox/grub:arm64-fdt+tpm into ~ubuntu-core-dev/grub/+git/ubuntu:ubuntu

Proposed by Dimitri John Ledkov
Status: Merged
Merge reported by: Julian Andres Klode
Merged at revision: da56193bde4b1106737b58d4e0cdc609a5fba790
Proposed branch: ~xnox/grub:arm64-fdt+tpm
Merge into: ~ubuntu-core-dev/grub/+git/ubuntu:ubuntu
Diff against target: 25 lines (+6/-1)
1 file modified
debian/build-efi-images (+6/-1)
Reviewer Review Type Date Requested Status
Julian Andres Klode Pending
Ubuntu Core Development Team Pending
Review via email: mp+438154@code.launchpad.net

Commit message

Include fdt and tpm modules in arm64 EFI images. (LP: #2008950)

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

ping

Revision history for this message
Julian Andres Klode (juliank) wrote :

Cherry-picked into into Ubuntu branch as-is, and Debian with some rewording. Kind of at the start of the 2.12 rebase of the former.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/build-efi-images b/debian/build-efi-images
2index 6dda768..96e8d1b 100755
3--- a/debian/build-efi-images
4+++ b/debian/build-efi-images
5@@ -143,6 +143,7 @@ CD_MODULES="
6 smbios
7 squash4
8 test
9+ tpm
10 true
11 video
12 xfs
13@@ -158,7 +159,11 @@ case $platform in
14 cpuid
15 linuxefi
16 play
17- tpm
18+ "
19+ ;;
20+ arm64-efi)
21+ CD_MODULES="$CD_MODULES
22+ fdt
23 "
24 ;;
25 esac

Subscribers

People subscribed via source and target branches