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
1 parent fcccd35 commit 0ca3913dd898ec0822d4984f8fd6eb86131f1088
@Olivier Deprez Olivier Deprez authored on 19 Sep 2019
Showing 10 changed files
View
Makefile
View
bl31/bl31.mk
View
include/lib/debugfs.h 0 → 100644
View
lib/debugfs/blobs.h 0 → 100644
View
lib/debugfs/debugfs.mk 0 → 100644
View
lib/debugfs/dev.c 0 → 100644
View
lib/debugfs/dev.h 0 → 100644
View
lib/debugfs/devc.c 0 → 100644
View
lib/debugfs/devroot.c 0 → 100644
View
make_helpers/defaults.mk