debugfs: add 9p device interface
The 9p interface provides abstraction layers allowing the software that uses devices to be independent from the hardware. This patch provides a file system abstraction to link drivers to their devices and propose a common interface to expose driver operations to higher layers. This file system can be used to access and configure a device by doing read/write operations. Signed-off-by:Ambroise Vincent <ambroise.vincent@arm.com> Signed-off-by:
Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ia9662393baf489855dc0c8f389fe4a0afbc9c255
Showing
- Makefile 11 additions, 0 deletionsMakefile
- bl31/bl31.mk 5 additions, 0 deletionsbl31/bl31.mk
- include/lib/debugfs.h 60 additions, 0 deletionsinclude/lib/debugfs.h
- lib/debugfs/blobs.h 11 additions, 0 deletionslib/debugfs/blobs.h
- lib/debugfs/debugfs.mk 10 additions, 0 deletionslib/debugfs/debugfs.mk
- lib/debugfs/dev.c 849 additions, 0 deletionslib/debugfs/dev.c
- lib/debugfs/dev.h 120 additions, 0 deletionslib/debugfs/dev.h
- lib/debugfs/devc.c 18 additions, 0 deletionslib/debugfs/devc.c
- lib/debugfs/devroot.c 97 additions, 0 deletionslib/debugfs/devroot.c
- make_helpers/defaults.mk 3 additions, 0 deletionsmake_helpers/defaults.mk
Loading
Please register or sign in to comment