add support to set HS Timing mode

Set EXT_CSD_HS_TIMING for specific part number as defined at build time.

Tested:
Set the meson options in bitbake and the ioctl command is ran on the
proper MMC device.

Change-Id: I255160d1ab6c82b02f850dce633bf6edb30212e6
Signed-off-by: Willy Tu <wltu@google.com>
7 files changed
tree: 4eb8eedf197265f5a718ed75d8b4629a9a4183b8
  1. include/
  2. service_files/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .clang-tidy
  7. .gitignore
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
README.md

eStoraged

This daemon serves as an abstraction for an encrypted storage device, encapsulating the security functionality and providing a D-Bus interface to manage the encrypted filesystem on the device. Using the D-Bus interface, other software components can interact with eStoraged to do things like create a new encrypted filesystem, wipe its contents, lock/unlock the device, or change the password.