platform_system_core/fastboot/device
Florian Mayer 4c3c526e54 [MTE] Reset MTE state for userdata wipe in fastbootd
Test: $ adb shell su root [...]/mtectrl memtag,memtag-kernel default
      $ adb shell 'su root dd bs=1 skip=32832 if=/dev/block/bootdevice/by-name/misc count=15 | xxd'
      00000000: 015a fefe 5a05 [...]
      $ adb reboot fastboot
      $ fastboot -w
      $ fastboot reboot
      $ adb shell 'su root dd bs=1 skip=32832 if=/dev/block/bootdevice/by-name/misc count=15 | xxd'
      00000000: 0000 0000 0000 [...]

Bug: 245596152
Change-Id: I5e2d4584776ab1685bdf37124e32dcb827eaf05a
2022-10-03 11:01:36 -07:00
..
commands.cpp [MTE] Reset MTE state for userdata wipe in fastbootd 2022-10-03 11:01:36 -07:00
commands.h fastbootd: Add fetch command on device 2021-03-17 15:38:06 -07:00
fastboot_device.cpp Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
fastboot_device.h Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
flashing.cpp fastbootd: Add better logging for flashing failures. 2022-06-01 22:46:35 -07:00
flashing.h fastbootd: Remove metadata merging code. 2018-10-26 13:34:40 -07:00
main.cpp fastbootd: Add better logging for flashing failures. 2022-06-01 22:46:35 -07:00
tcp_client.cpp fastbootd: Support TCP protocol. 2020-05-19 19:11:25 +00:00
tcp_client.h fastbootd: Support TCP protocol. 2020-05-19 19:11:25 +00:00
usb.cpp Port ADB's new handling of the USB packet ClearFeature(HALT) to Fastboot. 2022-09-14 21:11:30 +00:00
usb.h Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
usb_client.cpp Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
usb_client.h Move adbd's legacy USB implementation to fastboot. 2020-03-31 16:05:36 -07:00
usb_iouring.cpp Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
usb_iouring.h Add io_uring support to fastboot 2022-08-11 18:58:43 -07:00
utility.cpp Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
utility.h Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
variables.cpp Convert fastboot/libsnapshot to new BootControl client 2022-07-08 10:57:53 -07:00
variables.h fastboot: Add a command to get current kernel logs. 2022-06-21 19:32:19 -07:00