From d4310f429c407b64c4c1e7e5243a5139b7d49fe8 Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Thu, 15 Jun 2023 11:13:46 -0400 Subject: [PATCH] add organization.md --- doc/organization.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/organization.md diff --git a/doc/organization.md b/doc/organization.md new file mode 100644 index 0000000..2ed7cc0 --- /dev/null +++ b/doc/organization.md @@ -0,0 +1,10 @@ +* `boot/`: This folder is the central place for all built files. This + includes the kernel image, rootfs, gateware, etc. This directory also + includes everything the TFTP server has to access. +* `build/`: Docker build environment. +* `buildroot/`: Buildroot configuration files. +* `doc/`: Documentation. +* `doc/copying`: Licenses. +* `gateware/`: FPGA source. +* `linux/`: Software that runs on the controller. +* `opensbi/`: OpenSBI configuration files and source fragments.