MTDA 0.37
What's Changed
- chore(storage): reduce buffer size from 1 MiB to 512 KiB by @chombourger in #464
- feat(rpi4): add target to support EFI booting by @fmoessbauer in #465
- fix(rpi4): add overlays needed for efi booting by @fmoessbauer in #466
- chore(docs): Add Raspberry Pi 4 Model B support by @shikl3x7 in #467
- fix(rpi): install correct device tree by @fmoessbauer in #468
- feat(rpi): switch to U-Boot as EFI provider by @fmoessbauer in #469
- A couple of usability improvements by @fmoessbauer in #470
- fix(storage): pass session to storage_status() as keyword by @chombourger in #471
- Add initial support for a/b rootfs updatable images by @fmoessbauer in #472
- feat: add key to print help message by @fmoessbauer in #473
- Integrate swupdate with WFX by @fmoessbauer in #474
- fix: add kwargs to toggle_timestamps method by @fmoessbauer in #475
- fix(image): correctly handle range end with overlap by @fmoessbauer in #478
- fix: use correct wks file on rpi4b-efi target by @fmoessbauer in #477
- client: check if image is fully written by @fmoessbauer in #479
Full Changelog: v0.36...v0.37