A port of the Qualcomm Android bootctrl HAL for musl/glibc userspace.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Caleb Connolly 2f5bf10269
initial commit
3 years ago
include/scsi/ufs initial commit 3 years ago
.gitignore initial commit 3 years ago
BootControl.cpp initial commit 3 years ago
BootControl.h initial commit 3 years ago
CMakeLists.txt initial commit 3 years ago
README.md initial commit 3 years ago
boot_control.h initial commit 3 years ago
boot_control_impl_qcom.cpp initial commit 3 years ago
gpt-utils.cpp initial commit 3 years ago
gpt-utils.h initial commit 3 years ago

README.md

Qualcomm bootctl HAL for Linux

This HAL was pulled from AOSP source code and bastardised to build and run on a musl/glibc system. This may or may not render any hardware you run it on unusable, you have been warned.

Dependencies

  • zlib-dev