tree: 8cbbae8eaea218adec8db8675236f252f380ce7b [path history] [tgz]
  1. abr-wear-leveling.c
  2. README.md
  3. sysconfig-header.c
zircon/system/ulib/sysconfig-client/shared/README.md

This directory contains C sources that are shared between Fuchsia and bootloader.

sysconfig-header.c

The source impelments sysconfig header logic. The header stores information on the layout of sysconfig partition, including the offset and size of each sub-partition.

abr-wear-leveling.c

The source implements logic for performing wear-leveling when writing new abr metadata to sysconfig partition.