diff options
author | Atish Patra <atish.patra@wdc.com> | 2020-03-23 12:48:54 -0700 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-03-24 13:12:17 +0530 |
commit | 59688948421deea18993836152af66765bdc76f6 (patch) | |
tree | 7320daf2967db9cb917a36cb822202d1816e14e6 /docs | |
parent | 9a74a64ae08bfeda8dc366e931f5a60838d7bac0 (diff) |
platform: Move ariane standalone fpga project to its own project
Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/fpga-ariane.md (renamed from docs/platform/ariane-fpga.md) | 4 | ||||
-rw-r--r-- | docs/platform/platform.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/platform/ariane-fpga.md b/docs/platform/fpga-ariane.md index 98cbc87..f95001f 100644 --- a/docs/platform/ariane-fpga.md +++ b/docs/platform/fpga-ariane.md @@ -13,7 +13,7 @@ The FPGA SoC currently contains the following peripherals: - Bootrom containing zero stage bootloader and device tree. To build platform specific library and firmwares, provide the -*PLATFORM=ariane-fpga* parameter to the top level `make` command. +*PLATFORM=fpga/ariane* parameter to the top level `make` command. Platform Options ---------------- @@ -26,7 +26,7 @@ Building Ariane FPGA Platform **Linux Kernel Payload** ``` -make PLATFORM=ariane-fpga FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image +make PLATFORM=fpga/ariane FW_PAYLOAD_PATH=<linux_build_directory>/arch/riscv/boot/Image ``` Booting Ariane FPGA Platform diff --git a/docs/platform/platform.md b/docs/platform/platform.md index 2efa8b3..d34ce7a 100644 --- a/docs/platform/platform.md +++ b/docs/platform/platform.md @@ -33,7 +33,7 @@ facilitate the implementation. [qemu_virt.md]: qemu_virt.md [sifive_fu540.md]: sifive_fu540.md -[ariane-fpga.md]: ariane-fpga.md +[fpga-ariane.md]: fpga-ariane.md [andes_ae350.md]: andes-ae350.md [thead-c910.md]: thead-c910.md [spike.md]: spike.md |