~alfonsosanchezbeato/ubuntu/+source/systemd:arm64-patches

Last commit made on 2022-02-25
Get this branch:
git clone -b arm64-patches https://git.launchpad.net/~alfonsosanchezbeato/ubuntu/+source/systemd
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Name:
arm64-patches
Repository:
lp:~alfonsosanchezbeato/ubuntu/+source/systemd

Recent commits

2c8f4e8... by Alfonso Sanchez-Beato

sd-stub: do not print warning if filesystem is not supported

Do not print and stall in case we try to load the file system protocol from an
unsupported file system like ext4, just return EFI_UNSUPPORTED instead.

387f3a0... by Max Resch <email address hidden>

add support for embedding devicetree

9634e49... by Max Resch <email address hidden>

move mfree to macro-fundamentals.h

83f4a3c... by Max Resch <email address hidden>

Add support for aarch64 booting via pe-entry point

e4e3dec... by Luca Boccassi <email address hidden>

fundamental: define size_t and memcpy for sd-boot

7d1e97a... by Jan

sd-boot: Move security and console control protocol to missing_efi.h

This also fixes a broken #ifdefs in the header itself.

88d1a2d... by Jan

sd-boot: Use _cleanup_ in more places

95f8e9a... by Jan

sd-boot: Remove unnecessary TPM conditionalization

This is already done in measure.h.

3acd451... by Jan

sd-boot: Use backup LBA location from first GPT header

If a disk were dd'd to a lager block device, the last block on it
is not necessarily the backup header.

1e332ef... by Jan

sd-boot: Split up xbootldr_open()