tree: ad47bfb97740f2af1277fb3b7ae9bec2f81e42a6 [path history] [tgz]
  1. test/
  2. broker.cc
  3. BUILD.gn
  4. README.md
src/devices/nand/drivers/broker/README.md

nand-broker allows for serialized entry to the raw nand, which ensures only a single client is ever talking to the nand device, and all higher level clients have disconnected. In addition, access to raw nand is restricted from the system during production where nand-broker is not present.