From cd2dfdc870ed3a03c3afc28e25f770fada0a396e Mon Sep 17 00:00:00 2001 From: Atish Patra Date: Tue, 18 Jun 2019 14:54:07 -0700 Subject: docs: Update docs as per new static library. Signed-off-by: Atish Patra Acked-by: Anup Patel --- docs/library_usage.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/library_usage.md') diff --git a/docs/library_usage.md b/docs/library_usage.md index 92d51f5f..d765fa9a 100644 --- a/docs/library_usage.md +++ b/docs/library_usage.md @@ -8,7 +8,11 @@ OpenSBI provides two types of static libraries: hooks for the execution of this interface must be provided by the firmware or bootloader linking with this library. This library is installed as */lib/libsbi.a* -2. *libplatsbi.a* - An example platform-specific static library integrating +2. *libsbiutils.a* - A static library that will contain all common code required + by any platform supported in OpenSBI. It will be built by default and included + in libplatsbi.a. This library is installed as + */lib/libsbiutils.a*. +3. *libplatsbi.a* - An example platform-specific static library integrating *libsbi.a* with platform-specific hooks. This library is available only for the platforms supported by OpenSBI. This library is installed as */platform//lib/libplatsbi.a* -- cgit v1.3.1