From 4781545512537effc97ffb07079076cf0819842c Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Tue, 28 Apr 2020 22:43:40 +0800 Subject: platform: Add Nuclei UX600 platform * Nuclei UX600 is a 64-bit RISC-V core developed by Nuclei System Technology, see https://nucleisys.com/product.php * The ISA is configurable in hardware on your demand Signed-off-by: Huaqi Fang <578567190@qq.com> Reviewed-by: Anup Patel Reviewed-by: Bin Meng --- docs/platform/nuclei_ux600.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/platform/nuclei_ux600.md (limited to 'docs') diff --git a/docs/platform/nuclei_ux600.md b/docs/platform/nuclei_ux600.md new file mode 100644 index 0000000..273b6b4 --- /dev/null +++ b/docs/platform/nuclei_ux600.md @@ -0,0 +1,22 @@ + +Nuclei UX600 Platform +===================== + +The **Nuclei UX600** is a 64-bit RISC-V Core which is capable of running Linux. + +> Nuclei UX600: single core, pipeline as single-issue and 6~9 variable stages, in-order dispatch and out-of-order write-back, running up to >1.2GHz + +To build the platform-specific library and firmware images, provide the +*PLATFORM=nuclei/ux600* parameter to the top level `make` command. + +Platform Options +---------------- + +The *Nuclei UX600* platform does not have any platform-specific options. + +Building Nuclei UX600 Platform +------------------------------ + +``` +make PLATFORM=nuclei/ux600 clean all +``` -- cgit v1.2.3