Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.
/ Op6TSlot Public archive

Add A/B slot support for OnePlus 6T EFI-EDK2 firmware.

License

Notifications You must be signed in to change notification settings

longjunyu2/Op6TSlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Op6TSlot

Add A/B slot support for OnePlus 6T EFI-EDK2 firmware.

Introduction

  The OnePlus 6T device uses the A/B slot mode proposed by AOSP. Each time it is started, the bootloader checks if the current slot is available or switches if not. Therefore, when we use a non-Android system, bootloader will assume that the current slot used is damaged and switch between the slots, since the slot status cannot be updated. When the same thing happens in another slot, bootloader forces it into fastboot.
  This UEFI Application module is designed to automatically update the slot state after entering UEFI firmware, without requiring an OS level solution to this problem.
  Implementing A/B Updates
  About GPT

Current Status

  • Find the disk with the flag.
  • Write Slot flag(Active/Bootable/Unbootable) to the disk
  • Read GPT partition entry
  • Generating CRC32 code for GPT partition entry
  • Write the CRC32 code of GPT partition entry to the specified position
  • Read the first 92 bytes of the GPT header
  • Generating CRC32 code of GPT header
  • Write the CRC32 code of GPT header to the specified position
  • Has the problem been solved?

License

The software is distributed under GPL v3 with additional terms.

About

Add A/B slot support for OnePlus 6T EFI-EDK2 firmware.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published