Home
last modified time | relevance | path

Searched refs:Overlays (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/doc/
DREADME.fdt-overlays4 Overlays Syntax
7 Overlays require slightly different syntax compared to traditional overlays.
12 Building Overlays
59 Ways to Utilize Overlays in U-boot
72 Manually Loading and Applying Overlays
/external/u-boot/test/overlay/
DKconfig2 bool "Enable Device Tree Overlays Unit Tests"
/external/clang/lib/Basic/
DVirtualFileSystem.cpp339 OverlayFileSystem &Overlays; member in __anonab1edbe20411::OverlayFSDirIterImpl
346 assert(CurrentFS != Overlays.overlays_end() && "incrementing past end"); in incrementFS()
348 for (auto E = Overlays.overlays_end(); CurrentFS != E; ++CurrentFS) { in incrementFS()
388 : Overlays(FS), Path(Path.str()), CurrentFS(Overlays.overlays_begin()) { in OverlayFSDirIterImpl()