diff options
author | Anup Patel <apatel@ventanamicro.com> | 2022-08-08 07:04:31 +0300 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2022-08-08 07:04:31 +0300 |
commit | 0723bab8fe073ccbbb45e85e0d50ec1d2055d34a (patch) | |
tree | 2f47e2327c85fbca589be4528419ea9aa9dcfd78 /docs/platform | |
parent | eccb9df5cf402dd910efc5f3b926db5161a318bf (diff) | |
download | opensbi-0723bab8fe073ccbbb45e85e0d50ec1d2055d34a.tar.xz |
docs: Update documentation for kconfig support
We update all documentation files to:
1) Remove references to platform specific config.mk file since it is
has been removed.
2) Add details about platform specific configs/defconfig and Kconfig
files mandatory for each platform.
3) Add required packages in top-level README.md
4) Fix typo releated to object.mk in docs/platform/platform.md
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Tested-by: Andrew Jones <ajones@ventanamicro.com>
Acked-by: Atish Patra <atishp@rivosinc.com>
Tested-by: Atish Patra <atishp@rivosinc.com>
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/platform.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/platform/platform.md b/docs/platform/platform.md index cb4bec6..f291931 100644 --- a/docs/platform/platform.md +++ b/docs/platform/platform.md @@ -41,9 +41,9 @@ OpenSBI currently supports the following virtual and hardware platforms: The code for these supported platforms can be used as example to implement support for other platforms. The *platform/template* directory also provides -template files for implementing support for a new platform. The *object.mk*, -*config.mk* and *platform.c* template files provides enough comments to -facilitate the implementation. +template files for implementing support for a new platform. The *objects.mk*, +*Kconfig*, *configs/defconfig* and *platform.c* template files provides enough +comments to facilitate the implementation. [generic.md]: generic.md [qemu_virt.md]: qemu_virt.md |