From 4f2054f711d7de73f640eb102cbf7031835bb497 Mon Sep 17 00:00:00 2001 From: rtel Date: Wed, 9 Oct 2019 04:50:11 +0000 Subject: [PATCH] Base project to replace existing Freedom Studio project using latest Freedom Studio project format - builds and executes but does not yet include RTOS code. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2733 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../RISC-V_RV32_SiFive_HiFive1_GCC/.cproject | 75 + .../RISC-V_RV32_SiFive_HiFive1_GCC/.project | 26 + .../.settings/language.settings.xml | 14 + .../bsp/install/include/metal/button.h | 59 + .../bsp/install/include/metal/cache.h | 58 + .../bsp/install/include/metal/clock.h | 119 + .../bsp/install/include/metal/compiler.h | 22 + .../bsp/install/include/metal/cpu.h | 271 + .../include/metal/drivers/fixed-clock.h | 22 + .../metal/drivers/fixed-factor-clock.h | 22 + .../include/metal/drivers/riscv_clint0.h | 24 + .../install/include/metal/drivers/riscv_cpu.h | 203 + .../include/metal/drivers/riscv_plic0.h | 31 + .../include/metal/drivers/sifive_clic0.h | 42 + .../metal/drivers/sifive_fe310-g000_hfrosc.h | 22 + .../metal/drivers/sifive_fe310-g000_hfxosc.h | 20 + .../metal/drivers/sifive_fe310-g000_pll.h | 26 + .../metal/drivers/sifive_fe310-g000_prci.h | 23 + .../metal/drivers/sifive_fu540-c000_l2.h | 23 + .../sifive_global-external-interrupts0.h | 21 + .../metal/drivers/sifive_gpio-buttons.h | 21 + .../include/metal/drivers/sifive_gpio-leds.h | 21 + .../metal/drivers/sifive_gpio-switches.h | 21 + .../include/metal/drivers/sifive_gpio0.h | 22 + .../sifive_local-external-interrupts0.h | 22 + .../include/metal/drivers/sifive_spi0.h | 24 + .../include/metal/drivers/sifive_test0.h | 21 + .../include/metal/drivers/sifive_uart0.h | 28 + .../bsp/install/include/metal/gpio.h | 151 + .../bsp/install/include/metal/interrupt.h | 134 + .../bsp/install/include/metal/io.h | 22 + .../bsp/install/include/metal/itim.h | 21 + .../bsp/install/include/metal/led.h | 68 + .../bsp/install/include/metal/lock.h | 127 + .../bsp/install/include/metal/machine.h | 872 ++ .../install/include/metal/machine/inline.h | 249 + .../install/include/metal/machine/platform.h | 237 + .../bsp/install/include/metal/memory.h | 81 + .../bsp/install/include/metal/pmp.h | 204 + .../bsp/install/include/metal/privilege.h | 122 + .../bsp/install/include/metal/shutdown.h | 36 + .../bsp/install/include/metal/spi.h | 78 + .../bsp/install/include/metal/switch.h | 51 + .../bsp/install/include/metal/timer.h | 36 + .../bsp/install/include/metal/tty.h | 23 + .../bsp/install/include/metal/uart.h | 94 + .../bsp/metal-inline.h | 249 + .../bsp/metal-platform.h | 237 + .../bsp/metal.default.lds | 234 + .../bsp/metal.h | 872 ++ .../freedom-metal/doc/Makefile | 52 + .../freedom-metal/doc/README.md | 55 + .../freedom-metal/doc/html/.buildinfo | 4 + .../doc/html/.doctrees/api.doctree | Bin 0 -> 3460 bytes .../doc/html/.doctrees/apiref/button.doctree | Bin 0 -> 16759 bytes .../doc/html/.doctrees/apiref/cache.doctree | Bin 0 -> 16480 bytes .../doc/html/.doctrees/apiref/clock.doctree | Bin 0 -> 30447 bytes .../doc/html/.doctrees/apiref/cpu.doctree | Bin 0 -> 87806 bytes .../doc/html/.doctrees/apiref/gpio.doctree | Bin 0 -> 38991 bytes .../html/.doctrees/apiref/interrupt.doctree | Bin 0 -> 43767 bytes .../doc/html/.doctrees/apiref/itim.doctree | Bin 0 -> 3838 bytes .../doc/html/.doctrees/apiref/led.doctree | Bin 0 -> 24408 bytes .../doc/html/.doctrees/apiref/lock.doctree | Bin 0 -> 18472 bytes .../doc/html/.doctrees/apiref/memory.doctree | Bin 0 -> 24783 bytes .../doc/html/.doctrees/apiref/pmp.doctree | Bin 0 -> 97267 bytes .../html/.doctrees/apiref/shutdown.doctree | Bin 0 -> 6117 bytes .../doc/html/.doctrees/apiref/spi.doctree | Bin 0 -> 43685 bytes .../doc/html/.doctrees/apiref/switch.doctree | Bin 0 -> 16005 bytes .../doc/html/.doctrees/apiref/timer.doctree | Bin 0 -> 14891 bytes .../doc/html/.doctrees/apiref/tty.doctree | Bin 0 -> 6459 bytes .../doc/html/.doctrees/apiref/uart.doctree | Bin 0 -> 32868 bytes .../doc/html/.doctrees/devguide.doctree | Bin 0 -> 2758 bytes .../.doctrees/devguide/exceptions.doctree | Bin 0 -> 15202 bytes .../.doctrees/devguide/fe310-g000-pll.doctree | Bin 0 -> 5300 bytes .../.doctrees/devguide/interrupts.doctree | Bin 0 -> 16338 bytes .../doc/html/.doctrees/devguide/itim.doctree | Bin 0 -> 7286 bytes .../doc/html/.doctrees/devguide/pmps.doctree | Bin 0 -> 39695 bytes .../doc/html/.doctrees/devguide/tty.doctree | Bin 0 -> 4463 bytes .../doc/html/.doctrees/environment.pickle | Bin 0 -> 256993 bytes .../doc/html/.doctrees/index.doctree | Bin 0 -> 5370 bytes .../doc/html/.doctrees/introduction.doctree | Bin 0 -> 8594 bytes .../freedom-metal/doc/html/.nojekyll | 0 ...69a35c14995622b7f966825bca72b81124fc03.png | Bin 0 -> 21877 bytes ...5c14995622b7f966825bca72b81124fc03.png.map | 2 + .../doc/html/_sources/api.rst.txt | 13 + .../doc/html/_sources/apiref/button.rst.txt | 6 + .../doc/html/_sources/apiref/cache.rst.txt | 6 + .../doc/html/_sources/apiref/clock.rst.txt | 6 + .../doc/html/_sources/apiref/cpu.rst.txt | 6 + .../doc/html/_sources/apiref/gpio.rst.txt | 5 + .../html/_sources/apiref/interrupt.rst.txt | 6 + .../doc/html/_sources/apiref/itim.rst.txt | 7 + .../doc/html/_sources/apiref/led.rst.txt | 6 + .../doc/html/_sources/apiref/lock.rst.txt | 6 + .../doc/html/_sources/apiref/memory.rst.txt | 6 + .../doc/html/_sources/apiref/pmp.rst.txt | 6 + .../doc/html/_sources/apiref/shutdown.rst.txt | 6 + .../doc/html/_sources/apiref/spi.rst.txt | 6 + .../doc/html/_sources/apiref/switch.rst.txt | 6 + .../doc/html/_sources/apiref/timer.rst.txt | 6 + .../doc/html/_sources/apiref/tty.rst.txt | 6 + .../doc/html/_sources/apiref/uart.rst.txt | 6 + .../doc/html/_sources/devguide.rst.txt | 9 + .../html/_sources/devguide/exceptions.rst.txt | 103 + .../_sources/devguide/fe310-g000-pll.rst.txt | 29 + .../html/_sources/devguide/interrupts.rst.txt | 112 + .../doc/html/_sources/devguide/itim.rst.txt | 41 + .../doc/html/_sources/devguide/pmps.rst.txt | 88 + .../doc/html/_sources/devguide/tty.rst.txt | 24 + .../doc/html/_sources/index.rst.txt | 25 + .../doc/html/_sources/introduction.rst.txt | 37 + .../doc/html/_static/ajax-loader.gif | Bin 0 -> 673 bytes .../doc/html/_static/alabaster.css | 688 ++ .../freedom-metal/doc/html/_static/basic.css | 665 + .../doc/html/_static/comment-bright.png | Bin 0 -> 756 bytes .../doc/html/_static/comment-close.png | Bin 0 -> 829 bytes .../doc/html/_static/comment.png | Bin 0 -> 641 bytes .../freedom-metal/doc/html/_static/custom.css | 1 + .../doc/html/_static/doctools.js | 313 + .../doc/html/_static/documentation_options.js | 9 + .../doc/html/_static/down-pressed.png | Bin 0 -> 222 bytes .../freedom-metal/doc/html/_static/down.png | Bin 0 -> 202 bytes .../freedom-metal/doc/html/_static/file.png | Bin 0 -> 286 bytes .../doc/html/_static/jquery-3.2.1.js | 10253 ++++++++++++++++ .../freedom-metal/doc/html/_static/jquery.js | 4 + .../freedom-metal/doc/html/_static/minus.png | Bin 0 -> 90 bytes .../freedom-metal/doc/html/_static/plus.png | Bin 0 -> 90 bytes .../doc/html/_static/pygments.css | 69 + .../doc/html/_static/searchtools.js | 761 ++ .../doc/html/_static/underscore-1.3.1.js | 999 ++ .../doc/html/_static/underscore.js | 31 + .../doc/html/_static/up-pressed.png | Bin 0 -> 214 bytes .../freedom-metal/doc/html/_static/up.png | Bin 0 -> 203 bytes .../doc/html/_static/websupport.js | 808 ++ .../freedom-metal/doc/html/api.html | 147 + .../freedom-metal/doc/html/apiref/button.html | 184 + .../freedom-metal/doc/html/apiref/cache.html | 184 + .../freedom-metal/doc/html/apiref/clock.html | 220 + .../freedom-metal/doc/html/apiref/cpu.html | 465 + .../freedom-metal/doc/html/apiref/gpio.html | 272 + .../doc/html/apiref/interrupt.html | 283 + .../freedom-metal/doc/html/apiref/itim.html | 136 + .../freedom-metal/doc/html/apiref/led.html | 224 + .../freedom-metal/doc/html/apiref/lock.html | 196 + .../freedom-metal/doc/html/apiref/memory.html | 216 + .../freedom-metal/doc/html/apiref/pmp.html | 481 + .../doc/html/apiref/shutdown.html | 144 + .../freedom-metal/doc/html/apiref/spi.html | 288 + .../freedom-metal/doc/html/apiref/switch.html | 183 + .../freedom-metal/doc/html/apiref/timer.html | 180 + .../freedom-metal/doc/html/apiref/tty.html | 146 + .../freedom-metal/doc/html/apiref/uart.html | 249 + .../freedom-metal/doc/html/devguide.html | 122 + .../doc/html/devguide/exceptions.html | 201 + .../doc/html/devguide/fe310-g000-pll.html | 136 + .../doc/html/devguide/interrupts.html | 215 + .../freedom-metal/doc/html/devguide/itim.html | 150 + .../freedom-metal/doc/html/devguide/pmps.html | 293 + .../freedom-metal/doc/html/devguide/tty.html | 137 + .../freedom-metal/doc/html/genindex.html | 399 + .../freedom-metal/doc/html/index.html | 152 + .../freedom-metal/doc/html/introduction.html | 139 + .../freedom-metal/doc/html/objects.inv | Bin 0 -> 7040 bytes .../freedom-metal/doc/html/search.html | 112 + .../freedom-metal/doc/html/searchindex.js | 1 + .../freedom-metal/doc/mee-spec.md | 170 + .../freedom-metal/doc/sphinx/api.rst | 13 + .../doc/sphinx/apiref/button.rst | 6 + .../freedom-metal/doc/sphinx/apiref/cache.rst | 6 + .../freedom-metal/doc/sphinx/apiref/clock.rst | 6 + .../freedom-metal/doc/sphinx/apiref/cpu.rst | 6 + .../freedom-metal/doc/sphinx/apiref/gpio.rst | 5 + .../doc/sphinx/apiref/interrupt.rst | 6 + .../freedom-metal/doc/sphinx/apiref/itim.rst | 7 + .../freedom-metal/doc/sphinx/apiref/led.rst | 6 + .../freedom-metal/doc/sphinx/apiref/lock.rst | 6 + .../doc/sphinx/apiref/memory.rst | 6 + .../freedom-metal/doc/sphinx/apiref/pmp.rst | 6 + .../doc/sphinx/apiref/shutdown.rst | 6 + .../freedom-metal/doc/sphinx/apiref/spi.rst | 6 + .../doc/sphinx/apiref/switch.rst | 6 + .../freedom-metal/doc/sphinx/apiref/timer.rst | 6 + .../freedom-metal/doc/sphinx/apiref/tty.rst | 6 + .../freedom-metal/doc/sphinx/apiref/uart.rst | 6 + .../freedom-metal/doc/sphinx/conf.py | 160 + .../freedom-metal/doc/sphinx/devguide.rst | 9 + .../doc/sphinx/devguide/exceptions.rst | 103 + .../doc/sphinx/devguide/fe310-g000-pll.rst | 29 + .../doc/sphinx/devguide/interrupts.rst | 112 + .../doc/sphinx/devguide/itim.rst | 41 + .../doc/sphinx/devguide/pmps.rst | 88 + .../freedom-metal/doc/sphinx/devguide/tty.rst | 24 + .../freedom-metal/doc/sphinx/index.rst | 25 + .../freedom-metal/doc/sphinx/introduction.rst | 37 + .../freedom-metal/gloss/crt0.S | 220 + .../freedom-metal/gloss/nanosleep.c | 9 + .../freedom-metal/gloss/synchronize_harts.c | 59 + .../freedom-metal/gloss/sys_access.c | 8 + .../freedom-metal/gloss/sys_chdir.c | 8 + .../freedom-metal/gloss/sys_chmod.c | 9 + .../freedom-metal/gloss/sys_chown.c | 9 + .../freedom-metal/gloss/sys_close.c | 8 + .../freedom-metal/gloss/sys_execve.c | 8 + .../freedom-metal/gloss/sys_exit.c | 8 + .../freedom-metal/gloss/sys_faccessat.c | 8 + .../freedom-metal/gloss/sys_fork.c | 8 + .../freedom-metal/gloss/sys_fstat.c | 9 + .../freedom-metal/gloss/sys_fstatat.c | 9 + .../freedom-metal/gloss/sys_ftime.c | 9 + .../freedom-metal/gloss/sys_getcwd.c | 8 + .../freedom-metal/gloss/sys_getpid.c | 7 + .../freedom-metal/gloss/sys_gettimeofday.c | 19 + .../freedom-metal/gloss/sys_isatty.c | 7 + .../freedom-metal/gloss/sys_kill.c | 8 + .../freedom-metal/gloss/sys_link.c | 7 + .../freedom-metal/gloss/sys_lseek.c | 9 + .../freedom-metal/gloss/sys_lstat.c | 8 + .../freedom-metal/gloss/sys_open.c | 8 + .../freedom-metal/gloss/sys_openat.c | 8 + .../freedom-metal/gloss/sys_read.c | 9 + .../freedom-metal/gloss/sys_sbrk.c | 38 + .../freedom-metal/gloss/sys_stat.c | 9 + .../freedom-metal/gloss/sys_sysconf.c | 16 + .../freedom-metal/gloss/sys_times.c | 41 + .../freedom-metal/gloss/sys_unlink.c | 8 + .../freedom-metal/gloss/sys_utime.c | 9 + .../freedom-metal/gloss/sys_wait.c | 7 + .../freedom-metal/gloss/sys_write.c | 19 + .../freedom-metal/metal/button.h | 59 + .../freedom-metal/metal/cache.h | 58 + .../freedom-metal/metal/clock.h | 119 + .../freedom-metal/metal/compiler.h | 22 + .../freedom-metal/metal/cpu.h | 271 + .../freedom-metal/metal/drivers/fixed-clock.h | 22 + .../metal/drivers/fixed-factor-clock.h | 22 + .../metal/drivers/riscv_clint0.h | 24 + .../freedom-metal/metal/drivers/riscv_cpu.h | 203 + .../freedom-metal/metal/drivers/riscv_plic0.h | 31 + .../metal/drivers/sifive_clic0.h | 42 + .../metal/drivers/sifive_fe310-g000_hfrosc.h | 22 + .../metal/drivers/sifive_fe310-g000_hfxosc.h | 20 + .../metal/drivers/sifive_fe310-g000_pll.h | 26 + .../metal/drivers/sifive_fe310-g000_prci.h | 23 + .../metal/drivers/sifive_fu540-c000_l2.h | 23 + .../sifive_global-external-interrupts0.h | 21 + .../metal/drivers/sifive_gpio-buttons.h | 21 + .../metal/drivers/sifive_gpio-leds.h | 21 + .../metal/drivers/sifive_gpio-switches.h | 21 + .../metal/drivers/sifive_gpio0.h | 22 + .../sifive_local-external-interrupts0.h | 22 + .../freedom-metal/metal/drivers/sifive_spi0.h | 24 + .../metal/drivers/sifive_test0.h | 21 + .../metal/drivers/sifive_uart0.h | 28 + .../freedom-metal/metal/gpio.h | 151 + .../freedom-metal/metal/interrupt.h | 134 + .../freedom-metal/metal/io.h | 22 + .../freedom-metal/metal/itim.h | 21 + .../freedom-metal/metal/led.h | 68 + .../freedom-metal/metal/lock.h | 127 + .../freedom-metal/metal/memory.h | 81 + .../freedom-metal/metal/pmp.h | 204 + .../freedom-metal/metal/privilege.h | 122 + .../freedom-metal/metal/shutdown.h | 36 + .../freedom-metal/metal/spi.h | 78 + .../freedom-metal/metal/switch.h | 51 + .../freedom-metal/metal/timer.h | 36 + .../freedom-metal/metal/tty.h | 23 + .../freedom-metal/metal/uart.h | 94 + .../freedom-metal/src/button.c | 27 + .../freedom-metal/src/cache.c | 8 + .../freedom-metal/src/clock.c | 9 + .../freedom-metal/src/cpu.c | 59 + .../freedom-metal/src/drivers/fixed-clock.c | 27 + .../src/drivers/fixed-factor-clock.c | 32 + .../freedom-metal/src/drivers/inline.c | 5 + .../freedom-metal/src/drivers/riscv_clint0.c | 218 + .../freedom-metal/src/drivers/riscv_cpu.c | 690 ++ .../freedom-metal/src/drivers/riscv_plic0.c | 172 + .../freedom-metal/src/drivers/sifive_clic0.c | 564 + .../src/drivers/sifive_fe310-g000_hfrosc.c | 42 + .../src/drivers/sifive_fe310-g000_hfxosc.c | 41 + .../src/drivers/sifive_fe310-g000_pll.c | 360 + .../src/drivers/sifive_fe310-g000_prci.c | 26 + .../src/drivers/sifive_fu540-c000_l2.c | 81 + .../sifive_global-external-interrupts0.c | 120 + .../src/drivers/sifive_gpio-buttons.c | 55 + .../src/drivers/sifive_gpio-leds.c | 83 + .../src/drivers/sifive_gpio-switches.c | 54 + .../freedom-metal/src/drivers/sifive_gpio0.c | 85 + .../sifive_local-external-interrupts0.c | 117 + .../freedom-metal/src/drivers/sifive_spi0.c | 277 + .../freedom-metal/src/drivers/sifive_test0.c | 26 + .../freedom-metal/src/drivers/sifive_uart0.c | 151 + .../freedom-metal/src/entry.S | 107 + .../freedom-metal/src/gpio.c | 22 + .../freedom-metal/src/interrupt.c | 24 + .../freedom-metal/src/led.c | 38 + .../freedom-metal/src/lock.c | 8 + .../freedom-metal/src/memory.c | 26 + .../freedom-metal/src/pmp.c | 580 + .../freedom-metal/src/privilege.c | 57 + .../freedom-metal/src/shutdown.c | 22 + .../freedom-metal/src/spi.c | 19 + .../freedom-metal/src/switch.c | 27 + .../freedom-metal/src/timer.c | 80 + .../freedom-metal/src/trap.S | 53 + .../freedom-metal/src/tty.c | 37 + .../freedom-metal/src/uart.c | 10 + .../src/LICENSE | 3 + .../src/LICENSE.Apache2 | 202 + .../src/LICENSE.MIT | 21 + .../src/README.md | 2 + .../src/sifive-welcome.c | 158 + 313 files changed, 35861 insertions(+) create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.cproject create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.project create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.settings/language.settings.xml create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/button.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cache.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/compiler.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cpu.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-factor-clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_clint0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_cpu.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_plic0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_clic0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfrosc.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfxosc.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_pll.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_prci.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fu540-c000_l2.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_global-external-interrupts0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-buttons.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-leds.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-switches.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_spi0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_test0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_uart0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/gpio.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/interrupt.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/io.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/itim.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/led.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/lock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/inline.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/platform.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/memory.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/pmp.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/privilege.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/shutdown.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/spi.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/switch.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/timer.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/tty.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/uart.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-inline.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-platform.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.default.lds create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/Makefile create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/README.md create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.buildinfo create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/api.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/button.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cache.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/clock.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cpu.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/gpio.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/interrupt.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/itim.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/led.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/lock.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/memory.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/pmp.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/shutdown.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/spi.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/switch.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/timer.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/tty.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/uart.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/exceptions.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/fe310-g000-pll.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/interrupts.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/itim.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/pmps.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/tty.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/environment.pickle create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/index.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/introduction.doctree create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.nojekyll create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png.map create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/api.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/button.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cache.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/clock.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cpu.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/gpio.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/interrupt.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/itim.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/led.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/lock.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/memory.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/pmp.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/shutdown.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/spi.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/switch.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/timer.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/tty.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/uart.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/exceptions.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/fe310-g000-pll.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/interrupts.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/itim.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/pmps.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/tty.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/index.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/introduction.rst.txt create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/ajax-loader.gif create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/alabaster.css create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/basic.css create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/comment-bright.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/comment-close.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/comment.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/custom.css create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/doctools.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/documentation_options.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down-pressed.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/file.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/jquery-3.2.1.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/jquery.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/minus.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/plus.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/pygments.css create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/searchtools.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/underscore-1.3.1.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/underscore.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/up-pressed.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/up.png create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/websupport.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/api.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/button.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cache.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/clock.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cpu.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/gpio.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/interrupt.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/itim.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/led.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/lock.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/memory.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/pmp.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/shutdown.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/spi.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/switch.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/timer.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/tty.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/uart.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/exceptions.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/fe310-g000-pll.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/interrupts.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/itim.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/pmps.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/tty.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/genindex.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/index.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/introduction.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/objects.inv create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/search.html create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/searchindex.js create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/mee-spec.md create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/api.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/button.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cache.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/clock.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cpu.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/gpio.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/interrupt.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/itim.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/led.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/lock.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/memory.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/pmp.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/shutdown.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/spi.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/switch.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/timer.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/tty.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/uart.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/conf.py create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/exceptions.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/fe310-g000-pll.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/interrupts.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/itim.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/pmps.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/tty.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/index.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/introduction.rst create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/crt0.S create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/nanosleep.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/synchronize_harts.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_access.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chdir.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chmod.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chown.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_close.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_execve.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_exit.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_faccessat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fork.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstatat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_ftime.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getcwd.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getpid.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_gettimeofday.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_isatty.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_kill.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_link.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lseek.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lstat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_open.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_openat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_read.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sbrk.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_stat.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sysconf.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_times.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_unlink.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_utime.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_wait.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_write.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/button.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cache.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/compiler.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cpu.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-factor-clock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_clint0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_cpu.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_plic0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_clic0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfrosc.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfxosc.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_pll.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_prci.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fu540-c000_l2.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_global-external-interrupts0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-buttons.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-leds.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-switches.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_local-external-interrupts0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_spi0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_test0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_uart0.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/gpio.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/interrupt.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/io.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/itim.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/led.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/lock.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/memory.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/pmp.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/privilege.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/shutdown.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/spi.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/switch.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/timer.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/tty.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/uart.h create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/button.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cache.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/clock.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cpu.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-clock.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-factor-clock.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/inline.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_clint0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_cpu.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_plic0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_clic0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfrosc.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfxosc.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_pll.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_prci.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fu540-c000_l2.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_global-external-interrupts0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-buttons.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-leds.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-switches.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_local-external-interrupts0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_spi0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_test0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_uart0.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/entry.S create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/gpio.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/interrupt.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/led.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/lock.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/memory.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/pmp.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/privilege.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/shutdown.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/spi.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/switch.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/timer.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/trap.S create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/tty.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/uart.c create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.Apache2 create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.MIT create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/README.md create mode 100644 FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/sifive-welcome.c diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.cproject b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.cproject new file mode 100644 index 000000000..1c18fb8ef --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.cproject @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.project b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.project new file mode 100644 index 000000000..1ee79134e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.project @@ -0,0 +1,26 @@ + + + RTOSDemo + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.settings/language.settings.xml b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.settings/language.settings.xml new file mode 100644 index 000000000..569805cb5 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/.settings/language.settings.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/button.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/button.h new file mode 100644 index 000000000..0c26f435a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/button.h @@ -0,0 +1,59 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__BUTTON_H +#define METAL__BUTTON_H + +/*! + * @file button.h + * API for interfacing with physical buttons + */ + +#include + +struct metal_button; + +struct metal_button_vtable { + int (*button_exist)(struct metal_button *button, char *label); + struct metal_interrupt* (*interrupt_controller)(struct metal_button *button); + int (*get_interrupt_id)(struct metal_button *button); +}; + +/*! + * @brief A button device handle + * + * A `struct metal_button` is an implementation-defined object which represents + * a button on a development board. + */ +struct metal_button { + const struct metal_button_vtable *vtable; +}; + +/*! + * @brief Get a reference to a button + * + * @param label The DeviceTree label for the button + * @return A handle for the button + */ +struct metal_button* metal_button_get(char *label); + + +/*! + * @brief Get the interrupt controller for a button + * + * @param button The handle for the button + * @return A pointer to the interrupt controller responsible for handling + * button interrupts. + */ +inline struct metal_interrupt* + metal_button_interrupt_controller(struct metal_button *button) { return button->vtable->interrupt_controller(button); } + +/*! + * @brief Get the interrupt id for a button + * + * @param button The handle for the button + * @return The interrupt id corresponding to a button. + */ +inline int metal_button_get_interrupt_id(struct metal_button *button) { return button->vtable->get_interrupt_id(button); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cache.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cache.h new file mode 100644 index 000000000..a8a60ada6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cache.h @@ -0,0 +1,58 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__CACHE_H +#define METAL__CACHE_H + +/*! + * @file cache.h + * + * @brief API for configuring caches + */ + +struct metal_cache; + +struct __metal_cache_vtable { + void (*init)(struct metal_cache *cache, int ways); + int (*get_enabled_ways)(struct metal_cache *cache); + int (*set_enabled_ways)(struct metal_cache *cache, int ways); +}; + +/*! + * @brief a handle for a cache + */ +struct metal_cache { + const struct __metal_cache_vtable *vtable; +}; + +/*! + * @brief Initialize a cache + * @param cache The handle for the cache to initialize + * @param ways The number of ways to enable + * + * Initializes a cache with the requested number of ways enabled. + */ +inline void metal_cache_init(struct metal_cache *cache, int ways) { + return cache->vtable->init(cache, ways); +} + +/*! + * @brief Get the current number of enabled cache ways + * @param cache The handle for the cache + * @return The current number of enabled cache ways + */ +inline int metal_cache_get_enabled_ways(struct metal_cache *cache) { + return cache->vtable->get_enabled_ways(cache); +} + +/*! + * @brief Enable the requested number of cache ways + * @param cache The handle for the cache + * @param ways The number of ways to enabled + * @return 0 if the ways are successfully enabled + */ +inline int metal_cache_set_enabled_ways(struct metal_cache *cache, int ways) { + return cache->vtable->set_enabled_ways(cache, ways); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/clock.h new file mode 100644 index 000000000..277841e01 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/clock.h @@ -0,0 +1,119 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__CLOCK_H +#define METAL__CLOCK_H + +/*! + * @file clock.h + * @brief API for manipulating clock sources + * + * The clock interface allows for controlling the rate of various clocks in the system. + */ + +struct metal_clock; + +#include + +/* The generic interface to all clocks. */ +struct __metal_clock_vtable { + long (*get_rate_hz)(const struct metal_clock *clk); + long (*set_rate_hz)(struct metal_clock *clk, long hz); +}; + +/*! + * @brief Function signature of clock pre-rate change callbacks + */ +typedef void (*metal_clock_pre_rate_change_callback)(void *priv); + +/*! + * @brief Function signature of clock post-rate change callbacks + */ +typedef void (*metal_clock_post_rate_change_callback)(void *priv); + +/*! + * @struct metal_clock + * @brief The handle for a clock + * + * Clocks are defined as a pointer to a `struct metal_clock`, the contents of which + * are implementation defined. Users of the clock interface must call functions + * which accept a `struct metal_clock *` as an argument to interract with the clock. + * + * Note that no mechanism for obtaining a pointer to a `struct metal_clock` has been + * defined, making it impossible to call any of these functions without invoking + * implementation-defined behavior. + */ +struct metal_clock { + const struct __metal_clock_vtable *vtable; + + /* Pre-rate change callback */ + metal_clock_pre_rate_change_callback _pre_rate_change_callback; + void *_pre_rate_change_callback_priv; + + /* Post-rate change callback */ + metal_clock_post_rate_change_callback _post_rate_change_callback; + void *_post_rate_change_callback_priv; +}; + +/*! + * @brief Returns the current rate of the given clock + * + * @param clk The handle for the clock + * @return The current rate of the clock in Hz + */ +inline long metal_clock_get_rate_hz(const struct metal_clock *clk) { return clk->vtable->get_rate_hz(clk); } + +/*! + * @brief Set the current rate of a clock + * + * @param clk The handle for the clock + * @param hz The desired rate in Hz + * @return The new rate of the clock in Hz. + * + * Attempts to set the current rate of the given clock to as close as possible + * to the given rate in Hz. Returns the actual value that's been selected, which + * could be anything! + * + * Prior to and after the rate change of the clock, this will call the registered + * pre- and post-rate change callbacks. + */ +inline long metal_clock_set_rate_hz(struct metal_clock *clk, long hz) +{ + if(clk->_pre_rate_change_callback != NULL) + clk->_pre_rate_change_callback(clk->_pre_rate_change_callback_priv); + + long out = clk->vtable->set_rate_hz(clk, hz); + + if (clk->_post_rate_change_callback != NULL) + clk->_post_rate_change_callback(clk->_post_rate_change_callback_priv); + + return out; +} + +/*! + * @brief Register a callback that must be called before a rate change + * + * @param clk The handle for the clock + * @param cb The callback to be registered + * @param priv Private data for the callback handler + */ +inline void metal_clock_register_pre_rate_change_callback(struct metal_clock *clk, metal_clock_pre_rate_change_callback cb, void *priv) +{ + clk->_pre_rate_change_callback = cb; + clk->_pre_rate_change_callback_priv = priv; +} + +/*! + * @brief Registers a callback that must be called after a rate change + * + * @param clk The handle for the clock + * @param cb The callback to be registered + * @param priv Private data for the callback handler + */ +inline void metal_clock_register_post_rate_change_callback(struct metal_clock *clk, metal_clock_post_rate_change_callback cb, void *priv) +{ + clk->_post_rate_change_callback = cb; + clk->_post_rate_change_callback_priv = priv; +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/compiler.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/compiler.h new file mode 100644 index 000000000..62c0ea975 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/compiler.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__COMPILER_H +#define METAL__COMPILER_H + +#define __METAL_DECLARE_VTABLE(type) \ + extern const struct type type; + +#define __METAL_DEFINE_VTABLE(type) \ + const struct type type + +#define __METAL_GET_FIELD(reg, mask) \ + (((reg) & (mask)) / ((mask) & ~((mask) << 1))) + +/* Set field with mask for a given value */ +#define __METAL_SET_FIELD(reg, mask, val) \ + (((reg) & ~(mask)) | (((val) * ((mask) & ~((mask) << 1))) & (mask))) + +void _metal_trap(int ecode); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cpu.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cpu.h new file mode 100644 index 000000000..453bd12de --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/cpu.h @@ -0,0 +1,271 @@ +/* Copyright 2018 SiFive, Inc */ + +/* SPDX-License-Identifier: Apache-2.0 */ + +/*! @file cpu.h + * @brief API for accessing CPU capabilities. + */ + +#ifndef METAL__CPU_H +#define METAL__CPU_H + +#include +#include + +struct metal_cpu; + +/*! + * @brief Function signature for exception handlers + */ +typedef void (*metal_exception_handler_t) (struct metal_cpu *cpu, int ecode); + +struct metal_cpu_vtable { + unsigned long long (*timer_get)(struct metal_cpu *cpu); + unsigned long long (*timebase_get)(struct metal_cpu *cpu); + unsigned long long (*mtime_get)(struct metal_cpu *cpu); + int (*mtimecmp_set)(struct metal_cpu *cpu, unsigned long long time); + struct metal_interrupt* (*tmr_controller_interrupt)(struct metal_cpu *cpu); + int (*get_tmr_interrupt_id)(struct metal_cpu *cpu); + struct metal_interrupt* (*sw_controller_interrupt)(struct metal_cpu *cpu); + int (*get_sw_interrupt_id)(struct metal_cpu *cpu); + int (*set_sw_ipi)(struct metal_cpu *cpu, int hartid); + int (*clear_sw_ipi)(struct metal_cpu *cpu, int hartid); + int (*get_msip)(struct metal_cpu *cpu, int hartid); + struct metal_interrupt* (*controller_interrupt)(struct metal_cpu *cpu); + int (*exception_register)(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler); + int (*get_ilen)(struct metal_cpu *cpu, uintptr_t epc); + uintptr_t (*get_epc)(struct metal_cpu *cpu); + int (*set_epc)(struct metal_cpu *cpu, uintptr_t epc); +}; + +/*! @brief A device handle for a CPU hart + */ +struct metal_cpu { + const struct metal_cpu_vtable *vtable; +}; + +/*! @brief Get a reference to a CPU hart + * + * @param hartid The ID of the desired CPU hart + * @return A pointer to the CPU device handle + */ +struct metal_cpu* metal_cpu_get(int hartid); + +/*! @brief Get the hartid of the CPU hart executing this function + * + * @return The hartid of the current CPU hart */ +int metal_cpu_get_current_hartid(); + +/*! @brief Get the number of CPU harts + * + * @return The number of CPU harts */ +int metal_cpu_get_num_harts(); + +/*! @brief Get the CPU cycle count timer value + * + * Get the value of the cycle count timer for a given CPU + * + * @param cpu The CPU device handle + * @return The value of the CPU cycle count timer + */ +inline unsigned long long metal_cpu_get_timer(struct metal_cpu *cpu) +{ return cpu->vtable->timer_get(cpu); } + +/*! @brief Get the timebase of the CPU + * + * Get the value of the timebase of the cycle count timer + * + * @param cpu The CPU device handle + * @return The value of the cycle count timer timebase + */ +inline unsigned long long metal_cpu_get_timebase(struct metal_cpu *cpu) +{ return cpu->vtable->timebase_get(cpu); } + +/*! @brief Get the value of the mtime RTC + * + * Get the value of the mtime real-time clock. The CPU interrupt controller + * must be initialized before this function is called or the return value + * will be 0. + * + * @param cpu The CPU device handle + * @return The value of mtime, or 0 if failure + */ +inline unsigned long long metal_cpu_get_mtime(struct metal_cpu *cpu) +{ return cpu->vtable->mtime_get(cpu); } + +/*! @brief Set the value of the RTC mtimecmp RTC + * + * Set the value of the mtime real-time clock compare register. The CPU + * interrupt controller must be initialized before this function is called + * or the return value will be -1; + * + * @param cpu The CPU device handle + * @param time The value to set the compare register to + * @return The value of mtimecmp or -1 if error + */ +inline int metal_cpu_set_mtimecmp(struct metal_cpu *cpu, unsigned long long time) +{ return cpu->vtable->mtimecmp_set(cpu, time); } + +/*! @brief Get a reference to RTC timer interrupt controller + * + * Get a reference to the interrupt controller for the real-time clock interrupt. + * The controller returned by this function must be initialized before any interrupts + * are registered or enabled with it. + * + * @param cpu The CPU device handle + * @return A pointer to the timer interrupt handle + */ +inline struct metal_interrupt* metal_cpu_timer_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->tmr_controller_interrupt(cpu); } + +/*! @brief Get the RTC timer interrupt id + * + * Get the interrupt ID of the real-time clock interrupt + * + * @param cpu The CPU device handle + * @return The timer interrupt ID + */ +inline int metal_cpu_timer_get_interrupt_id(struct metal_cpu *cpu) +{ return cpu->vtable->get_tmr_interrupt_id(cpu); } + +/*! @brief Get a reference to the software interrupt controller + * + * Get a reference to the interrupt controller for the software/inter-process + * interrupt. The controller returned by this function must be initialized before + * any interrupts are registered or enabled with it. + * + * @param cpu The CPU device handle + * @return A pointer to the software interrupt handle + */ +inline struct metal_interrupt* metal_cpu_software_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->sw_controller_interrupt(cpu); } + +/*! @brief Get the software interrupt id + * + * Get the interrupt ID for the software/inter-process interrupt + * + * @param cpu The CPU device handle + * @return the software interrupt ID + */ +inline int metal_cpu_software_get_interrupt_id(struct metal_cpu *cpu) +{ return cpu->vtable->get_sw_interrupt_id(cpu); } + +/*! + * @brief Set the inter-process interrupt for a hart + * + * Trigger a software/inter-process interrupt for a hart. The CPU interrupt + * controller for the CPU handle passed to this function must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param hartid The CPU hart ID to be interrupted + * @return 0 upon success + */ +inline int metal_cpu_software_set_ipi(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->set_sw_ipi(cpu, hartid); } + +/*! + * @brief Clear the inter-process interrupt for a hart + * + * Clear the software/inter-process interrupt for a hart. The CPU interrupt + * controller for the CPU handle passed to this function must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param hartid The CPU hart ID to clear + * @return 0 upon success + */ +inline int metal_cpu_software_clear_ipi(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->clear_sw_ipi(cpu, hartid); } + +/*! + * @brief Get the value of MSIP for the given hart + * + * Get the value of the machine software interrupt pending bit for + * the given hart. The CPU interrupt controller for the CPU handle passed + * as argument to this function must be initialized before this function + * is called. + * + * @param cpu the CPU device handle + * @param hartid The CPU hart to read + * @return 0 upon success + */ +inline int metal_cpu_get_msip(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->get_msip(cpu, hartid); } + +/*! + * @brief Get the interrupt controller for the CPU + * + * Get the CPU interrupt controller. The controller returned by this + * function must be initialized before any interrupts are registered + * or enabled and before any exception handlers are registered with + * this CPU. + * + * @param cpu The CPU device handle + * @return The handle for the CPU interrupt controller + */ +inline struct metal_interrupt* metal_cpu_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->controller_interrupt(cpu); } + +/*! + * @brief Register an exception handler + * + * Register an exception handler for the CPU. The CPU interrupt controller must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param ecode The exception code to register a handler for + * @param handler Callback function for the exception handler + * @return 0 upon success + */ +inline int metal_cpu_exception_register(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler) +{ return cpu->vtable->exception_register(cpu, ecode, handler); } + +/*! + * @brief Get the length of an instruction in bytes + * + * Get the length of an instruction in bytes. + * + * On RISC-V platforms, this is useful for detecting whether an instruction is + * compressed (2 bytes long) or uncompressed (4 bytes long). + * + * This function is useful in conjuction with `metal_cpu_get_exception_pc()` + * and `metal_cpu_set_exception_pc()` in order to cause the exception handler to + * return execution after the faulting instruction. + * + * @param cpu The CPU device handle + * @param epc The address of the instruction to measure + * @return the length of the instruction in bytes + */ +inline int metal_cpu_get_instruction_length(struct metal_cpu *cpu, uintptr_t epc) +{ return cpu->vtable->get_ilen(cpu, epc); } + +/*! + * @brief Get the program counter of the current exception. + * + * This function must be called within an exception handler. The behavior is + * undefined outside of an exception handler. + * + * @param cpu The CPU device handle + * @return The value of the program counter at the time of the exception + */ +inline uintptr_t metal_cpu_get_exception_pc(struct metal_cpu *cpu) +{ return cpu->vtable->get_epc(cpu); } + +/*! + * @brief Set the exception program counter + * + * This function must be called within an exception handler. The behavior + * is undefined outside of an exception handler. + * + * This function can be used to cause an exception handler to return execution + * to an address other than the one that caused the exception. + * + * @param cpu the CPU device handle + * @param epc The address to set the exception program counter to + * @return 0 upon success + */ +inline int metal_cpu_set_exception_pc(struct metal_cpu *cpu, uintptr_t epc) +{ return cpu->vtable->set_epc(cpu, epc); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-clock.h new file mode 100644 index 000000000..2647c5981 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-clock.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__FIXED_CLOCK_H +#define METAL__DRIVERS__FIXED_CLOCK_H + +struct __metal_driver_fixed_clock; + +#include +#include + +struct __metal_driver_vtable_fixed_clock { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_fixed_clock) + +struct __metal_driver_fixed_clock { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-factor-clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-factor-clock.h new file mode 100644 index 000000000..936ce8d77 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/fixed-factor-clock.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__FIXED_FACTOR_CLOCK_H +#define METAL__DRIVERS__FIXED_FACTOR_CLOCK_H + +struct __metal_driver_fixed_factor_clock; + +#include +#include + +struct __metal_driver_vtable_fixed_factor_clock { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_fixed_factor_clock) + +struct __metal_driver_fixed_factor_clock { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_clint0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_clint0.h new file mode 100644 index 000000000..08d571e1c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_clint0.h @@ -0,0 +1,24 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_CLINT0_H +#define METAL__DRIVERS__RISCV_CLINT0_H + +#include +#include + +struct __metal_driver_vtable_riscv_clint0 { + struct metal_interrupt_vtable clint_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_clint0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_riscv_clint0 { + struct metal_interrupt controller; + int init_done; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_cpu.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_cpu.h new file mode 100644 index 000000000..eb1e5b8ca --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_cpu.h @@ -0,0 +1,203 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_CPU_H +#define METAL__DRIVERS__RISCV_CPU_H + +#include +#include +#include + +#define METAL_MAX_CORES 8 +#define METAL_MAX_MI 32 /* Per ISA MCause interrupts 32+ are Reserved */ +#define METAL_MAX_ME 12 /* Per ISA Exception codes 12+ are Reserved */ +#define METAL_DEFAULT_RTC_FREQ 32768 + +#define METAL_DISABLE 0 +#define METAL_ENABLE 1 + +#define METAL_ISA_A_EXTENSIONS 0x0001 +#define METAL_ISA_C_EXTENSIONS 0x0004 +#define METAL_ISA_D_EXTENSIONS 0x0008 +#define METAL_ISA_E_EXTENSIONS 0x0010 +#define METAL_ISA_F_EXTENSIONS 0x0020 +#define METAL_ISA_G_EXTENSIONS 0x0040 +#define METAL_ISA_I_EXTENSIONS 0x0100 +#define METAL_ISA_M_EXTENSIONS 0x1000 +#define METAL_ISA_N_EXTENSIONS 0x2000 +#define METAL_ISA_Q_EXTENSIONS 0x10000 +#define METAL_ISA_S_EXTENSIONS 0x40000 +#define METAL_ISA_U_EXTENSIONS 0x100000 +#define METAL_ISA_V_EXTENSIONS 0x200000 +#define METAL_ISA_XL32_EXTENSIONS 0x40000000UL +#define METAL_ISA_XL64_EXTENSIONS 0x8000000000000000UL +#define METAL_ISA_XL128_EXTENSIONS 0xC000000000000000UL + +#define METAL_MTVEC_DIRECT 0x00 +#define METAL_MTVEC_VECTORED 0x01 +#define METAL_MTVEC_CLIC 0x02 +#define METAL_MTVEC_CLIC_VECTORED 0x03 +#define METAL_MTVEC_CLIC_RESERVED 0x3C +#define METAL_MTVEC_MASK 0x3F +#if __riscv_xlen == 32 +#define METAL_MCAUSE_INTR 0x80000000UL +#define METAL_MCAUSE_CAUSE 0x000003FFUL +#else +#define METAL_MCAUSE_INTR 0x8000000000000000UL +#define METAL_MCAUSE_CAUSE 0x00000000000003FFUL +#endif +#define METAL_MCAUSE_MINHV 0x40000000UL +#define METAL_MCAUSE_MPP 0x30000000UL +#define METAL_MCAUSE_MPIE 0x08000000UL +#define METAL_MCAUSE_MPIL 0x00FF0000UL +#define METAL_MSTATUS_MIE 0x00000008UL +#define METAL_MSTATUS_MPIE 0x00000080UL +#define METAL_MSTATUS_MPP 0x00001800UL +#define METAL_MSTATUS_FS_INIT 0x00002000UL +#define METAL_MSTATUS_FS_CLEAN 0x00004000UL +#define METAL_MSTATUS_FS_DIRTY 0x00006000UL +#define METAL_MSTATUS_MPRV 0x00020000UL +#define METAL_MSTATUS_MXR 0x00080000UL +#define METAL_MINTSTATUS_MIL 0xFF000000UL +#define METAL_MINTSTATUS_SIL 0x0000FF00UL +#define METAL_MINTSTATUS_UIL 0x000000FFUL + +#define METAL_LOCAL_INTR(X) (16 + X) +#define METAL_MCAUSE_EVAL(cause) (cause & METAL_MCAUSE_INTR) +#define METAL_INTERRUPT(cause) (METAL_MCAUSE_EVAL(cause) ? 1 : 0) +#define METAL_EXCEPTION(cause) (METAL_MCAUSE_EVAL(cause) ? 0 : 1) +#define METAL_SW_INTR_EXCEPTION (METAL_MCAUSE_INTR + 3) +#define METAL_TMR_INTR_EXCEPTION (METAL_MCAUSE_INTR + 7) +#define METAL_EXT_INTR_EXCEPTION (METAL_MCAUSE_INTR + 11) +#define METAL_LOCAL_INTR_EXCEPTION(X) (METAL_MCAUSE_INTR + METAL_LOCAL_INTR(X)) +#define METAL_LOCAL_INTR_RESERVE0 1 +#define METAL_LOCAL_INTR_RESERVE1 2 +#define METAL_LOCAL_INTR_RESERVE2 4 +#define METAL_LOCAL_INTERRUPT_SW 8 /* Bit3 0x008 */ +#define METAL_LOCAL_INTR_RESERVE4 16 +#define METAL_LOCAL_INTR_RESERVE5 32 +#define METAL_LOCAL_INTR_RESERVE6 64 +#define METAL_LOCAL_INTERRUPT_TMR 128 /* Bit7 0x080 */ +#define METAL_LOCAL_INTR_RESERVE8 256 +#define METAL_LOCAL_INTR_RESERVE9 512 +#define METAL_LOCAL_INTR_RESERVE10 1024 +#define METAL_LOCAL_INTERRUPT_EXT 2048 /* Bit11 0x800 */ +/* Bit12 to Bit15 are Reserved */ +#define METAL_LOCAL_INTERRUPT(X) (0x10000 << X) /* Bit16+ Start of Custom Local Interrupt */ +#define METAL_MIE_INTERRUPT METAL_MSTATUS_MIE + +typedef enum { + METAL_MACHINE_PRIVILEGE_MODE, + METAL_SUPERVISOR_PRIVILEGE_MODE, + METAL_USER_PRIVILEGE_MODE, +} metal_privilege_mode_e; + +typedef enum { + METAL_INTERRUPT_ID_BASE, + METAL_INTERRUPT_ID_SW = (METAL_INTERRUPT_ID_BASE + 3), + METAL_INTERRUPT_ID_TMR = (METAL_INTERRUPT_ID_BASE + 7), + METAL_INTERRUPT_ID_EXT = (METAL_INTERRUPT_ID_BASE + 11), + METAL_INTERRUPT_ID_LC0 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(0)), + METAL_INTERRUPT_ID_LC1 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(1)), + METAL_INTERRUPT_ID_LC2 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(2)), + METAL_INTERRUPT_ID_LC3 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(3)), + METAL_INTERRUPT_ID_LC4 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(4)), + METAL_INTERRUPT_ID_LC5 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(5)), + METAL_INTERRUPT_ID_LC6 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(6)), + METAL_INTERRUPT_ID_LC7 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(7)), + METAL_INTERRUPT_ID_LC8 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(8)), + METAL_INTERRUPT_ID_LC9 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(9)), + METAL_INTERRUPT_ID_LC10 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(10)), + METAL_INTERRUPT_ID_LC11 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(11)), + METAL_INTERRUPT_ID_LC12 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(12)), + METAL_INTERRUPT_ID_LC13 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(13)), + METAL_INTERRUPT_ID_LC14 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(14)), + METAL_INTERRUPT_ID_LC15 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(15)), + METAL_INTERRUPT_ID_LCMX, + METAL_INTERRUPT_ID_GL0 = METAL_INTERRUPT_ID_LCMX, + METAL_INTERRUPT_ID_GLMX = (METAL_MCAUSE_CAUSE + 1), +} metal_interrupt_id_e; + +typedef enum { + METAL_IAM_EXCEPTION_CODE, /* Instruction address misaligned */ + METAL_IAF_EXCEPTION_CODE, /* Instruction access faultd */ + METAL_II_EXCEPTION_CODE, /* Illegal instruction */ + METAL_BREAK_EXCEPTION_CODE, /* Breakpoint */ + METAL_LAM_EXCEPTION_CODE, /* Load address misaligned */ + METAL_LAF_EXCEPTION_CODE, /* Load access fault */ + METAL_SAMOAM_EXCEPTION_CODE, /* Store/AMO address misaligned */ + METAL_SAMOAF_EXCEPTION_CODE, /* Store/AMO access fault */ + METAL_ECALL_U_EXCEPTION_CODE, /* Environment call from U-mode */ + METAL_R9_EXCEPTION_CODE, /* Reserved */ + METAL_R10_EXCEPTION_CODE, /* Reserved */ + METAL_ECALL_M_EXCEPTION_CODE, /* Environment call from M-mode */ + METAL_MAX_EXCEPTION_CODE, +} metal_exception_code_e; + +typedef enum { + METAL_TIMER_MTIME_GET = 1, + METAL_SOFTWARE_IPI_CLEAR, + METAL_SOFTWARE_IPI_SET, + METAL_SOFTWARE_MSIP_GET, + METAL_MAX_INTERRUPT_GET, + METAL_INDEX_INTERRUPT_GET, +} metal_interrup_cmd_e; + +typedef struct __metal_interrupt_data { + long long pad : 64; + metal_interrupt_handler_t handler; + void *sub_int; + void *exint_data; +} __metal_interrupt_data; + +/* CPU interrupt controller */ + +uintptr_t __metal_myhart_id(void); + +struct __metal_driver_interrupt_controller_vtable { + void (*interrupt_init)(struct metal_interrupt *controller); + int (*interrupt_register)(struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, void *priv_data); + int (*interrupt_enable)(struct metal_interrupt *controller, int id); + int (*interrupt_disable)(struct metal_interrupt *controller, int id); + int (*command_request)(struct metal_interrupt *intr, int cmd, void *data); +}; + +struct __metal_driver_vtable_riscv_cpu_intc { + struct metal_interrupt_vtable controller_vtable; +}; + + +void __metal_interrupt_global_enable(void); +void __metal_interrupt_global_disable(void); +void __metal_controller_interrupt_vector(metal_vector_mode mode, void *vec_table); +inline int __metal_controller_interrupt_is_selective_vectored (void) +{ + uintptr_t val; + + asm volatile ("csrr %0, mtvec" : "=r"(val)); + return ((val & METAL_MTVEC_CLIC_VECTORED) == METAL_MTVEC_CLIC); +} + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_cpu_intc) + +struct __metal_driver_riscv_cpu_intc { + struct metal_interrupt controller; + int init_done; + uintptr_t metal_mtvec_table[METAL_MAX_MI]; + __metal_interrupt_data metal_int_table[METAL_MAX_MI]; + metal_exception_handler_t metal_exception_table[METAL_MAX_ME]; +}; + +/* CPU driver*/ +struct __metal_driver_vtable_cpu { + struct metal_cpu_vtable cpu_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_cpu) + +struct __metal_driver_cpu { + struct metal_cpu cpu; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_plic0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_plic0.h new file mode 100644 index 000000000..159ee6d69 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/riscv_plic0.h @@ -0,0 +1,31 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_PLIC0_H +#define METAL__DRIVERS__RISCV_PLIC0_H + +#include +#include + +#define METAL_PLIC_SOURCE_MASK 0x1F +#define METAL_PLIC_SOURCE_SHIFT 5 +#define METAL_PLIC_SOURCE_PRIORITY_SHIFT 2 +#define METAL_PLIC_SOURCE_PENDING_SHIFT 0 + +struct __metal_driver_vtable_riscv_plic0 { + struct metal_interrupt_vtable plic_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_plic0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_riscv_plic0 { + struct metal_interrupt controller; + int init_done; + metal_interrupt_handler_t metal_exint_table[__METAL_PLIC_SUBINTERRUPTS]; + __metal_interrupt_data metal_exdata_table[__METAL_PLIC_SUBINTERRUPTS]; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_clic0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_clic0.h new file mode 100644 index 000000000..db9674625 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_clic0.h @@ -0,0 +1,42 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_CLIC0_H +#define METAL__DRIVERS__SIFIVE_CLIC0_H + +#include +#include + +#define METAL_CLIC_MAX_NMBITS 2 +#define METAL_CLIC_MAX_NLBITS 8 +#define METAL_CLIC_MAX_NVBITS 1 + +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_MMODE 0x00 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_SMODE1 0x20 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_SMODE2 0x40 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_MASK 0x60 +#define METAL_SIFIVE_CLIC0_CLICCFG_NLBITS_MASK 0x1E +#define METAL_SIFIVE_CLIC0_CLICCFG_NVBIT_MASK 0x01 + +#define METAL_CLIC_ICTRL_SMODE1_MASK 0x7F /* b8 set imply M-mode */ +#define METAL_CLIC_ICTRL_SMODE2_MASK 0x3F /* b8 set M-mode, b7 clear U-mode */ + +#define METAL_MAX_INTERRUPT_LEVEL ((1 << METAL_CLIC_MAX_NLBITS) - 1) + +struct __metal_driver_vtable_sifive_clic0 { + struct metal_interrupt_vtable clic_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_clic0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_sifive_clic0 { + struct metal_interrupt controller; + int init_done; + metal_interrupt_handler_t metal_mtvt_table[__METAL_CLIC_SUBINTERRUPTS]; + __metal_interrupt_data metal_exint_table[__METAL_CLIC_SUBINTERRUPTS]; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfrosc.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfrosc.h new file mode 100644 index 000000000..d311f0cf2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfrosc.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_HFROSC_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_HFROSC_H + +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_hfrosc { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfrosc) + +struct __metal_driver_sifive_fe310_g000_hfrosc { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfxosc.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfxosc.h new file mode 100644 index 000000000..b86926fba --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_hfxosc.h @@ -0,0 +1,20 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_HFXOSC_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_HFXOSC_H + +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_hfxosc { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfxosc) + +struct __metal_driver_sifive_fe310_g000_hfxosc { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_pll.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_pll.h new file mode 100644 index 000000000..67f818f7b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_pll.h @@ -0,0 +1,26 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_PLL_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_PLL_H + +struct __metal_driver_sifive_fe310_g000_pll; + +#include +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_pll { + void (*init)(struct __metal_driver_sifive_fe310_g000_pll *pll); + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_pll) + +struct __metal_driver_sifive_fe310_g000_pll { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_prci.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_prci.h new file mode 100644 index 000000000..87c9ca985 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fe310-g000_prci.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_PRCI_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_PRCI_H + +#include +#include + +struct __metal_driver_sifive_fe310_g000_prci; + +struct __metal_driver_vtable_sifive_fe310_g000_prci { + long (*get_reg)(const struct __metal_driver_sifive_fe310_g000_prci *, long offset); + long (*set_reg)(const struct __metal_driver_sifive_fe310_g000_prci *, long offset, long value); +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_prci) + +struct __metal_driver_sifive_fe310_g000_prci { +}; + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fu540-c000_l2.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fu540-c000_l2.h new file mode 100644 index 000000000..8c3cf907e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_fu540-c000_l2.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FU540_C000_L2_H +#define METAL__DRIVERS__SIFIVE_FU540_C000_L2_H + +struct __metal_driver_sifive_fu540_c000_l2; + +#include +#include + +struct __metal_driver_vtable_sifive_fu540_c000_l2 { + struct __metal_cache_vtable cache; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fu540_c000_l2) + +struct __metal_driver_sifive_fu540_c000_l2 { + struct metal_cache cache; +}; + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_global-external-interrupts0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_global-external-interrupts0.h new file mode 100644 index 000000000..9e6f2faf6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_global-external-interrupts0.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GLOBAL_EXTERNAL_INTERRUPTS0_H +#define METAL__DRIVERS__SIFIVE_GLOBAL_EXTERNAL_INTERRUPTS0_H + +#include +#include + +struct __metal_driver_vtable_sifive_global_external_interrupts0 { + struct metal_interrupt_vtable global0_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_global_external_interrupts0) + +struct __metal_driver_sifive_global_external_interrupts0 { + struct metal_interrupt irc; + int init_done; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-buttons.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-buttons.h new file mode 100644 index 000000000..a0caeaba8 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-buttons.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H +#define METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_button { + struct metal_button_vtable button_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_button) + +struct __metal_driver_sifive_gpio_button { + struct metal_button button; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-leds.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-leds.h new file mode 100644 index 000000000..a8dacf116 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-leds.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_LEDS_H +#define METAL__DRIVERS__SIFIVE_GPIO_LEDS_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_led { + struct metal_led_vtable led_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_led) + +struct __metal_driver_sifive_gpio_led { + struct metal_led led; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-switches.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-switches.h new file mode 100644 index 000000000..c9c7839e9 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio-switches.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_SWITCHES_H +#define METAL__DRIVERS__SIFIVE_GPIO_SWITCHES_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_switch { + struct metal_switch_vtable switch_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_switch) + +struct __metal_driver_sifive_gpio_switch { + struct metal_switch flip; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio0.h new file mode 100644 index 000000000..cc56dc722 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_gpio0.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO0_H +#define METAL__DRIVERS__SIFIVE_GPIO0_H + +#include +#include + +struct __metal_driver_vtable_sifive_gpio0 { + const struct __metal_gpio_vtable gpio; +}; + +//struct __metal_driver_sifive_gpio0; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_gpio0) + +struct __metal_driver_sifive_gpio0 { + struct metal_gpio gpio; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h new file mode 100644 index 000000000..aa8d63078 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H +#define METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H + +#include +#include + +struct __metal_driver_vtable_sifive_local_external_interrupts0 { + struct metal_interrupt_vtable local0_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_local_external_interrupts0) + +struct __metal_driver_sifive_local_external_interrupts0 { + struct metal_interrupt irc; + int init_done; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_spi0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_spi0.h new file mode 100644 index 000000000..90d4c831e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_spi0.h @@ -0,0 +1,24 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_SPI0_H +#define METAL__DRIVERS__SIFIVE_SPI0_H + +#include +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_spi0 { + const struct metal_spi_vtable spi; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_spi0) + +struct __metal_driver_sifive_spi0 { + struct metal_spi spi; + unsigned long baud_rate; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_test0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_test0.h new file mode 100644 index 000000000..e87db2c83 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_test0.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_TEST0_H +#define METAL__DRIVERS__SIFIVE_TEST0_H + +#include +#include + +struct __metal_driver_vtable_sifive_test0 { + const struct __metal_shutdown_vtable shutdown; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_test0) + +struct __metal_driver_sifive_test0 { + struct __metal_shutdown shutdown; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_uart0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_uart0.h new file mode 100644 index 000000000..11d954002 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/drivers/sifive_uart0.h @@ -0,0 +1,28 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_UART0_H +#define METAL__DRIVERS__SIFIVE_UART0_H + +#include +#include +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_uart0 { + const struct metal_uart_vtable uart; +}; + +struct __metal_driver_sifive_uart0; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_uart0) + +struct __metal_driver_sifive_uart0 { + struct metal_uart uart; + unsigned long baud_rate; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/gpio.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/gpio.h new file mode 100644 index 000000000..513687dd7 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/gpio.h @@ -0,0 +1,151 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__GPIO_H +#define METAL__GPIO_H + +#include + +/*! + * @file gpio.h + * @brief API for manipulating general-purpose input/output + */ + +struct metal_gpio; + +struct __metal_gpio_vtable { + int (*disable_input)(struct metal_gpio *, long pins); + long (*output)(struct metal_gpio *); + int (*enable_output)(struct metal_gpio *, long pins); + int (*output_set)(struct metal_gpio *, long value); + int (*output_clear)(struct metal_gpio *, long value); + int (*output_toggle)(struct metal_gpio *, long value); + int (*enable_io)(struct metal_gpio *, long pins, long dest); +}; + +/*! + * @struct metal_gpio + * @brief The handle for a GPIO interface + */ +struct metal_gpio { + const struct __metal_gpio_vtable *vtable; +}; + +/*! + * @brief Get a GPIO device handle + * @param device_num The GPIO device index + * @return The GPIO device handle, or NULL if there is no device at that index + */ +struct metal_gpio *metal_gpio_get_device(int device_num); + +/*! + * @brief Disable input on a pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the input is successfully disabled + */ +inline int metal_gpio_disable_input(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->disable_input(gpio, (1 << pin)); +} + +/*! + * @brief Enable output on a pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the output is successfully enabled + */ +inline int metal_gpio_enable_output(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->enable_output(gpio, (1 << pin)); +} + +/*! + * @brief Set the output value of a GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @param value The value to set the pin to + * @return 0 if the output is successfully set + */ +inline int metal_gpio_set_pin(struct metal_gpio *gpio, int pin, int value) { + if(!gpio) { + return 1; + } + + if(value == 0) { + return gpio->vtable->output_clear(gpio, (1 << pin)); + } else { + return gpio->vtable->output_set(gpio, (1 << pin)); + } +} + +/*! + * @brief Get the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return The value of the GPIO pin + */ +inline int metal_gpio_get_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 0; + } + + long value = gpio->vtable->output(gpio); + + if(value & (1 << pin)) { + return 1; + } else { + return 0; + } +} + +/*! + * @brief Clears the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the pin is successfully cleared + */ +inline int metal_gpio_clear_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->output_clear(gpio, (1 << pin)); +} + +/*! + * @brief Toggles the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the pin is successfully toggled + */ +inline int metal_gpio_toggle_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->output_toggle(gpio, (1 << pin)); +} + +/*! + * @brief Enables and sets the pinmux for a GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The bitmask for the pin to enable pinmux on + * @param io_function The IO function to set + * @return 0 if the pinmux is successfully set + */ +inline int metal_gpio_enable_pinmux(struct metal_gpio *gpio, int pin, int io_function) { + if(!gpio) { + return 1; + } + + return gpio->vtable->enable_io(gpio, (1 << pin), (io_function << pin)); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/interrupt.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/interrupt.h new file mode 100644 index 000000000..43f587aca --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/interrupt.h @@ -0,0 +1,134 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__INTERRUPT_H +#define METAL__INTERRUPT_H + +/*! @file interrupt.h + * @brief API for registering and manipulating interrupts + */ + +#include + +/*! + * @brief Possible mode of interrupts to operate + */ +typedef enum metal_vector_mode_ { + METAL_DIRECT_MODE = 0, + METAL_VECTOR_MODE = 1, + METAL_SELECTIVE_VECTOR_MODE = 2, + METAL_HARDWARE_VECTOR_MODE = 3 +} metal_vector_mode; + +/*! + * @brief Function signature for interrupt callback handlers + */ +typedef void (*metal_interrupt_handler_t) (int, void *); + +struct metal_interrupt; + +struct metal_interrupt_vtable { + void (*interrupt_init)(struct metal_interrupt *controller); + int (*interrupt_register)(struct metal_interrupt *controller, int id, + metal_interrupt_handler_t isr, void *priv_data); + int (*interrupt_enable)(struct metal_interrupt *controller, int id); + int (*interrupt_disable)(struct metal_interrupt *controller, int id); + int (*interrupt_vector_enable)(struct metal_interrupt *controller, + int id, metal_vector_mode mode); + int (*interrupt_vector_disable)(struct metal_interrupt *controller, int id); + int (*command_request)(struct metal_interrupt *controller, int cmd, void *data); + int (*mtimecmp_set)(struct metal_interrupt *controller, int hartid, unsigned long long time); +}; + +/*! + * @brief A handle for an interrupt + */ +struct metal_interrupt { + const struct metal_interrupt_vtable *vtable; +}; + +/*! + * @brief Initialize a given interrupt controller + * + * Initialize a given interrupt controller. This function must be called + * before any interrupts are registered or enabled with the handler. It + * is invalid to initialize an interrupt controller more than once. + * + * @param controller The handle for the interrupt controller + */ +inline void metal_interrupt_init(struct metal_interrupt *controller) +{ + return controller->vtable->interrupt_init(controller); +} + + +/*! + * @brief Register an interrupt handler + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to register + * @param handler The interrupt handler callback + * @param priv_data Private data for the interrupt handler + * @return 0 upon success + */ +inline int metal_interrupt_register_handler(struct metal_interrupt *controller, + int id, + metal_interrupt_handler_t handler, + void *priv_data) +{ + return controller->vtable->interrupt_register(controller, id, handler, priv_data); +} + +/*! + * @brief Enable an interrupt + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to enable + * @return 0 upon success + */ +inline int metal_interrupt_enable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_enable(controller, id); +} + +/*! + * @brief Disable an interrupt + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to disable + * @return 0 upon success + */ +inline int metal_interrupt_disable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_disable(controller, id); +} + +/*! + * @brief Enable an interrupt vector + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to enable + * @param mode The interrupt mode type to enable + * @return 0 upon success + */ +inline int metal_interrupt_vector_enable(struct metal_interrupt *controller, + int id, metal_vector_mode mode) +{ + return controller->vtable->interrupt_vector_enable(controller, id, mode); +} + +/*! + * @brief Disable an interrupt vector + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to disable + * @return 0 upon success + */ +inline int metal_interrupt_vector_disable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_vector_disable(controller, id); +} + +/* Utilities function to controll, manages devices via a given interrupt controller */ +inline int _metal_interrupt_command_request(struct metal_interrupt *controller, + int cmd, void *data) +{ + return controller->vtable->command_request(controller, cmd, data); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/io.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/io.h new file mode 100644 index 000000000..450054142 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/io.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__IO_H +#define METAL__IO_H + +/* This macro enforces that the compiler will not elide the given access. */ +#define __METAL_ACCESS_ONCE(x) (*(typeof(*x) volatile *)(x)) + +/* Allows users to specify arbitrary fences. */ +#define __METAL_IO_FENCE(pred, succ) __asm__ volatile ("fence " #pred "," #succ ::: "memory"); + +/* Types that explicitly describe an address as being used for memory-mapped + * IO. These should only be accessed via __METAL_ACCESS_ONCE. */ +typedef unsigned char __metal_io_u8; +typedef unsigned short __metal_io_u16; +typedef unsigned int __metal_io_u32; +#if __riscv_xlen >= 64 +typedef unsigned long __metal_io_u64; +#endif + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/itim.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/itim.h new file mode 100644 index 000000000..1a2a05b8b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/itim.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__ITIM_H +#define METAL__ITIM_H + +/*! @file itim.h + * + * API for manipulating ITIM allocation + */ + + +/*! @def METAL_PLACE_IN_ITIM + * @brief Link a function into the ITIM + * + * Link a function into the ITIM (Instruction Tightly Integrated + * Memory) if the ITIM is present on the target device. + */ +#define METAL_PLACE_IN_ITIM __attribute__((section(".itim"))) + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/led.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/led.h new file mode 100644 index 000000000..a430b84c2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/led.h @@ -0,0 +1,68 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__LED_H +#define METAL__LED_H + +/*! + * @file led.h + * @brief API for manipulating LEDs + */ + +struct metal_led; + +struct metal_led_vtable { + int (*led_exist)(struct metal_led *led, char *label); + void (*led_enable)(struct metal_led *led); + void (*led_on)(struct metal_led *led); + void (*led_off)(struct metal_led *led); + void (*led_toggle)(struct metal_led *led); +}; + +/*! + * @brief A handle for an LED + */ +struct metal_led { + const struct metal_led_vtable *vtable; +}; + +/*! + * @brief Get a handle for an LED + * @param label The DeviceTree label for the desired LED + * @return A handle to the LED, or NULL if none is found for the requested label + */ +struct metal_led* metal_led_get(char *label); + +/*! + * @brief Get a handle for a channel of an RGB LED + * @param label The DeviceTree label for the desired LED + * @param color The color for the LED in the DeviceTree + * @return A handle to the LED, or NULL if none is found for the requested label and color + */ +struct metal_led* metal_led_get_rgb(char *label, char *color); + +/*! + * @brief Enable an LED + * @param led The handle for the LED + */ +inline void metal_led_enable(struct metal_led *led) { led->vtable->led_enable(led); } + +/*! + * @brief Turn an LED on + * @param led The handle for the LED + */ +inline void metal_led_on(struct metal_led *led) { led->vtable->led_on(led); } + +/*! + * @brief Turn an LED off + * @param led The handle for the LED + */ +inline void metal_led_off(struct metal_led *led) { led->vtable->led_off(led); } + +/*! + * @brief Toggle the on/off state of an LED + * @param led The handle for the LED + */ +inline void metal_led_toggle(struct metal_led *led) { led->vtable->led_toggle(led); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/lock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/lock.h new file mode 100644 index 000000000..d863aa96e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/lock.h @@ -0,0 +1,127 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__LOCK_H +#define METAL__LOCK_H + +#include +#include + +/*! + * @file lock.h + * @brief An API for creating and using a software lock/mutex + */ + +/* TODO: How can we make the exception code platform-independant? */ +#define _METAL_STORE_AMO_ACCESS_FAULT 7 + +/*! + * @def METAL_LOCK_DECLARE + * @brief Declare a lock + * + * Locks must be declared with METAL_LOCK_DECLARE to ensure that the lock + * is linked into a memory region which supports atomic memory operations. + */ +#define METAL_LOCK_DECLARE(name) \ + __attribute__((section(".data.locks"))) \ + struct metal_lock name + +/*! + * @brief A handle for a lock + */ +struct metal_lock { + int _state; +}; + +/*! + * @brief Initialize a lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully initialized. A non-zero code indicates failure. + * + * If the lock cannot be initialized, attempts to take or give the lock + * will result in a Store/AMO access fault. + */ +inline int metal_lock_init(struct metal_lock *lock) { +#ifdef __riscv_atomic + /* Get a handle for the memory which holds the lock state */ + struct metal_memory *lock_mem = metal_get_memory_from_address((uintptr_t) &(lock->_state)); + if(!lock_mem) { + return 1; + } + + /* If the memory doesn't support atomics, report an error */ + if(!metal_memory_supports_atomics(lock_mem)) { + return 2; + } + + lock->_state = 0; + + return 0; +#else + return 3; +#endif +} + +/*! + * @brief Take a lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully taken + * + * If the lock initialization failed, attempts to take a lock will result in + * a Store/AMO access fault. + */ +inline int metal_lock_take(struct metal_lock *lock) { +#ifdef __riscv_atomic + int old = 1; + int new = 1; + + while(old != 0) { + __asm__ volatile("amoswap.w.aq %[old], %[new], (%[state])" + : [old] "=r" (old) + : [new] "r" (new), [state] "r" (&(lock->_state)) + : "memory"); + } + + return 0; +#else + /* Store the memory address in mtval like a normal store/amo access fault */ + __asm__ ("csrw mtval, %[state]" + :: [state] "r" (&(lock->_state))); + + /* Trigger a Store/AMO access fault */ + _metal_trap(_METAL_STORE_AMO_ACCESS_FAULT); + + /* If execution returns, indicate failure */ + return 1; +#endif +} + +/*! + * @brief Give back a held lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully given + * + * If the lock initialization failed, attempts to give a lock will result in + * a Store/AMO access fault. + */ +inline int metal_lock_give(struct metal_lock *lock) { +#ifdef __riscv_atomic + __asm__ volatile("amoswap.w.rl x0, x0, (%[state])" + :: [state] "r" (&(lock->_state)) + : "memory"); + + return 0; +#else + /* Store the memory address in mtval like a normal store/amo access fault */ + __asm__ ("csrw mtval, %[state]" + :: [state] "r" (&(lock->_state))); + + /* Trigger a Store/AMO access fault */ + _metal_trap(_METAL_STORE_AMO_ACCESS_FAULT); + + /* If execution returns, indicate failure */ + return 1; +#endif +} + +#endif /* METAL__LOCK_H */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine.h new file mode 100644 index 000000000..f76dbd632 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine.h @@ -0,0 +1,872 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef ASSEMBLY + +#include + +#ifdef __METAL_MACHINE_MACROS + +#ifndef MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H +#define MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H + +#define __METAL_CLINT_NUM_PARENTS 2 + +#ifndef __METAL_CLINT_NUM_PARENTS +#define __METAL_CLINT_NUM_PARENTS 0 +#endif +#define __METAL_PLIC_SUBINTERRUPTS 27 + +#define __METAL_PLIC_NUM_PARENTS 1 + +#ifndef __METAL_PLIC_SUBINTERRUPTS +#define __METAL_PLIC_SUBINTERRUPTS 0 +#endif +#ifndef __METAL_PLIC_NUM_PARENTS +#define __METAL_PLIC_NUM_PARENTS 0 +#endif +#ifndef __METAL_CLIC_SUBINTERRUPTS +#define __METAL_CLIC_SUBINTERRUPTS 0 +#endif + +#endif /* MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H*/ + +#else /* ! __METAL_MACHINE_MACROS */ + +#ifndef MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H +#define MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H + +#define __METAL_CLINT_2000000_INTERRUPTS 2 + +#define METAL_MAX_CLINT_INTERRUPTS 2 + +#define __METAL_CLINT_NUM_PARENTS 2 + +#define __METAL_INTERRUPT_CONTROLLER_C000000_INTERRUPTS 1 + +#define __METAL_PLIC_SUBINTERRUPTS 27 + +#define METAL_MAX_PLIC_INTERRUPTS 1 + +#define __METAL_PLIC_NUM_PARENTS 1 + +#define __METAL_CLIC_SUBINTERRUPTS 0 +#define METAL_MAX_CLIC_INTERRUPTS 0 + +#define __METAL_LOCAL_EXTERNAL_INTERRUPTS_0_INTERRUPTS 16 + +#define METAL_MAX_LOCAL_EXT_INTERRUPTS 16 + +#define METAL_MAX_GLOBAL_EXT_INTERRUPTS 0 + +#define __METAL_GPIO_10012000_INTERRUPTS 16 + +#define METAL_MAX_GPIO_INTERRUPTS 16 + +#define __METAL_SERIAL_10013000_INTERRUPTS 1 + +#define METAL_MAX_UART_INTERRUPTS 1 + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* From clock@0 */ +struct __metal_driver_fixed_clock __metal_dt_clock_0; + +/* From clock@2 */ +struct __metal_driver_fixed_clock __metal_dt_clock_2; + +/* From clock@5 */ +struct __metal_driver_fixed_clock __metal_dt_clock_5; + +struct metal_memory __metal_dt_mem_dtim_80000000; + +struct metal_memory __metal_dt_mem_spi_10014000; + +/* From clint@2000000 */ +struct __metal_driver_riscv_clint0 __metal_dt_clint_2000000; + +/* From cpu@0 */ +struct __metal_driver_cpu __metal_dt_cpu_0; + +struct __metal_driver_riscv_cpu_intc __metal_dt_cpu_0_interrupt_controller; + +/* From interrupt_controller@c000000 */ +struct __metal_driver_riscv_plic0 __metal_dt_interrupt_controller_c000000; + +struct metal_pmp __metal_dt_pmp; + +/* From local_external_interrupts_0 */ +struct __metal_driver_sifive_local_external_interrupts0 __metal_dt_local_external_interrupts_0; + +/* From gpio@10012000 */ +struct __metal_driver_sifive_gpio0 __metal_dt_gpio_10012000; + +/* From led@0red */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0red; + +/* From led@0green */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0green; + +/* From led@0blue */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0blue; + +/* From spi@10014000 */ +struct __metal_driver_sifive_spi0 __metal_dt_spi_10014000; + +/* From serial@10013000 */ +struct __metal_driver_sifive_uart0 __metal_dt_serial_10013000; + +/* From clock@3 */ +struct __metal_driver_sifive_fe310_g000_hfrosc __metal_dt_clock_3; + +/* From clock@1 */ +struct __metal_driver_sifive_fe310_g000_hfxosc __metal_dt_clock_1; + +/* From clock@4 */ +struct __metal_driver_sifive_fe310_g000_pll __metal_dt_clock_4; + +/* From prci@10008000 */ +struct __metal_driver_sifive_fe310_g000_prci __metal_dt_prci_10008000; + + + +/* --------------------- fixed_clock ------------ */ +static inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock) +{ + if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_0) { + return METAL_FIXED_CLOCK_0_CLOCK_FREQUENCY; + } + else if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_2) { + return METAL_FIXED_CLOCK_2_CLOCK_FREQUENCY; + } + else if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_5) { + return METAL_FIXED_CLOCK_5_CLOCK_FREQUENCY; + } + else { + return 0; + } +} + + + +/* --------------------- fixed_factor_clock ------------ */ + + +/* --------------------- sifive_clint0 ------------ */ +static inline unsigned long __metal_driver_sifive_clint0_control_base(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_RISCV_CLINT0_2000000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_clint0_control_size(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_RISCV_CLINT0_2000000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_clint0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_MAX_CLINT_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_clint0_interrupt_parents(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else if (idx == 1) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_clint0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 3; + } + else if (idx == 1) { + return 7; + } + else { + return 0; + } +} + + + +/* --------------------- cpu ------------ */ +static inline int __metal_driver_cpu_hartid(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 0; + } + else { + return -1; + } +} + +static inline int __metal_driver_cpu_timebase(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 1000000; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_cpu_interrupt_controller(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return &__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_cpu_num_pmp_regions(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 8; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_plic0 ------------ */ +static inline unsigned long __metal_driver_sifive_plic0_control_base(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_plic0_control_size(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_plic0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_RISCV_NDEV; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_plic0_max_priority(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_RISCV_MAX_PRIORITY; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_plic0_interrupt_parents(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_plic0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 11; + } + else if (idx == 0) { + return 11; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_clic0 ------------ */ + + +/* --------------------- sifive_local_external_interrupts0 ------------ */ +static inline struct metal_interrupt * __metal_driver_sifive_local_external_interrupts0_interrupt_parent(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_local_external_interrupts_0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_local_external_interrupts0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_local_external_interrupts_0) { + return METAL_MAX_LOCAL_EXT_INTERRUPTS; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_local_external_interrupts0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 16; + } + else if (idx == 1) { + return 17; + } + else if (idx == 2) { + return 18; + } + else if (idx == 3) { + return 19; + } + else if (idx == 4) { + return 20; + } + else if (idx == 5) { + return 21; + } + else if (idx == 6) { + return 22; + } + else if (idx == 7) { + return 23; + } + else if (idx == 8) { + return 24; + } + else if (idx == 9) { + return 25; + } + else if (idx == 10) { + return 26; + } + else if (idx == 11) { + return 27; + } + else if (idx == 12) { + return 28; + } + else if (idx == 13) { + return 29; + } + else if (idx == 14) { + return 30; + } + else if (idx == 15) { + return 31; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_global_external_interrupts0 ------------ */ + + +/* --------------------- sifive_gpio0 ------------ */ +static inline unsigned long __metal_driver_sifive_gpio0_base(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_SIFIVE_GPIO0_10012000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_gpio0_size(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_SIFIVE_GPIO0_10012000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_gpio0_num_interrupts(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_MAX_GPIO_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_gpio0_interrupt_parent(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return (struct metal_interrupt *)&__metal_dt_interrupt_controller_c000000.controller; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_gpio0_interrupt_lines(struct metal_gpio *gpio, int idx) +{ + if (((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 0)) { + return 7; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 1))) { + return 8; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 2))) { + return 9; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 3))) { + return 10; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 4))) { + return 11; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 5))) { + return 12; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 6))) { + return 13; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 7))) { + return 14; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 8))) { + return 15; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 9))) { + return 16; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 10))) { + return 17; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 11))) { + return 18; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 12))) { + return 19; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 13))) { + return 20; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 14))) { + return 21; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 15))) { + return 22; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_gpio_button ------------ */ + + +/* --------------------- sifive_gpio_led ------------ */ +static inline struct metal_gpio * __metal_driver_sifive_gpio_led_gpio(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_gpio_led_pin(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return 22; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return 19; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return 21; + } + else { + return 0; + } +} + +static inline char * __metal_driver_sifive_gpio_led_label(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return "LD0red"; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return "LD0green"; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return "LD0blue"; + } + else { + return ""; + } +} + + + +/* --------------------- sifive_gpio_switch ------------ */ + + +/* --------------------- sifive_spi0 ------------ */ +static inline unsigned long __metal_driver_sifive_spi0_control_base(struct metal_spi *spi) +{ + if ((uintptr_t)spi == (uintptr_t)&__metal_dt_spi_10014000) { + return METAL_SIFIVE_SPI0_10014000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_spi0_control_size(struct metal_spi *spi) +{ + if ((uintptr_t)spi == (uintptr_t)&__metal_dt_spi_10014000) { + return METAL_SIFIVE_SPI0_10014000_SIZE; + } + else { + return 0; + } +} + +static inline struct metal_clock * __metal_driver_sifive_spi0_clock(struct metal_spi *spi) +{ + return (struct metal_clock *)&__metal_dt_clock_4.clock; +} + +static inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_spi0_pinmux(struct metal_spi *spi) +{ + return (struct __metal_driver_sifive_gpio0 *)&__metal_dt_gpio_10012000; +} + +static inline unsigned long __metal_driver_sifive_spi0_pinmux_output_selector(struct metal_spi *spi) +{ + return 60; +} + +static inline unsigned long __metal_driver_sifive_spi0_pinmux_source_selector(struct metal_spi *spi) +{ + return 60; +} + + + +/* --------------------- sifive_test0 ------------ */ + + +/* --------------------- sifive_uart0 ------------ */ +static inline unsigned long __metal_driver_sifive_uart0_control_base(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_SIFIVE_UART0_10013000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_uart0_control_size(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_SIFIVE_UART0_10013000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_uart0_num_interrupts(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_MAX_UART_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_uart0_interrupt_parent(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return (struct metal_interrupt *)&__metal_dt_interrupt_controller_c000000.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_uart0_interrupt_line(struct metal_uart *uart) +{ + return 5; +} + +static inline struct metal_clock * __metal_driver_sifive_uart0_clock(struct metal_uart *uart) +{ + return (struct metal_clock *)&__metal_dt_clock_4.clock; +} + +static inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_uart0_pinmux(struct metal_uart *uart) +{ + return (struct __metal_driver_sifive_gpio0 *)&__metal_dt_gpio_10012000; +} + +static inline unsigned long __metal_driver_sifive_uart0_pinmux_output_selector(struct metal_uart *uart) +{ + return 196608; +} + +static inline unsigned long __metal_driver_sifive_uart0_pinmux_source_selector(struct metal_uart *uart) +{ + return 196608; +} + + + +/* --------------------- sifive_fe310_g000_hfrosc ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfrosc_ref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_2.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_vtable(struct metal_clock *clock) +{ + return &__metal_driver_vtable_sifive_fe310_g000_prci; +} + +static inline long __metal_driver_sifive_fe310_g000_hfrosc_config_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_HFROSCCFG; +} + + + +/* --------------------- sifive_fe310_g000_hfxosc ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfxosc_ref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_0.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfxosc_config_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_hfxosc_config_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_HFXOSCCFG; +} + + + +/* --------------------- sifive_fe310_g000_pll ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllsel0(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_3.clock; +} + +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_1.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_divider_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_divider_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_PLLOUTDIV; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_config_base( ) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_config_offset( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_PLLCFG; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_init_rate( ) +{ + return 16000000; +} + + + +/* --------------------- sifive_fe310_g000_prci ------------ */ +static inline long __metal_driver_sifive_fe310_g000_prci_base( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_10008000_BASE_ADDRESS; +} + +static inline long __metal_driver_sifive_fe310_g000_prci_size( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_10008000_SIZE; +} + +static inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_prci_vtable( ) +{ + return &__metal_driver_vtable_sifive_fe310_g000_prci; +} + + + +/* --------------------- sifive_fu540_c000_l2 ------------ */ + + +#define __METAL_DT_MAX_MEMORIES 2 + +asm (".weak __metal_memory_table"); +struct metal_memory *__metal_memory_table[] = { + &__metal_dt_mem_dtim_80000000, + &__metal_dt_mem_spi_10014000}; + +/* From serial@10013000 */ +#define __METAL_DT_STDOUT_UART_HANDLE (&__metal_dt_serial_10013000.uart) + +#define __METAL_DT_SERIAL_10013000_HANDLE (&__metal_dt_serial_10013000.uart) + +#define __METAL_DT_STDOUT_UART_BAUD 115200 + +/* From clint@2000000 */ +#define __METAL_DT_RISCV_CLINT0_HANDLE (&__metal_dt_clint_2000000.controller) + +#define __METAL_DT_CLINT_2000000_HANDLE (&__metal_dt_clint_2000000.controller) + +#define __METAL_DT_MAX_HARTS 1 + +asm (".weak __metal_cpu_table"); +struct __metal_driver_cpu *__metal_cpu_table[] = { + &__metal_dt_cpu_0}; + +/* From interrupt_controller@c000000 */ +#define __METAL_DT_RISCV_PLIC0_HANDLE (&__metal_dt_interrupt_controller_c000000.controller) + +#define __METAL_DT_INTERRUPT_CONTROLLER_C000000_HANDLE (&__metal_dt_interrupt_controller_c000000.controller) + +#define __METAL_DT_PMP_HANDLE (&__metal_dt_pmp) + +/* From local_external_interrupts_0 */ +#define __METAL_DT_SIFIVE_LOCAL_EXINTR0_HANDLE (&__metal_dt_local_external_interrupts_0.irc) + +#define __METAL_DT_LOCAL_EXTERNAL_INTERRUPTS_0_HANDLE (&__metal_dt_local_external_interrupts_0.irc) + +#define __MEE_DT_MAX_GPIOS 1 + +asm (".weak __metal_gpio_table"); +struct __metal_driver_sifive_gpio0 *__metal_gpio_table[] = { + &__metal_dt_gpio_10012000}; + +#define __METAL_DT_MAX_BUTTONS 0 + +asm (".weak __metal_button_table"); +struct __metal_driver_sifive_gpio_button *__metal_button_table[] = { + NULL }; +#define __METAL_DT_MAX_LEDS 3 + +asm (".weak __metal_led_table"); +struct __metal_driver_sifive_gpio_led *__metal_led_table[] = { + &__metal_dt_led_0red, + &__metal_dt_led_0green, + &__metal_dt_led_0blue}; + +#define __METAL_DT_MAX_SWITCHES 0 + +asm (".weak __metal_switch_table"); +struct __metal_driver_sifive_gpio_switch *__metal_switch_table[] = { + NULL }; +#define __METAL_DT_MAX_SPIS 1 + +asm (".weak __metal_spi_table"); +struct __metal_driver_sifive_spi0 *__metal_spi_table[] = { + &__metal_dt_spi_10014000}; + +/* From clock@4 */ +#define __METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE (&__metal_dt_clock_4) + +#define __METAL_DT_CLOCK_4_HANDLE (&__metal_dt_clock_4) + +#endif /* MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H*/ + +#endif /* ! __METAL_MACHINE_MACROS */ + +#endif /* ! ASSEMBLY */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/inline.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/inline.h new file mode 100644 index 000000000..8c0cd048b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/inline.h @@ -0,0 +1,249 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef ASSEMBLY + +#ifndef SIFIVE_HIFIVE1_REVB____METAL_INLINE_H +#define SIFIVE_HIFIVE1_REVB____METAL_INLINE_H + +#include + + +/* --------------------- fixed_clock ------------ */ +extern inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock); + + +/* --------------------- fixed_factor_clock ------------ */ + + +/* --------------------- sifive_clint0 ------------ */ +extern inline unsigned long __metal_driver_sifive_clint0_control_base(struct metal_interrupt *controller); +extern inline unsigned long __metal_driver_sifive_clint0_control_size(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_clint0_num_interrupts(struct metal_interrupt *controller); +extern inline struct metal_interrupt * __metal_driver_sifive_clint0_interrupt_parents(struct metal_interrupt *controller, int idx); +extern inline int __metal_driver_sifive_clint0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- cpu ------------ */ +extern inline int __metal_driver_cpu_hartid(struct metal_cpu *cpu); +extern inline int __metal_driver_cpu_timebase(struct metal_cpu *cpu); +extern inline struct metal_interrupt * __metal_driver_cpu_interrupt_controller(struct metal_cpu *cpu); +extern inline int __metal_driver_cpu_num_pmp_regions(struct metal_cpu *cpu); + + +/* --------------------- sifive_plic0 ------------ */ +extern inline unsigned long __metal_driver_sifive_plic0_control_base(struct metal_interrupt *controller); +extern inline unsigned long __metal_driver_sifive_plic0_control_size(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_plic0_num_interrupts(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_plic0_max_priority(struct metal_interrupt *controller); +extern inline struct metal_interrupt * __metal_driver_sifive_plic0_interrupt_parents(struct metal_interrupt *controller, int idx); +extern inline int __metal_driver_sifive_plic0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- sifive_clic0 ------------ */ + + +/* --------------------- sifive_local_external_interrupts0 ------------ */ +extern inline struct metal_interrupt * __metal_driver_sifive_local_external_interrupts0_interrupt_parent(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_local_external_interrupts0_num_interrupts(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_local_external_interrupts0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- sifive_global_external_interrupts0 ------------ */ + + +/* --------------------- sifive_gpio0 ------------ */ +extern inline unsigned long __metal_driver_sifive_gpio0_base(struct metal_gpio *gpio); +extern inline unsigned long __metal_driver_sifive_gpio0_size(struct metal_gpio *gpio); +extern inline int __metal_driver_sifive_gpio0_num_interrupts(struct metal_gpio *gpio); +extern inline struct metal_interrupt * __metal_driver_sifive_gpio0_interrupt_parent(struct metal_gpio *gpio); +extern inline int __metal_driver_sifive_gpio0_interrupt_lines(struct metal_gpio *gpio, int idx); + + +/* --------------------- sifive_gpio_button ------------ */ + + +/* --------------------- sifive_gpio_led ------------ */ +extern inline struct metal_gpio * __metal_driver_sifive_gpio_led_gpio(struct metal_led *led); +extern inline int __metal_driver_sifive_gpio_led_pin(struct metal_led *led); +extern inline char * __metal_driver_sifive_gpio_led_label(struct metal_led *led); + + +/* --------------------- sifive_gpio_switch ------------ */ + + +/* --------------------- sifive_spi0 ------------ */ +extern inline unsigned long __metal_driver_sifive_spi0_control_base(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_control_size(struct metal_spi *spi); +extern inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_spi0_pinmux(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_pinmux_output_selector(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_pinmux_source_selector(struct metal_spi *spi); + + +/* --------------------- sifive_test0 ------------ */ + + +/* --------------------- sifive_uart0 ------------ */ +extern inline unsigned long __metal_driver_sifive_uart0_control_base(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_control_size(struct metal_uart *uart); +extern inline int __metal_driver_sifive_uart0_num_interrupts(struct metal_uart *uart); +extern inline struct metal_interrupt * __metal_driver_sifive_uart0_interrupt_parent(struct metal_uart *uart); +extern inline int __metal_driver_sifive_uart0_interrupt_line(struct metal_uart *uart); +extern inline struct metal_clock * __metal_driver_sifive_uart0_clock(struct metal_uart *uart); +extern inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_uart0_pinmux(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_pinmux_output_selector(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_pinmux_source_selector(struct metal_uart *uart); + + +/* --------------------- sifive_fe310_g000_hfrosc ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfrosc_ref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_base(const struct metal_clock *clock); +extern inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_vtable(struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_hfrosc_config_offset(const struct metal_clock *clock); + + +/* --------------------- sifive_fe310_g000_hfxosc ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfxosc_ref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfxosc_config_base(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_hfxosc_config_offset(const struct metal_clock *clock); + + +/* --------------------- sifive_fe310_g000_pll ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllsel0(const struct metal_clock *clock); +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_config_base( ); +extern inline long __metal_driver_sifive_fe310_g000_pll_config_offset( ); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_divider_base(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_pll_divider_offset(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_pll_init_rate( ); + + +/* --------------------- fe310_g000_prci ------------ */ +extern inline long __metal_driver_sifive_fe310_g000_prci_base( ); +extern inline long __metal_driver_sifive_fe310_g000_prci_size( ); +extern inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_prci_vtable( ); + + +/* --------------------- sifive_fu540_c000_l2 ------------ */ + + +/* From clock@0 */ +struct __metal_driver_fixed_clock __metal_dt_clock_0 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +/* From clock@2 */ +struct __metal_driver_fixed_clock __metal_dt_clock_2 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +/* From clock@5 */ +struct __metal_driver_fixed_clock __metal_dt_clock_5 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +struct metal_memory __metal_dt_mem_dtim_80000000 = { + ._base_address = 2147483648UL, + ._size = 16384UL, + ._attrs = { + .R = 1, + .W = 1, + .X = 1, + .C = 1, + .A = 1}, +}; + +struct metal_memory __metal_dt_mem_spi_10014000 = { + ._base_address = 536870912UL, + ._size = 500000UL, + ._attrs = { + .R = 1, + .W = 1, + .X = 1, + .C = 1, + .A = 1}, +}; + +/* From clint@2000000 */ +struct __metal_driver_riscv_clint0 __metal_dt_clint_2000000 = { + .controller.vtable = &__metal_driver_vtable_riscv_clint0.clint_vtable, + .init_done = 0, +}; + +/* From cpu@0 */ +struct __metal_driver_cpu __metal_dt_cpu_0 = { + .cpu.vtable = &__metal_driver_vtable_cpu.cpu_vtable, +}; + +/* From interrupt_controller */ +struct __metal_driver_riscv_cpu_intc __metal_dt_cpu_0_interrupt_controller = { + .controller.vtable = &__metal_driver_vtable_riscv_cpu_intc.controller_vtable, + .init_done = 0, +}; + +/* From interrupt_controller@c000000 */ +struct __metal_driver_riscv_plic0 __metal_dt_interrupt_controller_c000000 = { + .controller.vtable = &__metal_driver_vtable_riscv_plic0.plic_vtable, + .init_done = 0, +}; + +/* From local_external_interrupts_0 */ +struct __metal_driver_sifive_local_external_interrupts0 __metal_dt_local_external_interrupts_0 = { + .irc.vtable = &__metal_driver_vtable_sifive_local_external_interrupts0.local0_vtable, + .init_done = 0, +}; + +/* From gpio@10012000 */ +struct __metal_driver_sifive_gpio0 __metal_dt_gpio_10012000 = { + .gpio.vtable = &__metal_driver_vtable_sifive_gpio0.gpio, +}; + +/* From led@0red */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0red = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From led@0green */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0green = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From led@0blue */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0blue = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From spi@10014000 */ +struct __metal_driver_sifive_spi0 __metal_dt_spi_10014000 = { + .spi.vtable = &__metal_driver_vtable_sifive_spi0.spi, +}; + +/* From serial@10013000 */ +struct __metal_driver_sifive_uart0 __metal_dt_serial_10013000 = { + .uart.vtable = &__metal_driver_vtable_sifive_uart0.uart, +}; + +/* From clock@3 */ +struct __metal_driver_sifive_fe310_g000_hfrosc __metal_dt_clock_3 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_hfrosc.clock, +}; + +/* From clock@1 */ +struct __metal_driver_sifive_fe310_g000_hfxosc __metal_dt_clock_1 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_hfxosc.clock, +}; + +/* From clock@4 */ +struct __metal_driver_sifive_fe310_g000_pll __metal_dt_clock_4 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_pll.clock, +}; + +/* From prci@10008000 */ +struct __metal_driver_sifive_fe310_g000_prci __metal_dt_prci_10008000 = { +}; + + +#endif /* SIFIVE_HIFIVE1_REVB____METAL_INLINE_H*/ +#endif /* ! ASSEMBLY */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/platform.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/platform.h new file mode 100644 index 000000000..4ecd3e336 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/machine/platform.h @@ -0,0 +1,237 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H +#define SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H + +/* From clock@0 */ +#define METAL_FIXED_CLOCK_0_CLOCK_FREQUENCY 16000000UL + +/* From clock@2 */ +#define METAL_FIXED_CLOCK_2_CLOCK_FREQUENCY 72000000UL + +/* From clock@5 */ +#define METAL_FIXED_CLOCK_5_CLOCK_FREQUENCY 32000000UL + +#define METAL_FIXED_CLOCK + +/* From clint@2000000 */ +#define METAL_RISCV_CLINT0_2000000_BASE_ADDRESS 33554432UL +#define METAL_RISCV_CLINT0_0_BASE_ADDRESS 33554432UL +#define METAL_RISCV_CLINT0_2000000_SIZE 65536UL +#define METAL_RISCV_CLINT0_0_SIZE 65536UL + +#define METAL_RISCV_CLINT0 +#define METAL_RISCV_CLINT0_MSIP_BASE 0UL +#define METAL_RISCV_CLINT0_MTIMECMP_BASE 16384UL +#define METAL_RISCV_CLINT0_MTIME 49144UL + +/* From interrupt_controller@c000000 */ +#define METAL_RISCV_PLIC0_C000000_BASE_ADDRESS 201326592UL +#define METAL_RISCV_PLIC0_0_BASE_ADDRESS 201326592UL +#define METAL_RISCV_PLIC0_C000000_SIZE 67108864UL +#define METAL_RISCV_PLIC0_0_SIZE 67108864UL +#define METAL_RISCV_PLIC0_C000000_RISCV_MAX_PRIORITY 7UL +#define METAL_RISCV_PLIC0_0_RISCV_MAX_PRIORITY 7UL +#define METAL_RISCV_PLIC0_C000000_RISCV_NDEV 27UL +#define METAL_RISCV_PLIC0_0_RISCV_NDEV 27UL + +#define METAL_RISCV_PLIC0 +#define METAL_RISCV_PLIC0_PRIORITY_BASE 0UL +#define METAL_RISCV_PLIC0_PENDING_BASE 4096UL +#define METAL_RISCV_PLIC0_ENABLE_BASE 8192UL +#define METAL_RISCV_PLIC0_THRESHOLD 2097152UL +#define METAL_RISCV_PLIC0_CLAIM 2097156UL + +/* From aon@10000000 */ +#define METAL_SIFIVE_AON0_10000000_BASE_ADDRESS 268435456UL +#define METAL_SIFIVE_AON0_0_BASE_ADDRESS 268435456UL +#define METAL_SIFIVE_AON0_10000000_SIZE 32768UL +#define METAL_SIFIVE_AON0_0_SIZE 32768UL + +#define METAL_SIFIVE_AON0 +#define METAL_SIFIVE_AON0_WDOGCFG 0UL +#define METAL_SIFIVE_AON0_WDOGCOUNT 8UL +#define METAL_SIFIVE_AON0_WDOGS 16UL +#define METAL_SIFIVE_AON0_WDOGFEED 24UL +#define METAL_SIFIVE_AON0_WDOGKEY 28UL +#define METAL_SIFIVE_AON0_WDOGCMP 32UL +#define METAL_SIFIVE_AON0_RTCCFG 64UL +#define METAL_SIFIVE_AON0_RTCLO 72UL +#define METAL_SIFIVE_AON0_RTCHI 72UL +#define METAL_SIFIVE_AON0_RTCS 80UL +#define METAL_SIFIVE_AON0_RTCCMP 96UL +#define METAL_SIFIVE_AON0_LFROSCCFG 112UL +#define METAL_SIFIVE_AON0_BACKUP0 128UL +#define METAL_SIFIVE_AON0_BACKUP1 132UL +#define METAL_SIFIVE_AON0_BACKUP2 136UL +#define METAL_SIFIVE_AON0_BACKUP3 140UL +#define METAL_SIFIVE_AON0_BACKUP4 144UL +#define METAL_SIFIVE_AON0_BACKUP5 148UL +#define METAL_SIFIVE_AON0_BACKUP6 152UL +#define METAL_SIFIVE_AON0_BACKUP7 152UL +#define METAL_SIFIVE_AON0_BACKUP8 160UL +#define METAL_SIFIVE_AON0_BACKUP9 164UL +#define METAL_SIFIVE_AON0_BACKUP10 168UL +#define METAL_SIFIVE_AON0_BACKUP11 172UL +#define METAL_SIFIVE_AON0_BACKUP12 176UL +#define METAL_SIFIVE_AON0_BACKUP13 180UL +#define METAL_SIFIVE_AON0_BACKUP14 184UL +#define METAL_SIFIVE_AON0_BACKUP15 188UL +#define METAL_SIFIVE_AON0_BACKUP16 192UL +#define METAL_SIFIVE_AON0_BACKUP17 196UL +#define METAL_SIFIVE_AON0_BACKUP18 200UL +#define METAL_SIFIVE_AON0_BACKUP19 204UL +#define METAL_SIFIVE_AON0_BACKUP20 208UL +#define METAL_SIFIVE_AON0_BACKUP21 212UL +#define METAL_SIFIVE_AON0_BACKUP22 216UL +#define METAL_SIFIVE_AON0_BACKUP23 220UL +#define METAL_SIFIVE_AON0_BACKUP24 224UL +#define METAL_SIFIVE_AON0_BACKUP25 228UL +#define METAL_SIFIVE_AON0_BACKUP26 232UL +#define METAL_SIFIVE_AON0_BACKUP27 236UL +#define METAL_SIFIVE_AON0_BACKUP28 240UL +#define METAL_SIFIVE_AON0_BACKUP29 244UL +#define METAL_SIFIVE_AON0_BACKUP30 248UL +#define METAL_SIFIVE_AON0_BACKUP31 252UL +#define METAL_SIFIVE_AON0_PMU_WAKEUP_BASE 256UL +#define METAL_SIFIVE_AON0_PWM_SLEEP_BASE 288UL +#define METAL_SIFIVE_AON0_PMUIE 320UL +#define METAL_SIFIVE_AON0_PMUCAUSE 324UL +#define METAL_SIFIVE_AON0_PMUSLEEP 328UL +#define METAL_SIFIVE_AON0_PMUKEY 332UL + +/* From clock@3 */ + +#define METAL_SIFIVE_FE310_G000_HFROSC + +/* From clock@1 */ + +#define METAL_SIFIVE_FE310_G000_HFXOSC + +/* From prci@10008000 */ +#define METAL_SIFIVE_FE310_G000_PRCI_10008000_BASE_ADDRESS 268468224UL +#define METAL_SIFIVE_FE310_G000_PRCI_0_BASE_ADDRESS 268468224UL +#define METAL_SIFIVE_FE310_G000_PRCI_10008000_SIZE 32768UL +#define METAL_SIFIVE_FE310_G000_PRCI_0_SIZE 32768UL + +#define METAL_SIFIVE_FE310_G000_PRCI +#define METAL_SIFIVE_FE310_G000_PRCI_HFROSCCFG 0UL +#define METAL_SIFIVE_FE310_G000_PRCI_HFXOSCCFG 4UL +#define METAL_SIFIVE_FE310_G000_PRCI_PLLCFG 8UL +#define METAL_SIFIVE_FE310_G000_PRCI_PLLOUTDIV 12UL + +/* From clock@4 */ +#define METAL_SIFIVE_FE310_G000_PLL_4_CLOCK_FREQUENCY 16000000UL + +#define METAL_SIFIVE_FE310_G000_PLL + +/* From gpio@10012000 */ +#define METAL_SIFIVE_GPIO0_10012000_BASE_ADDRESS 268509184UL +#define METAL_SIFIVE_GPIO0_0_BASE_ADDRESS 268509184UL +#define METAL_SIFIVE_GPIO0_10012000_SIZE 4096UL +#define METAL_SIFIVE_GPIO0_0_SIZE 4096UL + +#define METAL_SIFIVE_GPIO0 +#define METAL_SIFIVE_GPIO0_VALUE 0UL +#define METAL_SIFIVE_GPIO0_INPUT_EN 4UL +#define METAL_SIFIVE_GPIO0_OUTPUT_EN 8UL +#define METAL_SIFIVE_GPIO0_PORT 12UL +#define METAL_SIFIVE_GPIO0_PUE 16UL +#define METAL_SIFIVE_GPIO0_DS 20UL +#define METAL_SIFIVE_GPIO0_RISE_IE 24UL +#define METAL_SIFIVE_GPIO0_RISE_IP 28UL +#define METAL_SIFIVE_GPIO0_FALL_IE 32UL +#define METAL_SIFIVE_GPIO0_FALL_IP 36UL +#define METAL_SIFIVE_GPIO0_HIGH_IE 40UL +#define METAL_SIFIVE_GPIO0_HIGH_IP 44UL +#define METAL_SIFIVE_GPIO0_LOW_IE 48UL +#define METAL_SIFIVE_GPIO0_LOW_IP 52UL +#define METAL_SIFIVE_GPIO0_IOF_EN 56UL +#define METAL_SIFIVE_GPIO0_IOF_SEL 60UL +#define METAL_SIFIVE_GPIO0_OUT_XOR 64UL + +/* From led@0red */ + +/* From led@0green */ + +/* From led@0blue */ + +#define METAL_SIFIVE_GPIO_LEDS + +/* From i2c@10016000 */ +#define METAL_SIFIVE_I2C0_10016000_BASE_ADDRESS 268525568UL +#define METAL_SIFIVE_I2C0_0_BASE_ADDRESS 268525568UL +#define METAL_SIFIVE_I2C0_10016000_SIZE 4096UL +#define METAL_SIFIVE_I2C0_0_SIZE 4096UL + +#define METAL_SIFIVE_I2C0 +#define METAL_SIFIVE_I2C0_PRESCALE_LOW 0UL +#define METAL_SIFIVE_I2C0_PRESCALE_HIGH 4UL +#define METAL_SIFIVE_I2C0_CONTROL 8UL +#define METAL_SIFIVE_I2C0_TRANSMIT 12UL +#define METAL_SIFIVE_I2C0_RECEIVE 12UL +#define METAL_SIFIVE_I2C0_COMMAND 16UL +#define METAL_SIFIVE_I2C0_STATUS 16UL + +/* From local_external_interrupts_0 */ + +#define METAL_SIFIVE_LOCAL_EXTERNAL_INTERRUPTS0 + +/* From pwm@10015000 */ +#define METAL_SIFIVE_PWM0_10015000_BASE_ADDRESS 268521472UL +#define METAL_SIFIVE_PWM0_0_BASE_ADDRESS 268521472UL +#define METAL_SIFIVE_PWM0_10015000_SIZE 4096UL +#define METAL_SIFIVE_PWM0_0_SIZE 4096UL + +#define METAL_SIFIVE_PWM0 +#define METAL_SIFIVE_PWM0_PWMCFG 0UL +#define METAL_SIFIVE_PWM0_PWMCOUNT 8UL +#define METAL_SIFIVE_PWM0_PWMS 16UL +#define METAL_SIFIVE_PWM0_PWMCMP0 32UL +#define METAL_SIFIVE_PWM0_PWMCMP1 36UL +#define METAL_SIFIVE_PWM0_PWMCMP2 40UL +#define METAL_SIFIVE_PWM0_PWMCMP3 44UL + +/* From spi@10014000 */ +#define METAL_SIFIVE_SPI0_10014000_BASE_ADDRESS 268517376UL +#define METAL_SIFIVE_SPI0_0_BASE_ADDRESS 268517376UL +#define METAL_SIFIVE_SPI0_10014000_SIZE 4096UL +#define METAL_SIFIVE_SPI0_0_SIZE 4096UL + +#define METAL_SIFIVE_SPI0 +#define METAL_SIFIVE_SPI0_SCKDIV 0UL +#define METAL_SIFIVE_SPI0_SCKMODE 4UL +#define METAL_SIFIVE_SPI0_CSID 16UL +#define METAL_SIFIVE_SPI0_CSDEF 20UL +#define METAL_SIFIVE_SPI0_CSMODE 24UL +#define METAL_SIFIVE_SPI0_DELAY0 40UL +#define METAL_SIFIVE_SPI0_DELAY1 44UL +#define METAL_SIFIVE_SPI0_FMT 64UL +#define METAL_SIFIVE_SPI0_TXDATA 72UL +#define METAL_SIFIVE_SPI0_RXDATA 76UL +#define METAL_SIFIVE_SPI0_TXMARK 80UL +#define METAL_SIFIVE_SPI0_RXMARK 84UL +#define METAL_SIFIVE_SPI0_FCTRL 96UL +#define METAL_SIFIVE_SPI0_FFMT 100UL +#define METAL_SIFIVE_SPI0_IE 112UL +#define METAL_SIFIVE_SPI0_IP 116UL + +/* From serial@10013000 */ +#define METAL_SIFIVE_UART0_10013000_BASE_ADDRESS 268513280UL +#define METAL_SIFIVE_UART0_0_BASE_ADDRESS 268513280UL +#define METAL_SIFIVE_UART0_10013000_SIZE 4096UL +#define METAL_SIFIVE_UART0_0_SIZE 4096UL + +#define METAL_SIFIVE_UART0 +#define METAL_SIFIVE_UART0_TXDATA 0UL +#define METAL_SIFIVE_UART0_RXDATA 4UL +#define METAL_SIFIVE_UART0_TXCTRL 8UL +#define METAL_SIFIVE_UART0_RXCTRL 12UL +#define METAL_SIFIVE_UART0_IE 16UL +#define METAL_SIFIVE_UART0_IP 20UL +#define METAL_SIFIVE_UART0_DIV 24UL + +#endif /* SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H*/ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/memory.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/memory.h new file mode 100644 index 000000000..b62d8b25a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/memory.h @@ -0,0 +1,81 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__MEMORY_H +#define METAL__MEMORY_H + +#include +#include + +/*! + * @file memory.h + * + * @brief API for enumerating memory blocks + */ + +struct _metal_memory_attributes { + int R : 1; + int W : 1; + int X : 1; + int C : 1; + int A : 1; +}; + +/*! + * @brief A handle for a memory block + */ +struct metal_memory { + const uintptr_t _base_address; + const size_t _size; + const struct _metal_memory_attributes _attrs; +}; + +/*! + * @brief Get the memory block which services the given address + * + * Given a physical memory address, get a handle for the memory block to which + * that address is mapped. + * + * @param address The address to query + * @return The memory block handle, or NULL if the address is not mapped to a memory block + */ +struct metal_memory *metal_get_memory_from_address(const uintptr_t address); + +/*! + * @brief Get the base address for a memory block + * @param memory The handle for the memory block + * @return The base address of the memory block + */ +inline uintptr_t metal_memory_get_base_address(const struct metal_memory *memory) { + return memory->_base_address; +} + +/*! + * @brief Get the size of a memory block + * @param memory The handle for the memory block + * @return The size of the memory block + */ +inline size_t metal_memory_get_size(const struct metal_memory *memory) { + return memory->_size; +} + +/*! + * @brief Query if a memory block supports atomic operations + * @param memory The handle for the memory block + * @return nonzero if the memory block supports atomic operations + */ +inline int metal_memory_supports_atomics(const struct metal_memory *memory) { + return memory->_attrs.A; +} + +/*! + * @brief Query if a memory block is cacheable + * @param memory The handle for the memory block + * @return nonzero if the memory block is cachable + */ +inline int metal_memory_is_cachable(const struct metal_memory *memory) { + return memory->_attrs.C; +} + +#endif /* METAL__MEMORY_H */ + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/pmp.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/pmp.h new file mode 100644 index 000000000..9121b10a1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/pmp.h @@ -0,0 +1,204 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__PMP_H +#define METAL__PMP_H + +/*! + * @file metal/pmp.h + * + * @brief API for Configuring Physical Memory Protection on RISC-V Cores + * + * The Physical Memory Protection (PMP) interface on RISC-V cores + * is a form of memory protection unit which allows for a finite number + * of physical memory regions to be configured with certain access + * permissions. + * + * Additional information about the use and configuration rules for PMPs + * can be found by reading the RISC-V Privileged Architecture Specification. + */ + +#include +#include + +struct metal_pmp; + +/*! + * @brief Set of available PMP addressing modes + */ +enum metal_pmp_address_mode { + /*! @brief Disable the PMP region */ + METAL_PMP_OFF = 0, + /*! @brief Use Top-of-Range mode */ + METAL_PMP_TOR = 1, + /*! @brief Use naturally-aligned 4-byte region mode */ + METAL_PMP_NA4 = 2, + /*! @brief Use naturally-aligned power-of-two mode */ + METAL_PMP_NAPOT = 3 +}; + +/*! + * @brief Configuration for a PMP region + */ +struct metal_pmp_config { + /*! @brief Sets whether reads to the PMP region succeed */ + int R : 1; + /*! @brief Sets whether writes to the PMP region succeed */ + int W : 1; + /*! @brief Sets whether the PMP region is executable */ + int X : 1; + + /*! @brief Sets the addressing mode of the PMP region */ + enum metal_pmp_address_mode A : 2; + + int _pad : 2; + + /*! @brief Sets whether the PMP region is locked */ + enum metal_pmp_locked { + METAL_PMP_UNLOCKED = 0, + METAL_PMP_LOCKED = 1 + } L : 1; +}; + +/*! + * @brief A handle for the PMP device + */ +struct metal_pmp { + /* The minimum granularity of the PMP region. Set by metal_pmp_init */ + uintptr_t _granularity[METAL_MAX_CORES]; +}; + +/*! + * @brief Get the PMP device handle + */ +struct metal_pmp *metal_pmp_get_device(void); + +/*! + * @brief Initialize the PMP + * @param pmp The PMP device handle to be initialized + * + * The PMP initialization routine is optional and may be called as many times + * as is desired. The effect of the initialization routine is to attempt to set + * all regions to unlocked and disabled, as well as to clear the X, W, and R + * bits. Only the pmp configuration of the hart which executes the routine will + * be affected. + * + * If any regions are fused to preset values by the implementation or locked, + * those PMP regions will silently remain uninitialized. + */ +void metal_pmp_init(struct metal_pmp *pmp); + +/*! + * @brief Configure a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to configure + * @param config The desired configuration of the PMP region + * @param address The desired address of the PMP region + * @return 0 upon success + */ +int metal_pmp_set_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config config, size_t address); + +/*! + * @brief Get the configuration for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @param config Variable to store the PMP region configuration + * @param address Variable to store the PMP region address + * @return 0 if the region is read successfully + */ +int metal_pmp_get_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config *config, size_t *address); + +/*! + * @brief Lock a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to lock + * @return 0 if the region is successfully locked + */ +int metal_pmp_lock(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the address for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param address The desired address of the PMP region + * @return 0 if the address is successfully set + */ +int metal_pmp_set_address(struct metal_pmp *pmp, unsigned int region, size_t address); + +/*! + * @brief Get the address of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return The address of the PMP region, or 0 if the region could not be read + */ +size_t metal_pmp_get_address(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the addressing mode of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param mode The PMP addressing mode to set + * @return 0 if the addressing mode is successfully set + */ +int metal_pmp_set_address_mode(struct metal_pmp *pmp, unsigned int region, enum metal_pmp_address_mode mode); + +/*! + * @brief Get the addressing mode of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return The address mode of the PMP region + */ +enum metal_pmp_address_mode metal_pmp_get_address_mode(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the executable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param X The desired value of the executable bit + * @return 0 if the executable bit is successfully set + */ +int metal_pmp_set_executable(struct metal_pmp *pmp, unsigned int region, int X); + +/*! + * @brief Get the executable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the executable bit + */ +int metal_pmp_get_executable(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the writable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param W The desired value of the writable bit + * @return 0 if the writable bit is successfully set + */ +int metal_pmp_set_writeable(struct metal_pmp *pmp, unsigned int region, int W); + +/*! + * @brief Get the writable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the writable bit + */ +int metal_pmp_get_writeable(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the readable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param R The desired value of the readable bit + * @return 0 if the readable bit is successfully set + */ +int metal_pmp_set_readable(struct metal_pmp *pmp, unsigned int region, int R); + +/*! + * @brief Set the readable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the readable bit + */ +int metal_pmp_get_readable(struct metal_pmp *pmp, unsigned int region); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/privilege.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/privilege.h new file mode 100644 index 000000000..c5212e5d1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/privilege.h @@ -0,0 +1,122 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__PRIVILEGE_H +#define METAL__PRIVILEGE_H + +/*! + * @file metal/privilege.h + * + * @brief API for manipulating the privilege mode of a RISC-V system + * + * Additional information about privilege modes on RISC-V systems can be found + * by reading the RISC-V Privileged Architecture Specification v1.10. + */ + +#include + +enum metal_privilege_mode { + METAL_PRIVILEGE_USER = 0, + METAL_PRIVILEGE_SUPERVISOR = 1, + METAL_PRIVELEGE_MACHINE = 3, +}; + +#if __riscv_xlen == 32 +typedef uint32_t metal_xreg_t; +#elif __riscv_xlen == 64 +typedef uint64_t metal_xreg_t; +#endif + +#if __riscv_flen == 32 +typedef uint32_t metal_freg_t; +#elif __riscv_flen == 64 +typedef uint64_t metal_freg_t; +#endif + +struct metal_register_file { + metal_xreg_t ra; + metal_xreg_t sp; + metal_xreg_t gp; + metal_xreg_t tp; + + metal_xreg_t t0; + metal_xreg_t t1; + metal_xreg_t t2; + + metal_xreg_t s0; + metal_xreg_t s1; + + metal_xreg_t a0; + metal_xreg_t a1; + metal_xreg_t a2; + metal_xreg_t a3; + metal_xreg_t a4; + metal_xreg_t a5; +#ifndef __riscv_32e + metal_xreg_t a6; + metal_xreg_t a7; + + metal_xreg_t s2; + metal_xreg_t s3; + metal_xreg_t s4; + metal_xreg_t s5; + metal_xreg_t s6; + metal_xreg_t s7; + metal_xreg_t s8; + metal_xreg_t s9; + metal_xreg_t s10; + metal_xreg_t s11; + + metal_xreg_t t3; + metal_xreg_t t4; + metal_xreg_t t5; + metal_xreg_t t6; +#endif /* __riscv_32e */ + +#ifdef __riscv_flen + metal_freg_t ft0; + metal_freg_t ft1; + metal_freg_t ft2; + metal_freg_t ft3; + metal_freg_t ft4; + metal_freg_t ft5; + metal_freg_t ft6; + metal_freg_t ft7; + + metal_freg_t fs0; + metal_freg_t fs1; + + metal_freg_t fa0; + metal_freg_t fa1; + metal_freg_t fa2; + metal_freg_t fa3; + metal_freg_t fa4; + metal_freg_t fa5; + metal_freg_t fa6; + metal_freg_t fa7; + + metal_freg_t fs2; + metal_freg_t fs3; + metal_freg_t fs4; + metal_freg_t fs5; + metal_freg_t fs6; + metal_freg_t fs7; + metal_freg_t fs8; + metal_freg_t fs9; + metal_freg_t fs10; + metal_freg_t fs11; + + metal_freg_t ft8; + metal_freg_t ft9; + metal_freg_t ft10; + metal_freg_t ft11; +#endif /* __riscv_flen */ +}; + +typedef void (*metal_privilege_entry_point_t)(); + +void metal_privilege_drop_to_mode(enum metal_privilege_mode mode, + struct metal_register_file regfile, + metal_privilege_entry_point_t entry_point); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/shutdown.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/shutdown.h new file mode 100644 index 000000000..3bebfa742 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/shutdown.h @@ -0,0 +1,36 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SHUTDOWN_H +#define METAL__SHUTDOWN_H + +/*! + * @file shutdown.h + * @brief API for shutting down a machine + */ + +struct __metal_shutdown; + +struct __metal_shutdown_vtable { + void (*exit)(const struct __metal_shutdown *sd, int code) __attribute__((noreturn)); +}; + +struct __metal_shutdown { + const struct __metal_shutdown_vtable *vtable; +}; + +inline void __metal_shutdown_exit(const struct __metal_shutdown *sd, int code) __attribute__((noreturn)); +inline void __metal_shutdown_exit(const struct __metal_shutdown *sd, int code) { sd->vtable->exit(sd, code); } + +/*! + * @brief The public METAL shutdown interface + * + * Shuts down the machine, if the machine enables an interface for + * shutting down. When no interface is provided, will cause the machine + * to spin indefinitely. + * + * @param code The return code to set. 0 indicates program success. + */ +void metal_shutdown(int code) __attribute__((noreturn)); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/spi.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/spi.h new file mode 100644 index 000000000..b011fe3ce --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/spi.h @@ -0,0 +1,78 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SPI_H +#define METAL__SPI_H + +struct metal_spi; + +/*! @brief The configuration for a SPI transfer */ +struct metal_spi_config { + /*! @brief The protocol for the SPI transfer */ + enum { + METAL_SPI_SINGLE, + METAL_SPI_DUAL, + METAL_SPI_QUAD + } protocol; + + /*! @brief The polarity of the SPI transfer, equivalent to CPOL */ + unsigned int polarity : 1; + /*! @brief The phase of the SPI transfer, equivalent to CPHA */ + unsigned int phase : 1; + /*! @brief The endianness of the SPI transfer */ + unsigned int little_endian : 1; + /*! @brief The active state of the chip select line */ + unsigned int cs_active_high : 1; + /*! @brief The chip select ID to activate for the SPI transfer */ + unsigned int csid; +}; + +struct metal_spi_vtable { + void (*init)(struct metal_spi *spi, int baud_rate); + int (*transfer)(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf); + int (*get_baud_rate)(struct metal_spi *spi); + int (*set_baud_rate)(struct metal_spi *spi, int baud_rate); +}; + +/*! @brief A handle for a SPI device */ +struct metal_spi { + const struct metal_spi_vtable *vtable; +}; + +/*! @brief Get a handle for a SPI device + * @param device_num The index of the desired SPI device + * @return A handle to the SPI device, or NULL if the device does not exist*/ +struct metal_spi *metal_spi_get_device(int device_num); + +/*! @brief Initialize a SPI device with a certain baud rate + * @param spi The handle for the SPI device to initialize + * @param baud_rate The baud rate to set the SPI device to + */ +inline void metal_spi_init(struct metal_spi *spi, int baud_rate) { spi->vtable->init(spi, baud_rate); } + +/*! @brief Perform a SPI transfer + * @param spi The handle for the SPI device to perform the transfer + * @param config The configuration for the SPI transfer. + * @param len The number of bytes to transfer + * @param tx_buf The buffer to send over the SPI bus. Must be len bytes long. If NULL, the SPI will transfer the value 0. + * @param rx_buf The buffer to receive data into. Must be len bytes long. If NULL, the SPI will ignore received bytes. + * @return 0 if the transfer succeeds + */ +inline int metal_spi_transfer(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf) { + return spi->vtable->transfer(spi, config, len, tx_buf, rx_buf); +} + +/*! @brief Get the current baud rate of the SPI device + * @param spi The handle for the SPI device + * @return The baud rate in Hz + */ +inline int metal_spi_get_baud_rate(struct metal_spi *spi) { return spi->vtable->get_baud_rate(spi); } + +/*! @brief Set the current baud rate of the SPI device + * @param spi The handle for the SPI device + * @param baud_rate The desired baud rate of the SPI device + * @return 0 if the baud rate is successfully changed + */ +inline int metal_spi_set_baud_rate(struct metal_spi *spi, int baud_rate) { return spi->vtable->set_baud_rate(spi, baud_rate); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/switch.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/switch.h new file mode 100644 index 000000000..d1c35bc93 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/switch.h @@ -0,0 +1,51 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SWITCH_H +#define METAL__SWITCH_H + +/*! + * @file switch.h + * @brief API for reading toggle switches + */ + +#include + +struct metal_switch; + +struct metal_switch_vtable { + int (*switch_exist)(struct metal_switch *sw, char *label); + struct metal_interrupt* (*interrupt_controller)(struct metal_switch *sw); + int (*get_interrupt_id)(struct metal_switch *sw); +}; + +/*! + * @brief A handle for a switch + */ +struct metal_switch { + const struct metal_switch_vtable *vtable; +}; + +/*! + * @brief Get a handle for a switch + * @param label The DeviceTree label for the desired switch + * @return A handle to the switch, or NULL if none is found for the requested label + */ +struct metal_switch* metal_switch_get(char *label); + +/*! + * @brief Get the interrupt controller for a switch + * @param sw The handle for the switch + * @return The interrupt controller handle + */ +inline struct metal_interrupt* + metal_switch_interrupt_controller(struct metal_switch *sw) { return sw->vtable->interrupt_controller(sw); } + +/*! + * @brief Get the interrupt id for a switch + * @param sw The handle for the switch + * @return The interrupt ID for the switch + */ +inline int metal_switch_get_interrupt_id(struct metal_switch *sw) { return sw->vtable->get_interrupt_id(sw); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/timer.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/timer.h new file mode 100644 index 000000000..eeae1f60b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/timer.h @@ -0,0 +1,36 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__TIMER_H +#define METAL__TIMER_H + +/*! + * @file timer.h + * @brief API for reading and manipulating the machine timer + */ + +/*! + * @brief Read the machine cycle count + * @param hartid The hart ID to read the cycle count of + * @param cyclecount The variable to hold the value + * @return 0 upon success + */ +int metal_timer_get_cyclecount(int hartid, unsigned long long *cyclecount); + +/*! + * @brief Get the machine timebase frequency + * @param hartid The hart ID to read the timebase of + * @param timebase The variable to hold the value + * @return 0 upon success + */ +int metal_timer_get_timebase_frequency(int hartid, unsigned long long *timebase); + +/*! + * @brief Set the machine timer tick interval in seconds + * @param hartid The hart ID to read the timebase of + * @param second The number of seconds to set the tick interval to + * @return 0 upon success + */ +int metal_timer_set_tick(int hartid, int second); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/tty.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/tty.h new file mode 100644 index 000000000..d2583e3be --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/tty.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__TTY_H +#define METAL__TTY_H + +/*! + * @file tty.h + * @brief API for emulated serial teriminals + */ + +/*! + * @brief Write a character to the default output device + * + * Write a character to the default output device, which for most + * targets is the UART serial port. + * + * @param c The character to write to the terminal + * @return 0 on success, or -1 on failure. + */ +int metal_tty_putc(unsigned char c); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/uart.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/uart.h new file mode 100644 index 000000000..611792a6c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/install/include/metal/uart.h @@ -0,0 +1,94 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__UART_H +#define METAL__UART_H + +/*! + * @file uart.h + * @brief API for UART serial ports + */ + +#include + +struct metal_uart; + +struct metal_uart_vtable { + void (*init)(struct metal_uart *uart, int baud_rate); + int (*putc)(struct metal_uart *uart, unsigned char c); + int (*getc)(struct metal_uart *uart, unsigned char *c); + int (*get_baud_rate)(struct metal_uart *uart); + int (*set_baud_rate)(struct metal_uart *uart, int baud_rate); + struct metal_interrupt* (*controller_interrupt)(struct metal_uart *uart); + int (*get_interrupt_id)(struct metal_uart *uart); +}; + +/*! + * @brief Handle for a UART serial device + */ +struct metal_uart { + const struct metal_uart_vtable *vtable; +}; + +/*! + * @brief Initialize UART device + + * Initialize the UART device described by the UART handle. This function must be called before any + * other method on the UART can be invoked. It is invalid to initialize a UART more than once. + * + * @param uart The UART device handle + * @param baud_rate the baud rate to set the UART to + */ +inline void metal_uart_init(struct metal_uart *uart, int baud_rate) { return uart->vtable->init(uart, baud_rate); } + +/*! + * @brief Output a character over the UART + * @param uart The UART device handle + * @param c The character to send over the UART + * @return 0 upon success + */ +inline int metal_uart_putc(struct metal_uart *uart, unsigned char c) { return uart->vtable->putc(uart, c); } + +/*! + * @brief Read a character sent over the UART + * @param uart The UART device handle + * @param c The varible to hold the read character + * @return 0 upon success + */ +inline int metal_uart_getc(struct metal_uart *uart, unsigned char *c) { return uart->vtable->getc(uart, c); } + +/*! + * @brief Get the baud rate of the UART peripheral + * @param uart The UART device handle + * @return The current baud rate of the UART + */ +inline int metal_uart_get_baud_rate(struct metal_uart *uart) { return uart->vtable->get_baud_rate(uart); } + +/*! + * @brief Set the baud rate of the UART peripheral + * @param uart The UART device handle + * @param baud_rate The baud rate to configure + * @return the new baud rate of the UART + */ +inline int metal_uart_set_baud_rate(struct metal_uart *uart, int baud_rate) { return uart->vtable->set_baud_rate(uart, baud_rate); } + +/*! + * @brief Get the interrupt controller of the UART peripheral + * + * Get the interrupt controller for the UART peripheral. The interrupt + * controller must be initialized before any interrupts can be registered + * or enabled with it. + * + * @param uart The UART device handle + * @return The handle for the UART interrupt controller + */ +inline struct metal_interrupt* metal_uart_interrupt_controller(struct metal_uart *uart) { return uart->vtable->controller_interrupt(uart); } + +/*! + * @brief Get the interrupt ID of the UART controller + * @param uart The UART device handle + * @return The UART interrupt id + */ +inline int metal_uart_get_interrupt_id(struct metal_uart *uart) { return uart->vtable->get_interrupt_id(uart); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-inline.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-inline.h new file mode 100644 index 000000000..8c0cd048b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-inline.h @@ -0,0 +1,249 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef ASSEMBLY + +#ifndef SIFIVE_HIFIVE1_REVB____METAL_INLINE_H +#define SIFIVE_HIFIVE1_REVB____METAL_INLINE_H + +#include + + +/* --------------------- fixed_clock ------------ */ +extern inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock); + + +/* --------------------- fixed_factor_clock ------------ */ + + +/* --------------------- sifive_clint0 ------------ */ +extern inline unsigned long __metal_driver_sifive_clint0_control_base(struct metal_interrupt *controller); +extern inline unsigned long __metal_driver_sifive_clint0_control_size(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_clint0_num_interrupts(struct metal_interrupt *controller); +extern inline struct metal_interrupt * __metal_driver_sifive_clint0_interrupt_parents(struct metal_interrupt *controller, int idx); +extern inline int __metal_driver_sifive_clint0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- cpu ------------ */ +extern inline int __metal_driver_cpu_hartid(struct metal_cpu *cpu); +extern inline int __metal_driver_cpu_timebase(struct metal_cpu *cpu); +extern inline struct metal_interrupt * __metal_driver_cpu_interrupt_controller(struct metal_cpu *cpu); +extern inline int __metal_driver_cpu_num_pmp_regions(struct metal_cpu *cpu); + + +/* --------------------- sifive_plic0 ------------ */ +extern inline unsigned long __metal_driver_sifive_plic0_control_base(struct metal_interrupt *controller); +extern inline unsigned long __metal_driver_sifive_plic0_control_size(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_plic0_num_interrupts(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_plic0_max_priority(struct metal_interrupt *controller); +extern inline struct metal_interrupt * __metal_driver_sifive_plic0_interrupt_parents(struct metal_interrupt *controller, int idx); +extern inline int __metal_driver_sifive_plic0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- sifive_clic0 ------------ */ + + +/* --------------------- sifive_local_external_interrupts0 ------------ */ +extern inline struct metal_interrupt * __metal_driver_sifive_local_external_interrupts0_interrupt_parent(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_local_external_interrupts0_num_interrupts(struct metal_interrupt *controller); +extern inline int __metal_driver_sifive_local_external_interrupts0_interrupt_lines(struct metal_interrupt *controller, int idx); + + +/* --------------------- sifive_global_external_interrupts0 ------------ */ + + +/* --------------------- sifive_gpio0 ------------ */ +extern inline unsigned long __metal_driver_sifive_gpio0_base(struct metal_gpio *gpio); +extern inline unsigned long __metal_driver_sifive_gpio0_size(struct metal_gpio *gpio); +extern inline int __metal_driver_sifive_gpio0_num_interrupts(struct metal_gpio *gpio); +extern inline struct metal_interrupt * __metal_driver_sifive_gpio0_interrupt_parent(struct metal_gpio *gpio); +extern inline int __metal_driver_sifive_gpio0_interrupt_lines(struct metal_gpio *gpio, int idx); + + +/* --------------------- sifive_gpio_button ------------ */ + + +/* --------------------- sifive_gpio_led ------------ */ +extern inline struct metal_gpio * __metal_driver_sifive_gpio_led_gpio(struct metal_led *led); +extern inline int __metal_driver_sifive_gpio_led_pin(struct metal_led *led); +extern inline char * __metal_driver_sifive_gpio_led_label(struct metal_led *led); + + +/* --------------------- sifive_gpio_switch ------------ */ + + +/* --------------------- sifive_spi0 ------------ */ +extern inline unsigned long __metal_driver_sifive_spi0_control_base(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_control_size(struct metal_spi *spi); +extern inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_spi0_pinmux(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_pinmux_output_selector(struct metal_spi *spi); +extern inline unsigned long __metal_driver_sifive_spi0_pinmux_source_selector(struct metal_spi *spi); + + +/* --------------------- sifive_test0 ------------ */ + + +/* --------------------- sifive_uart0 ------------ */ +extern inline unsigned long __metal_driver_sifive_uart0_control_base(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_control_size(struct metal_uart *uart); +extern inline int __metal_driver_sifive_uart0_num_interrupts(struct metal_uart *uart); +extern inline struct metal_interrupt * __metal_driver_sifive_uart0_interrupt_parent(struct metal_uart *uart); +extern inline int __metal_driver_sifive_uart0_interrupt_line(struct metal_uart *uart); +extern inline struct metal_clock * __metal_driver_sifive_uart0_clock(struct metal_uart *uart); +extern inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_uart0_pinmux(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_pinmux_output_selector(struct metal_uart *uart); +extern inline unsigned long __metal_driver_sifive_uart0_pinmux_source_selector(struct metal_uart *uart); + + +/* --------------------- sifive_fe310_g000_hfrosc ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfrosc_ref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_base(const struct metal_clock *clock); +extern inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_vtable(struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_hfrosc_config_offset(const struct metal_clock *clock); + + +/* --------------------- sifive_fe310_g000_hfxosc ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfxosc_ref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfxosc_config_base(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_hfxosc_config_offset(const struct metal_clock *clock); + + +/* --------------------- sifive_fe310_g000_pll ------------ */ +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllsel0(const struct metal_clock *clock); +extern inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllref(const struct metal_clock *clock); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_config_base( ); +extern inline long __metal_driver_sifive_fe310_g000_pll_config_offset( ); +extern inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_divider_base(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_pll_divider_offset(const struct metal_clock *clock); +extern inline long __metal_driver_sifive_fe310_g000_pll_init_rate( ); + + +/* --------------------- fe310_g000_prci ------------ */ +extern inline long __metal_driver_sifive_fe310_g000_prci_base( ); +extern inline long __metal_driver_sifive_fe310_g000_prci_size( ); +extern inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_prci_vtable( ); + + +/* --------------------- sifive_fu540_c000_l2 ------------ */ + + +/* From clock@0 */ +struct __metal_driver_fixed_clock __metal_dt_clock_0 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +/* From clock@2 */ +struct __metal_driver_fixed_clock __metal_dt_clock_2 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +/* From clock@5 */ +struct __metal_driver_fixed_clock __metal_dt_clock_5 = { + .clock.vtable = &__metal_driver_vtable_fixed_clock.clock, +}; + +struct metal_memory __metal_dt_mem_dtim_80000000 = { + ._base_address = 2147483648UL, + ._size = 16384UL, + ._attrs = { + .R = 1, + .W = 1, + .X = 1, + .C = 1, + .A = 1}, +}; + +struct metal_memory __metal_dt_mem_spi_10014000 = { + ._base_address = 536870912UL, + ._size = 500000UL, + ._attrs = { + .R = 1, + .W = 1, + .X = 1, + .C = 1, + .A = 1}, +}; + +/* From clint@2000000 */ +struct __metal_driver_riscv_clint0 __metal_dt_clint_2000000 = { + .controller.vtable = &__metal_driver_vtable_riscv_clint0.clint_vtable, + .init_done = 0, +}; + +/* From cpu@0 */ +struct __metal_driver_cpu __metal_dt_cpu_0 = { + .cpu.vtable = &__metal_driver_vtable_cpu.cpu_vtable, +}; + +/* From interrupt_controller */ +struct __metal_driver_riscv_cpu_intc __metal_dt_cpu_0_interrupt_controller = { + .controller.vtable = &__metal_driver_vtable_riscv_cpu_intc.controller_vtable, + .init_done = 0, +}; + +/* From interrupt_controller@c000000 */ +struct __metal_driver_riscv_plic0 __metal_dt_interrupt_controller_c000000 = { + .controller.vtable = &__metal_driver_vtable_riscv_plic0.plic_vtable, + .init_done = 0, +}; + +/* From local_external_interrupts_0 */ +struct __metal_driver_sifive_local_external_interrupts0 __metal_dt_local_external_interrupts_0 = { + .irc.vtable = &__metal_driver_vtable_sifive_local_external_interrupts0.local0_vtable, + .init_done = 0, +}; + +/* From gpio@10012000 */ +struct __metal_driver_sifive_gpio0 __metal_dt_gpio_10012000 = { + .gpio.vtable = &__metal_driver_vtable_sifive_gpio0.gpio, +}; + +/* From led@0red */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0red = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From led@0green */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0green = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From led@0blue */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0blue = { + .led.vtable = &__metal_driver_vtable_sifive_led.led_vtable, +}; + +/* From spi@10014000 */ +struct __metal_driver_sifive_spi0 __metal_dt_spi_10014000 = { + .spi.vtable = &__metal_driver_vtable_sifive_spi0.spi, +}; + +/* From serial@10013000 */ +struct __metal_driver_sifive_uart0 __metal_dt_serial_10013000 = { + .uart.vtable = &__metal_driver_vtable_sifive_uart0.uart, +}; + +/* From clock@3 */ +struct __metal_driver_sifive_fe310_g000_hfrosc __metal_dt_clock_3 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_hfrosc.clock, +}; + +/* From clock@1 */ +struct __metal_driver_sifive_fe310_g000_hfxosc __metal_dt_clock_1 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_hfxosc.clock, +}; + +/* From clock@4 */ +struct __metal_driver_sifive_fe310_g000_pll __metal_dt_clock_4 = { + .clock.vtable = &__metal_driver_vtable_sifive_fe310_g000_pll.clock, +}; + +/* From prci@10008000 */ +struct __metal_driver_sifive_fe310_g000_prci __metal_dt_prci_10008000 = { +}; + + +#endif /* SIFIVE_HIFIVE1_REVB____METAL_INLINE_H*/ +#endif /* ! ASSEMBLY */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-platform.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-platform.h new file mode 100644 index 000000000..4ecd3e336 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal-platform.h @@ -0,0 +1,237 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H +#define SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H + +/* From clock@0 */ +#define METAL_FIXED_CLOCK_0_CLOCK_FREQUENCY 16000000UL + +/* From clock@2 */ +#define METAL_FIXED_CLOCK_2_CLOCK_FREQUENCY 72000000UL + +/* From clock@5 */ +#define METAL_FIXED_CLOCK_5_CLOCK_FREQUENCY 32000000UL + +#define METAL_FIXED_CLOCK + +/* From clint@2000000 */ +#define METAL_RISCV_CLINT0_2000000_BASE_ADDRESS 33554432UL +#define METAL_RISCV_CLINT0_0_BASE_ADDRESS 33554432UL +#define METAL_RISCV_CLINT0_2000000_SIZE 65536UL +#define METAL_RISCV_CLINT0_0_SIZE 65536UL + +#define METAL_RISCV_CLINT0 +#define METAL_RISCV_CLINT0_MSIP_BASE 0UL +#define METAL_RISCV_CLINT0_MTIMECMP_BASE 16384UL +#define METAL_RISCV_CLINT0_MTIME 49144UL + +/* From interrupt_controller@c000000 */ +#define METAL_RISCV_PLIC0_C000000_BASE_ADDRESS 201326592UL +#define METAL_RISCV_PLIC0_0_BASE_ADDRESS 201326592UL +#define METAL_RISCV_PLIC0_C000000_SIZE 67108864UL +#define METAL_RISCV_PLIC0_0_SIZE 67108864UL +#define METAL_RISCV_PLIC0_C000000_RISCV_MAX_PRIORITY 7UL +#define METAL_RISCV_PLIC0_0_RISCV_MAX_PRIORITY 7UL +#define METAL_RISCV_PLIC0_C000000_RISCV_NDEV 27UL +#define METAL_RISCV_PLIC0_0_RISCV_NDEV 27UL + +#define METAL_RISCV_PLIC0 +#define METAL_RISCV_PLIC0_PRIORITY_BASE 0UL +#define METAL_RISCV_PLIC0_PENDING_BASE 4096UL +#define METAL_RISCV_PLIC0_ENABLE_BASE 8192UL +#define METAL_RISCV_PLIC0_THRESHOLD 2097152UL +#define METAL_RISCV_PLIC0_CLAIM 2097156UL + +/* From aon@10000000 */ +#define METAL_SIFIVE_AON0_10000000_BASE_ADDRESS 268435456UL +#define METAL_SIFIVE_AON0_0_BASE_ADDRESS 268435456UL +#define METAL_SIFIVE_AON0_10000000_SIZE 32768UL +#define METAL_SIFIVE_AON0_0_SIZE 32768UL + +#define METAL_SIFIVE_AON0 +#define METAL_SIFIVE_AON0_WDOGCFG 0UL +#define METAL_SIFIVE_AON0_WDOGCOUNT 8UL +#define METAL_SIFIVE_AON0_WDOGS 16UL +#define METAL_SIFIVE_AON0_WDOGFEED 24UL +#define METAL_SIFIVE_AON0_WDOGKEY 28UL +#define METAL_SIFIVE_AON0_WDOGCMP 32UL +#define METAL_SIFIVE_AON0_RTCCFG 64UL +#define METAL_SIFIVE_AON0_RTCLO 72UL +#define METAL_SIFIVE_AON0_RTCHI 72UL +#define METAL_SIFIVE_AON0_RTCS 80UL +#define METAL_SIFIVE_AON0_RTCCMP 96UL +#define METAL_SIFIVE_AON0_LFROSCCFG 112UL +#define METAL_SIFIVE_AON0_BACKUP0 128UL +#define METAL_SIFIVE_AON0_BACKUP1 132UL +#define METAL_SIFIVE_AON0_BACKUP2 136UL +#define METAL_SIFIVE_AON0_BACKUP3 140UL +#define METAL_SIFIVE_AON0_BACKUP4 144UL +#define METAL_SIFIVE_AON0_BACKUP5 148UL +#define METAL_SIFIVE_AON0_BACKUP6 152UL +#define METAL_SIFIVE_AON0_BACKUP7 152UL +#define METAL_SIFIVE_AON0_BACKUP8 160UL +#define METAL_SIFIVE_AON0_BACKUP9 164UL +#define METAL_SIFIVE_AON0_BACKUP10 168UL +#define METAL_SIFIVE_AON0_BACKUP11 172UL +#define METAL_SIFIVE_AON0_BACKUP12 176UL +#define METAL_SIFIVE_AON0_BACKUP13 180UL +#define METAL_SIFIVE_AON0_BACKUP14 184UL +#define METAL_SIFIVE_AON0_BACKUP15 188UL +#define METAL_SIFIVE_AON0_BACKUP16 192UL +#define METAL_SIFIVE_AON0_BACKUP17 196UL +#define METAL_SIFIVE_AON0_BACKUP18 200UL +#define METAL_SIFIVE_AON0_BACKUP19 204UL +#define METAL_SIFIVE_AON0_BACKUP20 208UL +#define METAL_SIFIVE_AON0_BACKUP21 212UL +#define METAL_SIFIVE_AON0_BACKUP22 216UL +#define METAL_SIFIVE_AON0_BACKUP23 220UL +#define METAL_SIFIVE_AON0_BACKUP24 224UL +#define METAL_SIFIVE_AON0_BACKUP25 228UL +#define METAL_SIFIVE_AON0_BACKUP26 232UL +#define METAL_SIFIVE_AON0_BACKUP27 236UL +#define METAL_SIFIVE_AON0_BACKUP28 240UL +#define METAL_SIFIVE_AON0_BACKUP29 244UL +#define METAL_SIFIVE_AON0_BACKUP30 248UL +#define METAL_SIFIVE_AON0_BACKUP31 252UL +#define METAL_SIFIVE_AON0_PMU_WAKEUP_BASE 256UL +#define METAL_SIFIVE_AON0_PWM_SLEEP_BASE 288UL +#define METAL_SIFIVE_AON0_PMUIE 320UL +#define METAL_SIFIVE_AON0_PMUCAUSE 324UL +#define METAL_SIFIVE_AON0_PMUSLEEP 328UL +#define METAL_SIFIVE_AON0_PMUKEY 332UL + +/* From clock@3 */ + +#define METAL_SIFIVE_FE310_G000_HFROSC + +/* From clock@1 */ + +#define METAL_SIFIVE_FE310_G000_HFXOSC + +/* From prci@10008000 */ +#define METAL_SIFIVE_FE310_G000_PRCI_10008000_BASE_ADDRESS 268468224UL +#define METAL_SIFIVE_FE310_G000_PRCI_0_BASE_ADDRESS 268468224UL +#define METAL_SIFIVE_FE310_G000_PRCI_10008000_SIZE 32768UL +#define METAL_SIFIVE_FE310_G000_PRCI_0_SIZE 32768UL + +#define METAL_SIFIVE_FE310_G000_PRCI +#define METAL_SIFIVE_FE310_G000_PRCI_HFROSCCFG 0UL +#define METAL_SIFIVE_FE310_G000_PRCI_HFXOSCCFG 4UL +#define METAL_SIFIVE_FE310_G000_PRCI_PLLCFG 8UL +#define METAL_SIFIVE_FE310_G000_PRCI_PLLOUTDIV 12UL + +/* From clock@4 */ +#define METAL_SIFIVE_FE310_G000_PLL_4_CLOCK_FREQUENCY 16000000UL + +#define METAL_SIFIVE_FE310_G000_PLL + +/* From gpio@10012000 */ +#define METAL_SIFIVE_GPIO0_10012000_BASE_ADDRESS 268509184UL +#define METAL_SIFIVE_GPIO0_0_BASE_ADDRESS 268509184UL +#define METAL_SIFIVE_GPIO0_10012000_SIZE 4096UL +#define METAL_SIFIVE_GPIO0_0_SIZE 4096UL + +#define METAL_SIFIVE_GPIO0 +#define METAL_SIFIVE_GPIO0_VALUE 0UL +#define METAL_SIFIVE_GPIO0_INPUT_EN 4UL +#define METAL_SIFIVE_GPIO0_OUTPUT_EN 8UL +#define METAL_SIFIVE_GPIO0_PORT 12UL +#define METAL_SIFIVE_GPIO0_PUE 16UL +#define METAL_SIFIVE_GPIO0_DS 20UL +#define METAL_SIFIVE_GPIO0_RISE_IE 24UL +#define METAL_SIFIVE_GPIO0_RISE_IP 28UL +#define METAL_SIFIVE_GPIO0_FALL_IE 32UL +#define METAL_SIFIVE_GPIO0_FALL_IP 36UL +#define METAL_SIFIVE_GPIO0_HIGH_IE 40UL +#define METAL_SIFIVE_GPIO0_HIGH_IP 44UL +#define METAL_SIFIVE_GPIO0_LOW_IE 48UL +#define METAL_SIFIVE_GPIO0_LOW_IP 52UL +#define METAL_SIFIVE_GPIO0_IOF_EN 56UL +#define METAL_SIFIVE_GPIO0_IOF_SEL 60UL +#define METAL_SIFIVE_GPIO0_OUT_XOR 64UL + +/* From led@0red */ + +/* From led@0green */ + +/* From led@0blue */ + +#define METAL_SIFIVE_GPIO_LEDS + +/* From i2c@10016000 */ +#define METAL_SIFIVE_I2C0_10016000_BASE_ADDRESS 268525568UL +#define METAL_SIFIVE_I2C0_0_BASE_ADDRESS 268525568UL +#define METAL_SIFIVE_I2C0_10016000_SIZE 4096UL +#define METAL_SIFIVE_I2C0_0_SIZE 4096UL + +#define METAL_SIFIVE_I2C0 +#define METAL_SIFIVE_I2C0_PRESCALE_LOW 0UL +#define METAL_SIFIVE_I2C0_PRESCALE_HIGH 4UL +#define METAL_SIFIVE_I2C0_CONTROL 8UL +#define METAL_SIFIVE_I2C0_TRANSMIT 12UL +#define METAL_SIFIVE_I2C0_RECEIVE 12UL +#define METAL_SIFIVE_I2C0_COMMAND 16UL +#define METAL_SIFIVE_I2C0_STATUS 16UL + +/* From local_external_interrupts_0 */ + +#define METAL_SIFIVE_LOCAL_EXTERNAL_INTERRUPTS0 + +/* From pwm@10015000 */ +#define METAL_SIFIVE_PWM0_10015000_BASE_ADDRESS 268521472UL +#define METAL_SIFIVE_PWM0_0_BASE_ADDRESS 268521472UL +#define METAL_SIFIVE_PWM0_10015000_SIZE 4096UL +#define METAL_SIFIVE_PWM0_0_SIZE 4096UL + +#define METAL_SIFIVE_PWM0 +#define METAL_SIFIVE_PWM0_PWMCFG 0UL +#define METAL_SIFIVE_PWM0_PWMCOUNT 8UL +#define METAL_SIFIVE_PWM0_PWMS 16UL +#define METAL_SIFIVE_PWM0_PWMCMP0 32UL +#define METAL_SIFIVE_PWM0_PWMCMP1 36UL +#define METAL_SIFIVE_PWM0_PWMCMP2 40UL +#define METAL_SIFIVE_PWM0_PWMCMP3 44UL + +/* From spi@10014000 */ +#define METAL_SIFIVE_SPI0_10014000_BASE_ADDRESS 268517376UL +#define METAL_SIFIVE_SPI0_0_BASE_ADDRESS 268517376UL +#define METAL_SIFIVE_SPI0_10014000_SIZE 4096UL +#define METAL_SIFIVE_SPI0_0_SIZE 4096UL + +#define METAL_SIFIVE_SPI0 +#define METAL_SIFIVE_SPI0_SCKDIV 0UL +#define METAL_SIFIVE_SPI0_SCKMODE 4UL +#define METAL_SIFIVE_SPI0_CSID 16UL +#define METAL_SIFIVE_SPI0_CSDEF 20UL +#define METAL_SIFIVE_SPI0_CSMODE 24UL +#define METAL_SIFIVE_SPI0_DELAY0 40UL +#define METAL_SIFIVE_SPI0_DELAY1 44UL +#define METAL_SIFIVE_SPI0_FMT 64UL +#define METAL_SIFIVE_SPI0_TXDATA 72UL +#define METAL_SIFIVE_SPI0_RXDATA 76UL +#define METAL_SIFIVE_SPI0_TXMARK 80UL +#define METAL_SIFIVE_SPI0_RXMARK 84UL +#define METAL_SIFIVE_SPI0_FCTRL 96UL +#define METAL_SIFIVE_SPI0_FFMT 100UL +#define METAL_SIFIVE_SPI0_IE 112UL +#define METAL_SIFIVE_SPI0_IP 116UL + +/* From serial@10013000 */ +#define METAL_SIFIVE_UART0_10013000_BASE_ADDRESS 268513280UL +#define METAL_SIFIVE_UART0_0_BASE_ADDRESS 268513280UL +#define METAL_SIFIVE_UART0_10013000_SIZE 4096UL +#define METAL_SIFIVE_UART0_0_SIZE 4096UL + +#define METAL_SIFIVE_UART0 +#define METAL_SIFIVE_UART0_TXDATA 0UL +#define METAL_SIFIVE_UART0_RXDATA 4UL +#define METAL_SIFIVE_UART0_TXCTRL 8UL +#define METAL_SIFIVE_UART0_RXCTRL 12UL +#define METAL_SIFIVE_UART0_IE 16UL +#define METAL_SIFIVE_UART0_IP 20UL +#define METAL_SIFIVE_UART0_DIV 24UL + +#endif /* SIFIVE_HIFIVE1_REVB____METAL_PLATFORM_H*/ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.default.lds b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.default.lds new file mode 100644 index 000000000..a28307841 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.default.lds @@ -0,0 +1,234 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +OUTPUT_ARCH("riscv") + +ENTRY(_enter) + +MEMORY +{ + ram (wxa!ri) : ORIGIN = 0x80000000, LENGTH = 0x4000 + flash (rxai!w) : ORIGIN = 0x20010000, LENGTH = 0x6a120 +} + +PHDRS +{ + flash PT_LOAD; + ram_init PT_LOAD; + itim_init PT_LOAD; + ram PT_NULL; + itim PT_NULL; +} + +SECTIONS +{ + __stack_size = DEFINED(__stack_size) ? __stack_size : 0x400; + PROVIDE(__stack_size = __stack_size); + __heap_size = DEFINED(__heap_size) ? __heap_size : 0x400; + PROVIDE(__metal_boot_hart = 0); + PROVIDE(__metal_chicken_bit = 0); + + + .init : + { + KEEP (*(.text.metal.init.enter)) + KEEP (*(SORT_NONE(.init))) + KEEP (*(.text.libgloss.start)) + } >flash AT>flash :flash + + + .text : + { + *(.text.unlikely .text.unlikely.*) + *(.text.startup .text.startup.*) + *(.text .text.*) + *(.itim .itim.*) + *(.gnu.linkonce.t.*) + } >flash AT>flash :flash + + + .fini : + { + KEEP (*(SORT_NONE(.fini))) + } >flash AT>flash :flash + + + PROVIDE (__etext = .); + PROVIDE (_etext = .); + PROVIDE (etext = .); + + + .rodata : + { + *(.rdata) + *(.rodata .rodata.*) + *(.gnu.linkonce.r.*) + . = ALIGN(8); + *(.srodata.cst16) + *(.srodata.cst8) + *(.srodata.cst4) + *(.srodata.cst2) + *(.srodata .srodata.*) + } >flash AT>flash :flash + + + . = ALIGN(4); + + + .preinit_array : + { + PROVIDE_HIDDEN (__preinit_array_start = .); + KEEP (*(.preinit_array)) + PROVIDE_HIDDEN (__preinit_array_end = .); + } >flash AT>flash :flash + + + .init_array : + { + PROVIDE_HIDDEN (__init_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*))) + KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .ctors)) + PROVIDE_HIDDEN (__init_array_end = .); + } >flash AT>flash :flash + + + .fini_array : + { + PROVIDE_HIDDEN (__fini_array_start = .); + KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))) + KEEP (*(.fini_array EXCLUDE_FILE (*crtbegin.o *crtbegin?.o *crtend.o *crtend?.o ) .dtors)) + PROVIDE_HIDDEN (__fini_array_end = .); + } >flash AT>flash :flash + + + .ctors : + { + /* gcc uses crtbegin.o to find the start of + the constructors, so we make sure it is + first. Because this is a wildcard, it + doesn't matter if the user does not + actually link against crtbegin.o; the + linker won't look for a file to match a + wildcard. The wildcard also means that it + doesn't matter which directory crtbegin.o + is in. */ + KEEP (*crtbegin.o(.ctors)) + KEEP (*crtbegin?.o(.ctors)) + /* We don't want to include the .ctor section from + the crtend.o file until after the sorted ctors. + The .ctor section from the crtend file contains the + end of ctors marker and it must be last */ + KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .ctors)) + KEEP (*(SORT(.ctors.*))) + KEEP (*(.ctors)) + } >flash AT>flash :flash + + + .dtors : + { + KEEP (*crtbegin.o(.dtors)) + KEEP (*crtbegin?.o(.dtors)) + KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o ) .dtors)) + KEEP (*(SORT(.dtors.*))) + KEEP (*(.dtors)) + } >flash AT>flash :flash + + + .litimalign : + { + . = ALIGN(4); + PROVIDE( metal_segment_itim_source_start = . ); + } >flash AT>flash :flash + + + .ditimalign : + { + . = ALIGN(4); + PROVIDE( metal_segment_itim_target_start = . ); + } >ram AT>flash :ram_init + + + .itim : + { + *(.itim .itim.*) + } >flash AT>flash :flash + + + . = ALIGN(8); + PROVIDE( metal_segment_itim_target_end = . ); + + + .lalign : + { + . = ALIGN(4); + PROVIDE( _data_lma = . ); + PROVIDE( metal_segment_data_source_start = . ); + } >flash AT>flash :flash + + + .dalign : + { + . = ALIGN(4); + PROVIDE( metal_segment_data_target_start = . ); + } >ram AT>flash :ram_init + + + .data : + { + *(.data .data.*) + *(.gnu.linkonce.d.*) + . = ALIGN(8); + PROVIDE( __global_pointer$ = . + 0x800 ); + *(.sdata .sdata.* .sdata2.*) + *(.gnu.linkonce.s.*) + } >ram AT>flash :ram_init + + + . = ALIGN(4); + PROVIDE( _edata = . ); + PROVIDE( edata = . ); + PROVIDE( metal_segment_data_target_end = . ); + PROVIDE( _fbss = . ); + PROVIDE( __bss_start = . ); + PROVIDE( metal_segment_bss_target_start = . ); + + + .bss : + { + *(.sbss*) + *(.gnu.linkonce.sb.*) + *(.bss .bss.*) + *(.gnu.linkonce.b.*) + *(COMMON) + . = ALIGN(4); + } >ram AT>ram :ram + + + . = ALIGN(8); + PROVIDE( _end = . ); + PROVIDE( end = . ); + PROVIDE( metal_segment_bss_target_end = . ); + + + .stack : + { + PROVIDE(metal_segment_stack_begin = .); + . = __stack_size; + PROVIDE( _sp = . ); + PROVIDE(metal_segment_stack_end = .); + } >ram AT>ram :ram + + + .heap : + { + PROVIDE( metal_segment_heap_target_start = . ); + . = __heap_size; + PROVIDE( metal_segment_heap_target_end = . ); + PROVIDE( _heap_end = . ); + } >ram AT>ram :ram + + +} + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.h new file mode 100644 index 000000000..f76dbd632 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/bsp/metal.h @@ -0,0 +1,872 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ +/* ----------------------------------- */ +/* ----------------------------------- */ + +#ifndef ASSEMBLY + +#include + +#ifdef __METAL_MACHINE_MACROS + +#ifndef MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H +#define MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H + +#define __METAL_CLINT_NUM_PARENTS 2 + +#ifndef __METAL_CLINT_NUM_PARENTS +#define __METAL_CLINT_NUM_PARENTS 0 +#endif +#define __METAL_PLIC_SUBINTERRUPTS 27 + +#define __METAL_PLIC_NUM_PARENTS 1 + +#ifndef __METAL_PLIC_SUBINTERRUPTS +#define __METAL_PLIC_SUBINTERRUPTS 0 +#endif +#ifndef __METAL_PLIC_NUM_PARENTS +#define __METAL_PLIC_NUM_PARENTS 0 +#endif +#ifndef __METAL_CLIC_SUBINTERRUPTS +#define __METAL_CLIC_SUBINTERRUPTS 0 +#endif + +#endif /* MACROS_IF_SIFIVE_HIFIVE1_REVB____METAL_H*/ + +#else /* ! __METAL_MACHINE_MACROS */ + +#ifndef MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H +#define MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H + +#define __METAL_CLINT_2000000_INTERRUPTS 2 + +#define METAL_MAX_CLINT_INTERRUPTS 2 + +#define __METAL_CLINT_NUM_PARENTS 2 + +#define __METAL_INTERRUPT_CONTROLLER_C000000_INTERRUPTS 1 + +#define __METAL_PLIC_SUBINTERRUPTS 27 + +#define METAL_MAX_PLIC_INTERRUPTS 1 + +#define __METAL_PLIC_NUM_PARENTS 1 + +#define __METAL_CLIC_SUBINTERRUPTS 0 +#define METAL_MAX_CLIC_INTERRUPTS 0 + +#define __METAL_LOCAL_EXTERNAL_INTERRUPTS_0_INTERRUPTS 16 + +#define METAL_MAX_LOCAL_EXT_INTERRUPTS 16 + +#define METAL_MAX_GLOBAL_EXT_INTERRUPTS 0 + +#define __METAL_GPIO_10012000_INTERRUPTS 16 + +#define METAL_MAX_GPIO_INTERRUPTS 16 + +#define __METAL_SERIAL_10013000_INTERRUPTS 1 + +#define METAL_MAX_UART_INTERRUPTS 1 + + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* From clock@0 */ +struct __metal_driver_fixed_clock __metal_dt_clock_0; + +/* From clock@2 */ +struct __metal_driver_fixed_clock __metal_dt_clock_2; + +/* From clock@5 */ +struct __metal_driver_fixed_clock __metal_dt_clock_5; + +struct metal_memory __metal_dt_mem_dtim_80000000; + +struct metal_memory __metal_dt_mem_spi_10014000; + +/* From clint@2000000 */ +struct __metal_driver_riscv_clint0 __metal_dt_clint_2000000; + +/* From cpu@0 */ +struct __metal_driver_cpu __metal_dt_cpu_0; + +struct __metal_driver_riscv_cpu_intc __metal_dt_cpu_0_interrupt_controller; + +/* From interrupt_controller@c000000 */ +struct __metal_driver_riscv_plic0 __metal_dt_interrupt_controller_c000000; + +struct metal_pmp __metal_dt_pmp; + +/* From local_external_interrupts_0 */ +struct __metal_driver_sifive_local_external_interrupts0 __metal_dt_local_external_interrupts_0; + +/* From gpio@10012000 */ +struct __metal_driver_sifive_gpio0 __metal_dt_gpio_10012000; + +/* From led@0red */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0red; + +/* From led@0green */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0green; + +/* From led@0blue */ +struct __metal_driver_sifive_gpio_led __metal_dt_led_0blue; + +/* From spi@10014000 */ +struct __metal_driver_sifive_spi0 __metal_dt_spi_10014000; + +/* From serial@10013000 */ +struct __metal_driver_sifive_uart0 __metal_dt_serial_10013000; + +/* From clock@3 */ +struct __metal_driver_sifive_fe310_g000_hfrosc __metal_dt_clock_3; + +/* From clock@1 */ +struct __metal_driver_sifive_fe310_g000_hfxosc __metal_dt_clock_1; + +/* From clock@4 */ +struct __metal_driver_sifive_fe310_g000_pll __metal_dt_clock_4; + +/* From prci@10008000 */ +struct __metal_driver_sifive_fe310_g000_prci __metal_dt_prci_10008000; + + + +/* --------------------- fixed_clock ------------ */ +static inline unsigned long __metal_driver_fixed_clock_rate(const struct metal_clock *clock) +{ + if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_0) { + return METAL_FIXED_CLOCK_0_CLOCK_FREQUENCY; + } + else if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_2) { + return METAL_FIXED_CLOCK_2_CLOCK_FREQUENCY; + } + else if ((uintptr_t)clock == (uintptr_t)&__metal_dt_clock_5) { + return METAL_FIXED_CLOCK_5_CLOCK_FREQUENCY; + } + else { + return 0; + } +} + + + +/* --------------------- fixed_factor_clock ------------ */ + + +/* --------------------- sifive_clint0 ------------ */ +static inline unsigned long __metal_driver_sifive_clint0_control_base(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_RISCV_CLINT0_2000000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_clint0_control_size(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_RISCV_CLINT0_2000000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_clint0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_clint_2000000) { + return METAL_MAX_CLINT_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_clint0_interrupt_parents(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else if (idx == 1) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_clint0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 3; + } + else if (idx == 1) { + return 7; + } + else { + return 0; + } +} + + + +/* --------------------- cpu ------------ */ +static inline int __metal_driver_cpu_hartid(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 0; + } + else { + return -1; + } +} + +static inline int __metal_driver_cpu_timebase(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 1000000; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_cpu_interrupt_controller(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return &__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_cpu_num_pmp_regions(struct metal_cpu *cpu) +{ + if ((uintptr_t)cpu == (uintptr_t)&__metal_dt_cpu_0) { + return 8; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_plic0 ------------ */ +static inline unsigned long __metal_driver_sifive_plic0_control_base(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_plic0_control_size(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_plic0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_RISCV_NDEV; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_plic0_max_priority(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_interrupt_controller_c000000) { + return METAL_RISCV_PLIC0_C000000_RISCV_MAX_PRIORITY; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_plic0_interrupt_parents(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else if (idx == 0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_plic0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 11; + } + else if (idx == 0) { + return 11; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_clic0 ------------ */ + + +/* --------------------- sifive_local_external_interrupts0 ------------ */ +static inline struct metal_interrupt * __metal_driver_sifive_local_external_interrupts0_interrupt_parent(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_local_external_interrupts_0) { + return (struct metal_interrupt *)&__metal_dt_cpu_0_interrupt_controller.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_local_external_interrupts0_num_interrupts(struct metal_interrupt *controller) +{ + if ((uintptr_t)controller == (uintptr_t)&__metal_dt_local_external_interrupts_0) { + return METAL_MAX_LOCAL_EXT_INTERRUPTS; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_local_external_interrupts0_interrupt_lines(struct metal_interrupt *controller, int idx) +{ + if (idx == 0) { + return 16; + } + else if (idx == 1) { + return 17; + } + else if (idx == 2) { + return 18; + } + else if (idx == 3) { + return 19; + } + else if (idx == 4) { + return 20; + } + else if (idx == 5) { + return 21; + } + else if (idx == 6) { + return 22; + } + else if (idx == 7) { + return 23; + } + else if (idx == 8) { + return 24; + } + else if (idx == 9) { + return 25; + } + else if (idx == 10) { + return 26; + } + else if (idx == 11) { + return 27; + } + else if (idx == 12) { + return 28; + } + else if (idx == 13) { + return 29; + } + else if (idx == 14) { + return 30; + } + else if (idx == 15) { + return 31; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_global_external_interrupts0 ------------ */ + + +/* --------------------- sifive_gpio0 ------------ */ +static inline unsigned long __metal_driver_sifive_gpio0_base(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_SIFIVE_GPIO0_10012000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_gpio0_size(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_SIFIVE_GPIO0_10012000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_gpio0_num_interrupts(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return METAL_MAX_GPIO_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_gpio0_interrupt_parent(struct metal_gpio *gpio) +{ + if ((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) { + return (struct metal_interrupt *)&__metal_dt_interrupt_controller_c000000.controller; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_gpio0_interrupt_lines(struct metal_gpio *gpio, int idx) +{ + if (((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 0)) { + return 7; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 1))) { + return 8; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 2))) { + return 9; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 3))) { + return 10; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 4))) { + return 11; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 5))) { + return 12; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 6))) { + return 13; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 7))) { + return 14; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 8))) { + return 15; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 9))) { + return 16; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 10))) { + return 17; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 11))) { + return 18; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 12))) { + return 19; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 13))) { + return 20; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 14))) { + return 21; + } + else if ((((uintptr_t)gpio == (uintptr_t)&__metal_dt_gpio_10012000) && (idx == 15))) { + return 22; + } + else { + return 0; + } +} + + + +/* --------------------- sifive_gpio_button ------------ */ + + +/* --------------------- sifive_gpio_led ------------ */ +static inline struct metal_gpio * __metal_driver_sifive_gpio_led_gpio(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return (struct metal_gpio *)&__metal_dt_gpio_10012000; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_gpio_led_pin(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return 22; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return 19; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return 21; + } + else { + return 0; + } +} + +static inline char * __metal_driver_sifive_gpio_led_label(struct metal_led *led) +{ + if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0red) { + return "LD0red"; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0green) { + return "LD0green"; + } + else if ((uintptr_t)led == (uintptr_t)&__metal_dt_led_0blue) { + return "LD0blue"; + } + else { + return ""; + } +} + + + +/* --------------------- sifive_gpio_switch ------------ */ + + +/* --------------------- sifive_spi0 ------------ */ +static inline unsigned long __metal_driver_sifive_spi0_control_base(struct metal_spi *spi) +{ + if ((uintptr_t)spi == (uintptr_t)&__metal_dt_spi_10014000) { + return METAL_SIFIVE_SPI0_10014000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_spi0_control_size(struct metal_spi *spi) +{ + if ((uintptr_t)spi == (uintptr_t)&__metal_dt_spi_10014000) { + return METAL_SIFIVE_SPI0_10014000_SIZE; + } + else { + return 0; + } +} + +static inline struct metal_clock * __metal_driver_sifive_spi0_clock(struct metal_spi *spi) +{ + return (struct metal_clock *)&__metal_dt_clock_4.clock; +} + +static inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_spi0_pinmux(struct metal_spi *spi) +{ + return (struct __metal_driver_sifive_gpio0 *)&__metal_dt_gpio_10012000; +} + +static inline unsigned long __metal_driver_sifive_spi0_pinmux_output_selector(struct metal_spi *spi) +{ + return 60; +} + +static inline unsigned long __metal_driver_sifive_spi0_pinmux_source_selector(struct metal_spi *spi) +{ + return 60; +} + + + +/* --------------------- sifive_test0 ------------ */ + + +/* --------------------- sifive_uart0 ------------ */ +static inline unsigned long __metal_driver_sifive_uart0_control_base(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_SIFIVE_UART0_10013000_BASE_ADDRESS; + } + else { + return 0; + } +} + +static inline unsigned long __metal_driver_sifive_uart0_control_size(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_SIFIVE_UART0_10013000_SIZE; + } + else { + return 0; + } +} + +static inline int __metal_driver_sifive_uart0_num_interrupts(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return METAL_MAX_UART_INTERRUPTS; + } + else { + return 0; + } +} + +static inline struct metal_interrupt * __metal_driver_sifive_uart0_interrupt_parent(struct metal_uart *uart) +{ + if ((uintptr_t)uart == (uintptr_t)&__metal_dt_serial_10013000) { + return (struct metal_interrupt *)&__metal_dt_interrupt_controller_c000000.controller; + } + else { + return NULL; + } +} + +static inline int __metal_driver_sifive_uart0_interrupt_line(struct metal_uart *uart) +{ + return 5; +} + +static inline struct metal_clock * __metal_driver_sifive_uart0_clock(struct metal_uart *uart) +{ + return (struct metal_clock *)&__metal_dt_clock_4.clock; +} + +static inline struct __metal_driver_sifive_gpio0 * __metal_driver_sifive_uart0_pinmux(struct metal_uart *uart) +{ + return (struct __metal_driver_sifive_gpio0 *)&__metal_dt_gpio_10012000; +} + +static inline unsigned long __metal_driver_sifive_uart0_pinmux_output_selector(struct metal_uart *uart) +{ + return 196608; +} + +static inline unsigned long __metal_driver_sifive_uart0_pinmux_source_selector(struct metal_uart *uart) +{ + return 196608; +} + + + +/* --------------------- sifive_fe310_g000_hfrosc ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfrosc_ref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_2.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfrosc_config_vtable(struct metal_clock *clock) +{ + return &__metal_driver_vtable_sifive_fe310_g000_prci; +} + +static inline long __metal_driver_sifive_fe310_g000_hfrosc_config_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_HFROSCCFG; +} + + + +/* --------------------- sifive_fe310_g000_hfxosc ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_hfxosc_ref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_0.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_hfxosc_config_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_hfxosc_config_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_HFXOSCCFG; +} + + + +/* --------------------- sifive_fe310_g000_pll ------------ */ +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllsel0(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_3.clock; +} + +static inline struct metal_clock * __metal_driver_sifive_fe310_g000_pll_pllref(const struct metal_clock *clock) +{ + return (struct metal_clock *)&__metal_dt_clock_1.clock; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_divider_base(const struct metal_clock *clock) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_divider_offset(const struct metal_clock *clock) +{ + return METAL_SIFIVE_FE310_G000_PRCI_PLLOUTDIV; +} + +static inline struct __metal_driver_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_pll_config_base( ) +{ + return (struct __metal_driver_sifive_fe310_g000_prci *)&__metal_dt_prci_10008000; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_config_offset( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_PLLCFG; +} + +static inline long __metal_driver_sifive_fe310_g000_pll_init_rate( ) +{ + return 16000000; +} + + + +/* --------------------- sifive_fe310_g000_prci ------------ */ +static inline long __metal_driver_sifive_fe310_g000_prci_base( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_10008000_BASE_ADDRESS; +} + +static inline long __metal_driver_sifive_fe310_g000_prci_size( ) +{ + return METAL_SIFIVE_FE310_G000_PRCI_10008000_SIZE; +} + +static inline const struct __metal_driver_vtable_sifive_fe310_g000_prci * __metal_driver_sifive_fe310_g000_prci_vtable( ) +{ + return &__metal_driver_vtable_sifive_fe310_g000_prci; +} + + + +/* --------------------- sifive_fu540_c000_l2 ------------ */ + + +#define __METAL_DT_MAX_MEMORIES 2 + +asm (".weak __metal_memory_table"); +struct metal_memory *__metal_memory_table[] = { + &__metal_dt_mem_dtim_80000000, + &__metal_dt_mem_spi_10014000}; + +/* From serial@10013000 */ +#define __METAL_DT_STDOUT_UART_HANDLE (&__metal_dt_serial_10013000.uart) + +#define __METAL_DT_SERIAL_10013000_HANDLE (&__metal_dt_serial_10013000.uart) + +#define __METAL_DT_STDOUT_UART_BAUD 115200 + +/* From clint@2000000 */ +#define __METAL_DT_RISCV_CLINT0_HANDLE (&__metal_dt_clint_2000000.controller) + +#define __METAL_DT_CLINT_2000000_HANDLE (&__metal_dt_clint_2000000.controller) + +#define __METAL_DT_MAX_HARTS 1 + +asm (".weak __metal_cpu_table"); +struct __metal_driver_cpu *__metal_cpu_table[] = { + &__metal_dt_cpu_0}; + +/* From interrupt_controller@c000000 */ +#define __METAL_DT_RISCV_PLIC0_HANDLE (&__metal_dt_interrupt_controller_c000000.controller) + +#define __METAL_DT_INTERRUPT_CONTROLLER_C000000_HANDLE (&__metal_dt_interrupt_controller_c000000.controller) + +#define __METAL_DT_PMP_HANDLE (&__metal_dt_pmp) + +/* From local_external_interrupts_0 */ +#define __METAL_DT_SIFIVE_LOCAL_EXINTR0_HANDLE (&__metal_dt_local_external_interrupts_0.irc) + +#define __METAL_DT_LOCAL_EXTERNAL_INTERRUPTS_0_HANDLE (&__metal_dt_local_external_interrupts_0.irc) + +#define __MEE_DT_MAX_GPIOS 1 + +asm (".weak __metal_gpio_table"); +struct __metal_driver_sifive_gpio0 *__metal_gpio_table[] = { + &__metal_dt_gpio_10012000}; + +#define __METAL_DT_MAX_BUTTONS 0 + +asm (".weak __metal_button_table"); +struct __metal_driver_sifive_gpio_button *__metal_button_table[] = { + NULL }; +#define __METAL_DT_MAX_LEDS 3 + +asm (".weak __metal_led_table"); +struct __metal_driver_sifive_gpio_led *__metal_led_table[] = { + &__metal_dt_led_0red, + &__metal_dt_led_0green, + &__metal_dt_led_0blue}; + +#define __METAL_DT_MAX_SWITCHES 0 + +asm (".weak __metal_switch_table"); +struct __metal_driver_sifive_gpio_switch *__metal_switch_table[] = { + NULL }; +#define __METAL_DT_MAX_SPIS 1 + +asm (".weak __metal_spi_table"); +struct __metal_driver_sifive_spi0 *__metal_spi_table[] = { + &__metal_dt_spi_10014000}; + +/* From clock@4 */ +#define __METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE (&__metal_dt_clock_4) + +#define __METAL_DT_CLOCK_4_HANDLE (&__metal_dt_clock_4) + +#endif /* MACROS_ELSE_SIFIVE_HIFIVE1_REVB____METAL_H*/ + +#endif /* ! __METAL_MACHINE_MACROS */ + +#endif /* ! ASSEMBLY */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/Makefile b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/Makefile new file mode 100644 index 000000000..3fd596564 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/Makefile @@ -0,0 +1,52 @@ +# Copyright (c) 2019 SiFive Inc. +# +# Documentation Build + +.PHONY: all +all: html pdf + +.PHONY: clean +clean: clean-pdf clean-html clean-xml + +########################## +# Build PDF Documentation +########################## + +.PHONY: pdf +pdf: latex/FreedomMetal.pdf + +latex/FreedomMetal.pdf: latex/FreedomMetal.tex + $(MAKE) -C latex + +latex/FreedomMetal.tex: xml/index.xml sphinx/* + sphinx-build -b latex sphinx latex + +.PHONY: clean-pdf +clean-pdf: + rm -rf latex + +########################### +# Build HTML Documentation +########################### + +.PHONY: html +html: html/index.html + +# Use Sphinx to build HTML from Doxygen XML +html/index.html: xml/index.xml sphinx/* + sphinx-build -b html sphinx html + +.PHONY: clean-html +clean-html: + rm -rf html/* html/.buildinfo html/.doctrees + +########################## +# Build XML Documentation +########################## + +xml/index.xml: ../metal/*.h + cd .. && doxygen + +.PHONY: clean-xml +clean-xml: + rm -rf xml diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/README.md b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/README.md new file mode 100644 index 000000000..b81601c31 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/README.md @@ -0,0 +1,55 @@ +# Documentation Generation + +## Requirements + +You'll need the following software: +- [Doxygen](http://www.doxygen.nl/index.html) +- [Sphinx](http://www.sphinx-doc.org/en/master/index.html) +- LaTeX (For building a PDF) + +### Ubuntu + +You can install the required software on Ubuntu with the following: + +``` +sudo apt install doxygen python3-sphinx python3-breathe graphviz python3-pydot +sudo apt install texlive-full latexmk +``` + +The second line can be omitted if you don't intend to build the PDF. + +### MacOS + +You can install the required software on MacOS with the following: + +``` +brew install doxygen sphinx-doc graphviz +brew cask install mactex +``` + +The second line can be omitted if you don't intend to build the PDF. + +## Building the Docs + +You can generate both the HTML and PDF documentation with +``` +make +``` + +Or only the HTML or PDF docs using + +``` +make html +``` +or + +``` +make pdf +``` + +You can clean the build files and outputs with + +``` +make clean +``` + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.buildinfo b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.buildinfo new file mode 100644 index 000000000..557f5ea80 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.buildinfo @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. +config: ffa08ce00704f4402597c7a64e0c1102 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/api.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/api.doctree new file mode 100644 index 0000000000000000000000000000000000000000..18dec9fd63220a9981fa8ced597713fb121e22a9 GIT binary patch literal 3460 zcmcIn&u<$=6i%Bsj+59)Q^KK5R3lW;794ZnP!(}NLX}E{K`7-`t;RcJzfpE~wllM_ zEmR2(pjMho#q!Va&%rnQE4HBrB(P+~^XAR_HQ)E<<)^LR7u}8G<9b|$nU#?_OB5F- zcROAXi^S%?5#FY*W2 zY*}d|v9#s7Uw-$j|Gk(97=S^q2)(TfG4~$Vw|~it5Mc7iZKn)pY)*%CgErlE71GFU zMKTfjC>t}k%dFLMoLQveL*JC#AWYW|BW4VQ_}xlaT>jeOS$e$~v+z=jiPyKXd$?Y2V!9OWwVNfWzi6Y9h#J6 zG9R*3o@s+rPR?&;W8~jKZfvSqO3SsnxFFH@^{VfL`9k-Zj7{IFeyY`#D!|jiWlgSj0*%R?ehxTC5K$SB5gn)vQdS4$vTF zpHywf%%lye5Y>4i7NJ)xTU&anv&xwE@e8*vlQ7D-n8>IsAibb~7@<%!B}tbQlcJY| zP-sRA`jK7p$^9V`6F1J<-Odks9Z(-8M?Bz{2EloL zzTtL@-fC15E%G;>Lf=*t>HtdT>wI$u6-ov(w3!r1vULhRt07q00cAylprU4jroG^B z#o=P(y6<3PiPS!l&5{cRxzX(2-36MCPLF&xH(W2wz~jUQO{d?lC1uBVJ4RRwj^o|B z<$GlDkWI7#&OjZv{R4|K+)e$GQE%irQ;`VGtkM8NhcmnsmH|8?w^zCeVEYow-D;WX z$U_Fz3;YY=cj2z(iL=Pv(L^bmC@YpW&u_S{??t$*U_Mbg&LQa;5G@VBYyY?!n7ms` zL?jAH05DQezfmu z?s_w(6VwVCTCfnVk$C4~)d`lhw@tELIv=Pk00% z;o^{6XmfXDtbk3HrnJN~6~Sw4Pr)9Xy8f)s3~2?$9S-P$fcrA|!+% zB4WujV^e{0bF6QIP42c9co%p8_5mDlaW#ad8RqWTpYRs_iNFes8ek3PK*$I8Km814>FG(h=Eh5| z-JH~JtWuaYrLdF24cRz?i;iVu;Gd%{p6|F*peYU-Vm09hCiU0*#=T!eBNNPGzIOt& zzD67<-ovQcEWx@%vq&tP2PCHy;R}pzMasi_-^6I-!OINXH8^>@SeMHHFAgi4x;qUC zqgjZDtK<}J%r~C^r!TVrG*Hl=GS=l!dRKw=4v$5MLI|HZ)U`b3pfVvGV z(@-u(-dpeupjb3WlnYOmpN`$pinJVrA%?X{v)J~8zzhv}+Y8Izl+#<|I$mHGDdKyT zQ$8|u4}ag%o^jpf+bd3YLy6Ah-NRxj@eHf=$}pEDr5@&W++jRcQ3HrV^}RJ=qup7t z*r~l1hmKb4qf_D~2S|?BZB;uM!@&PWt%n&Mw88%l2Cbzu*wB1Myw`|}E7|3~^He1D JuVFSm`wOyyObq}4 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/button.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/button.doctree new file mode 100644 index 0000000000000000000000000000000000000000..885626936a803ed7d7d190d1a7bf4d0918965355 GIT binary patch literal 16759 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cache.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cache.doctree new file mode 100644 index 0000000000000000000000000000000000000000..0fc6c6eb8c6c2b01b9d640ab14483bb5d07a9592 GIT binary patch literal 16480 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 BgUJ8@ literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/clock.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/clock.doctree new file mode 100644 index 0000000000000000000000000000000000000000..c2f4cdf268e10df89b0ef573349cb8ce74e17d2e GIT binary patch literal 30447 zcmeHQYmgjQb=GTlwJT{YWGyzfWsi-GN3!;*)$U3d6P3W&5m^hcfeMdK&vegrw`Qit z-94+73lqYtR-pkC23Mt$GCxT+?LLW!njw++wi4&FDgc7+qZ*$iyA8<)4ntZ{4N zeShUE6GL%)dzp$e-V^gZY+cnugn% zHD`U}Qv9o926}rQqMY}8mfhW&*Lya4nr{;GbDj^LZo9Cj-+%-r!KA+7={-vp)7|GT zK3r?LUaf;(d;PW^*xij9t6t+`@aJk=h%;fe!ii+Z!Qd=saNW9%#AqFZ?5sO5BzNN9 zYw_Dg>v)iF0Q!kFpdJX3v*X{y%qOpQid zYhveNb=ngeTmJs9YumcN#;CDc+2_rZqA zvW~_?dZ) z1H>vusK)BnPgLqD>4$Yg=5##Jy$v%l&5@~%2PwRd3x3Vg7WI{-R>L^GW*WM&v}msB zr*(62b)>@|rdOX{&>hgsDFeLjyS@$e0yn(T(ce`!?Tcnu#aDT*JtkCfV zRiU4f8_hR5;pA4Qeb(>6mcZRWiC}^^O=gQeHALD>xQ`??PZRwE{m(#<+FYlvynPLWa%y@>xDlZ&dINo*5 z4xI0HB%!~AguY$m6QhFP8WLrGH&iD)1Z%7HOs}KEKwKJZ(|CL!Ji<+}*6j7PCE5w-FLjh{Z_U z1OdK60LJ$q(+Ki?a;z8|q$EOEeX!qU0b(sSz7zoPPzG~*mW2e|LDV7#Aq6)(uCGiJ zXW#B!yQ<9;5%M^@N2>AjAtB`}LpY9z5g`MdSvcV~9I}>!a3BA(p9IUkIyF!bPIO)F znXeLIk24;~pWiB+o*uqYL3#GA3zv zoJU`lKYlW9>Wz^fV)iNJcXOLe8MC_ek*L9xh!tdKh~z1eK6tu8OG zoNAa0t;N-amXUZ{=N!g0o_aK@aJbG|O5LnaN4-||ug-(1Hu7C;WW(T3hkMR6$63YF zUNy5!%CTmaNg4CuGS9`rxTm7>QGPiSRxGXB3S(q3!mAF`JnUD8%lvuF*N_kWtK3^T z4%2x8bZ7cZ=}ubGah(j$DXJA2vJB_xY%(&+br1e?NFe!rk;Ym-;y%;*PwPcgUd|n- zx-*Y^Avah{rz#pOr-e$fdt|@jX=?rSs`azT9XgAto}FE|5RI3x5{V03D|CUdLuEd2 z=MAWe{rf4h^T#N1g1@Vi_$IClS>qf5TwAF zKhSo8{77wS5?ytKkA6_|1FzoeAlREmNI@^(YCC!XwBxkRkQxm74#mtvtY z)_BCC_@y#*2Nst>*%N2_u@<0H?pjr*)@QyXpai&!AJb^=EJyFPOXd{<;YFG|$9weWScgZ?z2nh!6QHlL4rJlYZ8P=cfl={@ z_egKxycg_*hfx0Egfam^IFI3;a{wQHBRmKMxd*)5Jm+or^o(Hr;|wo!&f|WS5r;0M zgCwCPyTbhh73jY0OJf1qiFpn+V&7Gj@X&9OI>P=qJ()Ju!^yrZ6RdD;8Sz%yLMD~#&OgDH3BR&b*{_6o9!t|Cy*__&kOXBk%CYHIgR*~4nbVA*tS&ve zn0>nmB)IFdClAfOM~|A~=M(g-V#D4vyBw%U9!ZQ?OI3wuXqfW@1j*D!@z?L9YDo0I zo6|ov#U83B=XKPdqu)NVW*^?ULnAhMIZWlqmExT(I z+6zQmLHxM=AxQdYs*q-5{z9D%3wKQGc3W ze@bG!#rax=qF?1jzru=wK_GFF6eQAyV*Il?m8AZdRBAJUH8?cc` zr%ld{yotjZO~~GoCce;gKI(-GsG43}^vlp5$oPxpYRANqHsXbiTa-knU0Hq&If)MU zM>*brr_w!0$VsQtJb$}Z_*n7W{;0X8RN@5o%5?`<$VL^{V}DEj;~HL`puKEXF!$X9x$Zm(fn}$bl8H&X zk?>y07-&*KCAGXb*OqciQrg%~tGVT`n_k zJjv5gMlhGEk;JO+K8BR}TtJ9PfIQf(K~9-uQ*tP!!&Fpfi}!r2_Va5!*Z1uP5=mT7 zin0g$Ed89T$+@=P4ElN-O90z_)Ufp6Ucc5bk!t&98;jXY<7Dl!WjC!_)9tqn+^Xr_ zD*={KZrmxSyj}CMlCDeX?%XKp?$ng^1kZ-?O%kib_ zPxL>2=(j76a>~k`FSl|`&)>+(InPNhBFa%q^Hv#YP;*xK4jfbTQ=OFWDJL63^^miW9S@(OG#rXuNk_Q80)YSu;AP!HBlBJy-tY@r3wRWjuk`C{zTdTYpf2K7l7Z%jH}sz*|cVy(+!J*y|rE&?aQ}_xZAm zZ{0*#OqK&um6Vq+m)v(NP^U;vZPIxNT9k*oe4#?y0(arsueP0rXavH@XMAx{fxB=+ zUs$vx@Ck#9c>lm-aZJ~!=`A2}EOL<-BVv^z1v4zJIEk;eU%PC#+iZ~{FKliA5Hu-d zpoNSGQ}Ct2a*pfMxvEIV#;!GtES5i^Sm~fSzlMxrIX&p!%Z^{&FQ*5d7|4xRECkBrmU3V2Xf{sr7adMuT10P2R9wW- zTwGpQG#Y1C%$3H{8GY4UG@E*>VYc*BEpwrxTCkAS@T}D-#0=D2?|C z0V!Bm3EuZ?iEtz|jJKZekFxQ;9v{v`s}zi>z#eiGA$zoU@Xn9(%@R&WQiEy)PY3Et=ALTNc+)3*^ zzoW9xmt~755Ls)q_l_6aBS{3j{hf&*zgA@52?I{s_u^V93^?t(lgf4HJj5x2uBBHd z=n7jSIn@-bEZ5C5409Ba$ZMO(h{h3(ia);@w`A0}1b=?u?INPB0dS69x+SQ!*6Cx# zEg)68io6ApmFodu<(Mab3oBXdbgj*(lXV`ND)W#ZGEg)}$o0uo4G9eSK=t)ZSnt%} z0B<4+mt+t{N|3|U6vb#~Ye)+>=@oTD5AKlIg2ifj)t{G`O4#@v6JZ z^;Sd{3g|~}QaFrZkNLR@BnlCJCSQc{t=kE<%AZy#cg?Gn%kfhch#WzVCr6&!brlFK zb;5sAfnXukujWfNzV*6_W=OTKyn4BGzfyr%MY?K}h1j50p>2T;a!aGOor4XYtI(>z z2H#L#G}E;d(!thbrCo4-jaMGcdV?HqL~czZEVAIOUJ1_X2slgGgQL8i6rNS>HM?s9 zv_4({;^c8#9ns2bp_V{7qeEJ!7h7vhS{~M1I2R$J;JhlX^%hn(3)kXzvXPF0ca`2- z()mb$hSJZdxJ7Cm+bRgl#kI=BkcDdr0gZxdJy{|gDZ}Tj=X<7XT~bD*u?;*!iTbo`Er?Gy&;&y`3*8g<_GHII5# zXzSa#OeS~I&=$X=vR@iif48~_c>6mOL4K{s#uK!aw(-TaQqWe~hbNWm&a1&?$OEvY zP-QwI1aTdiRWd8)bbxVb!0^Yib75xQ;x87KR4}l`Qo)yi6 zx8hrs;VoVxu}OLG)>;Mn1aNSg%lQ?Dx2y^z3K1IlB8+d125<3d<#N<35IKSzUw(M& zGZhFHQvGDURO4GagSU9~a_RnN1!5KHs!bNcTT2z%7Vs9gG-}&9@Yc}^tqOSSaCuP% zZ>3#JAsr0fO1t3v8asx!)Fz$3z{>~98biKS&pyJXa`x%j>CQOvi)nl}9JX5p7INLl zkuT*XM0LScv=?;wW;aUW$(Q@&ZXI`o;{rSkM?u`hBc(pG{g2dmWd*fr zMs(!0cDLE?8)of(w(4}wdLSCDtXrxCmnut8N*(7@m81~#W_q+EZ4fc^>Qa6Im9Sq* z^^rfcQD9s^)eq0J{o`xc86L}}u`>f6-r@};9Sd*S2IOo>Z^rwew15{+s`!4TKJ7rt z-!Yn`;6qSe4>C%Orj^xwSaWayed`f?6X{3qY8f}nIjx;OPS&^P*g*~&_tiZZ`eci?4 z6Sh#N>%yDUf*jlLu$3rogN_-XgA_`Q9n7|P*-n^9tXS4BQB^x2YbU*~$t)P&uM}nu z?{iA#4Cct~qeger<+T+kW-j& zjO7Ai%ak8Nazk6DAO#Tnr6f&;<19q;lc-&~l5C)4O=4s4yoWH{GIfgwX|Q| zG`8y7FmYT7+glz#u+$AZ@adi2U_Cs*yP*RtF5%~t_}TZ`_;o07n;IS8L3h#J7##p| z1#Y^DLVV$%XZBnVJ2aV_W_xg9PdH`i?fBAsqWimkEWfD_}E2iykuODb;x9QTRi-<(}L2Gtx78}DTkTa3m3Wx(8@G$Y< zLr@k()Mh7V9BSjxmA+2ruHbB^LAVD;Hib8OX4CZy%`j+|gSw(?((SNj1wqe0J3oK<^5wZ6HXCrebFQ~B zZCoy}o_beKN|?H0;;{Skd*ywWx=oY#-jH^wV1`{%sAmA)}v>3J#V^$z;Rc>PJlD+9v% z;URfyu%S7G^pF_=nuPocnXjlE*8%woF9!pG3DRk}?Rd7aqDNB~$&zwIygQ#j z4T*Dc{vi$!L`MA5iJ)u)^$H?*wuH4v1YamAcfCYVwy9qQ5qztJwMYctC@FWnL{Rny zb_Ef9zl60&1m7zucfCYVwqmz}2!33`S|oxOOUk``B3K)C1xR6V5Q7Y-R^ar=foc~2 hhLUnS;nWNd#NLsGeROP^i_8}B-C&)P?tWwLe*w`nK%oEt literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cpu.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/cpu.doctree new file mode 100644 index 0000000000000000000000000000000000000000..0ba56c60bb553ccd7587791d0a5ee5f64c38f36a GIT binary patch literal 87806 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 XikGvtLDJrb6??qEi8d2Vnn(X1t|>vj literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/gpio.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/gpio.doctree new file mode 100644 index 0000000000000000000000000000000000000000..cd711c786b91bc7d05539891890cd9ce9c608e6e GIT binary patch literal 38991 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 Om{n2n9g9J8?tcL_%Cu_$ literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/itim.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/itim.doctree new file mode 100644 index 0000000000000000000000000000000000000000..6e420ab7bf6551d10800d20b1a2d19550c65b2b4 GIT binary patch literal 3838 zcmc&%-EJH;6i$=uZZ+`G(n7Laa8VT@QD~8(wh={X?<&hX<5|0z84tE6 z*<2vO1yUjzA;ECZd%z1+>eIjr@Y%CFyPFW&J0h(zK0fw2=R3dte*U+=J2U>zb|M)T zMkIPSlM&OUU2ueyWv2YKy!Au*UAb-BiXLlOsF0O*1{@(5Nu*d-J}>!)MoN9`gtMu}cwptw_XPDC0?*;bfPtwF?hBco~cwGb8gc+sQbp<=P)DQwHo zzS}B!hri30oJ4-zKI=Z!OzCb$4X2r4Nxyr42#)Udh3UqMu}G#nY)40j^(tkCCSAbT z)j1d0pi6TBNnK$?x~nuy+I%=$^k9A)HqySLIiE!6=Dn}?f>^2`h0wf6s1aE|aIgh5 zNo0t%%z_HS4f}@NV`!VOaHq0xpKm%G`4+(AH{g-?@OvM>oA`YIVE8Tm;TVvL-RT|5 z%uu*NP3S##dQ%lWCBlh4+q%zU@avJ*^?F*bFD}>1zSC0-jsVtGyhSYDsiKRX*ZFhk z{8@DszYVl!ik@AqoUu!zXc*}Ykwt7Up=D*krD)g|;!z17Ob(fE#!`mJJhAi0p-IC> zpgcjMVTWjeI5UNsN{MTa9~|6!M81A>@5={dZ=ci|vdy2^wm)Z1^2sBw)3iNEle;>n zE@KyR#Sq3v%)9dil#a*H!2Puhp8%tzM-FnIq#O2M)tmO)$>n~V^bIfgkwfnIf)ea< z)ElvINpt27MmR{%YrpIfav?ccwZ>KGqpFPYhQ0AfWQPF_;v(}UD-fBH0bS-F25o zl&bsM1OPCn0)+0o$d=f^bZ9bz(fl67Ilg_?v_Zd0{HByyWLehE>ItaeOl3527p{5=pv|=N{g{+%Rz#AZDS~T_ z4RWa&nLO!3BsAnmXi>%IDv5-qy~G(Z)Uq|o27cQv!x)YD_p=x-T^X{GSR{Txu$`Rc z1U50`QRwYmc9b54XcyQv;Ktu@|~L>e*#!KDh|(yag?!`&5;-*C8m7AOzg#QlO_<+HnfNMj|?v#F4!$ZQ%dT@ zs?{geEOBPv_S%RH1BIJH5ws4Y2vNL*M?$?s)~)Fi%!mWR(Ww&GtuW*#(uMc3PAQV< z+XA_(aq^m9S4-mN+aZEmA;)+e!oO8c!DFuY5S%_N^772TUHk+%%=I$_i3~*+!_}kY zUw7p|7rkk|HJ0{RgnT@KEY29l3%d~}k{%L<>YoryiI|$)6XMj)vFyl27y72bbHx=B zOjf2m#Z literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/led.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/led.doctree new file mode 100644 index 0000000000000000000000000000000000000000..67ae24ac30d726c1863274278c7680da599a4df7 GIT binary patch literal 24408 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%0D|W ziQ`QL*Pv|VmS)+TRvZ3-nGUu|jUqe|bae2ikN3cR1L%2#Ub9QB?HM}P;0f|&yKcbx zGPi;iBk@Or-j{n_sBuLqm(qfe+}*E(k$8sfwqU7+{~sn1A?P)ebW^C)gaU^_cn#*V z5EPZWj;D>br(f0(l*?;tP~Hm){E-5p+jt*xuMmrX+H)ZkD&~~yPVp_Wv%TaTC0_>htRDR;+IbPaSE3~?*dOwJfO8MLBjk|pS=b-)PLX55 zn+6VfQ<424&yAeVl0W2;H2XtN0G!_=f5=%Q`$Hh1L;ny+MNvl&j}g{L-4a@Vl`^+s zy|iuhwkc2Bl$CAz#``v9VcQ`*Y}2W?9WwVeopReDb8geAw&^t6bPD*+{C22V$|T;; zBz8dNE)$m&>tNzekY7|>@-{yc_YcW0DlU0vi;4Sv@{5W~p3E_EC&@1=E;(so;;xck zRNR&j*CAM~hY!dOLKo}G`AqEh=*?>_bm2cOfP|{>@4Qe`e z#O-*a=XHN$6vwNyOyfsC3^oFV3*E~#<{h>70FJ3vV)Q+vY8!0!P^*oHQ*%!Fa_X_M z(sK}+oIYAY2Oq++ZGI0PWHovQAKZB0QL@*v^2Zb;Igij`oDKM2va-MqB`+&gQ$g}} zi9`g`5oBwZ(4{1IHlc?kH!r&km5bq>x7|`e*++R56!4i6!Gr=nT|#$r6j1hVc?AW0 zwL~zXfL|`5yEzIddt<7C0$wf=Oeo;R61tnCfU@U)6%_DliC{tjuawZec?wufhkr<3 upmcS7_*6m8e=Ff%$oYB+-HphJ@cw8&q;QYab@d>l1zgwPAjx*GIrsnPyO&u2 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/lock.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/lock.doctree new file mode 100644 index 0000000000000000000000000000000000000000..15e88fb71c848f5de08650e878ccb5245c3714e9 GIT binary patch literal 18472 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/memory.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/memory.doctree new file mode 100644 index 0000000000000000000000000000000000000000..bb6923ce1b1e9e25bde95f658ac0b4383f0ba9a9 GIT binary patch literal 24783 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 Xf4o7kTn6i|dgA{zU>%WU)SUT$=f}V# literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/pmp.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/pmp.doctree new file mode 100644 index 0000000000000000000000000000000000000000..4f7805e62034c75bcbd0807135e4714c0855d9dd GIT binary patch literal 97267 zcmeHw3Ah|bbuO~C+mdD3!p7^^#`sFsGSjo&5r&7bWn){Gg=K6*Fhh4w&z))AJ9C*u z3&bC`0W*&Kv5v{YBl!p+A%OtdcmzU#Ku92ANkT#%kPwy-2NGU*@JK%L@_6Ue(p^>4 z)m3wKrK`sm_%xo|b*k!|Q>RXy^Y`hV2UkD7@ky(mg#U{+H@g0C(4Oz_?sOYLe;lpH z3kyMKFn;5B`$OXg#xv1|o_nm{9rpZS96bpr{8oFu(F;1``^T*(MeF*3KWKM5F@0-I zYi(=Y{o@&ETr+47<^!QAT7Bq_L;W$fL-XppgX1_6yZWjznGgop8m(P)VT!@HwWYPH zb#}CtF>o+iJ>TvGa4z*77+rB%WyCYcW_D&sO4eg7sAU&b%fZ%VsQlLDpz+p~u#8v1ziZ&% zweasc&}M6U>-t2Cl)SZ*+EQyx^troRL6$r-U?AIb?amrV2zm;?6=ex)HM3>N`4GlrAGhFb39(G;iDrIBzf;q6_es0js zc|p!+$`2a3W9>mJ=Lfxk+wSCC-w*oz++xsMX!rZrVK>+JkDp-j`agYn*8g?;8jUtO z46x>Q2N%-CzjChE9S(8>FpgnA$hn`0XZaC!9CgFJ~TOvi@&98U2H|0h2}( z4tj#ONj&x1-q7o{eW5K{vmbT~^VQqG$1F^e@kI%17V7s`-vi3BNCfz)2@fi*?a9cYrU)W>u4?SR@n$* z)yLXo=O}iGHi3oK@vw1Wy^oAXIL1#!Tj|!Q`-_Wp9=Svt8v%qpJ$KOUjbWBY(ixj+ zJ;03H(Hr+Dh?yD1OB=0ewlREpG&;8pJ7zc!Q6olTgr`@+j1P%3!kV8;)Qet6j3&9s z%?KgEb%%oi9?9-ew>|HA^AI20aVW<&CpvZ9pF(6~O)sz2=S2qfR>T9CKNHCXZr9!8 z&JTnBULM4*4;B_%Zol0Zjanw!7R7(dEInb0q`nD?{hEmg!!4QHE)Tb+agnW;MOWOh z|L%PU>Y)Dmoj2c1T_SGCfY=o{#%y3N{qxk0&FEjg8-R;pF=rF^qmD^_cz5?ptKid)Jj?k&6oa;111 zpml(U3(tp(l7YO3GZmhPO(@DXRX}O+!z+~`^d>2|4`E_FDj^hyX;$TAhba)TLup%d zHtJ7iK$Rie8MQt}-B0V|tv>_>Y>K&Od?f78gzKS^*@~muO6**SqGH9iKK*FxGu)Yk z8`aTUpX2&vi=Jc@7vI$G6R&}>A9@ZN$|sSXo

eP4T3bNlv(Lsve&OwM_`7S9-J- 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 E0KaqSRR910 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/spi.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/spi.doctree new file mode 100644 index 0000000000000000000000000000000000000000..64e3ed839aca1b849c9e97fbf51a1232318f4b0b GIT binary patch literal 43685 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 O*hG?Tmf6Ss)&BvM=kmw^ literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/timer.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/timer.doctree new file mode 100644 index 0000000000000000000000000000000000000000..c289711ba159aadea595b46e99ef74cd2d2df0e3 GIT binary patch literal 14891 zcmdU0NpBs;5vC+QZjvaO5|vns^(RC&x?yQ9vBRfBeSi*or0pAy9nozWBV$2b5l|!)-mJ;E!SwL`snDRfz8dyi^NE^WO;kAm^b>#7BmLkOiSa`NM~A@ zqMGOXe(?QSF_nHA`!Nu-=svMuGpeRZw`dr)MmAEM3MmRTLWg0puEFhX3O0+qf*;UR z+$0pfQ_3pwmG)-aB5fzI{pQp|XU;S`Qv6dPJ*hl&<;wcP{DtB%#+A)bA6oH4mF>V2 zi6n9duF^p`by~rZ@~^`4(W7_<%-s*%jE`P6z)tb1Q>Zip7ZMk%ke(50S=NiOm6_Ttjw`Q@c^tqY6u^X-fC>YPT-FD@)D zEzB=1hiYttftof$8%i+KmZ4vz2eP6nJZ?ncO>fZ0%H^#RH<4BfJBj#%fR#1Z=Q2!9 z(jCoGf~$0tbIpTMir2%%`x1Ff8A+C>7t%ZxyEh%(=vtS&p2|*uk)BHs4A%+w`Yoti zO2)hgQ3Cp&;GDCF24;zC8HjW#5l-K-LL+O9r%X>bmP}Ws|JT72g-~PJcDX=F@$s--x*w%dH4~rkk>gd9RLQu5o8sv>N{?TWn{3C)}JghrK>W8&sT+TdZyT^ z6~&l|Hg(#XwyuOEj(jwZe6-OqSUz!s?lC;28(2u`SaQVW(7`21PB`JCd$^CX^EsXC zCAr(#c-QZG0?9`v(cos#7sqaDY?fj&e#~nBEOc4np5|$$@5AP&YLMP5NblyPh^Fw6NDC>}WX6e}^SB^A%4ap3_!W7G+%NNFs*R>h zkIQAADeGmCG_loe5H>q}$>QS~9un|#qYe7%fynd z`)bCD+=hv%OU;Q}=(lTd`%S^^*Ep&9E&R%wT}s_&ZZ%*{nKU(D<}8<5PQ}2SjKAXy zl^dnh^shK+Urond$C;+f0&I4l#kgt>zfptBjE1vQ(t{F5#)&8Qh&+ZgpT{yVsb_1f zCL@mUzU*o_WSWgQ<)nuN1Ba>^;D(n!OUozU#V60D5XD325Z;6U^aGjFVW(yKn>_{_ zB4o>6F#&nD*2KO0+6n zsV7*1*!sUfh{TcyLO(oh-k0ZMJGk3Ub0g;TM78>(e54L(HasolcqFKNh{$$CvCiM4M}NyVcg(*suCW_snL z^!Eim*8ipdyH7kw22Ys>AtDt)b-r#;r3=-*SptjA^H?(uTILR%UN_90_!)s=^AHHq z0n8jkZ{%w-n@{Cc_kMx+8T=dVZ!MIBN&5=lCgi8-{Iunj4Yg_PGxQ496mJ zBpf}}!@=f}?dq%sOlfGF1xx83cvJM4)#0C@k(!Y94>d?7NP3Ht_5(>D7{~cZ z-mRvKV65OaalaB6`x_zH#|dNKuOWzh>G01Qq;iM;Aq3eDW6iJjvBFaPbhZkvMsC1f z4~f(y3!rM9jGx$5ZKx7B9pI#Wfm7UdZxKYzFq`!iF}T!DxasY$!Ky@0dpT)2K0Ot& zR4mi-*@|zR_OWhA{7vpLOT@Q5#0-_uLXlIhRLX5d#_Mz=-fk+_AM=LX6tnh1Q%p zM;6HZ!qUZa7Z+O#t(K~GTIbY@=a251eGuU`ngkIZ?6)Bi2JGLN4Lon<)-O)uqSTwAzHJ;OsP9mz4ifZJ6XX2_ z{Po9pvL}HswNA44_o*N@2WZR`B;iDP>Pe%G7Kuv6PS5 zU46f%lw$VVld^bJWGM`!MD0M<)g?FG1LACIQ3~FA2!)|?GcH2)3X89~PbB4)| z=SHM3*^3_mCKJXgQYky=wop`uv{bZu>=Pvp0FGL-xbvqzU3@)`3ZhGIZ!KwrjFN$p_1;Lj-U|h+ew&+ZaUKaN~V*gx21gY&m z7Hd21nrD#s7DHk-_=~Bkb^mq^#xuIlPFV`#UZ^p*1aZQ>vU3-JI1y6HNhOGzt7d>3 zVE)`IpIm~td>T+Z==MNdc0M|>y&f2tB~`)9F(MsgA1QfVNGY>LLDY(yVL@zpMo@bL0tlzSJa5^-_6ewroEJLq^ja9Q!Y5*NMiiCRSQ zI~~C>&nm%Dx_?Jp%ilp&5bCb$&z?uD!S@Iqw+1?=4r zE#s(GGI~ne>9YF;9;Q4ZT8Kq>i*nuYbtNj<$BJ@*tl?jwdtB0UT-2qIbz+5=cTyB} zS@C0o-a$4D=*mY$vlkIHXhS2dU=_=aUsqilx&j5t!@Fo1^<5OTGNHmPI&Rp#z*q2H z*kQ%?xR4O|o$2Li6gY?UXtq-!uIso8ZUbl*s@r)bmeKY@y3Yyx>?{pFOGuC9dU8{k zpKl-w9~bi`JT#uV_UQC7*3Wk22Gjja1`mqTp(2YH>h85vdo@s32{f+Z3;a&p*q{eo zpnq3WG}428U>R1TzCwraN}vNVp%DXhkhr8^Y_RY5<7(hLO43Ak8ZfH8TF~t&vEf0n zyn*NAwra5n_wg2J*Y?=P+&EZOz9XFufM0`Jq zoEyVNF*dI^BsSBL21DMB3p+4l@d(G;?``55#)hIBtGb2%Fw;R+sUOlkUKf>+$}<7n z*TcvI{8>CImeW?H29LGzDn@MsZwa@;j-N9Bz z{y)JYf)}*1bo&Xgiw2k6#9BJR4S^eUvTZr)nnF-UVkxN1Ma4P0#Ir?r5qq6k1TGTz zxHZIL398b4)Va3khzJhwMi>?fN^sQ%W+ZMM@C!h9U~L$RkNZw2&qR$PyDNkm-*l_E z7KCQZ)`=g6m_y)35!#1YqxgHuyb~^K9>Ncu>i^LLJ>cIS&715kBP*Q{KNu!9592g7 z*~>BhBcP*f9##ayFD&tyR&=_h2U~oOEk1OM#HyFNQACi8R29#rZh7{z4csLMk5z_l(9aZXGa$DDLCD=HlK zHa+-l)SRj#8hm`^(J!)dNnG6H35EFzpT@k2U)j&y$-9c0 zvRBm*)sX%76*5J#|F(i|o9yPVF(M_oyeNp9b|{qn@KjLsQoM!=-mMTVQo&y<=x#>^ Zgzk=Ag~v>GufaiD$WKw0u?DS~{{lpHQBD8= literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/tty.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/tty.doctree new file mode 100644 index 0000000000000000000000000000000000000000..ec5bd506b8fb41353d547e0acf8ae7c3efd7beb1 GIT binary patch literal 6459 zcmcIpS#KOk9rrb3&)6O(PRx-*+q=tZ?IiX%8?(slI210X&Gd;uiH8$#j}@XQ1Js`{Aj@tFrAIdND0tNus*{%3wV z_p9x%PMJTd!#DQXXx^0vg?VI+OIFdRe*T#? z2xE)-iAN-LEeOGhXG#3y^MK%`tjvCE>T<+myEdWTW~N?`-O@&6w_!Q<7GC3R{Je{w z_we&Rtim?f-LW+?axJwJ29n?n;)>Mc_in~XKjuzlPqm&TfdPmp#ICH=W&8HovZ=51 zV~Ur6u`{^2bg-F$i%iP>Ey(@N>?(E#_MS@mY9)J(E#kU4&>K8(>0w3EOp7xuqUHg} zm>V>$1Ccx!0@>=ed2k!gYe$K6to2Xs-n9m~${VTrvi-^P=lc)t@6_p7%9=fy5^d*~ zV|jBszff~<#;O?$6Tg7RV#gL7kd;YX^R0JzAgwx|^(4@wz>&j9Y&jd|5wvSIC5eZ0 z?B<2rmIhE8TB%3OzE3{<`ooWQKHPTi6Y4rUAARs($JyB?&i#jO|G~p;$4yCzpM+E) z6hO66^;Ovmb*-*|Z9KXNHmsrEKB>io61fg*aCyXtI);8+r=TzsDzmpg{Nat$O^c z(7Kl%Yi>VMt65O7ohY)49HQDTMFNV64C54Ra`fk~IcBrYNFEzLI2jw%jXL~nyLgvP zC#9t!ROxG~G2lA8yjDwG*hn2n={ivwK^erL<9L{XYRP~~NAqf~FM_~2yO$+@_~Z8H zF_+XLCV~(L2()BqArxDP!33{JF1x}lD!7fn~-rB49}!kD-YDn zI$E2aLcMUVJxA9-!)}aLE zd8zk&dI{3}JwG+1qdOI`@;97Pi~Yp&s5~9yx`fu~KONYWsCDNJJxrH$^B&wKCSCg*Ie+P{Rp5;TBAWJqD?na30L)OhRt%Lat{17%mA3m=0>{}R&fWzw=!NY(YcfhY?i z6NDz4htVLr!a3!Ni9Vyie};u~6{zF?e9~DX0Q>I+LCADxwUl@6wd@}!ih#4}RTF(J znmqILjv?5W_9!zh^yvvZFo%%pp;n^`|o=cHCowsL47 zD$VEU&-&6i&CgWD-^edqJb9s-MUygaKZ?(B=wU4=KAYuA(+#5gK06welLmH2Ycj1m zP7>=$gk4S`mWq{Z5}_6Zl@iS$W+zw6Vafox2ZfcJs^)izm!N4Z3-(S=wT2W8w5bsB z;iAnKlK4^DQ;QiJ-4pHMvz>n?v4^i^89KI}TB9Ck*^!0#8;L4lX3iYU2u@AUpb}>Hz$NWG(Q0b|qnChCx_UJzK z(x)@3&4^ciHq=#m$YCpq)>ITk4b^aIKN*5u=YYfkYy}E*^FCHu67>VsN~OoD!voZj zHVvH61y!nAi5zS`+C&GNs$2C$>t;QuWw8oR#&tR0)}ERk!M=FWsd~IgbXPx?!tj)FfvouV(Nsk zYr8Z8KEOs#6nd(ON_+q{VG)i_0}~^DsNJta5*ga#B{jnVs%1CvBfA713~Lt94bxbU zh;Yq{S%Gx}p`U-e6bYKRp^X+4R9EO>6bforPa2ds(%$ES>m~+w*)A8P?`cJHDd!7^ zV0Y9Klo44yp2SK#C|^PPR#Ug(hAg15^`J98_% zn2tX-PVXfV`aV6#HS@6C-CqMFp~Hg#p1Sb=RUHvT(y!B9p?;sbaLFU^ViY5x*J{o2 zLb7L5WC71c?~56Qo~RzHSsLtXL|}3xF}&5W1al0DMzgOLvfu!31h9|~F!uzE^7ctj zW3PfYfFdz)MiYQaSPyQ|MORm|87-D^+o1etYKOph7whwSG5dXe^f$Qd=&$&TDfV}k zuq06}y{~hVnF2LiHooY?{ literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/uart.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/apiref/uart.doctree new file mode 100644 index 0000000000000000000000000000000000000000..d9f4ae8a03bdea5d1efda114026ea71de752423b GIT binary patch literal 32868 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/fe310-g000-pll.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/fe310-g000-pll.doctree new file mode 100644 index 0000000000000000000000000000000000000000..4c774778236c947f8b51e721dc97ad97cca3931a GIT binary patch literal 5300 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/itim.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/itim.doctree new file mode 100644 index 0000000000000000000000000000000000000000..79ee572abb188c73ac117873bb0c4e0b50801443 GIT binary patch literal 7286 zcmd^E-ESOM70-v)_HOLW7Y30JWf~M=hwg4mlTd;{s!XGrG)qL?LWQcy-I=?4$DWxx zow;LsL4o!GDUt325>p`|c;^p6LKPBkfW%`ZzA7P}c;bcMx%0V>oum>_sU&jZxpVH< zIlptx@0@vO?!D~`N6a7Hb)}Ok&rkZHba|5LMH&crsIs4AYwu?FvsK-W*={1!*x{Kz z0trWWz8mu}dn*%1^g_ZN<;k#;7cDU_7T(HM@v@~n<@3fXePts|RGgYA)}}WR%AZ;r zq2iO6DehW#cp&3xMhjs6+$P_nlRWLTA7$pqIKmk{A2A$KW#W`LDvs;<;tE4O=X)W~ zhUtju4pS=jMybNp>8i&)H^H^^g5$F!!61Hbg)GQ_TXfT?ei$)lJLY4ON%ewa6MB`2 zt~e)7(2nA~{?6d_gvZGsWJ<8mShUr+j$*#`5?bSp5nvv69^ z;nuG39Dx@dS~T#!2jgNDg@dijm~Y%I#Rd0b7CT~UDQQKq+`&aHU+(sN03vjz9p*SZ zN$9QDxKX}YKS#=n{y(~L4e|l7*2}Rr6c-55;v!%yF2Q-8!O!RLa|J)22Sml1_<}eu zt^zr8B}9RsXLBbPEv;|mV1x?-ex)U#cUX*#Jl|8sLWmL`psu(zPDA6y#x!vX^rXs? z;|@(AP+6lXu;55Iwiiy!I`x!YPl9v-N7sJ4*1kTOJ9wYDZV`W5Ug+|@hA-#A^iaF%1;n`6GXZK9K@N&Uz||M; zyuA6+tM=VjUs`|J-Wb}(9;@qCz?@jFWqQTwA0Uy5`Ju`fVdWd;DaH95T4F=b!S>E0 zM_a|4F1@jHU?6NXWc1ks_bKwjykhZ$*SV(59o2R9RSJ3bi^6`Mxz3lKzkcn7=f3Pb z$G>>(I>SFVoNF&!zj5O_=cCb$j8&iySQGbS+-1}>6i(bWCsxy_dDtiEy1f_pH2#3Cw{zmBP4Px_OCEbVWWh#iIh2+lO^&M@QO+|M2od%2 z#FnGENPzW?KbE~`wfM`XS`J6jfm&>U=zyg1-Xo|vTwc$E?0`!k&gca>+A{8^TP7$G z^+XUcL*iF@A(VL}G|>F6IX)4qG8)ymTe>AgI$)HLyOgc#l>dcbnGT4MjQoyE`!_tHU@|;RH3O&*aX*o;9 zEKJ7qi|jPGGS=bB5p=9r1{Jb$?z}2iP-fx!HM1$6p|O886->omf&3=sKXZuQO4}Vs z0BSn|Z(H+6j~sa%EAKjc_6%!~4mHoA9!oDLMZ{$XFmJX+gRU=JYCC@ynyG|NY zqs^`wY)j<`fhQa4#e^$r0ieBjy6QI~6;Vy$W_tb&=BFrNtKy0-~-es5u z_TE^=L57hoT4r8kBM49rG{KVR^AYZIGh$QY!Y~%SY)1+jVzYOo<*6F=qir+Q{k-r%PoIbk_@`RN3f@ zNf%O?Zl`M8d$EVoJJT0tU)ns5Wo)DK=z?KD&vaBrW%?ueT6w%8ijfBQsaLHrnD(kZ`HH}=`b%WfJ(b_F~r)(ns*#AtBRf+x*L z&Y58TdMHYG>Pj2MKBP|Zy+|h9Zq76)ag@E|C0-8EleX(6Y~*uXq&Ve5=@8|_tnKaPNvUo{pJaBx>e+_qk1my(#&lPZ+(-JNd6_zWdE)A X^JVmjN<{|RWg!e8WJ4kr>8Ss2lI?h8 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/pmps.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/pmps.doctree new file mode 100644 index 0000000000000000000000000000000000000000..58bd2d4537a4af1fa756d1bbdcb3eaa061414aad GIT binary patch literal 39695 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/tty.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/devguide/tty.doctree new file mode 100644 index 0000000000000000000000000000000000000000..28aea0f71843b9175fd08d23c7165675a6975c06 GIT binary patch literal 4463 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/index.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/index.doctree new file mode 100644 index 0000000000000000000000000000000000000000..abf3a3e58a39076bd7bff0d1d6fff4c4ea130dc6 GIT binary patch literal 5370 zcmbtYTaO$^72fsk%+B6s*BfsDU*zEuWn-8bgFp&?$pgp`tZZbn&(Ie@gpKdiiG$9C=wtPDIfu_z(3$S)tBjR+wn%RJhM}$PMtb+ zF5fv-Z?FI6KNnW)KhyO>H__5pgCO*{N==6dGal&lo%E%jr4Q00vl+8f6(+IEQ?mjN zS4iKBd62%DiWRe=xT|Ftl>DM4+G69)^aztJEw#@pQ)c&O%()lNdarTK{FE5Mw|`!S#IUJO#lBb-Yo?v6bZpjr8SwNt88NfPw2tK{(KrgJz9u~dHO+?W zGo?Vp?^eKO*{_b5M9aa5x%Xo}CZ5D>Xf~m#RCL8fu}wRQOXi2eyNbtZ7%(kZAh|yo zem6Il8cw7hjk`XMhiPN!3%py^> z)~k1fR6YFHg7*r~Ffw;<9LARVBY9Jv@LtWVJztJu7B6~loj_f1zcsLyJ`#uKmCqk7iyk{+(q|)|_r@`TncQ=) z&i*~Azn_eHZ}2EoQit*4p0jkqpw9a&(UmiP+Lbuj&6Dl^c z*?MTM*0q1^q)T;y1Q*3^Wad-dVAgG#JzJ(}L+vD%sd-Uo9jO~b$~cjX25vYTDmg|L z)HBYy_;oUX>BL-x{t5TeTdOwAs&OM;X&UKlQA205$Y2w=tyw(bOW1@-Umpy5&NFOv zW2@Keo%KK#EsKCQSI0TpSbXVc*67D&z@@B+`I5C~S$i34ug03EgiAg zP0UsqHn|nIicBf+ey<>y^LK1+gyY_K!axJHRS`Q+m?;58{2Uv;U5(bK#|`O7(EK1{ zw`sg%9nnENL}3zmmFUhiGs-J)Y8NjYSeaI5E0@;_v1I9)Jt=HRag$Qf2lTL!k(scfCC zJv5y{dINj^-Sqa6S-0ZNn$jLZ7~g=5amt%M|0gW=kLKzsli9#Jy@=2iu8{;=SJ2rp z8KmNWW*amI6?#t3VI>IvfC zKLh{c&R8N#QN4#vTigFsi4mKvHC#GCwh>nJfffB6E0(}i%vOmO0Po61LJz zC#qm-nU=>#$pqVV32F#zA(yimD4RNFE~i7K4^3AFQKB6*$ss{9z%9|^{>yzO@%wUp z(&2F&#tv?To{#DY$Khd?A-=Vt$9>|dW~ zEH?Xe1_eV2n8?SOaIN-PFiF^i!{TU1%sF%s=DC==VeC0*IS?P%hFY0p(?+Eprl6EAe; zGYYAF6pK)Cr@GQciL0FxX|GTu%kiY5egg-|wcIEY0zK*u4x^9)_KFPl-JH!SdM(q9 zc;rxNvKJuI1!XrvxMFLHZBsVmr>CcbXrV~ z?SS5Y;rcgWmTo+D8`}_Nxy|LG=htC~*B8n4*lr{A%*Pg+04$_{N4;RjTtPt1oHDmc z^&J(FdmowStu`{i>jd?Th+DFehd|!O<4rk4;_a(NpxN9Jaw2?u5T@&XND;oHW(@iC zlLYCju<|)O&W4U3x-9Ef%@tSRsltVSv$TT82!9-`zMn);hTfEH2b!ll+Eq|wFovs( z{68Q>P|2vyx6jeUdPvCy_7WVosYm9}^+R^w;pi)T2aP*!a`ce%(5&&`gdzf$E{)eC z!V*|RqkS0BeUHEa*@(cRI)G5uPS$_eN1*fA8-b#MkuVo}ae6N@2Q_N;Gz2oFjmtrC z>w4-{3eO9-nX;V?y*^?61})BhA5HHfwWn|3ODx2Rcwf9XeT^tTz*k~6iIaLN`+Q}2 zkHzAlc>maP9Vg-{o-?xL+gKin_rwFcR(z14C>7`nh3(F}XufPNP%LH?%Ho1AGewn> z@!^#WaWWf)ei?L@^+JPKa&OioZWg=RMF%zc0OVLx1vqTV%4b$g2N+Ybb@48S)WnOO c0(@lxODL(4w@b2h`<6%OmIDD5UAz?h9~2kni~s-t literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/introduction.doctree b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.doctrees/introduction.doctree new file mode 100644 index 0000000000000000000000000000000000000000..6dd436cc6dfba34b955cb5d91e970c9ab790e4d3 GIT binary patch literal 8594 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 g>nMsO;$e!gh)uQSrDECG5oUl0msw; literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.nojekyll b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png new file mode 100644 index 0000000000000000000000000000000000000000..ac8993b853d16758a14f8c7d0c2852275ad39b90 GIT binary patch literal 21877 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 literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png.map b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png.map new file mode 100644 index 000000000..dc0bd8f96 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_images/graphviz-4e69a35c14995622b7f966825bca72b81124fc03.png.map @@ -0,0 +1,2 @@ + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/api.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/api.rst.txt new file mode 100644 index 000000000..5615e2f58 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/api.rst.txt @@ -0,0 +1,13 @@ +API Reference +============= + +The API documentation aims to provide a complete reference to the +Freedom Metal API. + +The API documentation is split into sections corresponding to each feature: + +.. toctree:: + :glob: + + apiref/* + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/button.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/button.rst.txt new file mode 100644 index 000000000..2f749da14 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/button.rst.txt @@ -0,0 +1,6 @@ +Buttons +======= + +.. doxygenfile:: metal/button.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cache.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cache.rst.txt new file mode 100644 index 000000000..6de6a9f32 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cache.rst.txt @@ -0,0 +1,6 @@ +Caches +====== + +.. doxygenfile:: metal/cache.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/clock.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/clock.rst.txt new file mode 100644 index 000000000..5b3526e65 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/clock.rst.txt @@ -0,0 +1,6 @@ +Clocks +====== + +.. doxygenfile:: metal/clock.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cpu.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cpu.rst.txt new file mode 100644 index 000000000..5f192aaf4 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/cpu.rst.txt @@ -0,0 +1,6 @@ +CPU +=== + +.. doxygenfile:: metal/cpu.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/gpio.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/gpio.rst.txt new file mode 100644 index 000000000..2759a91d6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/gpio.rst.txt @@ -0,0 +1,5 @@ +GPIO +==== + +.. doxygenfile:: metal/gpio.h + :project: metal diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/interrupt.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/interrupt.rst.txt new file mode 100644 index 000000000..a6a6c2d32 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/interrupt.rst.txt @@ -0,0 +1,6 @@ +Interrupts +========== + +.. doxygenfile:: metal/interrupt.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/itim.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/itim.rst.txt new file mode 100644 index 000000000..3199324c2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/itim.rst.txt @@ -0,0 +1,7 @@ +ITIM +==== + +.. doxygenfile:: metal/itim.h + :project: metal + :no-link: + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/led.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/led.rst.txt new file mode 100644 index 000000000..e14156d65 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/led.rst.txt @@ -0,0 +1,6 @@ +LEDs +==== + +.. doxygenfile:: metal/led.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/lock.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/lock.rst.txt new file mode 100644 index 000000000..17f09f82c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/lock.rst.txt @@ -0,0 +1,6 @@ +Locks +======= + +.. doxygenfile:: metal/lock.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/memory.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/memory.rst.txt new file mode 100644 index 000000000..2fdff1674 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/memory.rst.txt @@ -0,0 +1,6 @@ +Memory Enumeration +================== + +.. doxygenfile:: metal/memory.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/pmp.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/pmp.rst.txt new file mode 100644 index 000000000..cc7771773 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/pmp.rst.txt @@ -0,0 +1,6 @@ +PMPs +==== + +.. doxygenfile:: metal/pmp.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/shutdown.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/shutdown.rst.txt new file mode 100644 index 000000000..86aecb5cf --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/shutdown.rst.txt @@ -0,0 +1,6 @@ +Shutdown +======== + +.. doxygenfile:: metal/shutdown.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/spi.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/spi.rst.txt new file mode 100644 index 000000000..a40c62472 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/spi.rst.txt @@ -0,0 +1,6 @@ +SPIs +===== + +.. doxygenfile:: metal/spi.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/switch.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/switch.rst.txt new file mode 100644 index 000000000..6870196b2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/switch.rst.txt @@ -0,0 +1,6 @@ +Switches +======== + +.. doxygenfile:: metal/switch.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/timer.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/timer.rst.txt new file mode 100644 index 000000000..2bea5c438 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/timer.rst.txt @@ -0,0 +1,6 @@ +Timer API +========= + +.. doxygenfile:: metal/timer.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/tty.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/tty.rst.txt new file mode 100644 index 000000000..7aaafa292 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/tty.rst.txt @@ -0,0 +1,6 @@ +TTY +=== + +.. doxygenfile:: metal/tty.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/uart.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/uart.rst.txt new file mode 100644 index 000000000..df7ef9a4d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/apiref/uart.rst.txt @@ -0,0 +1,6 @@ +UARTs +===== + +.. doxygenfile:: metal/uart.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide.rst.txt new file mode 100644 index 000000000..3377b2cda --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide.rst.txt @@ -0,0 +1,9 @@ +Developer Guide +=============== + +.. toctree:: + :maxdepth: 1 + :glob: + + devguide/* + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/exceptions.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/exceptions.rst.txt new file mode 100644 index 000000000..c8c53effe --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/exceptions.rst.txt @@ -0,0 +1,103 @@ +Exception Handlers +================== + +CPU exceptions are the mechanism by which various execution and memory system +errors are handled. When an exception occurs, Freedom Metal will call the +corresponding exception handler function, if one has been registered by the +application. + +Initializing the CPU +-------------------- + +When the user application enters the ``main()`` function, the Freedom Metal +framework has not yet performed the initialization necessary to register +exception handlers. If this initialization is not performed before an exception +occurs, any exception will cause the CPU to spin in a tight loop until reset. + +To initialize the Freedom Metal exception handlers, initialize CPU interrupts: + +.. code-block:: C + + struct metal_cpu *cpu0 = metal_get_cpu(0); + if(!cpu) { + /* There was an error acquiring the CPU hart 0 handle */ + } + + struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0); + if(!cpu_int) { + /* There was an error acquiring the CPU interrupt controller */ + } + + metal_interrupt_init(cpu_int); + +The Freedom Metal interrupt API is further documented in :doc:`/devguide/interrupts` +and :doc:`/apiref/interrupt`. + +Defining an Exception Handler +----------------------------- + +Exception handlers must conform to the following function signature: + +.. doxygentypedef:: metal_exception_handler_t + :project: metal + :no-link: + +Therefore, an example exception handler might look like: + +.. code-block:: C + + void my_exception_handler(struct metal_cpu *cpu, int ecode) { + /* Contents of handler */ + } + +Registering an Exception Handler +-------------------------------- + +Exception handlers are registered with a given CPU hart for an individual exception +code. + +.. code-block:: C + + /* CPU Hart 0's interrupt controller must be initialized + * if it is not already */ + struct metal_cpu *cpu0 = metal_get_cpu(0); + + int rc = metal_cpu_exception_register(cpu0, + , /* Set to your desired value */ + my_exception_handler); + if(rc != 0) { + /* Failed to register exception handler */ + } + +A single exception handler may be used for multiple exception codes. For this reason, +exception handlers receive the exception code as the ``ecode`` parameter and may use +this to determine how to handle the exception. + +Returing Execution after a Faulting Instruction +----------------------------------------------- + +The default behavior of a RISC-V CPU is to return execution to the faulting instruction. +If this is not the desired behavior, execution can be returned to the instruction after +the faulting instruction using the following method: + +.. code-block:: C + + void return_after_fault(struct metal_cpu *cpu, int ecode) + { + /* Get the faulting instruction address */ + uintptr_t epc = metal_cpu_get_exception_pc(cpu); + + /* Get the length of the faulting instruction */ + size_t len = metal_cpu_get_instruction_length(cpu, epc); + + /* Advance stored exception program counter by the + * instruction length */ + metal_cpu_set_exception_pc(cpu, epc + len); + } + +Additional Documentation +------------------------ + +Additional documentation for the exception handler API can be found in :doc:`The CPU API Reference `. + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/fe310-g000-pll.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/fe310-g000-pll.rst.txt new file mode 100644 index 000000000..af2ddd2d3 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/fe310-g000-pll.rst.txt @@ -0,0 +1,29 @@ +FE310-G00 PLL +============= + +On targets with a PLL compatible with the FE310-G000 SoC, the PLL is configured +at program initialization with a constructor. This PLL sets the clock frequency +of the RISC-V CPU, and users of Freedom Metal who wish to set a specific clock +rate can use Freedom Metal to request that the PLL take on a certain output rate. + +In the DeviceTree for your target, there should be a node like the following +(example taken from the SiFive HiFive1): + +.. code-block:: DeviceTree + + hfclk: clock@4 { + compatible = "sifive,fe310-g000,pll"; + clocks = <&hfxoscout &hfroscout>; + clock-names = "pllref", "pllsel0"; + reg = <&prci 0x8 &prci 0xc>; + reg-names = "config", "divider"; + clock-frequency = <16000000>; + }; + +The ``clock-frequency`` property of the node sets the requested clock rate of +the FE310-G000 PLL. The PLL driver will attempt to configure the PLL to achieve +this clock rate. + +Users should note that the FE310-G000 PLL only supports certain input/output +clock rate ratios, and so the effective output rate of the PLL may differ from +the requested rate. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/interrupts.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/interrupts.rst.txt new file mode 100644 index 000000000..914b58690 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/interrupts.rst.txt @@ -0,0 +1,112 @@ +Interrupt Handlers +================== + +The Interrupt Heirarchy +----------------------- + +Freedom Metal conceptualizes interrupts as a heirarchy of interrupt controllers. +This heirarchy is established by the interrupt heirarchy of the target platform +itself. Presently, the interrupt heirarchy for a given platform is best documented +by the target's DeviceTree representation, which can be found in +``bsp//design.dts``. + +In Freedom Metal, the heirarchy is a tree. The nodes of the tree consist of +``struct metal_interrupt``: + +.. doxygenstruct:: metal_interrupt + :project: metal + +And the vertices of the tree consist of interrupt ``id``. + +.. digraph:: int_heirarchy_graph + + cpu [label="CPU"]; + cpu_int [label="CPU Interrupt Controller", shape=box]; + timer_int [label="Timer Interrupt Controller", shape=box]; + soft_int [label="Software Interrupt Controller", shape=box]; + + cpu -> cpu_int [label="ID = 0"]; + cpu_int -> timer_int [label="ID = timer_id"]; + cpu_int -> soft_int [label="ID = software_id"]; + +The CPU Interrupt Controller +---------------------------- + +The CPU interrupt controller is the top of the interrupt heirarchy. It must be +initialized before any other interrupt controllers are initialized. In example: + +.. code-block:: C + + struct metal_cpu *cpu0 = metal_get_cpu(0); + if(!cpu) { + /* Unable to get CPU handle */ + } + struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0); + if(!cpu_int) { + /* Unable to get CPU interrupt handle */ + } + metal_interrupt_init(cpu_int); + +The CPU interrupt must be enabled for the CPU to receive any interrupts, and any +enabled interrupts can be masked by disabling the CPU interrupt. + +.. code-block:: C + + int rc = 0; + + /* Enable the CPU interrupt */ + rc = metal_interrupt_enable(cpu_int, 0); + if(rc != 0) { + /* Failed to enable the CPU interrupt */ + } + + /* Disable the CPU interrupt */ + rc = metal_interrupt_disable(cpu_int, 0); + if(rc != 0) { + /* Failed to disable the CPU interrupt */ + } + +Interrupt Handlers +------------------ + +Interrupt handlers must conform to the following function signature: + +.. doxygentypedef:: metal_interrupt_handler_t + :project: metal + +Therefore, an interrupt handler might look like: + +.. code-block:: C + + void my_interrupt_handler(int id, void *priv_data) { + /* Contents of handler */ + } + +Registering an Interrupt Handler +-------------------------------- + +Interrupt handlers are registered with the interrupt controller for the interrupt +they are servicing. For example, if we want to register a CPU timer interrupt: + +.. code-block:: C + + struct metal_interrupt *timer_int = metal_cpu_timer_interrupt_controller(cpu0); + if(!timer_int) { + /* Failed to get timer interrupt controller */ + } + metal_interrupt_init(timer_int); + + int timer_id = metal_cpu_timer_get_interrupt_id(cpu0); + + int rc = metal_interrupt_register_handler(timer_int, timer_id, my_interrupt_handler, cpu0); + if(rc != 0) { + /* Failed to register interrupt handler */ + } + +Additional Documentation +------------------------ + +Additional documentation for the interrupt handler API can be found in +:doc:`the CPU API reference ` and +:doc:`the Interrupt API reference `. + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/itim.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/itim.rst.txt new file mode 100644 index 000000000..cdee19ca9 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/itim.rst.txt @@ -0,0 +1,41 @@ +Instruction Tightly Integrated Memory +===================================== + +The Instruction Tightly Integrated Memory (ITIM) is an optional feature +on certain SiFive RISC-V CPUs. The ITIM is a memory device which is +optimized in the CoreIP memory heirarchy to provide low-latency +access to instruction memory. + +Freedom Metal provides the ability to designate functions to run out of +the ITIM by decorating the functions with the following "decorator": + +.. doxygendefine:: METAL_PLACE_IN_ITIM + :project: metal + +For example: + +.. code-block:: C + + METAL_PLACE_IN_ITIM + void my_itim_func() { + /* This code will run out of the ITIM */ + } + +Caveats +------- +The ``METAL_PLACE_IN_ITIM`` decorator tells the toolchain to link the +decorated function into the ITIM memory. However, compiler optimizations +such as function inlining may cause execution to never transfer to +instructions fetched from the ITIM. + +If this compiler optimization is not desired, one workaround is to +tell the compiler to not inline the function: + +.. code-block:: C + + __attribute__((noinline)) + METAL_PLACE_IN_ITIM + void my_itim_func() { + /* This code will run out of the ITIM */ + } + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/pmps.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/pmps.rst.txt new file mode 100644 index 000000000..aa535d651 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/pmps.rst.txt @@ -0,0 +1,88 @@ +Physical Memory Protection +========================== + +Physical Memory Protection (PMP) is a part of the RISC-V Privileged Architecture +Specification which discribes the interface for a standard RISC-V memory +protection unit. + +The PMP defines a finite number of PMP regions which can be individually configured +to enforce access permissions to a range of addresses in memory. Each PMP region +is configurable with the following options: + +.. doxygenstruct:: metal_pmp_config + :project: metal + :members: + :no-link: + +Initializing the PMP +-------------------- + +All PMP-related functions first depend on having a handle to the PMP device: + +.. code-block:: C + + struct metal_pmp *pmp = metal_pmp_get_device(); + if(!pmp) { + /* Failed to get PMP device handle */ + } + +PMP initialization is optional and has the effect of disabling all PMP regions, +if possible: + +.. code-block:: C + + metal_pmp_init(pmp); + +The number of PMP regions available can be retrieved from the PMP device handle: + +.. doxygenstruct:: metal_pmp + :project: metal + :members: + :no-link: + +Configuring a PMP Region +------------------------ + +Freedom Metal has a set of APIs for configuring a PMP region. The most generic of these +is + +.. doxygenfunction:: metal_pmp_set_region + :project: metal + +This function allows for the configuration of all PMP region settings. + +Additional APIs are provided for granularly changing individual PMP region settings. +For example: + +.. doxygenfunction:: metal_pmp_set_address + :project: metal + :no-link: +.. doxygenfunction:: metal_pmp_lock + :project: metal + :no-link: +.. doxygenfunction:: metal_pmp_set_writeable + :project: metal + :no-link: + +Additional documentation for this API is provided in :doc:`the PMP API reference `. + +The RISC-V specification allows implementation of PMP to hard-wire the configuration +values of PMP regions. In these cases, attempts to configure these PMP regions will +fail. + +Handling PMP Access Faults +-------------------------- + +Attempted memory accesses which the PMP is configured to prevent trigger a +CPU exception. These exceptions can be handled by installing a CPU exception +handler for exception codes related to memory access faults. + +Additional documentation about creating and registering exception handlers can +be found in :doc:`the Exception Handlers Developer Guide `. + +Additional Documentation +------------------------ + +Additional documentation about the Physical Memory Protection system and fault +handling on RISC-V systems can be found in +`The RISC-V Privileged ISA Specification v1.10 `_. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/tty.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/tty.rst.txt new file mode 100644 index 000000000..c94135174 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/devguide/tty.rst.txt @@ -0,0 +1,24 @@ +Standard I/O +============ + +Freedom Metal integrates with libc ``STDOUT`` to provide virtual terminal support. +The default ``STDOUT`` device is the first UART serial peripheral on the target. +If no UART serial peripheral is present, such as in the case of SiFive CoreIP +test harnesses, then the bytes sent to ``STDOUT`` are dropped. + +Hello World +----------- + +Using the virtual terminal with Freedom Metal is exactly what you might expect: + +.. code-block:: C + :linenos: + + #include + + int main(void) { + printf("Hello, world!"); + + return 0; + } + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/index.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/index.rst.txt new file mode 100644 index 000000000..b4e0e79d0 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/index.rst.txt @@ -0,0 +1,25 @@ +Freedom Metal +============= + +This is the documentation for the SiFive Freedom Metal library |version|. + +Freedom Metal is generally available from the `Freedom Metal GitHub Repository`_. + +.. _Freedom Metal GitHub Repository: + https://github.com/sifive/freedom-metal + +Table of Contents +----------------- + +.. toctree:: + :maxdepth: 2 + + introduction + devguide + api + +Indices and tables +------------------ + +* :ref:`genindex` +* :ref:`search` diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/introduction.rst.txt b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/introduction.rst.txt new file mode 100644 index 000000000..de4da0d64 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_sources/introduction.rst.txt @@ -0,0 +1,37 @@ +Introduction to Freedom Metal +============================= + +What is Freedom Metal? +---------------------- + +Freedom Metal enables portable, bare-metal application development for all of +SiFive's RISC-V IP, FPGA evaluation targets, and development boards. + +Freedom Metal provides: + - A bare-metal C application environment + - An API for controlling CPU features and peripherals + - The ability to retarget to any SiFive RISC-V product + +This makes Freedom Metal suitable for: + - Writing portable hardware tests + - Bootstrapping bare metal application development + - A RISC-V hardware abstraction layer + - And more! + + +How Do I Use Freedom Metal? +--------------------------- + +The best way to get started writing applications with Freedom Metal is to use +the `SiFive Freedom E SDK`_ which bundles the build scripts and configuration +necessary to use Freedom Metal with SiFive's standard evaluation products. + +If you prefer working with an Integrated Development Environment (IDE), +`SiFive Freedom Studio`_ comes packaged with a prebuilt toolchain and the same +Freedom Metal examples from Freedom E SDK. + +.. _SiFive Freedom E SDK: + https://github.com/sifive/freedom-e-sdk + +.. _SiFive Freedom Studio: + https://www.sifive.com/boards#software diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/ajax-loader.gif b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..61faf8cab23993bd3e1560bff0668bd628642330 GIT binary patch literal 673 zcmZ?wbhEHb6krfw_{6~Q|Nno%(3)e{?)x>&1u}A`t?OF7Z|1gRivOgXi&7IyQd1Pl zGfOfQ60;I3a`F>X^fL3(@);C=vM_KlFfb_o=k{|A33hf2a5d61U}gjg=>Rd%XaNQW zW@Cw{|b%Y*pl8F?4B9 zlo4Fz*0kZGJabY|>}Okf0}CCg{u4`zEPY^pV?j2@h+|igy0+Kz6p;@SpM4s6)XEMg z#3Y4GX>Hjlml5ftdH$4x0JGdn8~MX(U~_^d!Hi)=HU{V%g+mi8#UGbE-*ao8f#h+S z2a0-5+vc7MU$e-NhmBjLIC1v|)9+Im8x1yacJ7{^tLX(ZhYi^rpmXm0`@ku9b53aN zEXH@Y3JaztblgpxbJt{AtE1ad1Ca>{v$rwwvK(>{m~Gf_=-Ro7Fk{#;i~+{{>QtvI yb2P8Zac~?~=sRA>$6{!(^3;ZP0TPFR(G_-UDU(8Jl0?(IXu$~#4A!880|o%~Al1tN literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/alabaster.css b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/alabaster.css new file mode 100644 index 000000000..25e77387b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/alabaster.css @@ -0,0 +1,688 @@ +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +body { + font-family: Georgia, serif; + font-size: 17px; + background-color: #fff; + color: #000; + margin: 0; + padding: 0; +} + + +div.document { + width: 940px; + margin: 30px auto 0 auto; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 0 0 0 220px; +} + +div.sphinxsidebar { + width: 220px; + font-size: 14px; + line-height: 1.5; +} + +hr { + border: 1px solid #B1B4B6; +} + +div.body { + background-color: #fff; + color: #3E4349; + padding: 0 30px 0 30px; +} + +div.body > .section { + text-align: left; +} + +div.footer { + width: 940px; + margin: 20px auto 30px auto; + font-size: 14px; + color: #888; + text-align: right; +} + +div.footer a { + color: #888; +} + +p.caption { + font-family: inherit; + font-size: inherit; +} + + +div.relations { + display: none; +} + + +div.sphinxsidebar a { + color: #444; + text-decoration: none; + border-bottom: 1px dotted #999; +} + +div.sphinxsidebar a:hover { + border-bottom: 1px solid #999; +} + +div.sphinxsidebarwrapper { + padding: 18px 10px; +} + +div.sphinxsidebarwrapper p.logo { + padding: 0; + margin: -10px 0 0 0px; + text-align: center; +} + +div.sphinxsidebarwrapper h1.logo { + margin-top: -10px; + text-align: center; + margin-bottom: 5px; + text-align: left; +} + +div.sphinxsidebarwrapper h1.logo-name { + margin-top: 0px; +} + +div.sphinxsidebarwrapper p.blurb { + margin-top: 0; + font-style: normal; +} + +div.sphinxsidebar h3, +div.sphinxsidebar h4 { + font-family: Georgia, serif; + color: #444; + font-size: 24px; + font-weight: normal; + margin: 0 0 5px 0; + padding: 0; +} + +div.sphinxsidebar h4 { + font-size: 20px; +} + +div.sphinxsidebar h3 a { + color: #444; +} + +div.sphinxsidebar p.logo a, +div.sphinxsidebar h3 a, +div.sphinxsidebar p.logo a:hover, +div.sphinxsidebar h3 a:hover { + border: none; +} + +div.sphinxsidebar p { + color: #555; + margin: 10px 0; +} + +div.sphinxsidebar ul { + margin: 10px 0; + padding: 0; + color: #000; +} + +div.sphinxsidebar ul li.toctree-l1 > a { + font-size: 120%; +} + +div.sphinxsidebar ul li.toctree-l2 > a { + font-size: 110%; +} + +div.sphinxsidebar input { + border: 1px solid #CCC; + font-family: Georgia, serif; + font-size: 1em; +} + +div.sphinxsidebar hr { + border: none; + height: 1px; + color: #AAA; + background: #AAA; + + text-align: left; + margin-left: 0; + width: 50%; +} + +/* -- body styles ----------------------------------------------------------- */ + +a { + color: #004B6B; + text-decoration: underline; +} + +a:hover { + color: #6D4100; + text-decoration: underline; +} + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: Georgia, serif; + font-weight: normal; + margin: 30px 0px 10px 0px; + padding: 0; +} + +div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; } +div.body h2 { font-size: 180%; } +div.body h3 { font-size: 150%; } +div.body h4 { font-size: 130%; } +div.body h5 { font-size: 100%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: #DDD; + padding: 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + color: #444; + background: #EAEAEA; +} + +div.body p, div.body dd, div.body li { + line-height: 1.4em; +} + +div.admonition { + margin: 20px 0px; + padding: 10px 30px; + background-color: #EEE; + border: 1px solid #CCC; +} + +div.admonition tt.xref, div.admonition code.xref, div.admonition a tt { + background-color: #FBFBFB; + border-bottom: 1px solid #fafafa; +} + +div.admonition p.admonition-title { + font-family: Georgia, serif; + font-weight: normal; + font-size: 24px; + margin: 0 0 10px 0; + padding: 0; + line-height: 1; +} + +div.admonition p.last { + margin-bottom: 0; +} + +div.highlight { + background-color: #fff; +} + +dt:target, .highlight { + background: #FAF3E8; +} + +div.warning { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.danger { + background-color: #FCC; + border: 1px solid #FAA; + -moz-box-shadow: 2px 2px 4px #D52C2C; + -webkit-box-shadow: 2px 2px 4px #D52C2C; + box-shadow: 2px 2px 4px #D52C2C; +} + +div.error { + background-color: #FCC; + border: 1px solid #FAA; + -moz-box-shadow: 2px 2px 4px #D52C2C; + -webkit-box-shadow: 2px 2px 4px #D52C2C; + box-shadow: 2px 2px 4px #D52C2C; +} + +div.caution { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.attention { + background-color: #FCC; + border: 1px solid #FAA; +} + +div.important { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.note { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.tip { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.hint { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.seealso { + background-color: #EEE; + border: 1px solid #CCC; +} + +div.topic { + background-color: #EEE; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre, tt, code { + font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.9em; +} + +.hll { + background-color: #FFC; + margin: 0 -12px; + padding: 0 12px; + display: block; +} + +img.screenshot { +} + +tt.descname, tt.descclassname, code.descname, code.descclassname { + font-size: 0.95em; +} + +tt.descname, code.descname { + padding-right: 0.08em; +} + +img.screenshot { + -moz-box-shadow: 2px 2px 4px #EEE; + -webkit-box-shadow: 2px 2px 4px #EEE; + box-shadow: 2px 2px 4px #EEE; +} + +table.docutils { + border: 1px solid #888; + -moz-box-shadow: 2px 2px 4px #EEE; + -webkit-box-shadow: 2px 2px 4px #EEE; + box-shadow: 2px 2px 4px #EEE; +} + +table.docutils td, table.docutils th { + border: 1px solid #888; + padding: 0.25em 0.7em; +} + +table.field-list, table.footnote { + border: none; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + +table.footnote { + margin: 15px 0; + width: 100%; + border: 1px solid #EEE; + background: #FDFDFD; + font-size: 0.9em; +} + +table.footnote + table.footnote { + margin-top: -15px; + border-top: none; +} + +table.field-list th { + padding: 0 0.8em 0 0; +} + +table.field-list td { + padding: 0; +} + +table.field-list p { + margin-bottom: 0.8em; +} + +/* Cloned from + * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68 + */ +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +table.footnote td.label { + width: .1px; + padding: 0.3em 0 0.3em 0.5em; +} + +table.footnote td { + padding: 0.3em 0.5em; +} + +dl { + margin: 0; + padding: 0; +} + +dl dd { + margin-left: 30px; +} + +blockquote { + margin: 0 0 0 30px; + padding: 0; +} + +ul, ol { + /* Matches the 30px from the narrow-screen "li > ul" selector below */ + margin: 10px 0 10px 30px; + padding: 0; +} + +pre { + background: #EEE; + padding: 7px 30px; + margin: 15px 0px; + line-height: 1.3em; +} + +div.viewcode-block:target { + background: #ffd; +} + +dl pre, blockquote pre, li pre { + margin-left: 0; + padding-left: 30px; +} + +tt, code { + background-color: #ecf0f3; + color: #222; + /* padding: 1px 2px; */ +} + +tt.xref, code.xref, a tt { + background-color: #FBFBFB; + border-bottom: 1px solid #fff; +} + +a.reference { + text-decoration: none; + border-bottom: 1px dotted #004B6B; +} + +/* Don't put an underline on images */ +a.image-reference, a.image-reference:hover { + border-bottom: none; +} + +a.reference:hover { + border-bottom: 1px solid #6D4100; +} + +a.footnote-reference { + text-decoration: none; + font-size: 0.7em; + vertical-align: top; + border-bottom: 1px dotted #004B6B; +} + +a.footnote-reference:hover { + border-bottom: 1px solid #6D4100; +} + +a:hover tt, a:hover code { + background: #EEE; +} + + +@media screen and (max-width: 870px) { + + div.sphinxsidebar { + display: none; + } + + div.document { + width: 100%; + + } + + div.documentwrapper { + margin-left: 0; + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + } + + div.bodywrapper { + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + margin-left: 0; + } + + ul { + margin-left: 0; + } + + li > ul { + /* Matches the 30px from the "ul, ol" selector above */ + margin-left: 30px; + } + + .document { + width: auto; + } + + .footer { + width: auto; + } + + .bodywrapper { + margin: 0; + } + + .footer { + width: auto; + } + + .github { + display: none; + } + + + +} + + + +@media screen and (max-width: 875px) { + + body { + margin: 0; + padding: 20px 30px; + } + + div.documentwrapper { + float: none; + background: #fff; + } + + div.sphinxsidebar { + display: block; + float: none; + width: 102.5%; + margin: 50px -30px -20px -30px; + padding: 10px 20px; + background: #333; + color: #FFF; + } + + div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, + div.sphinxsidebar h3 a { + color: #fff; + } + + div.sphinxsidebar a { + color: #AAA; + } + + div.sphinxsidebar p.logo { + display: none; + } + + div.document { + width: 100%; + margin: 0; + } + + div.footer { + display: none; + } + + div.bodywrapper { + margin: 0; + } + + div.body { + min-height: 0; + padding: 0; + } + + .rtd_doc_footer { + display: none; + } + + .document { + width: auto; + } + + .footer { + width: auto; + } + + .footer { + width: auto; + } + + .github { + display: none; + } +} + + +/* misc. */ + +.revsys-inline { + display: none!important; +} + +/* Make nested-list/multi-paragraph items look better in Releases changelog + * pages. Without this, docutils' magical list fuckery causes inconsistent + * formatting between different release sub-lists. + */ +div#changelog > div.section > ul > li > p:only-child { + margin-bottom: 0; +} + +/* Hide fugly table cell borders in ..bibliography:: directive output */ +table.docutils.citation, table.docutils.citation td, table.docutils.citation th { + border: none; + /* Below needed in some edge cases; if not applied, bottom shadows appear */ + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} + + +/* relbar */ + +.related { + line-height: 30px; + width: 100%; + font-size: 0.9rem; +} + +.related.top { + border-bottom: 1px solid #EEE; + margin-bottom: 20px; +} + +.related.bottom { + border-top: 1px solid #EEE; +} + +.related ul { + padding: 0; + margin: 0; + list-style: none; +} + +.related li { + display: inline; +} + +nav#rellinks { + float: right; +} + +nav#rellinks li+li:before { + content: "|"; +} + +nav#breadcrumbs li+li:before { + content: "\00BB"; +} + +/* Hide certain items when printing */ +@media print { + div.related { + display: none; + } +} \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/basic.css b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/basic.css new file mode 100644 index 000000000..19ced1057 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/basic.css @@ -0,0 +1,665 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; + word-wrap: break-word; + overflow-wrap : break-word; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox input[type="text"] { + float: left; + width: 80%; + padding: 0.25em; + box-sizing: border-box; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + float: left; + width: 20%; + border-left: none; + padding: 0.25em; + box-sizing: border-box; +} + + +img { + border: 0; + max-width: 100%; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li div.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; + margin-left: auto; + margin-right: auto; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable ul { + margin-top: 0; + margin-bottom: 0; + list-style-type: none; +} + +table.indextable > tbody > tr > td > ul { + padding-left: 0em; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- domain module index --------------------------------------------------- */ + +table.modindextable td { + padding: 2px; + border-collapse: collapse; +} + +/* -- general body styles --------------------------------------------------- */ + +div.body { + min-width: 450px; + max-width: 800px; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + -moz-hyphens: auto; + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + +a.headerlink { + visibility: hidden; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink, +caption:hover > a.headerlink, +p.caption:hover > a.headerlink, +div.code-block-caption:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px 7px 0 7px; + background-color: #ffe; + width: 40%; + float: right; +} + +p.sidebar-title { + font-weight: bold; +} + +/* -- topics ---------------------------------------------------------------- */ + +div.topic { + border: 1px solid #ccc; + padding: 7px 7px 0 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +div.admonition dl { + margin-bottom: 0; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + border: 0; + border-collapse: collapse; +} + +table.align-center { + margin-left: auto; + margin-right: auto; +} + +table caption span.caption-number { + font-style: italic; +} + +table caption span.caption-text { +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +/* -- figures --------------------------------------------------------------- */ + +div.figure { + margin: 0.5em; + padding: 0.5em; +} + +div.figure p.caption { + padding: 0.3em; +} + +div.figure p.caption span.caption-number { + font-style: italic; +} + +div.figure p.caption span.caption-text { +} + +/* -- field list styles ----------------------------------------------------- */ + +table.field-list td, table.field-list th { + border: 0 !important; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.field-name { + -moz-hyphens: manual; + -ms-hyphens: manual; + -webkit-hyphens: manual; + hyphens: manual; +} + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +dl { + margin-bottom: 15px; +} + +dd p { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dt:target, span.highlighted { + background-color: #fbe54e; +} + +rect.highlighted { + fill: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; +} + +td.linenos pre { + padding: 5px 0px; + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + margin-left: 0.5em; +} + +table.highlighttable td { + padding: 0 0.5em 0 0.5em; +} + +div.code-block-caption { + padding: 2px 5px; + font-size: small; +} + +div.code-block-caption code { + background-color: transparent; +} + +div.code-block-caption + div > div.highlight > pre { + margin-top: 0; +} + +div.code-block-caption span.caption-number { + padding: 0.1em 0.3em; + font-style: italic; +} + +div.code-block-caption span.caption-text { +} + +div.literal-block-wrapper { + padding: 1em 1em 0; +} + +div.literal-block-wrapper div.highlight { + margin: 0; +} + +code.descname { + background-color: transparent; + font-weight: bold; + font-size: 1.2em; +} + +code.descclassname { + background-color: transparent; +} + +code.xref, a code { + background-color: transparent; + font-weight: bold; +} + +h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +span.eqno a.headerlink { + position: relative; + left: 0px; + z-index: 1; +} + +div.math:hover a.headerlink { + visibility: visible; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/comment-bright.png b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/comment-bright.png new file mode 100644 index 0000000000000000000000000000000000000000..15e27edb12ac25701ac0ac21b97b52bb4e45415e GIT binary patch literal 756 zcmVgfIX78 z$8Pzv({A~p%??+>KickCb#0FM1rYN=mBmQ&Nwp<#JXUhU;{|)}%&s>suq6lXw*~s{ zvHx}3C%<;wE5CH!BR{p5@ml9ws}y)=QN-kL2?#`S5d*6j zk`h<}j1>tD$b?4D^N9w}-k)bxXxFg>+#kme^xx#qg6FI-%iv2U{0h(Y)cs%5a|m%Pn_K3X_bDJ>EH#(Fb73Z zfUt2Q3B>N+ot3qb*DqbTZpFIn4a!#_R-}{?-~Hs=xSS6p&$sZ-k1zDdtqU`Y@`#qL z&zv-~)Q#JCU(dI)Hf;$CEnK=6CK50}q7~wdbI->?E07bJ0R;!GSQTs5Am`#;*WHjvHRvY?&$Lm-vq1a_BzocI^ULXV!lbMd%|^B#fY;XX)n<&R^L z=84u1e_3ziq;Hz-*k5~zwY3*oDKt0;bM@M@@89;@m*4RFgvvM_4;5LB!@OB@^WbVT zjl{t;a8_>od-~P4 m{5|DvB&z#xT;*OnJqG}gk~_7HcNkCr0000W zanA~u9RIXo;n7c96&U)YLgs-FGlx~*_c{Jgvesu1E5(8YEf&5wF=YFPcRe@1=MJmi zag(L*xc2r0(slpcN!vC5CUju;vHJkHc*&70_n2OZsK%O~A=!+YIw z7zLLl7~Z+~RgWOQ=MI6$#0pvpu$Q43 zP@36QAmu6!_9NPM?o<1_!+stoVRRZbW9#SPe!n;#A_6m8f}|xN1;H{`0RoXQ2LM47 zt(g;iZ6|pCb@h2xk&(}S3=EVBUO0e90m2Lp5CB<(SPIaB;n4))3JB87Or#XPOPcum z?<^(g+m9}VNn4Y&B`g8h{t_$+RB1%HKRY6fjtd-<7&EsU;vs0GM(Lmbhi%Gwcfs0FTF}T zL{_M6Go&E0Eg8FuB*(Yn+Z*RVTBE@10eIOb3El^MhO`GabDll(V0&FlJi2k^;q8af zkENdk2}x2)_KVp`5OAwXZM;dG0?M-S)xE1IKDi6BY@5%Or?#aZ9$gcX)dPZ&wA1a< z$rFXHPn|TBf`e?>Are8sKtKrKcjF$i^lp!zkL?C|y^vlHr1HXeVJd;1I~g&Ob-q)& z(fn7s-KI}G{wnKzg_U5G(V%bX6uk zIa+<@>rdmZYd!9Y=C0cuchrbIjuRB_Wq{-RXlic?flu1*_ux}x%(HDH&nT`k^xCeC ziHi1!ChH*sQ6|UqJpTTzX$aw8e(UfcS^f;6yBWd+(1-70zU(rtxtqR%j z-lsH|CKQJXqD{+F7V0OTv8@{~(wp(`oIP^ZykMWgR>&|RsklFMCnOo&Bd{le} zV5F6424Qzl;o2G%oVvmHgRDP9!=rK8fy^!yV8y*4p=??uIRrrr0?>O!(z*g5AvL2!4z0{sq%vhG*Po}`a<6%kTK5TNhtC8}rXNu&h^QH4A&Sk~Autm*s~45(H7+0bi^MraaRVzr05hQ3iK?j` zR#U@^i0WhkIHTg29u~|ypU?sXCQEQgXfObPW;+0YAF;|5XyaMAEM0sQ@4-xCZe=0e z7r$ofiAxn@O5#RodD8rh5D@nKQ;?lcf@tg4o+Wp44aMl~c47azN_(im0N)7OqdPBC zGw;353_o$DqGRDhuhU$Eaj!@m000000NkvXXu0mjfjZ7Z_ literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/custom.css b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/custom.css new file mode 100644 index 000000000..2a924f1d6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/custom.css @@ -0,0 +1 @@ +/* This file intentionally left blank. */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/doctools.js b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/doctools.js new file mode 100644 index 000000000..d8928926b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/doctools.js @@ -0,0 +1,313 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for all documentation. + * + * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); + +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + */ +jQuery.urldecode = function(x) { + return decodeURIComponent(x).replace(/\+/g, ' '); +}; + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s === 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node, addItems) { + if (node.nodeType === 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && + !jQuery(node.parentNode).hasClass(className) && + !jQuery(node.parentNode).hasClass("nohighlight")) { + var span; + var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); + if (isInSVG) { + span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); + } else { + span = document.createElement("span"); + span.className = className; + } + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + if (isInSVG) { + var bbox = span.getBBox(); + var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); + rect.x.baseVal.value = bbox.x; + rect.y.baseVal.value = bbox.y; + rect.width.baseVal.value = bbox.width; + rect.height.baseVal.value = bbox.height; + rect.setAttribute('class', className); + var parentOfText = node.parentNode.parentNode; + addItems.push({ + "parent": node.parentNode, + "target": rect}); + } + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this, addItems); + }); + } + } + var addItems = []; + var result = this.each(function() { + highlight(this, addItems); + }); + for (var i = 0; i < addItems.length; ++i) { + jQuery(addItems[i].parent).before(addItems[i].target); + } + return result; +}; + +/* + * backward compatibility for jQuery.browser + * This will be supported until firefox bug is fixed. + */ +if (!jQuery.browser) { + jQuery.uaMatch = function(ua) { + ua = ua.toLowerCase(); + + var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || + /(webkit)[ \/]([\w.]+)/.exec(ua) || + /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || + /(msie) ([\w.]+)/.exec(ua) || + ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || + []; + + return { + browser: match[ 1 ] || "", + version: match[ 2 ] || "0" + }; + }; + jQuery.browser = {}; + jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; +} + +/** + * Small JavaScript module for the documentation. + */ +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + + }, + + /** + * i18n support + */ + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, + LOCALE : 'unknown', + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated === 'undefined') + return string; + return (typeof translated === 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated === 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + if (!body.length) { + body = $('body'); + } + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('

') + .appendTo($('#searchbox')); + } + }, + + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) === 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + }, + + /** + * make the url absolute + */ + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; + }, + + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this === '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + }, + + initOnKeyListeners: function() { + $(document).keyup(function(event) { + var activeElementType = document.activeElement.tagName; + // don't navigate when in search box or textarea + if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') { + switch (event.keyCode) { + case 37: // left + var prevHref = $('link[rel="prev"]').prop('href'); + if (prevHref) { + window.location.href = prevHref; + return false; + } + case 39: // right + var nextHref = $('link[rel="next"]').prop('href'); + if (nextHref) { + window.location.href = nextHref; + return false; + } + } + } + }); + } +}; + +// quick alias for translations +_ = Documentation.gettext; + +$(document).ready(function() { + Documentation.init(); +}); \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/documentation_options.js b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/documentation_options.js new file mode 100644 index 000000000..0182c8aab --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/documentation_options.js @@ -0,0 +1,9 @@ +var DOCUMENTATION_OPTIONS = { + URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), + VERSION: 'v201905', + LANGUAGE: 'None', + COLLAPSE_INDEX: false, + FILE_SUFFIX: '.html', + HAS_SOURCE: true, + SOURCELINK_SUFFIX: '.txt' +}; \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down-pressed.png b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down-pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..5756c8cad8854722893dc70b9eb4bb0400343a39 GIT binary patch literal 222 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`OFdm2Ln;`PZ^+1>KjR?B@S0W7 z%OS_REiHONoJ6{+Ks@6k3590|7k9F+ddB6!zw3#&!aw#S`x}3V3&=A(a#84O-&F7T z^k3tZB;&iR9siw0|F|E|DAL<8r-F4!1H-;1{e*~yAKZN5f0|Ei6yUmR#Is)EM(Po_ zi`qJR6|P<~+)N+kSDgL7AjdIC_!O7Q?eGb+L+qOjm{~LLinM4NHn7U%HcK%uoMYO5 VJ~8zD2B3o(JYD@<);T3K0RV0%P>BEl literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down.png b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/down.png new file mode 100644 index 0000000000000000000000000000000000000000..1b3bdad2ceffae91cee61b32f3295f9bbe646e48 GIT binary patch literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6CVIL!hEy=F?b*7pIY7kW{q%Rg zx!yQ<9v8bmJwa`TQk7YSw}WVQ()mRdQ;TC;* literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/file.png b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/file.png new file mode 100644 index 0000000000000000000000000000000000000000..a858a410e4faa62ce324d814e4b816fff83a6fb3 GIT binary patch literal 286 zcmV+(0pb3MP)s`hMrGg#P~ix$^RISR_I47Y|r1 z_CyJOe}D1){SET-^Amu_i71Lt6eYfZjRyw@I6OQAIXXHDfiX^GbOlHe=Ae4>0m)d(f|Me07*qoM6N<$f}vM^LjV8( literal 0 HcmV?d00001 diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/jquery-3.2.1.js b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/jquery-3.2.1.js new file mode 100644 index 000000000..d2d8ca479 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/_static/jquery-3.2.1.js @@ -0,0 +1,10253 @@ +/*! + * jQuery JavaScript Library v3.2.1 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright JS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2017-03-20T18:59Z + */ +( function( global, factory ) { + + "use strict"; + + if ( typeof module === "object" && typeof module.exports === "object" ) { + + // For CommonJS and CommonJS-like environments where a proper `window` + // is present, execute the factory and get jQuery. + // For environments that do not have a `window` with a `document` + // (such as Node.js), expose a factory as module.exports. + // This accentuates the need for the creation of a real `window`. + // e.g. var jQuery = require("jquery")(window); + // See ticket #14549 for more info. + module.exports = global.document ? + factory( global, true ) : + function( w ) { + if ( !w.document ) { + throw new Error( "jQuery requires a window with a document" ); + } + return factory( w ); + }; + } else { + factory( global ); + } + +// Pass this if window is not defined yet +} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { + +// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 +// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode +// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common +// enough that all such attempts are guarded in a try block. +"use strict"; + +var arr = []; + +var document = window.document; + +var getProto = Object.getPrototypeOf; + +var slice = arr.slice; + +var concat = arr.concat; + +var push = arr.push; + +var indexOf = arr.indexOf; + +var class2type = {}; + +var toString = class2type.toString; + +var hasOwn = class2type.hasOwnProperty; + +var fnToString = hasOwn.toString; + +var ObjectFunctionString = fnToString.call( Object ); + +var support = {}; + + + + function DOMEval( code, doc ) { + doc = doc || document; + + var script = doc.createElement( "script" ); + + script.text = code; + doc.head.appendChild( script ).parentNode.removeChild( script ); + } +/* global Symbol */ +// Defining this global in .eslintrc.json would create a danger of using the global +// unguarded in another place, it seems safer to define global only for this module + + + +var + version = "3.2.1", + + // Define a local copy of jQuery + jQuery = function( selector, context ) { + + // The jQuery object is actually just the init constructor 'enhanced' + // Need init if jQuery is called (just allow error to be thrown if not included) + return new jQuery.fn.init( selector, context ); + }, + + // Support: Android <=4.0 only + // Make sure we trim BOM and NBSP + rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, + + // Matches dashed string for camelizing + rmsPrefix = /^-ms-/, + rdashAlpha = /-([a-z])/g, + + // Used by jQuery.camelCase as callback to replace() + fcamelCase = function( all, letter ) { + return letter.toUpperCase(); + }; + +jQuery.fn = jQuery.prototype = { + + // The current version of jQuery being used + jquery: version, + + constructor: jQuery, + + // The default length of a jQuery object is 0 + length: 0, + + toArray: function() { + return slice.call( this ); + }, + + // Get the Nth element in the matched element set OR + // Get the whole matched element set as a clean array + get: function( num ) { + + // Return all the elements in a clean array + if ( num == null ) { + return slice.call( this ); + } + + // Return just the one element from the set + return num < 0 ? this[ num + this.length ] : this[ num ]; + }, + + // Take an array of elements and push it onto the stack + // (returning the new matched element set) + pushStack: function( elems ) { + + // Build a new jQuery matched element set + var ret = jQuery.merge( this.constructor(), elems ); + + // Add the old object onto the stack (as a reference) + ret.prevObject = this; + + // Return the newly-formed element set + return ret; + }, + + // Execute a callback for every element in the matched set. + each: function( callback ) { + return jQuery.each( this, callback ); + }, + + map: function( callback ) { + return this.pushStack( jQuery.map( this, function( elem, i ) { + return callback.call( elem, i, elem ); + } ) ); + }, + + slice: function() { + return this.pushStack( slice.apply( this, arguments ) ); + }, + + first: function() { + return this.eq( 0 ); + }, + + last: function() { + return this.eq( -1 ); + }, + + eq: function( i ) { + var len = this.length, + j = +i + ( i < 0 ? len : 0 ); + return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); + }, + + end: function() { + return this.prevObject || this.constructor(); + }, + + // For internal use only. + // Behaves like an Array's method, not like a jQuery method. + push: push, + sort: arr.sort, + splice: arr.splice +}; + +jQuery.extend = jQuery.fn.extend = function() { + var options, name, src, copy, copyIsArray, clone, + target = arguments[ 0 ] || {}, + i = 1, + length = arguments.length, + deep = false; + + // Handle a deep copy situation + if ( typeof target === "boolean" ) { + deep = target; + + // Skip the boolean and the target + target = arguments[ i ] || {}; + i++; + } + + // Handle case when target is a string or something (possible in deep copy) + if ( typeof target !== "object" && !jQuery.isFunction( target ) ) { + target = {}; + } + + // Extend jQuery itself if only one argument is passed + if ( i === length ) { + target = this; + i--; + } + + for ( ; i < length; i++ ) { + + // Only deal with non-null/undefined values + if ( ( options = arguments[ i ] ) != null ) { + + // Extend the base object + for ( name in options ) { + src = target[ name ]; + copy = options[ name ]; + + // Prevent never-ending loop + if ( target === copy ) { + continue; + } + + // Recurse if we're merging plain objects or arrays + if ( deep && copy && ( jQuery.isPlainObject( copy ) || + ( copyIsArray = Array.isArray( copy ) ) ) ) { + + if ( copyIsArray ) { + copyIsArray = false; + clone = src && Array.isArray( src ) ? src : []; + + } else { + clone = src && jQuery.isPlainObject( src ) ? src : {}; + } + + // Never move original objects, clone them + target[ name ] = jQuery.extend( deep, clone, copy ); + + // Don't bring in undefined values + } else if ( copy !== undefined ) { + target[ name ] = copy; + } + } + } + } + + // Return the modified object + return target; +}; + +jQuery.extend( { + + // Unique for each copy of jQuery on the page + expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), + + // Assume jQuery is ready without the ready module + isReady: true, + + error: function( msg ) { + throw new Error( msg ); + }, + + noop: function() {}, + + isFunction: function( obj ) { + return jQuery.type( obj ) === "function"; + }, + + isWindow: function( obj ) { + return obj != null && obj === obj.window; + }, + + isNumeric: function( obj ) { + + // As of jQuery 3.0, isNumeric is limited to + // strings and numbers (primitives or objects) + // that can be coerced to finite numbers (gh-2662) + var type = jQuery.type( obj ); + return ( type === "number" || type === "string" ) && + + // parseFloat NaNs numeric-cast false positives ("") + // ...but misinterprets leading-number strings, particularly hex literals ("0x...") + // subtraction forces infinities to NaN + !isNaN( obj - parseFloat( obj ) ); + }, + + isPlainObject: function( obj ) { + var proto, Ctor; + + // Detect obvious negatives + // Use toString instead of jQuery.type to catch host objects + if ( !obj || toString.call( obj ) !== "[object Object]" ) { + return false; + } + + proto = getProto( obj ); + + // Objects with no prototype (e.g., `Object.create( null )`) are plain + if ( !proto ) { + return true; + } + + // Objects with prototype are plain iff they were constructed by a global Object function + Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; + return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; + }, + + isEmptyObject: function( obj ) { + + /* eslint-disable no-unused-vars */ + // See https://github.com/eslint/eslint/issues/6125 + var name; + + for ( name in obj ) { + return false; + } + return true; + }, + + type: function( obj ) { + if ( obj == null ) { + return obj + ""; + } + + // Support: Android <=2.3 only (functionish RegExp) + return typeof obj === "object" || typeof obj === "function" ? + class2type[ toString.call( obj ) ] || "object" : + typeof obj; + }, + + // Evaluates a script in a global context + globalEval: function( code ) { + DOMEval( code ); + }, + + // Convert dashed to camelCase; used by the css and data modules + // Support: IE <=9 - 11, Edge 12 - 13 + // Microsoft forgot to hump their vendor prefix (#9572) + camelCase: function( string ) { + return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); + }, + + each: function( obj, callback ) { + var length, i = 0; + + if ( isArrayLike( obj ) ) { + length = obj.length; + for ( ; i < length; i++ ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } else { + for ( i in obj ) { + if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { + break; + } + } + } + + return obj; + }, + + // Support: Android <=4.0 only + trim: function( text ) { + return text == null ? + "" : + ( text + "" ).replace( rtrim, "" ); + }, + + // results is for internal usage only + makeArray: function( arr, results ) { + var ret = results || []; + + if ( arr != null ) { + if ( isArrayLike( Object( arr ) ) ) { + jQuery.merge( ret, + typeof arr === "string" ? + [ arr ] : arr + ); + } else { + push.call( ret, arr ); + } + } + + return ret; + }, + + inArray: function( elem, arr, i ) { + return arr == null ? -1 : indexOf.call( arr, elem, i ); + }, + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + merge: function( first, second ) { + var len = +second.length, + j = 0, + i = first.length; + + for ( ; j < len; j++ ) { + first[ i++ ] = second[ j ]; + } + + first.length = i; + + return first; + }, + + grep: function( elems, callback, invert ) { + var callbackInverse, + matches = [], + i = 0, + length = elems.length, + callbackExpect = !invert; + + // Go through the array, only saving the items + // that pass the validator function + for ( ; i < length; i++ ) { + callbackInverse = !callback( elems[ i ], i ); + if ( callbackInverse !== callbackExpect ) { + matches.push( elems[ i ] ); + } + } + + return matches; + }, + + // arg is for internal usage only + map: function( elems, callback, arg ) { + var length, value, + i = 0, + ret = []; + + // Go through the array, translating each of the items to their new values + if ( isArrayLike( elems ) ) { + length = elems.length; + for ( ; i < length; i++ ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + + // Go through every key on the object, + } else { + for ( i in elems ) { + value = callback( elems[ i ], i, arg ); + + if ( value != null ) { + ret.push( value ); + } + } + } + + // Flatten any nested arrays + return concat.apply( [], ret ); + }, + + // A global GUID counter for objects + guid: 1, + + // Bind a function to a context, optionally partially applying any + // arguments. + proxy: function( fn, context ) { + var tmp, args, proxy; + + if ( typeof context === "string" ) { + tmp = fn[ context ]; + context = fn; + fn = tmp; + } + + // Quick check to determine if target is callable, in the spec + // this throws a TypeError, but we will just return undefined. + if ( !jQuery.isFunction( fn ) ) { + return undefined; + } + + // Simulated bind + args = slice.call( arguments, 2 ); + proxy = function() { + return fn.apply( context || this, args.concat( slice.call( arguments ) ) ); + }; + + // Set the guid of unique handler to the same of original handler, so it can be removed + proxy.guid = fn.guid = fn.guid || jQuery.guid++; + + return proxy; + }, + + now: Date.now, + + // jQuery.support is not used in Core but other projects attach their + // properties to it so it needs to exist. + support: support +} ); + +if ( typeof Symbol === "function" ) { + jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; +} + +// Populate the class2type map +jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), +function( i, name ) { + class2type[ "[object " + name + "]" ] = name.toLowerCase(); +} ); + +function isArrayLike( obj ) { + + // Support: real iOS 8.2 only (not reproducible in simulator) + // `in` check used to prevent JIT error (gh-2145) + // hasOwn isn't used here due to false negatives + // regarding Nodelist length in IE + var length = !!obj && "length" in obj && obj.length, + type = jQuery.type( obj ); + + if ( type === "function" || jQuery.isWindow( obj ) ) { + return false; + } + + return type === "array" || length === 0 || + typeof length === "number" && length > 0 && ( length - 1 ) in obj; +} +var Sizzle = +/*! + * Sizzle CSS Selector Engine v2.3.3 + * https://sizzlejs.com/ + * + * Copyright jQuery Foundation and other contributors + * Released under the MIT license + * http://jquery.org/license + * + * Date: 2016-08-08 + */ +(function( window ) { + +var i, + support, + Expr, + getText, + isXML, + tokenize, + compile, + select, + outermostContext, + sortInput, + hasDuplicate, + + // Local document vars + setDocument, + document, + docElem, + documentIsHTML, + rbuggyQSA, + rbuggyMatches, + matches, + contains, + + // Instance-specific data + expando = "sizzle" + 1 * new Date(), + preferredDoc = window.document, + dirruns = 0, + done = 0, + classCache = createCache(), + tokenCache = createCache(), + compilerCache = createCache(), + sortOrder = function( a, b ) { + if ( a === b ) { + hasDuplicate = true; + } + return 0; + }, + + // Instance methods + hasOwn = ({}).hasOwnProperty, + arr = [], + pop = arr.pop, + push_native = arr.push, + push = arr.push, + slice = arr.slice, + // Use a stripped-down indexOf as it's faster than native + // https://jsperf.com/thor-indexof-vs-for/5 + indexOf = function( list, elem ) { + var i = 0, + len = list.length; + for ( ; i < len; i++ ) { + if ( list[i] === elem ) { + return i; + } + } + return -1; + }, + + booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", + + // Regular expressions + + // http://www.w3.org/TR/css3-selectors/#whitespace + whitespace = "[\\x20\\t\\r\\n\\f]", + + // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier + identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", + + // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors + attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + + // Operator (capture 2) + "*([*^$|!~]?=)" + whitespace + + // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + + "*\\]", + + pseudos = ":(" + identifier + ")(?:\\((" + + // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: + // 1. quoted (capture 3; capture 4 or capture 5) + "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + + // 2. simple (capture 6) + "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + + // 3. anything else (capture 2) + ".*" + + ")\\)|)", + + // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter + rwhitespace = new RegExp( whitespace + "+", "g" ), + rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), + + rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), + rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), + + rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), + + rpseudo = new RegExp( pseudos ), + ridentifier = new RegExp( "^" + identifier + "$" ), + + matchExpr = { + "ID": new RegExp( "^#(" + identifier + ")" ), + "CLASS": new RegExp( "^\\.(" + identifier + ")" ), + "TAG": new RegExp( "^(" + identifier + "|[*])" ), + "ATTR": new RegExp( "^" + attributes ), + "PSEUDO": new RegExp( "^" + pseudos ), + "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), + "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), + // For use in libraries implementing .is() + // We use this for POS matching in `select` + "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + + whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) + }, + + rinputs = /^(?:input|select|textarea|button)$/i, + rheader = /^h\d$/i, + + rnative = /^[^{]+\{\s*\[native \w/, + + // Easily-parseable/retrievable ID or TAG or CLASS selectors + rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, + + rsibling = /[+~]/, + + // CSS escapes + // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters + runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), + funescape = function( _, escaped, escapedWhitespace ) { + var high = "0x" + escaped - 0x10000; + // NaN means non-codepoint + // Support: Firefox<24 + // Workaround erroneous numeric interpretation of +"0x" + return high !== high || escapedWhitespace ? + escaped : + high < 0 ? + // BMP codepoint + String.fromCharCode( high + 0x10000 ) : + // Supplemental Plane codepoint (surrogate pair) + String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); + }, + + // CSS string/identifier serialization + // https://drafts.csswg.org/cssom/#common-serializing-idioms + rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, + fcssescape = function( ch, asCodePoint ) { + if ( asCodePoint ) { + + // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER + if ( ch === "\0" ) { + return "\uFFFD"; + } + + // Control characters and (dependent upon position) numbers get escaped as code points + return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; + } + + // Other potentially-special ASCII characters get backslash-escaped + return "\\" + ch; + }, + + // Used for iframes + // See setDocument() + // Removing the function wrapper causes a "Permission Denied" + // error in IE + unloadHandler = function() { + setDocument(); + }, + + disabledAncestor = addCombinator( + function( elem ) { + return elem.disabled === true && ("form" in elem || "label" in elem); + }, + { dir: "parentNode", next: "legend" } + ); + +// Optimize for push.apply( _, NodeList ) +try { + push.apply( + (arr = slice.call( preferredDoc.childNodes )), + preferredDoc.childNodes + ); + // Support: Android<4.0 + // Detect silently failing push.apply + arr[ preferredDoc.childNodes.length ].nodeType; +} catch ( e ) { + push = { apply: arr.length ? + + // Leverage slice if possible + function( target, els ) { + push_native.apply( target, slice.call(els) ); + } : + + // Support: IE<9 + // Otherwise append directly + function( target, els ) { + var j = target.length, + i = 0; + // Can't trust NodeList.length + while ( (target[j++] = els[i++]) ) {} + target.length = j - 1; + } + }; +} + +function Sizzle( selector, context, results, seed ) { + var m, i, elem, nid, match, groups, newSelector, + newContext = context && context.ownerDocument, + + // nodeType defaults to 9, since context defaults to document + nodeType = context ? context.nodeType : 9; + + results = results || []; + + // Return early from calls with invalid selector or context + if ( typeof selector !== "string" || !selector || + nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { + + return results; + } + + // Try to shortcut find operations (as opposed to filters) in HTML documents + if ( !seed ) { + + if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { + setDocument( context ); + } + context = context || document; + + if ( documentIsHTML ) { + + // If the selector is sufficiently simple, try using a "get*By*" DOM method + // (excepting DocumentFragment context, where the methods don't exist) + if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { + + // ID selector + if ( (m = match[1]) ) { + + // Document context + if ( nodeType === 9 ) { + if ( (elem = context.getElementById( m )) ) { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( elem.id === m ) { + results.push( elem ); + return results; + } + } else { + return results; + } + + // Element context + } else { + + // Support: IE, Opera, Webkit + // TODO: identify versions + // getElementById can match elements by name instead of ID + if ( newContext && (elem = newContext.getElementById( m )) && + contains( context, elem ) && + elem.id === m ) { + + results.push( elem ); + return results; + } + } + + // Type selector + } else if ( match[2] ) { + push.apply( results, context.getElementsByTagName( selector ) ); + return results; + + // Class selector + } else if ( (m = match[3]) && support.getElementsByClassName && + context.getElementsByClassName ) { + + push.apply( results, context.getElementsByClassName( m ) ); + return results; + } + } + + // Take advantage of querySelectorAll + if ( support.qsa && + !compilerCache[ selector + " " ] && + (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { + + if ( nodeType !== 1 ) { + newContext = context; + newSelector = selector; + + // qSA looks outside Element context, which is not what we want + // Thanks to Andrew Dupont for this workaround technique + // Support: IE <=8 + // Exclude object elements + } else if ( context.nodeName.toLowerCase() !== "object" ) { + + // Capture the context ID, setting it first if necessary + if ( (nid = context.getAttribute( "id" )) ) { + nid = nid.replace( rcssescape, fcssescape ); + } else { + context.setAttribute( "id", (nid = expando) ); + } + + // Prefix every selector in the list + groups = tokenize( selector ); + i = groups.length; + while ( i-- ) { + groups[i] = "#" + nid + " " + toSelector( groups[i] ); + } + newSelector = groups.join( "," ); + + // Expand context for sibling selectors + newContext = rsibling.test( selector ) && testContext( context.parentNode ) || + context; + } + + if ( newSelector ) { + try { + push.apply( results, + newContext.querySelectorAll( newSelector ) + ); + return results; + } catch ( qsaError ) { + } finally { + if ( nid === expando ) { + context.removeAttribute( "id" ); + } + } + } + } + } + } + + // All others + return select( selector.replace( rtrim, "$1" ), context, results, seed ); +} + +/** + * Create key-value caches of limited size + * @returns {function(string, object)} Returns the Object data after storing it on itself with + * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) + * deleting the oldest entry + */ +function createCache() { + var keys = []; + + function cache( key, value ) { + // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) + if ( keys.push( key + " " ) > Expr.cacheLength ) { + // Only keep the most recent entries + delete cache[ keys.shift() ]; + } + return (cache[ key + " " ] = value); + } + return cache; +} + +/** + * Mark a function for special use by Sizzle + * @param {Function} fn The function to mark + */ +function markFunction( fn ) { + fn[ expando ] = true; + return fn; +} + +/** + * Support testing using an element + * @param {Function} fn Passed the created element and returns a boolean result + */ +function assert( fn ) { + var el = document.createElement("fieldset"); + + try { + return !!fn( el ); + } catch (e) { + return false; + } finally { + // Remove from its parent by default + if ( el.parentNode ) { + el.parentNode.removeChild( el ); + } + // release memory in IE + el = null; + } +} + +/** + * Adds the same handler for all of the specified attrs + * @param {String} attrs Pipe-separated list of attributes + * @param {Function} handler The method that will be applied + */ +function addHandle( attrs, handler ) { + var arr = attrs.split("|"), + i = arr.length; + + while ( i-- ) { + Expr.attrHandle[ arr[i] ] = handler; + } +} + +/** + * Checks document order of two siblings + * @param {Element} a + * @param {Element} b + * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b + */ +function siblingCheck( a, b ) { + var cur = b && a, + diff = cur && a.nodeType === 1 && b.nodeType === 1 && + a.sourceIndex - b.sourceIndex; + + // Use IE sourceIndex if available on both nodes + if ( diff ) { + return diff; + } + + // Check if b follows a + if ( cur ) { + while ( (cur = cur.nextSibling) ) { + if ( cur === b ) { + return -1; + } + } + } + + return a ? 1 : -1; +} + +/** + * Returns a function to use in pseudos for input types + * @param {String} type + */ +function createInputPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for buttons + * @param {String} type + */ +function createButtonPseudo( type ) { + return function( elem ) { + var name = elem.nodeName.toLowerCase(); + return (name === "input" || name === "button") && elem.type === type; + }; +} + +/** + * Returns a function to use in pseudos for :enabled/:disabled + * @param {Boolean} disabled true for :disabled; false for :enabled + */ +function createDisabledPseudo( disabled ) { + + // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable + return function( elem ) { + + // Only certain elements can match :enabled or :disabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled + // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled + if ( "form" in elem ) { + + // Check for inherited disabledness on relevant non-disabled elements: + // * listed form-associated elements in a disabled fieldset + // https://html.spec.whatwg.org/multipage/forms.html#category-listed + // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled + // * option elements in a disabled optgroup + // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled + // All such elements have a "form" property. + if ( elem.parentNode && elem.disabled === false ) { + + // Option elements defer to a parent optgroup if present + if ( "label" in elem ) { + if ( "label" in elem.parentNode ) { + return elem.parentNode.disabled === disabled; + } else { + return elem.disabled === disabled; + } + } + + // Support: IE 6 - 11 + // Use the isDisabled shortcut property to check for disabled fieldset ancestors + return elem.isDisabled === disabled || + + // Where there is no isDisabled, check manually + /* jshint -W018 */ + elem.isDisabled !== !disabled && + disabledAncestor( elem ) === disabled; + } + + return elem.disabled === disabled; + + // Try to winnow out elements that can't be disabled before trusting the disabled property. + // Some victims get caught in our net (label, legend, menu, track), but it shouldn't + // even exist on them, let alone have a boolean value. + } else if ( "label" in elem ) { + return elem.disabled === disabled; + } + + // Remaining elements are neither :enabled nor :disabled + return false; + }; +} + +/** + * Returns a function to use in pseudos for positionals + * @param {Function} fn + */ +function createPositionalPseudo( fn ) { + return markFunction(function( argument ) { + argument = +argument; + return markFunction(function( seed, matches ) { + var j, + matchIndexes = fn( [], seed.length, argument ), + i = matchIndexes.length; + + // Match elements found at the specified indexes + while ( i-- ) { + if ( seed[ (j = matchIndexes[i]) ] ) { + seed[j] = !(matches[j] = seed[j]); + } + } + }); + }); +} + +/** + * Checks a node for validity as a Sizzle context + * @param {Element|Object=} context + * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value + */ +function testContext( context ) { + return context && typeof context.getElementsByTagName !== "undefined" && context; +} + +// Expose support vars for convenience +support = Sizzle.support = {}; + +/** + * Detects XML nodes + * @param {Element|Object} elem An element or a document + * @returns {Boolean} True iff elem is a non-HTML XML node + */ +isXML = Sizzle.isXML = function( elem ) { + // documentElement is verified for cases where it doesn't yet exist + // (such as loading iframes in IE - #4833) + var documentElement = elem && (elem.ownerDocument || elem).documentElement; + return documentElement ? documentElement.nodeName !== "HTML" : false; +}; + +/** + * Sets document-related variables once based on the current document + * @param {Element|Object} [doc] An element or document object to use to set the document + * @returns {Object} Returns the current document + */ +setDocument = Sizzle.setDocument = function( node ) { + var hasCompare, subWindow, + doc = node ? node.ownerDocument || node : preferredDoc; + + // Return early if doc is invalid or already selected + if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { + return document; + } + + // Update global variables + document = doc; + docElem = document.documentElement; + documentIsHTML = !isXML( document ); + + // Support: IE 9-11, Edge + // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) + if ( preferredDoc !== document && + (subWindow = document.defaultView) && subWindow.top !== subWindow ) { + + // Support: IE 11, Edge + if ( subWindow.addEventListener ) { + subWindow.addEventListener( "unload", unloadHandler, false ); + + // Support: IE 9 - 10 only + } else if ( subWindow.attachEvent ) { + subWindow.attachEvent( "onunload", unloadHandler ); + } + } + + /* Attributes + ---------------------------------------------------------------------- */ + + // Support: IE<8 + // Verify that getAttribute really returns attributes and not properties + // (excepting IE8 booleans) + support.attributes = assert(function( el ) { + el.className = "i"; + return !el.getAttribute("className"); + }); + + /* getElement(s)By* + ---------------------------------------------------------------------- */ + + // Check if getElementsByTagName("*") returns only elements + support.getElementsByTagName = assert(function( el ) { + el.appendChild( document.createComment("") ); + return !el.getElementsByTagName("*").length; + }); + + // Support: IE<9 + support.getElementsByClassName = rnative.test( document.getElementsByClassName ); + + // Support: IE<10 + // Check if getElementById returns elements by name + // The broken getElementById methods don't pick up programmatically-set names, + // so use a roundabout getElementsByName test + support.getById = assert(function( el ) { + docElem.appendChild( el ).id = expando; + return !document.getElementsByName || !document.getElementsByName( expando ).length; + }); + + // ID filter and find + if ( support.getById ) { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + return elem.getAttribute("id") === attrId; + }; + }; + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var elem = context.getElementById( id ); + return elem ? [ elem ] : []; + } + }; + } else { + Expr.filter["ID"] = function( id ) { + var attrId = id.replace( runescape, funescape ); + return function( elem ) { + var node = typeof elem.getAttributeNode !== "undefined" && + elem.getAttributeNode("id"); + return node && node.value === attrId; + }; + }; + + // Support: IE 6 - 7 only + // getElementById is not reliable as a find shortcut + Expr.find["ID"] = function( id, context ) { + if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { + var node, i, elems, + elem = context.getElementById( id ); + + if ( elem ) { + + // Verify the id attribute + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + + // Fall back on getElementsByName + elems = context.getElementsByName( id ); + i = 0; + while ( (elem = elems[i++]) ) { + node = elem.getAttributeNode("id"); + if ( node && node.value === id ) { + return [ elem ]; + } + } + } + + return []; + } + }; + } + + // Tag + Expr.find["TAG"] = support.getElementsByTagName ? + function( tag, context ) { + if ( typeof context.getElementsByTagName !== "undefined" ) { + return context.getElementsByTagName( tag ); + + // DocumentFragment nodes don't have gEBTN + } else if ( support.qsa ) { + return context.querySelectorAll( tag ); + } + } : + + function( tag, context ) { + var elem, + tmp = [], + i = 0, + // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too + results = context.getElementsByTagName( tag ); + + // Filter out possible comments + if ( tag === "*" ) { + while ( (elem = results[i++]) ) { + if ( elem.nodeType === 1 ) { + tmp.push( elem ); + } + } + + return tmp; + } + return results; + }; + + // Class + Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { + if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { + return context.getElementsByClassName( className ); + } + }; + + /* QSA/matchesSelector + ---------------------------------------------------------------------- */ + + // QSA and matchesSelector support + + // matchesSelector(:active) reports false when true (IE9/Opera 11.5) + rbuggyMatches = []; + + // qSa(:focus) reports false when true (Chrome 21) + // We allow this because of a bug in IE8/9 that throws an error + // whenever `document.activeElement` is accessed on an iframe + // So, we allow :focus to pass through QSA all the time to avoid the IE error + // See https://bugs.jquery.com/ticket/13378 + rbuggyQSA = []; + + if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { + // Build QSA regex + // Regex strategy adopted from Diego Perini + assert(function( el ) { + // Select is set to empty string on purpose + // This is to test IE's treatment of not explicitly + // setting a boolean content attribute, + // since its presence should be enough + // https://bugs.jquery.com/ticket/12359 + docElem.appendChild( el ).innerHTML = "" + + ""; + + // Support: IE8, Opera 11-12.16 + // Nothing should be selected when empty strings follow ^= or $= or *= + // The test attribute must be unknown in Opera but "safe" for WinRT + // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section + if ( el.querySelectorAll("[msallowcapture^='']").length ) { + rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); + } + + // Support: IE8 + // Boolean attributes and "value" are not treated correctly + if ( !el.querySelectorAll("[selected]").length ) { + rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); + } + + // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ + if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { + rbuggyQSA.push("~="); + } + + // Webkit/Opera - :checked should return selected option elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + // IE8 throws error here and will not see later tests + if ( !el.querySelectorAll(":checked").length ) { + rbuggyQSA.push(":checked"); + } + + // Support: Safari 8+, iOS 8+ + // https://bugs.webkit.org/show_bug.cgi?id=136851 + // In-page `selector#id sibling-combinator selector` fails + if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { + rbuggyQSA.push(".#.+[+~]"); + } + }); + + assert(function( el ) { + el.innerHTML = "" + + ""; + + // Support: Windows 8 Native Apps + // The type and name attributes are restricted during .innerHTML assignment + var input = document.createElement("input"); + input.setAttribute( "type", "hidden" ); + el.appendChild( input ).setAttribute( "name", "D" ); + + // Support: IE8 + // Enforce case-sensitivity of name attribute + if ( el.querySelectorAll("[name=d]").length ) { + rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); + } + + // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) + // IE8 throws error here and will not see later tests + if ( el.querySelectorAll(":enabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Support: IE9-11+ + // IE's :disabled selector does not pick up the children of disabled fieldsets + docElem.appendChild( el ).disabled = true; + if ( el.querySelectorAll(":disabled").length !== 2 ) { + rbuggyQSA.push( ":enabled", ":disabled" ); + } + + // Opera 10-11 does not throw on post-comma invalid pseudos + el.querySelectorAll("*,:x"); + rbuggyQSA.push(",.*:"); + }); + } + + if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || + docElem.webkitMatchesSelector || + docElem.mozMatchesSelector || + docElem.oMatchesSelector || + docElem.msMatchesSelector) )) ) { + + assert(function( el ) { + // Check to see if it's possible to do matchesSelector + // on a disconnected node (IE 9) + support.disconnectedMatch = matches.call( el, "*" ); + + // This should fail with an exception + // Gecko does not error, returns false instead + matches.call( el, "[s!='']:x" ); + rbuggyMatches.push( "!=", pseudos ); + }); + } + + rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); + rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); + + /* Contains + ---------------------------------------------------------------------- */ + hasCompare = rnative.test( docElem.compareDocumentPosition ); + + // Element contains another + // Purposefully self-exclusive + // As in, an element does not contain itself + contains = hasCompare || rnative.test( docElem.contains ) ? + function( a, b ) { + var adown = a.nodeType === 9 ? a.documentElement : a, + bup = b && b.parentNode; + return a === bup || !!( bup && bup.nodeType === 1 && ( + adown.contains ? + adown.contains( bup ) : + a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 + )); + } : + function( a, b ) { + if ( b ) { + while ( (b = b.parentNode) ) { + if ( b === a ) { + return true; + } + } + } + return false; + }; + + /* Sorting + ---------------------------------------------------------------------- */ + + // Document order sorting + sortOrder = hasCompare ? + function( a, b ) { + + // Flag for duplicate removal + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + // Sort on method existence if only one input has compareDocumentPosition + var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; + if ( compare ) { + return compare; + } + + // Calculate position if both inputs belong to the same document + compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? + a.compareDocumentPosition( b ) : + + // Otherwise we know they are disconnected + 1; + + // Disconnected nodes + if ( compare & 1 || + (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { + + // Choose the first element that is related to our preferred document + if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { + return -1; + } + if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { + return 1; + } + + // Maintain original order + return sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + } + + return compare & 4 ? -1 : 1; + } : + function( a, b ) { + // Exit early if the nodes are identical + if ( a === b ) { + hasDuplicate = true; + return 0; + } + + var cur, + i = 0, + aup = a.parentNode, + bup = b.parentNode, + ap = [ a ], + bp = [ b ]; + + // Parentless nodes are either documents or disconnected + if ( !aup || !bup ) { + return a === document ? -1 : + b === document ? 1 : + aup ? -1 : + bup ? 1 : + sortInput ? + ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : + 0; + + // If the nodes are siblings, we can do a quick check + } else if ( aup === bup ) { + return siblingCheck( a, b ); + } + + // Otherwise we need full lists of their ancestors for comparison + cur = a; + while ( (cur = cur.parentNode) ) { + ap.unshift( cur ); + } + cur = b; + while ( (cur = cur.parentNode) ) { + bp.unshift( cur ); + } + + // Walk down the tree looking for a discrepancy + while ( ap[i] === bp[i] ) { + i++; + } + + return i ? + // Do a sibling check if the nodes have a common ancestor + siblingCheck( ap[i], bp[i] ) : + + // Otherwise nodes in our document sort first + ap[i] === preferredDoc ? -1 : + bp[i] === preferredDoc ? 1 : + 0; + }; + + return document; +}; + +Sizzle.matches = function( expr, elements ) { + return Sizzle( expr, null, null, elements ); +}; + +Sizzle.matchesSelector = function( elem, expr ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + // Make sure that attribute selectors are quoted + expr = expr.replace( rattributeQuotes, "='$1']" ); + + if ( support.matchesSelector && documentIsHTML && + !compilerCache[ expr + " " ] && + ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && + ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { + + try { + var ret = matches.call( elem, expr ); + + // IE 9's matchesSelector returns false on disconnected nodes + if ( ret || support.disconnectedMatch || + // As well, disconnected nodes are said to be in a document + // fragment in IE 9 + elem.document && elem.document.nodeType !== 11 ) { + return ret; + } + } catch (e) {} + } + + return Sizzle( expr, document, null, [ elem ] ).length > 0; +}; + +Sizzle.contains = function( context, elem ) { + // Set document vars if needed + if ( ( context.ownerDocument || context ) !== document ) { + setDocument( context ); + } + return contains( context, elem ); +}; + +Sizzle.attr = function( elem, name ) { + // Set document vars if needed + if ( ( elem.ownerDocument || elem ) !== document ) { + setDocument( elem ); + } + + var fn = Expr.attrHandle[ name.toLowerCase() ], + // Don't get fooled by Object.prototype properties (jQuery #13807) + val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? + fn( elem, name, !documentIsHTML ) : + undefined; + + return val !== undefined ? + val : + support.attributes || !documentIsHTML ? + elem.getAttribute( name ) : + (val = elem.getAttributeNode(name)) && val.specified ? + val.value : + null; +}; + +Sizzle.escape = function( sel ) { + return (sel + "").replace( rcssescape, fcssescape ); +}; + +Sizzle.error = function( msg ) { + throw new Error( "Syntax error, unrecognized expression: " + msg ); +}; + +/** + * Document sorting and removing duplicates + * @param {ArrayLike} results + */ +Sizzle.uniqueSort = function( results ) { + var elem, + duplicates = [], + j = 0, + i = 0; + + // Unless we *know* we can detect duplicates, assume their presence + hasDuplicate = !support.detectDuplicates; + sortInput = !support.sortStable && results.slice( 0 ); + results.sort( sortOrder ); + + if ( hasDuplicate ) { + while ( (elem = results[i++]) ) { + if ( elem === results[ i ] ) { + j = duplicates.push( i ); + } + } + while ( j-- ) { + results.splice( duplicates[ j ], 1 ); + } + } + + // Clear input after sorting to release objects + // See https://github.com/jquery/sizzle/pull/225 + sortInput = null; + + return results; +}; + +/** + * Utility function for retrieving the text value of an array of DOM nodes + * @param {Array|Element} elem + */ +getText = Sizzle.getText = function( elem ) { + var node, + ret = "", + i = 0, + nodeType = elem.nodeType; + + if ( !nodeType ) { + // If no nodeType, this is expected to be an array + while ( (node = elem[i++]) ) { + // Do not traverse comment nodes + ret += getText( node ); + } + } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { + // Use textContent for elements + // innerText usage removed for consistency of new lines (jQuery #11153) + if ( typeof elem.textContent === "string" ) { + return elem.textContent; + } else { + // Traverse its children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + ret += getText( elem ); + } + } + } else if ( nodeType === 3 || nodeType === 4 ) { + return elem.nodeValue; + } + // Do not include comment or processing instruction nodes + + return ret; +}; + +Expr = Sizzle.selectors = { + + // Can be adjusted by the user + cacheLength: 50, + + createPseudo: markFunction, + + match: matchExpr, + + attrHandle: {}, + + find: {}, + + relative: { + ">": { dir: "parentNode", first: true }, + " ": { dir: "parentNode" }, + "+": { dir: "previousSibling", first: true }, + "~": { dir: "previousSibling" } + }, + + preFilter: { + "ATTR": function( match ) { + match[1] = match[1].replace( runescape, funescape ); + + // Move the given value to match[3] whether quoted or unquoted + match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); + + if ( match[2] === "~=" ) { + match[3] = " " + match[3] + " "; + } + + return match.slice( 0, 4 ); + }, + + "CHILD": function( match ) { + /* matches from matchExpr["CHILD"] + 1 type (only|nth|...) + 2 what (child|of-type) + 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) + 4 xn-component of xn+y argument ([+-]?\d*n|) + 5 sign of xn-component + 6 x of xn-component + 7 sign of y-component + 8 y of y-component + */ + match[1] = match[1].toLowerCase(); + + if ( match[1].slice( 0, 3 ) === "nth" ) { + // nth-* requires argument + if ( !match[3] ) { + Sizzle.error( match[0] ); + } + + // numeric x and y parameters for Expr.filter.CHILD + // remember that false/true cast respectively to 0/1 + match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); + match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); + + // other types prohibit arguments + } else if ( match[3] ) { + Sizzle.error( match[0] ); + } + + return match; + }, + + "PSEUDO": function( match ) { + var excess, + unquoted = !match[6] && match[2]; + + if ( matchExpr["CHILD"].test( match[0] ) ) { + return null; + } + + // Accept quoted arguments as-is + if ( match[3] ) { + match[2] = match[4] || match[5] || ""; + + // Strip excess characters from unquoted arguments + } else if ( unquoted && rpseudo.test( unquoted ) && + // Get excess from tokenize (recursively) + (excess = tokenize( unquoted, true )) && + // advance to the next closing parenthesis + (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { + + // excess is a negative index + match[0] = match[0].slice( 0, excess ); + match[2] = unquoted.slice( 0, excess ); + } + + // Return only captures needed by the pseudo filter method (type and argument) + return match.slice( 0, 3 ); + } + }, + + filter: { + + "TAG": function( nodeNameSelector ) { + var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); + return nodeNameSelector === "*" ? + function() { return true; } : + function( elem ) { + return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; + }; + }, + + "CLASS": function( className ) { + var pattern = classCache[ className + " " ]; + + return pattern || + (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && + classCache( className, function( elem ) { + return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); + }); + }, + + "ATTR": function( name, operator, check ) { + return function( elem ) { + var result = Sizzle.attr( elem, name ); + + if ( result == null ) { + return operator === "!="; + } + if ( !operator ) { + return true; + } + + result += ""; + + return operator === "=" ? result === check : + operator === "!=" ? result !== check : + operator === "^=" ? check && result.indexOf( check ) === 0 : + operator === "*=" ? check && result.indexOf( check ) > -1 : + operator === "$=" ? check && result.slice( -check.length ) === check : + operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : + operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : + false; + }; + }, + + "CHILD": function( type, what, argument, first, last ) { + var simple = type.slice( 0, 3 ) !== "nth", + forward = type.slice( -4 ) !== "last", + ofType = what === "of-type"; + + return first === 1 && last === 0 ? + + // Shortcut for :nth-*(n) + function( elem ) { + return !!elem.parentNode; + } : + + function( elem, context, xml ) { + var cache, uniqueCache, outerCache, node, nodeIndex, start, + dir = simple !== forward ? "nextSibling" : "previousSibling", + parent = elem.parentNode, + name = ofType && elem.nodeName.toLowerCase(), + useCache = !xml && !ofType, + diff = false; + + if ( parent ) { + + // :(first|last|only)-(child|of-type) + if ( simple ) { + while ( dir ) { + node = elem; + while ( (node = node[ dir ]) ) { + if ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) { + + return false; + } + } + // Reverse direction for :only-* (if we haven't yet done so) + start = dir = type === "only" && !start && "nextSibling"; + } + return true; + } + + start = [ forward ? parent.firstChild : parent.lastChild ]; + + // non-xml :nth-child(...) stores cache data on `parent` + if ( forward && useCache ) { + + // Seek `elem` from a previously-cached index + + // ...in a gzip-friendly way + node = parent; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex && cache[ 2 ]; + node = nodeIndex && parent.childNodes[ nodeIndex ]; + + while ( (node = ++nodeIndex && node && node[ dir ] || + + // Fallback to seeking `elem` from the start + (diff = nodeIndex = 0) || start.pop()) ) { + + // When found, cache indexes on `parent` and break + if ( node.nodeType === 1 && ++diff && node === elem ) { + uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; + break; + } + } + + } else { + // Use previously-cached element index if available + if ( useCache ) { + // ...in a gzip-friendly way + node = elem; + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + cache = uniqueCache[ type ] || []; + nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; + diff = nodeIndex; + } + + // xml :nth-child(...) + // or :nth-last-child(...) or :nth(-last)?-of-type(...) + if ( diff === false ) { + // Use the same loop as above to seek `elem` from the start + while ( (node = ++nodeIndex && node && node[ dir ] || + (diff = nodeIndex = 0) || start.pop()) ) { + + if ( ( ofType ? + node.nodeName.toLowerCase() === name : + node.nodeType === 1 ) && + ++diff ) { + + // Cache the index of each encountered element + if ( useCache ) { + outerCache = node[ expando ] || (node[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ node.uniqueID ] || + (outerCache[ node.uniqueID ] = {}); + + uniqueCache[ type ] = [ dirruns, diff ]; + } + + if ( node === elem ) { + break; + } + } + } + } + } + + // Incorporate the offset, then check against cycle size + diff -= last; + return diff === first || ( diff % first === 0 && diff / first >= 0 ); + } + }; + }, + + "PSEUDO": function( pseudo, argument ) { + // pseudo-class names are case-insensitive + // http://www.w3.org/TR/selectors/#pseudo-classes + // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters + // Remember that setFilters inherits from pseudos + var args, + fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || + Sizzle.error( "unsupported pseudo: " + pseudo ); + + // The user may use createPseudo to indicate that + // arguments are needed to create the filter function + // just as Sizzle does + if ( fn[ expando ] ) { + return fn( argument ); + } + + // But maintain support for old signatures + if ( fn.length > 1 ) { + args = [ pseudo, pseudo, "", argument ]; + return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? + markFunction(function( seed, matches ) { + var idx, + matched = fn( seed, argument ), + i = matched.length; + while ( i-- ) { + idx = indexOf( seed, matched[i] ); + seed[ idx ] = !( matches[ idx ] = matched[i] ); + } + }) : + function( elem ) { + return fn( elem, 0, args ); + }; + } + + return fn; + } + }, + + pseudos: { + // Potentially complex pseudos + "not": markFunction(function( selector ) { + // Trim the selector passed to compile + // to avoid treating leading and trailing + // spaces as combinators + var input = [], + results = [], + matcher = compile( selector.replace( rtrim, "$1" ) ); + + return matcher[ expando ] ? + markFunction(function( seed, matches, context, xml ) { + var elem, + unmatched = matcher( seed, null, xml, [] ), + i = seed.length; + + // Match elements unmatched by `matcher` + while ( i-- ) { + if ( (elem = unmatched[i]) ) { + seed[i] = !(matches[i] = elem); + } + } + }) : + function( elem, context, xml ) { + input[0] = elem; + matcher( input, null, xml, results ); + // Don't keep the element (issue #299) + input[0] = null; + return !results.pop(); + }; + }), + + "has": markFunction(function( selector ) { + return function( elem ) { + return Sizzle( selector, elem ).length > 0; + }; + }), + + "contains": markFunction(function( text ) { + text = text.replace( runescape, funescape ); + return function( elem ) { + return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; + }; + }), + + // "Whether an element is represented by a :lang() selector + // is based solely on the element's language value + // being equal to the identifier C, + // or beginning with the identifier C immediately followed by "-". + // The matching of C against the element's language value is performed case-insensitively. + // The identifier C does not have to be a valid language name." + // http://www.w3.org/TR/selectors/#lang-pseudo + "lang": markFunction( function( lang ) { + // lang value must be a valid identifier + if ( !ridentifier.test(lang || "") ) { + Sizzle.error( "unsupported lang: " + lang ); + } + lang = lang.replace( runescape, funescape ).toLowerCase(); + return function( elem ) { + var elemLang; + do { + if ( (elemLang = documentIsHTML ? + elem.lang : + elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { + + elemLang = elemLang.toLowerCase(); + return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; + } + } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); + return false; + }; + }), + + // Miscellaneous + "target": function( elem ) { + var hash = window.location && window.location.hash; + return hash && hash.slice( 1 ) === elem.id; + }, + + "root": function( elem ) { + return elem === docElem; + }, + + "focus": function( elem ) { + return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); + }, + + // Boolean properties + "enabled": createDisabledPseudo( false ), + "disabled": createDisabledPseudo( true ), + + "checked": function( elem ) { + // In CSS3, :checked should return both checked and selected elements + // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked + var nodeName = elem.nodeName.toLowerCase(); + return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); + }, + + "selected": function( elem ) { + // Accessing this property makes selected-by-default + // options in Safari work properly + if ( elem.parentNode ) { + elem.parentNode.selectedIndex; + } + + return elem.selected === true; + }, + + // Contents + "empty": function( elem ) { + // http://www.w3.org/TR/selectors/#empty-pseudo + // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), + // but not by others (comment: 8; processing instruction: 7; etc.) + // nodeType < 6 works because attributes (2) do not appear as children + for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { + if ( elem.nodeType < 6 ) { + return false; + } + } + return true; + }, + + "parent": function( elem ) { + return !Expr.pseudos["empty"]( elem ); + }, + + // Element/input types + "header": function( elem ) { + return rheader.test( elem.nodeName ); + }, + + "input": function( elem ) { + return rinputs.test( elem.nodeName ); + }, + + "button": function( elem ) { + var name = elem.nodeName.toLowerCase(); + return name === "input" && elem.type === "button" || name === "button"; + }, + + "text": function( elem ) { + var attr; + return elem.nodeName.toLowerCase() === "input" && + elem.type === "text" && + + // Support: IE<8 + // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" + ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); + }, + + // Position-in-collection + "first": createPositionalPseudo(function() { + return [ 0 ]; + }), + + "last": createPositionalPseudo(function( matchIndexes, length ) { + return [ length - 1 ]; + }), + + "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { + return [ argument < 0 ? argument + length : argument ]; + }), + + "even": createPositionalPseudo(function( matchIndexes, length ) { + var i = 0; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "odd": createPositionalPseudo(function( matchIndexes, length ) { + var i = 1; + for ( ; i < length; i += 2 ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; --i >= 0; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }), + + "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { + var i = argument < 0 ? argument + length : argument; + for ( ; ++i < length; ) { + matchIndexes.push( i ); + } + return matchIndexes; + }) + } +}; + +Expr.pseudos["nth"] = Expr.pseudos["eq"]; + +// Add button/input type pseudos +for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { + Expr.pseudos[ i ] = createInputPseudo( i ); +} +for ( i in { submit: true, reset: true } ) { + Expr.pseudos[ i ] = createButtonPseudo( i ); +} + +// Easy API for creating new setFilters +function setFilters() {} +setFilters.prototype = Expr.filters = Expr.pseudos; +Expr.setFilters = new setFilters(); + +tokenize = Sizzle.tokenize = function( selector, parseOnly ) { + var matched, match, tokens, type, + soFar, groups, preFilters, + cached = tokenCache[ selector + " " ]; + + if ( cached ) { + return parseOnly ? 0 : cached.slice( 0 ); + } + + soFar = selector; + groups = []; + preFilters = Expr.preFilter; + + while ( soFar ) { + + // Comma and first run + if ( !matched || (match = rcomma.exec( soFar )) ) { + if ( match ) { + // Don't consume trailing commas as valid + soFar = soFar.slice( match[0].length ) || soFar; + } + groups.push( (tokens = []) ); + } + + matched = false; + + // Combinators + if ( (match = rcombinators.exec( soFar )) ) { + matched = match.shift(); + tokens.push({ + value: matched, + // Cast descendant combinators to space + type: match[0].replace( rtrim, " " ) + }); + soFar = soFar.slice( matched.length ); + } + + // Filters + for ( type in Expr.filter ) { + if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || + (match = preFilters[ type ]( match ))) ) { + matched = match.shift(); + tokens.push({ + value: matched, + type: type, + matches: match + }); + soFar = soFar.slice( matched.length ); + } + } + + if ( !matched ) { + break; + } + } + + // Return the length of the invalid excess + // if we're just parsing + // Otherwise, throw an error or return tokens + return parseOnly ? + soFar.length : + soFar ? + Sizzle.error( selector ) : + // Cache the tokens + tokenCache( selector, groups ).slice( 0 ); +}; + +function toSelector( tokens ) { + var i = 0, + len = tokens.length, + selector = ""; + for ( ; i < len; i++ ) { + selector += tokens[i].value; + } + return selector; +} + +function addCombinator( matcher, combinator, base ) { + var dir = combinator.dir, + skip = combinator.next, + key = skip || dir, + checkNonElements = base && key === "parentNode", + doneName = done++; + + return combinator.first ? + // Check against closest ancestor/preceding element + function( elem, context, xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + return matcher( elem, context, xml ); + } + } + return false; + } : + + // Check against all ancestor/preceding elements + function( elem, context, xml ) { + var oldCache, uniqueCache, outerCache, + newCache = [ dirruns, doneName ]; + + // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching + if ( xml ) { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + if ( matcher( elem, context, xml ) ) { + return true; + } + } + } + } else { + while ( (elem = elem[ dir ]) ) { + if ( elem.nodeType === 1 || checkNonElements ) { + outerCache = elem[ expando ] || (elem[ expando ] = {}); + + // Support: IE <9 only + // Defend against cloned attroperties (jQuery gh-1709) + uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); + + if ( skip && skip === elem.nodeName.toLowerCase() ) { + elem = elem[ dir ] || elem; + } else if ( (oldCache = uniqueCache[ key ]) && + oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { + + // Assign to newCache so results back-propagate to previous elements + return (newCache[ 2 ] = oldCache[ 2 ]); + } else { + // Reuse newcache so results back-propagate to previous elements + uniqueCache[ key ] = newCache; + + // A match means we're done; a fail means we have to keep checking + if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { + return true; + } + } + } + } + } + return false; + }; +} + +function elementMatcher( matchers ) { + return matchers.length > 1 ? + function( elem, context, xml ) { + var i = matchers.length; + while ( i-- ) { + if ( !matchers[i]( elem, context, xml ) ) { + return false; + } + } + return true; + } : + matchers[0]; +} + +function multipleContexts( selector, contexts, results ) { + var i = 0, + len = contexts.length; + for ( ; i < len; i++ ) { + Sizzle( selector, contexts[i], results ); + } + return results; +} + +function condense( unmatched, map, filter, context, xml ) { + var elem, + newUnmatched = [], + i = 0, + len = unmatched.length, + mapped = map != null; + + for ( ; i < len; i++ ) { + if ( (elem = unmatched[i]) ) { + if ( !filter || filter( elem, context, xml ) ) { + newUnmatched.push( elem ); + if ( mapped ) { + map.push( i ); + } + } + } + } + + return newUnmatched; +} + +function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { + if ( postFilter && !postFilter[ expando ] ) { + postFilter = setMatcher( postFilter ); + } + if ( postFinder && !postFinder[ expando ] ) { + postFinder = setMatcher( postFinder, postSelector ); + } + return markFunction(function( seed, results, context, xml ) { + var temp, i, elem, + preMap = [], + postMap = [], + preexisting = results.length, + + // Get initial elements from seed or context + elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), + + // Prefilter to get matcher input, preserving a map for seed-results synchronization + matcherIn = preFilter && ( seed || !selector ) ? + condense( elems, preMap, preFilter, context, xml ) : + elems, + + matcherOut = matcher ? + // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, + postFinder || ( seed ? preFilter : preexisting || postFilter ) ? + + // ...intermediate processing is necessary + [] : + + // ...otherwise use results directly + results : + matcherIn; + + // Find primary matches + if ( matcher ) { + matcher( matcherIn, matcherOut, context, xml ); + } + + // Apply postFilter + if ( postFilter ) { + temp = condense( matcherOut, postMap ); + postFilter( temp, [], context, xml ); + + // Un-match failing elements by moving them back to matcherIn + i = temp.length; + while ( i-- ) { + if ( (elem = temp[i]) ) { + matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); + } + } + } + + if ( seed ) { + if ( postFinder || preFilter ) { + if ( postFinder ) { + // Get the final matcherOut by condensing this intermediate into postFinder contexts + temp = []; + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) ) { + // Restore matcherIn since elem is not yet a final match + temp.push( (matcherIn[i] = elem) ); + } + } + postFinder( null, (matcherOut = []), temp, xml ); + } + + // Move matched elements from seed to results to keep them synchronized + i = matcherOut.length; + while ( i-- ) { + if ( (elem = matcherOut[i]) && + (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { + + seed[temp] = !(results[temp] = elem); + } + } + } + + // Add elements to results, through postFinder if defined + } else { + matcherOut = condense( + matcherOut === results ? + matcherOut.splice( preexisting, matcherOut.length ) : + matcherOut + ); + if ( postFinder ) { + postFinder( null, results, matcherOut, xml ); + } else { + push.apply( results, matcherOut ); + } + } + }); +} + +function matcherFromTokens( tokens ) { + var checkContext, matcher, j, + len = tokens.length, + leadingRelative = Expr.relative[ tokens[0].type ], + implicitRelative = leadingRelative || Expr.relative[" "], + i = leadingRelative ? 1 : 0, + + // The foundational matcher ensures that elements are reachable from top-level context(s) + matchContext = addCombinator( function( elem ) { + return elem === checkContext; + }, implicitRelative, true ), + matchAnyContext = addCombinator( function( elem ) { + return indexOf( checkContext, elem ) > -1; + }, implicitRelative, true ), + matchers = [ function( elem, context, xml ) { + var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( + (checkContext = context).nodeType ? + matchContext( elem, context, xml ) : + matchAnyContext( elem, context, xml ) ); + // Avoid hanging onto element (issue #299) + checkContext = null; + return ret; + } ]; + + for ( ; i < len; i++ ) { + if ( (matcher = Expr.relative[ tokens[i].type ]) ) { + matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; + } else { + matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); + + // Return special upon seeing a positional matcher + if ( matcher[ expando ] ) { + // Find the next relative operator (if any) for proper handling + j = ++i; + for ( ; j < len; j++ ) { + if ( Expr.relative[ tokens[j].type ] ) { + break; + } + } + return setMatcher( + i > 1 && elementMatcher( matchers ), + i > 1 && toSelector( + // If the preceding token was a descendant combinator, insert an implicit any-element `*` + tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) + ).replace( rtrim, "$1" ), + matcher, + i < j && matcherFromTokens( tokens.slice( i, j ) ), + j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), + j < len && toSelector( tokens ) + ); + } + matchers.push( matcher ); + } + } + + return elementMatcher( matchers ); +} + +function matcherFromGroupMatchers( elementMatchers, setMatchers ) { + var bySet = setMatchers.length > 0, + byElement = elementMatchers.length > 0, + superMatcher = function( seed, context, xml, results, outermost ) { + var elem, j, matcher, + matchedCount = 0, + i = "0", + unmatched = seed && [], + setMatched = [], + contextBackup = outermostContext, + // We must always have either seed elements or outermost context + elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), + // Use integer dirruns iff this is the outermost matcher + dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), + len = elems.length; + + if ( outermost ) { + outermostContext = context === document || context || outermost; + } + + // Add elements passing elementMatchers directly to results + // Support: IE<9, Safari + // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id + for ( ; i !== len && (elem = elems[i]) != null; i++ ) { + if ( byElement && elem ) { + j = 0; + if ( !context && elem.ownerDocument !== document ) { + setDocument( elem ); + xml = !documentIsHTML; + } + while ( (matcher = elementMatchers[j++]) ) { + if ( matcher( elem, context || document, xml) ) { + results.push( elem ); + break; + } + } + if ( outermost ) { + dirruns = dirrunsUnique; + } + } + + // Track unmatched elements for set filters + if ( bySet ) { + // They will have gone through all possible matchers + if ( (elem = !matcher && elem) ) { + matchedCount--; + } + + // Lengthen the array for every element, matched or not + if ( seed ) { + unmatched.push( elem ); + } + } + } + + // `i` is now the count of elements visited above, and adding it to `matchedCount` + // makes the latter nonnegative. + matchedCount += i; + + // Apply set filters to unmatched elements + // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` + // equals `i`), unless we didn't visit _any_ elements in the above loop because we have + // no element matchers and no seed. + // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that + // case, which will result in a "00" `matchedCount` that differs from `i` but is also + // numerically zero. + if ( bySet && i !== matchedCount ) { + j = 0; + while ( (matcher = setMatchers[j++]) ) { + matcher( unmatched, setMatched, context, xml ); + } + + if ( seed ) { + // Reintegrate element matches to eliminate the need for sorting + if ( matchedCount > 0 ) { + while ( i-- ) { + if ( !(unmatched[i] || setMatched[i]) ) { + setMatched[i] = pop.call( results ); + } + } + } + + // Discard index placeholder values to get only actual matches + setMatched = condense( setMatched ); + } + + // Add matches to results + push.apply( results, setMatched ); + + // Seedless set matches succeeding multiple successful matchers stipulate sorting + if ( outermost && !seed && setMatched.length > 0 && + ( matchedCount + setMatchers.length ) > 1 ) { + + Sizzle.uniqueSort( results ); + } + } + + // Override manipulation of globals by nested matchers + if ( outermost ) { + dirruns = dirrunsUnique; + outermostContext = contextBackup; + } + + return unmatched; + }; + + return bySet ? + markFunction( superMatcher ) : + superMatcher; +} + +compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { + var i, + setMatchers = [], + elementMatchers = [], + cached = compilerCache[ selector + " " ]; + + if ( !cached ) { + // Generate a function of recursive functions that can be used to check each element + if ( !match ) { + match = tokenize( selector ); + } + i = match.length; + while ( i-- ) { + cached = matcherFromTokens( match[i] ); + if ( cached[ expando ] ) { + setMatchers.push( cached ); + } else { + elementMatchers.push( cached ); + } + } + + // Cache the compiled function + cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); + + // Save selector and tokenization + cached.selector = selector; + } + return cached; +}; + +/** + * A low-level selection function that works with Sizzle's compiled + * selector functions + * @param {String|Function} selector A selector or a pre-compiled + * selector function built with Sizzle.compile + * @param {Element} context + * @param {Array} [results] + * @param {Array} [seed] A set of elements to match against + */ +select = Sizzle.select = function( selector, context, results, seed ) { + var i, tokens, token, type, find, + compiled = typeof selector === "function" && selector, + match = !seed && tokenize( (selector = compiled.selector || selector) ); + + results = results || []; + + // Try to minimize operations if there is only one selector in the list and no seed + // (the latter of which guarantees us context) + if ( match.length === 1 ) { + + // Reduce context if the leading compound selector is an ID + tokens = match[0] = match[0].slice( 0 ); + if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && + context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { + + context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; + if ( !context ) { + return results; + + // Precompiled matchers will still verify ancestry, so step up a level + } else if ( compiled ) { + context = context.parentNode; + } + + selector = selector.slice( tokens.shift().value.length ); + } + + // Fetch a seed set for right-to-left matching + i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; + while ( i-- ) { + token = tokens[i]; + + // Abort if we hit a combinator + if ( Expr.relative[ (type = token.type) ] ) { + break; + } + if ( (find = Expr.find[ type ]) ) { + // Search, expanding context for leading sibling combinators + if ( (seed = find( + token.matches[0].replace( runescape, funescape ), + rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context + )) ) { + + // If seed is empty or no tokens remain, we can return early + tokens.splice( i, 1 ); + selector = seed.length && toSelector( tokens ); + if ( !selector ) { + push.apply( results, seed ); + return results; + } + + break; + } + } + } + } + + // Compile and execute a filtering function if one is not provided + // Provide `match` to avoid retokenization if we modified the selector above + ( compiled || compile( selector, match ) )( + seed, + context, + !documentIsHTML, + results, + !context || rsibling.test( selector ) && testContext( context.parentNode ) || context + ); + return results; +}; + +// One-time assignments + +// Sort stability +support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; + +// Support: Chrome 14-35+ +// Always assume duplicates if they aren't passed to the comparison function +support.detectDuplicates = !!hasDuplicate; + +// Initialize against the default document +setDocument(); + +// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) +// Detached nodes confoundingly follow *each other* +support.sortDetached = assert(function( el ) { + // Should return 1, but returns 4 (following) + return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; +}); + +// Support: IE<8 +// Prevent attribute/property "interpolation" +// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx +if ( !assert(function( el ) { + el.innerHTML = ""; + return el.firstChild.getAttribute("href") === "#" ; +}) ) { + addHandle( "type|href|height|width", function( elem, name, isXML ) { + if ( !isXML ) { + return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); + } + }); +} + +// Support: IE<9 +// Use defaultValue in place of getAttribute("value") +if ( !support.attributes || !assert(function( el ) { + el.innerHTML = ""; + el.firstChild.setAttribute( "value", "" ); + return el.firstChild.getAttribute( "value" ) === ""; +}) ) { + addHandle( "value", function( elem, name, isXML ) { + if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { + return elem.defaultValue; + } + }); +} + +// Support: IE<9 +// Use getAttributeNode to fetch booleans when getAttribute lies +if ( !assert(function( el ) { + return el.getAttribute("disabled") == null; +}) ) { + addHandle( booleans, function( elem, name, isXML ) { + var val; + if ( !isXML ) { + return elem[ name ] === true ? name.toLowerCase() : + (val = elem.getAttributeNode( name )) && val.specified ? + val.value : + null; + } + }); +} + +return Sizzle; + +})( window ); + + + +jQuery.find = Sizzle; +jQuery.expr = Sizzle.selectors; + +// Deprecated +jQuery.expr[ ":" ] = jQuery.expr.pseudos; +jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; +jQuery.escapeSelector = Sizzle.escape; + + + + +var dir = function( elem, dir, until ) { + var matched = [], + truncate = until !== undefined; + + while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { + if ( elem.nodeType === 1 ) { + if ( truncate && jQuery( elem ).is( until ) ) { + break; + } + matched.push( elem ); + } + } + return matched; +}; + + +var siblings = function( n, elem ) { + var matched = []; + + for ( ; n; n = n.nextSibling ) { + if ( n.nodeType === 1 && n !== elem ) { + matched.push( n ); + } + } + + return matched; +}; + + +var rneedsContext = jQuery.expr.match.needsContext; + + + +function nodeName( elem, name ) { + + return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); + +}; +var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); + + + +var risSimple = /^.[^:#\[\.,]*$/; + +// Implement the identical functionality for filter and not +function winnow( elements, qualifier, not ) { + if ( jQuery.isFunction( qualifier ) ) { + return jQuery.grep( elements, function( elem, i ) { + return !!qualifier.call( elem, i, elem ) !== not; + } ); + } + + // Single element + if ( qualifier.nodeType ) { + return jQuery.grep( elements, function( elem ) { + return ( elem === qualifier ) !== not; + } ); + } + + // Arraylike of elements (jQuery, arguments, Array) + if ( typeof qualifier !== "string" ) { + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not; + } ); + } + + // Simple selector that can be filtered directly, removing non-Elements + if ( risSimple.test( qualifier ) ) { + return jQuery.filter( qualifier, elements, not ); + } + + // Complex selector, compare the two sets, removing non-Elements + qualifier = jQuery.filter( qualifier, elements ); + return jQuery.grep( elements, function( elem ) { + return ( indexOf.call( qualifier, elem ) > -1 ) !== not && elem.nodeType === 1; + } ); +} + +jQuery.filter = function( expr, elems, not ) { + var elem = elems[ 0 ]; + + if ( not ) { + expr = ":not(" + expr + ")"; + } + + if ( elems.length === 1 && elem.nodeType === 1 ) { + return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; + } + + return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { + return elem.nodeType === 1; + } ) ); +}; + +jQuery.fn.extend( { + find: function( selector ) { + var i, ret, + len = this.length, + self = this; + + if ( typeof selector !== "string" ) { + return this.pushStack( jQuery( selector ).filter( function() { + for ( i = 0; i < len; i++ ) { + if ( jQuery.contains( self[ i ], this ) ) { + return true; + } + } + } ) ); + } + + ret = this.pushStack( [] ); + + for ( i = 0; i < len; i++ ) { + jQuery.find( selector, self[ i ], ret ); + } + + return len > 1 ? jQuery.uniqueSort( ret ) : ret; + }, + filter: function( selector ) { + return this.pushStack( winnow( this, selector || [], false ) ); + }, + not: function( selector ) { + return this.pushStack( winnow( this, selector || [], true ) ); + }, + is: function( selector ) { + return !!winnow( + this, + + // If this is a positional/relative selector, check membership in the returned set + // so $("p:first").is("p:last") won't return true for a doc with two "p". + typeof selector === "string" && rneedsContext.test( selector ) ? + jQuery( selector ) : + selector || [], + false + ).length; + } +} ); + + +// Initialize a jQuery object + + +// A central reference to the root jQuery(document) +var rootjQuery, + + // A simple way to check for HTML strings + // Prioritize #id over to avoid XSS via location.hash (#9521) + // Strict HTML recognition (#11290: must start with <) + // Shortcut simple #id case for speed + rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, + + init = jQuery.fn.init = function( selector, context, root ) { + var match, elem; + + // HANDLE: $(""), $(null), $(undefined), $(false) + if ( !selector ) { + return this; + } + + // Method init() accepts an alternate rootjQuery + // so migrate can support jQuery.sub (gh-2101) + root = root || rootjQuery; + + // Handle HTML strings + if ( typeof selector === "string" ) { + if ( selector[ 0 ] === "<" && + selector[ selector.length - 1 ] === ">" && + selector.length >= 3 ) { + + // Assume that strings that start and end with <> are HTML and skip the regex check + match = [ null, selector, null ]; + + } else { + match = rquickExpr.exec( selector ); + } + + // Match html or make sure no context is specified for #id + if ( match && ( match[ 1 ] || !context ) ) { + + // HANDLE: $(html) -> $(array) + if ( match[ 1 ] ) { + context = context instanceof jQuery ? context[ 0 ] : context; + + // Option to run scripts is true for back-compat + // Intentionally let the error be thrown if parseHTML is not present + jQuery.merge( this, jQuery.parseHTML( + match[ 1 ], + context && context.nodeType ? context.ownerDocument || context : document, + true + ) ); + + // HANDLE: $(html, props) + if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { + for ( match in context ) { + + // Properties of context are called as methods if possible + if ( jQuery.isFunction( this[ match ] ) ) { + this[ match ]( context[ match ] ); + + // ...and otherwise set as attributes + } else { + this.attr( match, context[ match ] ); + } + } + } + + return this; + + // HANDLE: $(#id) + } else { + elem = document.getElementById( match[ 2 ] ); + + if ( elem ) { + + // Inject the element directly into the jQuery object + this[ 0 ] = elem; + this.length = 1; + } + return this; + } + + // HANDLE: $(expr, $(...)) + } else if ( !context || context.jquery ) { + return ( context || root ).find( selector ); + + // HANDLE: $(expr, context) + // (which is just equivalent to: $(context).find(expr) + } else { + return this.constructor( context ).find( selector ); + } + + // HANDLE: $(DOMElement) + } else if ( selector.nodeType ) { + this[ 0 ] = selector; + this.length = 1; + return this; + + // HANDLE: $(function) + // Shortcut for document ready + } else if ( jQuery.isFunction( selector ) ) { + return root.ready !== undefined ? + root.ready( selector ) : + + // Execute immediately if ready is not present + selector( jQuery ); + } + + return jQuery.makeArray( selector, this ); + }; + +// Give the init function the jQuery prototype for later instantiation +init.prototype = jQuery.fn; + +// Initialize central reference +rootjQuery = jQuery( document ); + + +var rparentsprev = /^(?:parents|prev(?:Until|All))/, + + // Methods guaranteed to produce a unique set when starting from a unique set + guaranteedUnique = { + children: true, + contents: true, + next: true, + prev: true + }; + +jQuery.fn.extend( { + has: function( target ) { + var targets = jQuery( target, this ), + l = targets.length; + + return this.filter( function() { + var i = 0; + for ( ; i < l; i++ ) { + if ( jQuery.contains( this, targets[ i ] ) ) { + return true; + } + } + } ); + }, + + closest: function( selectors, context ) { + var cur, + i = 0, + l = this.length, + matched = [], + targets = typeof selectors !== "string" && jQuery( selectors ); + + // Positional selectors never match, since there's no _selection_ context + if ( !rneedsContext.test( selectors ) ) { + for ( ; i < l; i++ ) { + for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { + + // Always skip document fragments + if ( cur.nodeType < 11 && ( targets ? + targets.index( cur ) > -1 : + + // Don't pass non-elements to Sizzle + cur.nodeType === 1 && + jQuery.find.matchesSelector( cur, selectors ) ) ) { + + matched.push( cur ); + break; + } + } + } + } + + return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); + }, + + // Determine the position of an element within the set + index: function( elem ) { + + // No argument, return index in parent + if ( !elem ) { + return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; + } + + // Index in selector + if ( typeof elem === "string" ) { + return indexOf.call( jQuery( elem ), this[ 0 ] ); + } + + // Locate the position of the desired element + return indexOf.call( this, + + // If it receives a jQuery object, the first element is used + elem.jquery ? elem[ 0 ] : elem + ); + }, + + add: function( selector, context ) { + return this.pushStack( + jQuery.uniqueSort( + jQuery.merge( this.get(), jQuery( selector, context ) ) + ) + ); + }, + + addBack: function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + } +} ); + +function sibling( cur, dir ) { + while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} + return cur; +} + +jQuery.each( { + parent: function( elem ) { + var parent = elem.parentNode; + return parent && parent.nodeType !== 11 ? parent : null; + }, + parents: function( elem ) { + return dir( elem, "parentNode" ); + }, + parentsUntil: function( elem, i, until ) { + return dir( elem, "parentNode", until ); + }, + next: function( elem ) { + return sibling( elem, "nextSibling" ); + }, + prev: function( elem ) { + return sibling( elem, "previousSibling" ); + }, + nextAll: function( elem ) { + return dir( elem, "nextSibling" ); + }, + prevAll: function( elem ) { + return dir( elem, "previousSibling" ); + }, + nextUntil: function( elem, i, until ) { + return dir( elem, "nextSibling", until ); + }, + prevUntil: function( elem, i, until ) { + return dir( elem, "previousSibling", until ); + }, + siblings: function( elem ) { + return siblings( ( elem.parentNode || {} ).firstChild, elem ); + }, + children: function( elem ) { + return siblings( elem.firstChild ); + }, + contents: function( elem ) { + if ( nodeName( elem, "iframe" ) ) { + return elem.contentDocument; + } + + // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only + // Treat the template element as a regular one in browsers that + // don't support it. + if ( nodeName( elem, "template" ) ) { + elem = elem.content || elem; + } + + return jQuery.merge( [], elem.childNodes ); + } +}, function( name, fn ) { + jQuery.fn[ name ] = function( until, selector ) { + var matched = jQuery.map( this, fn, until ); + + if ( name.slice( -5 ) !== "Until" ) { + selector = until; + } + + if ( selector && typeof selector === "string" ) { + matched = jQuery.filter( selector, matched ); + } + + if ( this.length > 1 ) { + + // Remove duplicates + if ( !guaranteedUnique[ name ] ) { + jQuery.uniqueSort( matched ); + } + + // Reverse order for parents* and prev-derivatives + if ( rparentsprev.test( name ) ) { + matched.reverse(); + } + } + + return this.pushStack( matched ); + }; +} ); +var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); + + + +// Convert String-formatted options into Object-formatted ones +function createOptions( options ) { + var object = {}; + jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { + object[ flag ] = true; + } ); + return object; +} + +/* + * Create a callback list using the following parameters: + * + * options: an optional list of space-separated options that will change how + * the callback list behaves or a more traditional option object + * + * By default a callback list will act like an event callback list and can be + * "fired" multiple times. + * + * Possible options: + * + * once: will ensure the callback list can only be fired once (like a Deferred) + * + * memory: will keep track of previous values and will call any callback added + * after the list has been fired right away with the latest "memorized" + * values (like a Deferred) + * + * unique: will ensure a callback can only be added once (no duplicate in the list) + * + * stopOnFalse: interrupt callings when a callback returns false + * + */ +jQuery.Callbacks = function( options ) { + + // Convert options from String-formatted to Object-formatted if needed + // (we check in cache first) + options = typeof options === "string" ? + createOptions( options ) : + jQuery.extend( {}, options ); + + var // Flag to know if list is currently firing + firing, + + // Last fire value for non-forgettable lists + memory, + + // Flag to know if list was already fired + fired, + + // Flag to prevent firing + locked, + + // Actual callback list + list = [], + + // Queue of execution data for repeatable lists + queue = [], + + // Index of currently firing callback (modified by add/remove as needed) + firingIndex = -1, + + // Fire callbacks + fire = function() { + + // Enforce single-firing + locked = locked || options.once; + + // Execute callbacks for all pending executions, + // respecting firingIndex overrides and runtime changes + fired = firing = true; + for ( ; queue.length; firingIndex = -1 ) { + memory = queue.shift(); + while ( ++firingIndex < list.length ) { + + // Run callback and check for early termination + if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && + options.stopOnFalse ) { + + // Jump to end and forget the data so .add doesn't re-fire + firingIndex = list.length; + memory = false; + } + } + } + + // Forget the data if we're done with it + if ( !options.memory ) { + memory = false; + } + + firing = false; + + // Clean up if we're done firing for good + if ( locked ) { + + // Keep an empty list if we have data for future add calls + if ( memory ) { + list = []; + + // Otherwise, this object is spent + } else { + list = ""; + } + } + }, + + // Actual Callbacks object + self = { + + // Add a callback or a collection of callbacks to the list + add: function() { + if ( list ) { + + // If we have memory from a past run, we should fire after adding + if ( memory && !firing ) { + firingIndex = list.length - 1; + queue.push( memory ); + } + + ( function add( args ) { + jQuery.each( args, function( _, arg ) { + if ( jQuery.isFunction( arg ) ) { + if ( !options.unique || !self.has( arg ) ) { + list.push( arg ); + } + } else if ( arg && arg.length && jQuery.type( arg ) !== "string" ) { + + // Inspect recursively + add( arg ); + } + } ); + } )( arguments ); + + if ( memory && !firing ) { + fire(); + } + } + return this; + }, + + // Remove a callback from the list + remove: function() { + jQuery.each( arguments, function( _, arg ) { + var index; + while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { + list.splice( index, 1 ); + + // Handle firing indexes + if ( index <= firingIndex ) { + firingIndex--; + } + } + } ); + return this; + }, + + // Check if a given callback is in the list. + // If no argument is given, return whether or not list has callbacks attached. + has: function( fn ) { + return fn ? + jQuery.inArray( fn, list ) > -1 : + list.length > 0; + }, + + // Remove all callbacks from the list + empty: function() { + if ( list ) { + list = []; + } + return this; + }, + + // Disable .fire and .add + // Abort any current/pending executions + // Clear all callbacks and values + disable: function() { + locked = queue = []; + list = memory = ""; + return this; + }, + disabled: function() { + return !list; + }, + + // Disable .fire + // Also disable .add unless we have memory (since it would have no effect) + // Abort any pending executions + lock: function() { + locked = queue = []; + if ( !memory && !firing ) { + list = memory = ""; + } + return this; + }, + locked: function() { + return !!locked; + }, + + // Call all callbacks with the given context and arguments + fireWith: function( context, args ) { + if ( !locked ) { + args = args || []; + args = [ context, args.slice ? args.slice() : args ]; + queue.push( args ); + if ( !firing ) { + fire(); + } + } + return this; + }, + + // Call all the callbacks with the given arguments + fire: function() { + self.fireWith( this, arguments ); + return this; + }, + + // To know if the callbacks have already been called at least once + fired: function() { + return !!fired; + } + }; + + return self; +}; + + +function Identity( v ) { + return v; +} +function Thrower( ex ) { + throw ex; +} + +function adoptValue( value, resolve, reject, noValue ) { + var method; + + try { + + // Check for promise aspect first to privilege synchronous behavior + if ( value && jQuery.isFunction( ( method = value.promise ) ) ) { + method.call( value ).done( resolve ).fail( reject ); + + // Other thenables + } else if ( value && jQuery.isFunction( ( method = value.then ) ) ) { + method.call( value, resolve, reject ); + + // Other non-thenables + } else { + + // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: + // * false: [ value ].slice( 0 ) => resolve( value ) + // * true: [ value ].slice( 1 ) => resolve() + resolve.apply( undefined, [ value ].slice( noValue ) ); + } + + // For Promises/A+, convert exceptions into rejections + // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in + // Deferred#then to conditionally suppress rejection. + } catch ( value ) { + + // Support: Android 4.0 only + // Strict mode functions invoked without .call/.apply get global-object context + reject.apply( undefined, [ value ] ); + } +} + +jQuery.extend( { + + Deferred: function( func ) { + var tuples = [ + + // action, add listener, callbacks, + // ... .then handlers, argument index, [final state] + [ "notify", "progress", jQuery.Callbacks( "memory" ), + jQuery.Callbacks( "memory" ), 2 ], + [ "resolve", "done", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 0, "resolved" ], + [ "reject", "fail", jQuery.Callbacks( "once memory" ), + jQuery.Callbacks( "once memory" ), 1, "rejected" ] + ], + state = "pending", + promise = { + state: function() { + return state; + }, + always: function() { + deferred.done( arguments ).fail( arguments ); + return this; + }, + "catch": function( fn ) { + return promise.then( null, fn ); + }, + + // Keep pipe for back-compat + pipe: function( /* fnDone, fnFail, fnProgress */ ) { + var fns = arguments; + + return jQuery.Deferred( function( newDefer ) { + jQuery.each( tuples, function( i, tuple ) { + + // Map tuples (progress, done, fail) to arguments (done, fail, progress) + var fn = jQuery.isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; + + // deferred.progress(function() { bind to newDefer or newDefer.notify }) + // deferred.done(function() { bind to newDefer or newDefer.resolve }) + // deferred.fail(function() { bind to newDefer or newDefer.reject }) + deferred[ tuple[ 1 ] ]( function() { + var returned = fn && fn.apply( this, arguments ); + if ( returned && jQuery.isFunction( returned.promise ) ) { + returned.promise() + .progress( newDefer.notify ) + .done( newDefer.resolve ) + .fail( newDefer.reject ); + } else { + newDefer[ tuple[ 0 ] + "With" ]( + this, + fn ? [ returned ] : arguments + ); + } + } ); + } ); + fns = null; + } ).promise(); + }, + then: function( onFulfilled, onRejected, onProgress ) { + var maxDepth = 0; + function resolve( depth, deferred, handler, special ) { + return function() { + var that = this, + args = arguments, + mightThrow = function() { + var returned, then; + + // Support: Promises/A+ section 2.3.3.3.3 + // https://promisesaplus.com/#point-59 + // Ignore double-resolution attempts + if ( depth < maxDepth ) { + return; + } + + returned = handler.apply( that, args ); + + // Support: Promises/A+ section 2.3.1 + // https://promisesaplus.com/#point-48 + if ( returned === deferred.promise() ) { + throw new TypeError( "Thenable self-resolution" ); + } + + // Support: Promises/A+ sections 2.3.3.1, 3.5 + // https://promisesaplus.com/#point-54 + // https://promisesaplus.com/#point-75 + // Retrieve `then` only once + then = returned && + + // Support: Promises/A+ section 2.3.4 + // https://promisesaplus.com/#point-64 + // Only check objects and functions for thenability + ( typeof returned === "object" || + typeof returned === "function" ) && + returned.then; + + // Handle a returned thenable + if ( jQuery.isFunction( then ) ) { + + // Special processors (notify) just wait for resolution + if ( special ) { + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ) + ); + + // Normal processors (resolve) also hook into progress + } else { + + // ...and disregard older resolution values + maxDepth++; + + then.call( + returned, + resolve( maxDepth, deferred, Identity, special ), + resolve( maxDepth, deferred, Thrower, special ), + resolve( maxDepth, deferred, Identity, + deferred.notifyWith ) + ); + } + + // Handle all other returned values + } else { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Identity ) { + that = undefined; + args = [ returned ]; + } + + // Process the value(s) + // Default process is resolve + ( special || deferred.resolveWith )( that, args ); + } + }, + + // Only normal processors (resolve) catch and reject exceptions + process = special ? + mightThrow : + function() { + try { + mightThrow(); + } catch ( e ) { + + if ( jQuery.Deferred.exceptionHook ) { + jQuery.Deferred.exceptionHook( e, + process.stackTrace ); + } + + // Support: Promises/A+ section 2.3.3.3.4.1 + // https://promisesaplus.com/#point-61 + // Ignore post-resolution exceptions + if ( depth + 1 >= maxDepth ) { + + // Only substitute handlers pass on context + // and multiple values (non-spec behavior) + if ( handler !== Thrower ) { + that = undefined; + args = [ e ]; + } + + deferred.rejectWith( that, args ); + } + } + }; + + // Support: Promises/A+ section 2.3.3.3.1 + // https://promisesaplus.com/#point-57 + // Re-resolve promises immediately to dodge false rejection from + // subsequent errors + if ( depth ) { + process(); + } else { + + // Call an optional hook to record the stack, in case of exception + // since it's otherwise lost when execution goes async + if ( jQuery.Deferred.getStackHook ) { + process.stackTrace = jQuery.Deferred.getStackHook(); + } + window.setTimeout( process ); + } + }; + } + + return jQuery.Deferred( function( newDefer ) { + + // progress_handlers.add( ... ) + tuples[ 0 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onProgress ) ? + onProgress : + Identity, + newDefer.notifyWith + ) + ); + + // fulfilled_handlers.add( ... ) + tuples[ 1 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onFulfilled ) ? + onFulfilled : + Identity + ) + ); + + // rejected_handlers.add( ... ) + tuples[ 2 ][ 3 ].add( + resolve( + 0, + newDefer, + jQuery.isFunction( onRejected ) ? + onRejected : + Thrower + ) + ); + } ).promise(); + }, + + // Get a promise for this deferred + // If obj is provided, the promise aspect is added to the object + promise: function( obj ) { + return obj != null ? jQuery.extend( obj, promise ) : promise; + } + }, + deferred = {}; + + // Add list-specific methods + jQuery.each( tuples, function( i, tuple ) { + var list = tuple[ 2 ], + stateString = tuple[ 5 ]; + + // promise.progress = list.add + // promise.done = list.add + // promise.fail = list.add + promise[ tuple[ 1 ] ] = list.add; + + // Handle state + if ( stateString ) { + list.add( + function() { + + // state = "resolved" (i.e., fulfilled) + // state = "rejected" + state = stateString; + }, + + // rejected_callbacks.disable + // fulfilled_callbacks.disable + tuples[ 3 - i ][ 2 ].disable, + + // progress_callbacks.lock + tuples[ 0 ][ 2 ].lock + ); + } + + // progress_handlers.fire + // fulfilled_handlers.fire + // rejected_handlers.fire + list.add( tuple[ 3 ].fire ); + + // deferred.notify = function() { deferred.notifyWith(...) } + // deferred.resolve = function() { deferred.resolveWith(...) } + // deferred.reject = function() { deferred.rejectWith(...) } + deferred[ tuple[ 0 ] ] = function() { + deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); + return this; + }; + + // deferred.notifyWith = list.fireWith + // deferred.resolveWith = list.fireWith + // deferred.rejectWith = list.fireWith + deferred[ tuple[ 0 ] + "With" ] = list.fireWith; + } ); + + // Make the deferred a promise + promise.promise( deferred ); + + // Call given func if any + if ( func ) { + func.call( deferred, deferred ); + } + + // All done! + return deferred; + }, + + // Deferred helper + when: function( singleValue ) { + var + + // count of uncompleted subordinates + remaining = arguments.length, + + // count of unprocessed arguments + i = remaining, + + // subordinate fulfillment data + resolveContexts = Array( i ), + resolveValues = slice.call( arguments ), + + // the master Deferred + master = jQuery.Deferred(), + + // subordinate callback factory + updateFunc = function( i ) { + return function( value ) { + resolveContexts[ i ] = this; + resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; + if ( !( --remaining ) ) { + master.resolveWith( resolveContexts, resolveValues ); + } + }; + }; + + // Single- and empty arguments are adopted like Promise.resolve + if ( remaining <= 1 ) { + adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, + !remaining ); + + // Use .then() to unwrap secondary thenables (cf. gh-3000) + if ( master.state() === "pending" || + jQuery.isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { + + return master.then(); + } + } + + // Multiple arguments are aggregated like Promise.all array elements + while ( i-- ) { + adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); + } + + return master.promise(); + } +} ); + + +// These usually indicate a programmer mistake during development, +// warn about them ASAP rather than swallowing them by default. +var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; + +jQuery.Deferred.exceptionHook = function( error, stack ) { + + // Support: IE 8 - 9 only + // Console exists when dev tools are open, which can happen at any time + if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { + window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); + } +}; + + + + +jQuery.readyException = function( error ) { + window.setTimeout( function() { + throw error; + } ); +}; + + + + +// The deferred used on DOM ready +var readyList = jQuery.Deferred(); + +jQuery.fn.ready = function( fn ) { + + readyList + .then( fn ) + + // Wrap jQuery.readyException in a function so that the lookup + // happens at the time of error handling instead of callback + // registration. + .catch( function( error ) { + jQuery.readyException( error ); + } ); + + return this; +}; + +jQuery.extend( { + + // Is the DOM ready to be used? Set to true once it occurs. + isReady: false, + + // A counter to track how many items to wait for before + // the ready event fires. See #6781 + readyWait: 1, + + // Handle when the DOM is ready + ready: function( wait ) { + + // Abort if there are pending holds or we're already ready + if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { + return; + } + + // Remember that the DOM is ready + jQuery.isReady = true; + + // If a normal DOM Ready event fired, decrement, and wait if need be + if ( wait !== true && --jQuery.readyWait > 0 ) { + return; + } + + // If there are functions bound, to execute + readyList.resolveWith( document, [ jQuery ] ); + } +} ); + +jQuery.ready.then = readyList.then; + +// The ready event handler and self cleanup method +function completed() { + document.removeEventListener( "DOMContentLoaded", completed ); + window.removeEventListener( "load", completed ); + jQuery.ready(); +} + +// Catch cases where $(document).ready() is called +// after the browser event has already occurred. +// Support: IE <=9 - 10 only +// Older IE sometimes signals "interactive" too soon +if ( document.readyState === "complete" || + ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { + + // Handle it asynchronously to allow scripts the opportunity to delay ready + window.setTimeout( jQuery.ready ); + +} else { + + // Use the handy event callback + document.addEventListener( "DOMContentLoaded", completed ); + + // A fallback to window.onload, that will always work + window.addEventListener( "load", completed ); +} + + + + +// Multifunctional method to get and set values of a collection +// The value/s can optionally be executed if it's a function +var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { + var i = 0, + len = elems.length, + bulk = key == null; + + // Sets many values + if ( jQuery.type( key ) === "object" ) { + chainable = true; + for ( i in key ) { + access( elems, fn, i, key[ i ], true, emptyGet, raw ); + } + + // Sets one value + } else if ( value !== undefined ) { + chainable = true; + + if ( !jQuery.isFunction( value ) ) { + raw = true; + } + + if ( bulk ) { + + // Bulk operations run against the entire set + if ( raw ) { + fn.call( elems, value ); + fn = null; + + // ...except when executing function values + } else { + bulk = fn; + fn = function( elem, key, value ) { + return bulk.call( jQuery( elem ), value ); + }; + } + } + + if ( fn ) { + for ( ; i < len; i++ ) { + fn( + elems[ i ], key, raw ? + value : + value.call( elems[ i ], i, fn( elems[ i ], key ) ) + ); + } + } + } + + if ( chainable ) { + return elems; + } + + // Gets + if ( bulk ) { + return fn.call( elems ); + } + + return len ? fn( elems[ 0 ], key ) : emptyGet; +}; +var acceptData = function( owner ) { + + // Accepts only: + // - Node + // - Node.ELEMENT_NODE + // - Node.DOCUMENT_NODE + // - Object + // - Any + return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); +}; + + + + +function Data() { + this.expando = jQuery.expando + Data.uid++; +} + +Data.uid = 1; + +Data.prototype = { + + cache: function( owner ) { + + // Check if the owner object already has a cache + var value = owner[ this.expando ]; + + // If not, create one + if ( !value ) { + value = {}; + + // We can accept data for non-element nodes in modern browsers, + // but we should not, see #8335. + // Always return an empty object. + if ( acceptData( owner ) ) { + + // If it is a node unlikely to be stringify-ed or looped over + // use plain assignment + if ( owner.nodeType ) { + owner[ this.expando ] = value; + + // Otherwise secure it in a non-enumerable property + // configurable must be true to allow the property to be + // deleted when data is removed + } else { + Object.defineProperty( owner, this.expando, { + value: value, + configurable: true + } ); + } + } + } + + return value; + }, + set: function( owner, data, value ) { + var prop, + cache = this.cache( owner ); + + // Handle: [ owner, key, value ] args + // Always use camelCase key (gh-2257) + if ( typeof data === "string" ) { + cache[ jQuery.camelCase( data ) ] = value; + + // Handle: [ owner, { properties } ] args + } else { + + // Copy the properties one-by-one to the cache object + for ( prop in data ) { + cache[ jQuery.camelCase( prop ) ] = data[ prop ]; + } + } + return cache; + }, + get: function( owner, key ) { + return key === undefined ? + this.cache( owner ) : + + // Always use camelCase key (gh-2257) + owner[ this.expando ] && owner[ this.expando ][ jQuery.camelCase( key ) ]; + }, + access: function( owner, key, value ) { + + // In cases where either: + // + // 1. No key was specified + // 2. A string key was specified, but no value provided + // + // Take the "read" path and allow the get method to determine + // which value to return, respectively either: + // + // 1. The entire cache object + // 2. The data stored at the key + // + if ( key === undefined || + ( ( key && typeof key === "string" ) && value === undefined ) ) { + + return this.get( owner, key ); + } + + // When the key is not a string, or both a key and value + // are specified, set or extend (existing objects) with either: + // + // 1. An object of properties + // 2. A key and value + // + this.set( owner, key, value ); + + // Since the "set" path can have two possible entry points + // return the expected data based on which path was taken[*] + return value !== undefined ? value : key; + }, + remove: function( owner, key ) { + var i, + cache = owner[ this.expando ]; + + if ( cache === undefined ) { + return; + } + + if ( key !== undefined ) { + + // Support array or space separated string of keys + if ( Array.isArray( key ) ) { + + // If key is an array of keys... + // We always set camelCase keys, so remove that. + key = key.map( jQuery.camelCase ); + } else { + key = jQuery.camelCase( key ); + + // If a key with the spaces exists, use it. + // Otherwise, create an array by matching non-whitespace + key = key in cache ? + [ key ] : + ( key.match( rnothtmlwhite ) || [] ); + } + + i = key.length; + + while ( i-- ) { + delete cache[ key[ i ] ]; + } + } + + // Remove the expando if there's no more data + if ( key === undefined || jQuery.isEmptyObject( cache ) ) { + + // Support: Chrome <=35 - 45 + // Webkit & Blink performance suffers when deleting properties + // from DOM nodes, so set to undefined instead + // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) + if ( owner.nodeType ) { + owner[ this.expando ] = undefined; + } else { + delete owner[ this.expando ]; + } + } + }, + hasData: function( owner ) { + var cache = owner[ this.expando ]; + return cache !== undefined && !jQuery.isEmptyObject( cache ); + } +}; +var dataPriv = new Data(); + +var dataUser = new Data(); + + + +// Implementation Summary +// +// 1. Enforce API surface and semantic compatibility with 1.9.x branch +// 2. Improve the module's maintainability by reducing the storage +// paths to a single mechanism. +// 3. Use the same single mechanism to support "private" and "user" data. +// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) +// 5. Avoid exposing implementation details on user objects (eg. expando properties) +// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 + +var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, + rmultiDash = /[A-Z]/g; + +function getData( data ) { + if ( data === "true" ) { + return true; + } + + if ( data === "false" ) { + return false; + } + + if ( data === "null" ) { + return null; + } + + // Only convert to a number if it doesn't change the string + if ( data === +data + "" ) { + return +data; + } + + if ( rbrace.test( data ) ) { + return JSON.parse( data ); + } + + return data; +} + +function dataAttr( elem, key, data ) { + var name; + + // If nothing was found internally, try to fetch any + // data from the HTML5 data-* attribute + if ( data === undefined && elem.nodeType === 1 ) { + name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); + data = elem.getAttribute( name ); + + if ( typeof data === "string" ) { + try { + data = getData( data ); + } catch ( e ) {} + + // Make sure we set the data so it isn't changed later + dataUser.set( elem, key, data ); + } else { + data = undefined; + } + } + return data; +} + +jQuery.extend( { + hasData: function( elem ) { + return dataUser.hasData( elem ) || dataPriv.hasData( elem ); + }, + + data: function( elem, name, data ) { + return dataUser.access( elem, name, data ); + }, + + removeData: function( elem, name ) { + dataUser.remove( elem, name ); + }, + + // TODO: Now that all calls to _data and _removeData have been replaced + // with direct calls to dataPriv methods, these can be deprecated. + _data: function( elem, name, data ) { + return dataPriv.access( elem, name, data ); + }, + + _removeData: function( elem, name ) { + dataPriv.remove( elem, name ); + } +} ); + +jQuery.fn.extend( { + data: function( key, value ) { + var i, name, data, + elem = this[ 0 ], + attrs = elem && elem.attributes; + + // Gets all values + if ( key === undefined ) { + if ( this.length ) { + data = dataUser.get( elem ); + + if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { + i = attrs.length; + while ( i-- ) { + + // Support: IE 11 only + // The attrs elements can be null (#14894) + if ( attrs[ i ] ) { + name = attrs[ i ].name; + if ( name.indexOf( "data-" ) === 0 ) { + name = jQuery.camelCase( name.slice( 5 ) ); + dataAttr( elem, name, data[ name ] ); + } + } + } + dataPriv.set( elem, "hasDataAttrs", true ); + } + } + + return data; + } + + // Sets multiple values + if ( typeof key === "object" ) { + return this.each( function() { + dataUser.set( this, key ); + } ); + } + + return access( this, function( value ) { + var data; + + // The calling jQuery object (element matches) is not empty + // (and therefore has an element appears at this[ 0 ]) and the + // `value` parameter was not undefined. An empty jQuery object + // will result in `undefined` for elem = this[ 0 ] which will + // throw an exception if an attempt to read a data cache is made. + if ( elem && value === undefined ) { + + // Attempt to get data from the cache + // The key will always be camelCased in Data + data = dataUser.get( elem, key ); + if ( data !== undefined ) { + return data; + } + + // Attempt to "discover" the data in + // HTML5 custom data-* attrs + data = dataAttr( elem, key ); + if ( data !== undefined ) { + return data; + } + + // We tried really hard, but the data doesn't exist. + return; + } + + // Set the data... + this.each( function() { + + // We always store the camelCased key + dataUser.set( this, key, value ); + } ); + }, null, value, arguments.length > 1, null, true ); + }, + + removeData: function( key ) { + return this.each( function() { + dataUser.remove( this, key ); + } ); + } +} ); + + +jQuery.extend( { + queue: function( elem, type, data ) { + var queue; + + if ( elem ) { + type = ( type || "fx" ) + "queue"; + queue = dataPriv.get( elem, type ); + + // Speed up dequeue by getting out quickly if this is just a lookup + if ( data ) { + if ( !queue || Array.isArray( data ) ) { + queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); + } else { + queue.push( data ); + } + } + return queue || []; + } + }, + + dequeue: function( elem, type ) { + type = type || "fx"; + + var queue = jQuery.queue( elem, type ), + startLength = queue.length, + fn = queue.shift(), + hooks = jQuery._queueHooks( elem, type ), + next = function() { + jQuery.dequeue( elem, type ); + }; + + // If the fx queue is dequeued, always remove the progress sentinel + if ( fn === "inprogress" ) { + fn = queue.shift(); + startLength--; + } + + if ( fn ) { + + // Add a progress sentinel to prevent the fx queue from being + // automatically dequeued + if ( type === "fx" ) { + queue.unshift( "inprogress" ); + } + + // Clear up the last queue stop function + delete hooks.stop; + fn.call( elem, next, hooks ); + } + + if ( !startLength && hooks ) { + hooks.empty.fire(); + } + }, + + // Not public - generate a queueHooks object, or return the current one + _queueHooks: function( elem, type ) { + var key = type + "queueHooks"; + return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { + empty: jQuery.Callbacks( "once memory" ).add( function() { + dataPriv.remove( elem, [ type + "queue", key ] ); + } ) + } ); + } +} ); + +jQuery.fn.extend( { + queue: function( type, data ) { + var setter = 2; + + if ( typeof type !== "string" ) { + data = type; + type = "fx"; + setter--; + } + + if ( arguments.length < setter ) { + return jQuery.queue( this[ 0 ], type ); + } + + return data === undefined ? + this : + this.each( function() { + var queue = jQuery.queue( this, type, data ); + + // Ensure a hooks for this queue + jQuery._queueHooks( this, type ); + + if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { + jQuery.dequeue( this, type ); + } + } ); + }, + dequeue: function( type ) { + return this.each( function() { + jQuery.dequeue( this, type ); + } ); + }, + clearQueue: function( type ) { + return this.queue( type || "fx", [] ); + }, + + // Get a promise resolved when queues of a certain type + // are emptied (fx is the type by default) + promise: function( type, obj ) { + var tmp, + count = 1, + defer = jQuery.Deferred(), + elements = this, + i = this.length, + resolve = function() { + if ( !( --count ) ) { + defer.resolveWith( elements, [ elements ] ); + } + }; + + if ( typeof type !== "string" ) { + obj = type; + type = undefined; + } + type = type || "fx"; + + while ( i-- ) { + tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); + if ( tmp && tmp.empty ) { + count++; + tmp.empty.add( resolve ); + } + } + resolve(); + return defer.promise( obj ); + } +} ); +var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; + +var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); + + +var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; + +var isHiddenWithinTree = function( elem, el ) { + + // isHiddenWithinTree might be called from jQuery#filter function; + // in that case, element will be second argument + elem = el || elem; + + // Inline style trumps all + return elem.style.display === "none" || + elem.style.display === "" && + + // Otherwise, check computed style + // Support: Firefox <=43 - 45 + // Disconnected elements can have computed display: none, so first confirm that elem is + // in the document. + jQuery.contains( elem.ownerDocument, elem ) && + + jQuery.css( elem, "display" ) === "none"; + }; + +var swap = function( elem, options, callback, args ) { + var ret, name, + old = {}; + + // Remember the old values, and insert the new ones + for ( name in options ) { + old[ name ] = elem.style[ name ]; + elem.style[ name ] = options[ name ]; + } + + ret = callback.apply( elem, args || [] ); + + // Revert the old values + for ( name in options ) { + elem.style[ name ] = old[ name ]; + } + + return ret; +}; + + + + +function adjustCSS( elem, prop, valueParts, tween ) { + var adjusted, + scale = 1, + maxIterations = 20, + currentValue = tween ? + function() { + return tween.cur(); + } : + function() { + return jQuery.css( elem, prop, "" ); + }, + initial = currentValue(), + unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), + + // Starting value computation is required for potential unit mismatches + initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && + rcssNum.exec( jQuery.css( elem, prop ) ); + + if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { + + // Trust units reported by jQuery.css + unit = unit || initialInUnit[ 3 ]; + + // Make sure we update the tween properties later on + valueParts = valueParts || []; + + // Iteratively approximate from a nonzero starting point + initialInUnit = +initial || 1; + + do { + + // If previous iteration zeroed out, double until we get *something*. + // Use string for doubling so we don't accidentally see scale as unchanged below + scale = scale || ".5"; + + // Adjust and apply + initialInUnit = initialInUnit / scale; + jQuery.style( elem, prop, initialInUnit + unit ); + + // Update scale, tolerating zero or NaN from tween.cur() + // Break the loop if scale is unchanged or perfect, or if we've just had enough. + } while ( + scale !== ( scale = currentValue() / initial ) && scale !== 1 && --maxIterations + ); + } + + if ( valueParts ) { + initialInUnit = +initialInUnit || +initial || 0; + + // Apply relative offset (+=/-=) if specified + adjusted = valueParts[ 1 ] ? + initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : + +valueParts[ 2 ]; + if ( tween ) { + tween.unit = unit; + tween.start = initialInUnit; + tween.end = adjusted; + } + } + return adjusted; +} + + +var defaultDisplayMap = {}; + +function getDefaultDisplay( elem ) { + var temp, + doc = elem.ownerDocument, + nodeName = elem.nodeName, + display = defaultDisplayMap[ nodeName ]; + + if ( display ) { + return display; + } + + temp = doc.body.appendChild( doc.createElement( nodeName ) ); + display = jQuery.css( temp, "display" ); + + temp.parentNode.removeChild( temp ); + + if ( display === "none" ) { + display = "block"; + } + defaultDisplayMap[ nodeName ] = display; + + return display; +} + +function showHide( elements, show ) { + var display, elem, + values = [], + index = 0, + length = elements.length; + + // Determine new display value for elements that need to change + for ( ; index < length; index++ ) { + elem = elements[ index ]; + if ( !elem.style ) { + continue; + } + + display = elem.style.display; + if ( show ) { + + // Since we force visibility upon cascade-hidden elements, an immediate (and slow) + // check is required in this first loop unless we have a nonempty display value (either + // inline or about-to-be-restored) + if ( display === "none" ) { + values[ index ] = dataPriv.get( elem, "display" ) || null; + if ( !values[ index ] ) { + elem.style.display = ""; + } + } + if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { + values[ index ] = getDefaultDisplay( elem ); + } + } else { + if ( display !== "none" ) { + values[ index ] = "none"; + + // Remember what we're overwriting + dataPriv.set( elem, "display", display ); + } + } + } + + // Set the display of the elements in a second loop to avoid constant reflow + for ( index = 0; index < length; index++ ) { + if ( values[ index ] != null ) { + elements[ index ].style.display = values[ index ]; + } + } + + return elements; +} + +jQuery.fn.extend( { + show: function() { + return showHide( this, true ); + }, + hide: function() { + return showHide( this ); + }, + toggle: function( state ) { + if ( typeof state === "boolean" ) { + return state ? this.show() : this.hide(); + } + + return this.each( function() { + if ( isHiddenWithinTree( this ) ) { + jQuery( this ).show(); + } else { + jQuery( this ).hide(); + } + } ); + } +} ); +var rcheckableType = ( /^(?:checkbox|radio)$/i ); + +var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); + +var rscriptType = ( /^$|\/(?:java|ecma)script/i ); + + + +// We have to close these tags to support XHTML (#13200) +var wrapMap = { + + // Support: IE <=9 only + option: [ 1, "" ], + + // XHTML parsers do not magically insert elements in the + // same way that tag soup parsers do. So we cannot shorten + // this by omitting or other required elements. + thead: [ 1, "", "
" ], + col: [ 2, "", "
" ], + tr: [ 2, "", "
" ], + td: [ 3, "", "
" ], + + _default: [ 0, "", "" ] +}; + +// Support: IE <=9 only +wrapMap.optgroup = wrapMap.option; + +wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; +wrapMap.th = wrapMap.td; + + +function getAll( context, tag ) { + + // Support: IE <=9 - 11 only + // Use typeof to avoid zero-argument method invocation on host objects (#15151) + var ret; + + if ( typeof context.getElementsByTagName !== "undefined" ) { + ret = context.getElementsByTagName( tag || "*" ); + + } else if ( typeof context.querySelectorAll !== "undefined" ) { + ret = context.querySelectorAll( tag || "*" ); + + } else { + ret = []; + } + + if ( tag === undefined || tag && nodeName( context, tag ) ) { + return jQuery.merge( [ context ], ret ); + } + + return ret; +} + + +// Mark scripts as having already been evaluated +function setGlobalEval( elems, refElements ) { + var i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + dataPriv.set( + elems[ i ], + "globalEval", + !refElements || dataPriv.get( refElements[ i ], "globalEval" ) + ); + } +} + + +var rhtml = /<|&#?\w+;/; + +function buildFragment( elems, context, scripts, selection, ignored ) { + var elem, tmp, tag, wrap, contains, j, + fragment = context.createDocumentFragment(), + nodes = [], + i = 0, + l = elems.length; + + for ( ; i < l; i++ ) { + elem = elems[ i ]; + + if ( elem || elem === 0 ) { + + // Add nodes directly + if ( jQuery.type( elem ) === "object" ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); + + // Convert non-html into a text node + } else if ( !rhtml.test( elem ) ) { + nodes.push( context.createTextNode( elem ) ); + + // Convert html into DOM nodes + } else { + tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); + + // Deserialize a standard representation + tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); + wrap = wrapMap[ tag ] || wrapMap._default; + tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; + + // Descend through wrappers to the right content + j = wrap[ 0 ]; + while ( j-- ) { + tmp = tmp.lastChild; + } + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( nodes, tmp.childNodes ); + + // Remember the top-level container + tmp = fragment.firstChild; + + // Ensure the created nodes are orphaned (#12392) + tmp.textContent = ""; + } + } + } + + // Remove wrapper from fragment + fragment.textContent = ""; + + i = 0; + while ( ( elem = nodes[ i++ ] ) ) { + + // Skip elements already in the context collection (trac-4087) + if ( selection && jQuery.inArray( elem, selection ) > -1 ) { + if ( ignored ) { + ignored.push( elem ); + } + continue; + } + + contains = jQuery.contains( elem.ownerDocument, elem ); + + // Append to fragment + tmp = getAll( fragment.appendChild( elem ), "script" ); + + // Preserve script evaluation history + if ( contains ) { + setGlobalEval( tmp ); + } + + // Capture executables + if ( scripts ) { + j = 0; + while ( ( elem = tmp[ j++ ] ) ) { + if ( rscriptType.test( elem.type || "" ) ) { + scripts.push( elem ); + } + } + } + } + + return fragment; +} + + +( function() { + var fragment = document.createDocumentFragment(), + div = fragment.appendChild( document.createElement( "div" ) ), + input = document.createElement( "input" ); + + // Support: Android 4.0 - 4.3 only + // Check state lost if the name is set (#11217) + // Support: Windows Web Apps (WWA) + // `name` and `type` must use .setAttribute for WWA (#14901) + input.setAttribute( "type", "radio" ); + input.setAttribute( "checked", "checked" ); + input.setAttribute( "name", "t" ); + + div.appendChild( input ); + + // Support: Android <=4.1 only + // Older WebKit doesn't clone checked state correctly in fragments + support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; + + // Support: IE <=11 only + // Make sure textarea (and checkbox) defaultValue is properly cloned + div.innerHTML = ""; + support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; +} )(); +var documentElement = document.documentElement; + + + +var + rkeyEvent = /^key/, + rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, + rtypenamespace = /^([^.]*)(?:\.(.+)|)/; + +function returnTrue() { + return true; +} + +function returnFalse() { + return false; +} + +// Support: IE <=9 only +// See #13393 for more info +function safeActiveElement() { + try { + return document.activeElement; + } catch ( err ) { } +} + +function on( elem, types, selector, data, fn, one ) { + var origFn, type; + + // Types can be a map of types/handlers + if ( typeof types === "object" ) { + + // ( types-Object, selector, data ) + if ( typeof selector !== "string" ) { + + // ( types-Object, data ) + data = data || selector; + selector = undefined; + } + for ( type in types ) { + on( elem, type, selector, data, types[ type ], one ); + } + return elem; + } + + if ( data == null && fn == null ) { + + // ( types, fn ) + fn = selector; + data = selector = undefined; + } else if ( fn == null ) { + if ( typeof selector === "string" ) { + + // ( types, selector, fn ) + fn = data; + data = undefined; + } else { + + // ( types, data, fn ) + fn = data; + data = selector; + selector = undefined; + } + } + if ( fn === false ) { + fn = returnFalse; + } else if ( !fn ) { + return elem; + } + + if ( one === 1 ) { + origFn = fn; + fn = function( event ) { + + // Can use an empty set, since event contains the info + jQuery().off( event ); + return origFn.apply( this, arguments ); + }; + + // Use same guid so caller can remove using origFn + fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); + } + return elem.each( function() { + jQuery.event.add( this, types, fn, data, selector ); + } ); +} + +/* + * Helper functions for managing events -- not part of the public interface. + * Props to Dean Edwards' addEvent library for many of the ideas. + */ +jQuery.event = { + + global: {}, + + add: function( elem, types, handler, data, selector ) { + + var handleObjIn, eventHandle, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.get( elem ); + + // Don't attach events to noData or text/comment nodes (but allow plain objects) + if ( !elemData ) { + return; + } + + // Caller can pass in an object of custom data in lieu of the handler + if ( handler.handler ) { + handleObjIn = handler; + handler = handleObjIn.handler; + selector = handleObjIn.selector; + } + + // Ensure that invalid selectors throw exceptions at attach time + // Evaluate against documentElement in case elem is a non-element node (e.g., document) + if ( selector ) { + jQuery.find.matchesSelector( documentElement, selector ); + } + + // Make sure that the handler has a unique ID, used to find/remove it later + if ( !handler.guid ) { + handler.guid = jQuery.guid++; + } + + // Init the element's event structure and main handler, if this is the first + if ( !( events = elemData.events ) ) { + events = elemData.events = {}; + } + if ( !( eventHandle = elemData.handle ) ) { + eventHandle = elemData.handle = function( e ) { + + // Discard the second event of a jQuery.event.trigger() and + // when an event is called after a page has unloaded + return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? + jQuery.event.dispatch.apply( elem, arguments ) : undefined; + }; + } + + // Handle multiple events separated by a space + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // There *must* be a type, no attaching namespace-only handlers + if ( !type ) { + continue; + } + + // If event changes its type, use the special event handlers for the changed type + special = jQuery.event.special[ type ] || {}; + + // If selector defined, determine special event api type, otherwise given type + type = ( selector ? special.delegateType : special.bindType ) || type; + + // Update special based on newly reset type + special = jQuery.event.special[ type ] || {}; + + // handleObj is passed to all event handlers + handleObj = jQuery.extend( { + type: type, + origType: origType, + data: data, + handler: handler, + guid: handler.guid, + selector: selector, + needsContext: selector && jQuery.expr.match.needsContext.test( selector ), + namespace: namespaces.join( "." ) + }, handleObjIn ); + + // Init the event handler queue if we're the first + if ( !( handlers = events[ type ] ) ) { + handlers = events[ type ] = []; + handlers.delegateCount = 0; + + // Only use addEventListener if the special events handler returns false + if ( !special.setup || + special.setup.call( elem, data, namespaces, eventHandle ) === false ) { + + if ( elem.addEventListener ) { + elem.addEventListener( type, eventHandle ); + } + } + } + + if ( special.add ) { + special.add.call( elem, handleObj ); + + if ( !handleObj.handler.guid ) { + handleObj.handler.guid = handler.guid; + } + } + + // Add to the element's handler list, delegates in front + if ( selector ) { + handlers.splice( handlers.delegateCount++, 0, handleObj ); + } else { + handlers.push( handleObj ); + } + + // Keep track of which events have ever been used, for event optimization + jQuery.event.global[ type ] = true; + } + + }, + + // Detach an event or set of events from an element + remove: function( elem, types, handler, selector, mappedTypes ) { + + var j, origCount, tmp, + events, t, handleObj, + special, handlers, type, namespaces, origType, + elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); + + if ( !elemData || !( events = elemData.events ) ) { + return; + } + + // Once for each type.namespace in types; type may be omitted + types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; + t = types.length; + while ( t-- ) { + tmp = rtypenamespace.exec( types[ t ] ) || []; + type = origType = tmp[ 1 ]; + namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); + + // Unbind all events (on this namespace, if provided) for the element + if ( !type ) { + for ( type in events ) { + jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); + } + continue; + } + + special = jQuery.event.special[ type ] || {}; + type = ( selector ? special.delegateType : special.bindType ) || type; + handlers = events[ type ] || []; + tmp = tmp[ 2 ] && + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); + + // Remove matching events + origCount = j = handlers.length; + while ( j-- ) { + handleObj = handlers[ j ]; + + if ( ( mappedTypes || origType === handleObj.origType ) && + ( !handler || handler.guid === handleObj.guid ) && + ( !tmp || tmp.test( handleObj.namespace ) ) && + ( !selector || selector === handleObj.selector || + selector === "**" && handleObj.selector ) ) { + handlers.splice( j, 1 ); + + if ( handleObj.selector ) { + handlers.delegateCount--; + } + if ( special.remove ) { + special.remove.call( elem, handleObj ); + } + } + } + + // Remove generic event handler if we removed something and no more handlers exist + // (avoids potential for endless recursion during removal of special event handlers) + if ( origCount && !handlers.length ) { + if ( !special.teardown || + special.teardown.call( elem, namespaces, elemData.handle ) === false ) { + + jQuery.removeEvent( elem, type, elemData.handle ); + } + + delete events[ type ]; + } + } + + // Remove data and the expando if it's no longer used + if ( jQuery.isEmptyObject( events ) ) { + dataPriv.remove( elem, "handle events" ); + } + }, + + dispatch: function( nativeEvent ) { + + // Make a writable jQuery.Event from the native event object + var event = jQuery.event.fix( nativeEvent ); + + var i, j, ret, matched, handleObj, handlerQueue, + args = new Array( arguments.length ), + handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], + special = jQuery.event.special[ event.type ] || {}; + + // Use the fix-ed jQuery.Event rather than the (read-only) native event + args[ 0 ] = event; + + for ( i = 1; i < arguments.length; i++ ) { + args[ i ] = arguments[ i ]; + } + + event.delegateTarget = this; + + // Call the preDispatch hook for the mapped type, and let it bail if desired + if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { + return; + } + + // Determine handlers + handlerQueue = jQuery.event.handlers.call( this, event, handlers ); + + // Run delegates first; they may want to stop propagation beneath us + i = 0; + while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { + event.currentTarget = matched.elem; + + j = 0; + while ( ( handleObj = matched.handlers[ j++ ] ) && + !event.isImmediatePropagationStopped() ) { + + // Triggered event must either 1) have no namespace, or 2) have namespace(s) + // a subset or equal to those in the bound event (both can have no namespace). + if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { + + event.handleObj = handleObj; + event.data = handleObj.data; + + ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || + handleObj.handler ).apply( matched.elem, args ); + + if ( ret !== undefined ) { + if ( ( event.result = ret ) === false ) { + event.preventDefault(); + event.stopPropagation(); + } + } + } + } + } + + // Call the postDispatch hook for the mapped type + if ( special.postDispatch ) { + special.postDispatch.call( this, event ); + } + + return event.result; + }, + + handlers: function( event, handlers ) { + var i, handleObj, sel, matchedHandlers, matchedSelectors, + handlerQueue = [], + delegateCount = handlers.delegateCount, + cur = event.target; + + // Find delegate handlers + if ( delegateCount && + + // Support: IE <=9 + // Black-hole SVG instance trees (trac-13180) + cur.nodeType && + + // Support: Firefox <=42 + // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) + // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click + // Support: IE 11 only + // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) + !( event.type === "click" && event.button >= 1 ) ) { + + for ( ; cur !== this; cur = cur.parentNode || this ) { + + // Don't check non-elements (#13208) + // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) + if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { + matchedHandlers = []; + matchedSelectors = {}; + for ( i = 0; i < delegateCount; i++ ) { + handleObj = handlers[ i ]; + + // Don't conflict with Object.prototype properties (#13203) + sel = handleObj.selector + " "; + + if ( matchedSelectors[ sel ] === undefined ) { + matchedSelectors[ sel ] = handleObj.needsContext ? + jQuery( sel, this ).index( cur ) > -1 : + jQuery.find( sel, this, null, [ cur ] ).length; + } + if ( matchedSelectors[ sel ] ) { + matchedHandlers.push( handleObj ); + } + } + if ( matchedHandlers.length ) { + handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); + } + } + } + } + + // Add the remaining (directly-bound) handlers + cur = this; + if ( delegateCount < handlers.length ) { + handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); + } + + return handlerQueue; + }, + + addProp: function( name, hook ) { + Object.defineProperty( jQuery.Event.prototype, name, { + enumerable: true, + configurable: true, + + get: jQuery.isFunction( hook ) ? + function() { + if ( this.originalEvent ) { + return hook( this.originalEvent ); + } + } : + function() { + if ( this.originalEvent ) { + return this.originalEvent[ name ]; + } + }, + + set: function( value ) { + Object.defineProperty( this, name, { + enumerable: true, + configurable: true, + writable: true, + value: value + } ); + } + } ); + }, + + fix: function( originalEvent ) { + return originalEvent[ jQuery.expando ] ? + originalEvent : + new jQuery.Event( originalEvent ); + }, + + special: { + load: { + + // Prevent triggered image.load events from bubbling to window.load + noBubble: true + }, + focus: { + + // Fire native event if possible so blur/focus sequence is correct + trigger: function() { + if ( this !== safeActiveElement() && this.focus ) { + this.focus(); + return false; + } + }, + delegateType: "focusin" + }, + blur: { + trigger: function() { + if ( this === safeActiveElement() && this.blur ) { + this.blur(); + return false; + } + }, + delegateType: "focusout" + }, + click: { + + // For checkbox, fire native event so checked state will be right + trigger: function() { + if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) { + this.click(); + return false; + } + }, + + // For cross-browser consistency, don't fire native .click() on links + _default: function( event ) { + return nodeName( event.target, "a" ); + } + }, + + beforeunload: { + postDispatch: function( event ) { + + // Support: Firefox 20+ + // Firefox doesn't alert if the returnValue field is not set. + if ( event.result !== undefined && event.originalEvent ) { + event.originalEvent.returnValue = event.result; + } + } + } + } +}; + +jQuery.removeEvent = function( elem, type, handle ) { + + // This "if" is needed for plain objects + if ( elem.removeEventListener ) { + elem.removeEventListener( type, handle ); + } +}; + +jQuery.Event = function( src, props ) { + + // Allow instantiation without the 'new' keyword + if ( !( this instanceof jQuery.Event ) ) { + return new jQuery.Event( src, props ); + } + + // Event object + if ( src && src.type ) { + this.originalEvent = src; + this.type = src.type; + + // Events bubbling up the document may have been marked as prevented + // by a handler lower down the tree; reflect the correct value. + this.isDefaultPrevented = src.defaultPrevented || + src.defaultPrevented === undefined && + + // Support: Android <=2.3 only + src.returnValue === false ? + returnTrue : + returnFalse; + + // Create target properties + // Support: Safari <=6 - 7 only + // Target should not be a text node (#504, #13143) + this.target = ( src.target && src.target.nodeType === 3 ) ? + src.target.parentNode : + src.target; + + this.currentTarget = src.currentTarget; + this.relatedTarget = src.relatedTarget; + + // Event type + } else { + this.type = src; + } + + // Put explicitly provided properties onto the event object + if ( props ) { + jQuery.extend( this, props ); + } + + // Create a timestamp if incoming event doesn't have one + this.timeStamp = src && src.timeStamp || jQuery.now(); + + // Mark it as fixed + this[ jQuery.expando ] = true; +}; + +// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding +// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html +jQuery.Event.prototype = { + constructor: jQuery.Event, + isDefaultPrevented: returnFalse, + isPropagationStopped: returnFalse, + isImmediatePropagationStopped: returnFalse, + isSimulated: false, + + preventDefault: function() { + var e = this.originalEvent; + + this.isDefaultPrevented = returnTrue; + + if ( e && !this.isSimulated ) { + e.preventDefault(); + } + }, + stopPropagation: function() { + var e = this.originalEvent; + + this.isPropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopPropagation(); + } + }, + stopImmediatePropagation: function() { + var e = this.originalEvent; + + this.isImmediatePropagationStopped = returnTrue; + + if ( e && !this.isSimulated ) { + e.stopImmediatePropagation(); + } + + this.stopPropagation(); + } +}; + +// Includes all common event props including KeyEvent and MouseEvent specific props +jQuery.each( { + altKey: true, + bubbles: true, + cancelable: true, + changedTouches: true, + ctrlKey: true, + detail: true, + eventPhase: true, + metaKey: true, + pageX: true, + pageY: true, + shiftKey: true, + view: true, + "char": true, + charCode: true, + key: true, + keyCode: true, + button: true, + buttons: true, + clientX: true, + clientY: true, + offsetX: true, + offsetY: true, + pointerId: true, + pointerType: true, + screenX: true, + screenY: true, + targetTouches: true, + toElement: true, + touches: true, + + which: function( event ) { + var button = event.button; + + // Add which for key events + if ( event.which == null && rkeyEvent.test( event.type ) ) { + return event.charCode != null ? event.charCode : event.keyCode; + } + + // Add which for click: 1 === left; 2 === middle; 3 === right + if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { + if ( button & 1 ) { + return 1; + } + + if ( button & 2 ) { + return 3; + } + + if ( button & 4 ) { + return 2; + } + + return 0; + } + + return event.which; + } +}, jQuery.event.addProp ); + +// Create mouseenter/leave events using mouseover/out and event-time checks +// so that event delegation works in jQuery. +// Do the same for pointerenter/pointerleave and pointerover/pointerout +// +// Support: Safari 7 only +// Safari sends mouseenter too often; see: +// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 +// for the description of the bug (it existed in older Chrome versions as well). +jQuery.each( { + mouseenter: "mouseover", + mouseleave: "mouseout", + pointerenter: "pointerover", + pointerleave: "pointerout" +}, function( orig, fix ) { + jQuery.event.special[ orig ] = { + delegateType: fix, + bindType: fix, + + handle: function( event ) { + var ret, + target = this, + related = event.relatedTarget, + handleObj = event.handleObj; + + // For mouseenter/leave call the handler if related is outside the target. + // NB: No relatedTarget if the mouse left/entered the browser window + if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { + event.type = handleObj.origType; + ret = handleObj.handler.apply( this, arguments ); + event.type = fix; + } + return ret; + } + }; +} ); + +jQuery.fn.extend( { + + on: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn ); + }, + one: function( types, selector, data, fn ) { + return on( this, types, selector, data, fn, 1 ); + }, + off: function( types, selector, fn ) { + var handleObj, type; + if ( types && types.preventDefault && types.handleObj ) { + + // ( event ) dispatched jQuery.Event + handleObj = types.handleObj; + jQuery( types.delegateTarget ).off( + handleObj.namespace ? + handleObj.origType + "." + handleObj.namespace : + handleObj.origType, + handleObj.selector, + handleObj.handler + ); + return this; + } + if ( typeof types === "object" ) { + + // ( types-object [, selector] ) + for ( type in types ) { + this.off( type, selector, types[ type ] ); + } + return this; + } + if ( selector === false || typeof selector === "function" ) { + + // ( types [, fn] ) + fn = selector; + selector = undefined; + } + if ( fn === false ) { + fn = returnFalse; + } + return this.each( function() { + jQuery.event.remove( this, types, fn, selector ); + } ); + } +} ); + + +var + + /* eslint-disable max-len */ + + // See https://github.com/eslint/eslint/issues/3229 + rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, + + /* eslint-enable */ + + // Support: IE <=10 - 11, Edge 12 - 13 + // In IE/Edge using regex groups here causes severe slowdowns. + // See https://connect.microsoft.com/IE/feedback/details/1736512/ + rnoInnerhtml = /\s*$/g; + +// Prefer a tbody over its parent table for containing new rows +function manipulationTarget( elem, content ) { + if ( nodeName( elem, "table" ) && + nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { + + return jQuery( ">tbody", elem )[ 0 ] || elem; + } + + return elem; +} + +// Replace/restore the type attribute of script elements for safe DOM manipulation +function disableScript( elem ) { + elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; + return elem; +} +function restoreScript( elem ) { + var match = rscriptTypeMasked.exec( elem.type ); + + if ( match ) { + elem.type = match[ 1 ]; + } else { + elem.removeAttribute( "type" ); + } + + return elem; +} + +function cloneCopyEvent( src, dest ) { + var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; + + if ( dest.nodeType !== 1 ) { + return; + } + + // 1. Copy private data: events, handlers, etc. + if ( dataPriv.hasData( src ) ) { + pdataOld = dataPriv.access( src ); + pdataCur = dataPriv.set( dest, pdataOld ); + events = pdataOld.events; + + if ( events ) { + delete pdataCur.handle; + pdataCur.events = {}; + + for ( type in events ) { + for ( i = 0, l = events[ type ].length; i < l; i++ ) { + jQuery.event.add( dest, type, events[ type ][ i ] ); + } + } + } + } + + // 2. Copy user data + if ( dataUser.hasData( src ) ) { + udataOld = dataUser.access( src ); + udataCur = jQuery.extend( {}, udataOld ); + + dataUser.set( dest, udataCur ); + } +} + +// Fix IE bugs, see support tests +function fixInput( src, dest ) { + var nodeName = dest.nodeName.toLowerCase(); + + // Fails to persist the checked state of a cloned checkbox or radio button. + if ( nodeName === "input" && rcheckableType.test( src.type ) ) { + dest.checked = src.checked; + + // Fails to return the selected option to the default selected state when cloning options + } else if ( nodeName === "input" || nodeName === "textarea" ) { + dest.defaultValue = src.defaultValue; + } +} + +function domManip( collection, args, callback, ignored ) { + + // Flatten any nested arrays + args = concat.apply( [], args ); + + var fragment, first, scripts, hasScripts, node, doc, + i = 0, + l = collection.length, + iNoClone = l - 1, + value = args[ 0 ], + isFunction = jQuery.isFunction( value ); + + // We can't cloneNode fragments that contain checked, in WebKit + if ( isFunction || + ( l > 1 && typeof value === "string" && + !support.checkClone && rchecked.test( value ) ) ) { + return collection.each( function( index ) { + var self = collection.eq( index ); + if ( isFunction ) { + args[ 0 ] = value.call( this, index, self.html() ); + } + domManip( self, args, callback, ignored ); + } ); + } + + if ( l ) { + fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); + first = fragment.firstChild; + + if ( fragment.childNodes.length === 1 ) { + fragment = first; + } + + // Require either new content or an interest in ignored elements to invoke the callback + if ( first || ignored ) { + scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); + hasScripts = scripts.length; + + // Use the original fragment for the last item + // instead of the first because it can end up + // being emptied incorrectly in certain situations (#8070). + for ( ; i < l; i++ ) { + node = fragment; + + if ( i !== iNoClone ) { + node = jQuery.clone( node, true, true ); + + // Keep references to cloned scripts for later restoration + if ( hasScripts ) { + + // Support: Android <=4.0 only, PhantomJS 1 only + // push.apply(_, arraylike) throws on ancient WebKit + jQuery.merge( scripts, getAll( node, "script" ) ); + } + } + + callback.call( collection[ i ], node, i ); + } + + if ( hasScripts ) { + doc = scripts[ scripts.length - 1 ].ownerDocument; + + // Reenable scripts + jQuery.map( scripts, restoreScript ); + + // Evaluate executable scripts on first document insertion + for ( i = 0; i < hasScripts; i++ ) { + node = scripts[ i ]; + if ( rscriptType.test( node.type || "" ) && + !dataPriv.access( node, "globalEval" ) && + jQuery.contains( doc, node ) ) { + + if ( node.src ) { + + // Optional AJAX dependency, but won't run scripts if not present + if ( jQuery._evalUrl ) { + jQuery._evalUrl( node.src ); + } + } else { + DOMEval( node.textContent.replace( rcleanScript, "" ), doc ); + } + } + } + } + } + } + + return collection; +} + +function remove( elem, selector, keepData ) { + var node, + nodes = selector ? jQuery.filter( selector, elem ) : elem, + i = 0; + + for ( ; ( node = nodes[ i ] ) != null; i++ ) { + if ( !keepData && node.nodeType === 1 ) { + jQuery.cleanData( getAll( node ) ); + } + + if ( node.parentNode ) { + if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { + setGlobalEval( getAll( node, "script" ) ); + } + node.parentNode.removeChild( node ); + } + } + + return elem; +} + +jQuery.extend( { + htmlPrefilter: function( html ) { + return html.replace( rxhtmlTag, "<$1>" ); + }, + + clone: function( elem, dataAndEvents, deepDataAndEvents ) { + var i, l, srcElements, destElements, + clone = elem.cloneNode( true ), + inPage = jQuery.contains( elem.ownerDocument, elem ); + + // Fix IE cloning issues + if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && + !jQuery.isXMLDoc( elem ) ) { + + // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 + destElements = getAll( clone ); + srcElements = getAll( elem ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + fixInput( srcElements[ i ], destElements[ i ] ); + } + } + + // Copy the events from the original to the clone + if ( dataAndEvents ) { + if ( deepDataAndEvents ) { + srcElements = srcElements || getAll( elem ); + destElements = destElements || getAll( clone ); + + for ( i = 0, l = srcElements.length; i < l; i++ ) { + cloneCopyEvent( srcElements[ i ], destElements[ i ] ); + } + } else { + cloneCopyEvent( elem, clone ); + } + } + + // Preserve script evaluation history + destElements = getAll( clone, "script" ); + if ( destElements.length > 0 ) { + setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); + } + + // Return the cloned set + return clone; + }, + + cleanData: function( elems ) { + var data, elem, type, + special = jQuery.event.special, + i = 0; + + for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { + if ( acceptData( elem ) ) { + if ( ( data = elem[ dataPriv.expando ] ) ) { + if ( data.events ) { + for ( type in data.events ) { + if ( special[ type ] ) { + jQuery.event.remove( elem, type ); + + // This is a shortcut to avoid jQuery.event.remove's overhead + } else { + jQuery.removeEvent( elem, type, data.handle ); + } + } + } + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataPriv.expando ] = undefined; + } + if ( elem[ dataUser.expando ] ) { + + // Support: Chrome <=35 - 45+ + // Assign undefined instead of using delete, see Data#remove + elem[ dataUser.expando ] = undefined; + } + } + } + } +} ); + +jQuery.fn.extend( { + detach: function( selector ) { + return remove( this, selector, true ); + }, + + remove: function( selector ) { + return remove( this, selector ); + }, + + text: function( value ) { + return access( this, function( value ) { + return value === undefined ? + jQuery.text( this ) : + this.empty().each( function() { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + this.textContent = value; + } + } ); + }, null, value, arguments.length ); + }, + + append: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.appendChild( elem ); + } + } ); + }, + + prepend: function() { + return domManip( this, arguments, function( elem ) { + if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { + var target = manipulationTarget( this, elem ); + target.insertBefore( elem, target.firstChild ); + } + } ); + }, + + before: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this ); + } + } ); + }, + + after: function() { + return domManip( this, arguments, function( elem ) { + if ( this.parentNode ) { + this.parentNode.insertBefore( elem, this.nextSibling ); + } + } ); + }, + + empty: function() { + var elem, + i = 0; + + for ( ; ( elem = this[ i ] ) != null; i++ ) { + if ( elem.nodeType === 1 ) { + + // Prevent memory leaks + jQuery.cleanData( getAll( elem, false ) ); + + // Remove any remaining nodes + elem.textContent = ""; + } + } + + return this; + }, + + clone: function( dataAndEvents, deepDataAndEvents ) { + dataAndEvents = dataAndEvents == null ? false : dataAndEvents; + deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; + + return this.map( function() { + return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); + } ); + }, + + html: function( value ) { + return access( this, function( value ) { + var elem = this[ 0 ] || {}, + i = 0, + l = this.length; + + if ( value === undefined && elem.nodeType === 1 ) { + return elem.innerHTML; + } + + // See if we can take a shortcut and just use innerHTML + if ( typeof value === "string" && !rnoInnerhtml.test( value ) && + !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { + + value = jQuery.htmlPrefilter( value ); + + try { + for ( ; i < l; i++ ) { + elem = this[ i ] || {}; + + // Remove element nodes and prevent memory leaks + if ( elem.nodeType === 1 ) { + jQuery.cleanData( getAll( elem, false ) ); + elem.innerHTML = value; + } + } + + elem = 0; + + // If using innerHTML throws an exception, use the fallback method + } catch ( e ) {} + } + + if ( elem ) { + this.empty().append( value ); + } + }, null, value, arguments.length ); + }, + + replaceWith: function() { + var ignored = []; + + // Make the changes, replacing each non-ignored context element with the new content + return domManip( this, arguments, function( elem ) { + var parent = this.parentNode; + + if ( jQuery.inArray( this, ignored ) < 0 ) { + jQuery.cleanData( getAll( this ) ); + if ( parent ) { + parent.replaceChild( elem, this ); + } + } + + // Force callback invocation + }, ignored ); + } +} ); + +jQuery.each( { + appendTo: "append", + prependTo: "prepend", + insertBefore: "before", + insertAfter: "after", + replaceAll: "replaceWith" +}, function( name, original ) { + jQuery.fn[ name ] = function( selector ) { + var elems, + ret = [], + insert = jQuery( selector ), + last = insert.length - 1, + i = 0; + + for ( ; i <= last; i++ ) { + elems = i === last ? this : this.clone( true ); + jQuery( insert[ i ] )[ original ]( elems ); + + // Support: Android <=4.0 only, PhantomJS 1 only + // .get() because push.apply(_, arraylike) throws on ancient WebKit + push.apply( ret, elems.get() ); + } + + return this.pushStack( ret ); + }; +} ); +var rmargin = ( /^margin/ ); + +var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); + +var getStyles = function( elem ) { + + // Support: IE <=11 only, Firefox <=30 (#15098, #14150) + // IE throws on elements created in popups + // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" + var view = elem.ownerDocument.defaultView; + + if ( !view || !view.opener ) { + view = window; + } + + return view.getComputedStyle( elem ); + }; + + + +( function() { + + // Executing both pixelPosition & boxSizingReliable tests require only one layout + // so they're executed at the same time to save the second computation. + function computeStyleTests() { + + // This is a singleton, we need to execute it only once + if ( !div ) { + return; + } + + div.style.cssText = + "box-sizing:border-box;" + + "position:relative;display:block;" + + "margin:auto;border:1px;padding:1px;" + + "top:1%;width:50%"; + div.innerHTML = ""; + documentElement.appendChild( container ); + + var divStyle = window.getComputedStyle( div ); + pixelPositionVal = divStyle.top !== "1%"; + + // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 + reliableMarginLeftVal = divStyle.marginLeft === "2px"; + boxSizingReliableVal = divStyle.width === "4px"; + + // Support: Android 4.0 - 4.3 only + // Some styles come back with percentage values, even though they shouldn't + div.style.marginRight = "50%"; + pixelMarginRightVal = divStyle.marginRight === "4px"; + + documentElement.removeChild( container ); + + // Nullify the div so it wouldn't be stored in the memory and + // it will also be a sign that checks already performed + div = null; + } + + var pixelPositionVal, boxSizingReliableVal, pixelMarginRightVal, reliableMarginLeftVal, + container = document.createElement( "div" ), + div = document.createElement( "div" ); + + // Finish early in limited (non-browser) environments + if ( !div.style ) { + return; + } + + // Support: IE <=9 - 11 only + // Style of cloned element affects source element cloned (#8908) + div.style.backgroundClip = "content-box"; + div.cloneNode( true ).style.backgroundClip = ""; + support.clearCloneStyle = div.style.backgroundClip === "content-box"; + + container.style.cssText = "border:0;width:8px;height:0;top:0;left:-9999px;" + + "padding:0;margin-top:1px;position:absolute"; + container.appendChild( div ); + + jQuery.extend( support, { + pixelPosition: function() { + computeStyleTests(); + return pixelPositionVal; + }, + boxSizingReliable: function() { + computeStyleTests(); + return boxSizingReliableVal; + }, + pixelMarginRight: function() { + computeStyleTests(); + return pixelMarginRightVal; + }, + reliableMarginLeft: function() { + computeStyleTests(); + return reliableMarginLeftVal; + } + } ); +} )(); + + +function curCSS( elem, name, computed ) { + var width, minWidth, maxWidth, ret, + + // Support: Firefox 51+ + // Retrieving style before computed somehow + // fixes an issue with getting wrong values + // on detached elements + style = elem.style; + + computed = computed || getStyles( elem ); + + // getPropertyValue is needed for: + // .css('filter') (IE 9 only, #12537) + // .css('--customProperty) (#3144) + if ( computed ) { + ret = computed.getPropertyValue( name ) || computed[ name ]; + + if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { + ret = jQuery.style( elem, name ); + } + + // A tribute to the "awesome hack by Dean Edwards" + // Android Browser returns percentage for some values, + // but width seems to be reliably pixels. + // This is against the CSSOM draft spec: + // https://drafts.csswg.org/cssom/#resolved-values + if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) { + + // Remember the original values + width = style.width; + minWidth = style.minWidth; + maxWidth = style.maxWidth; + + // Put in the new values to get a computed value out + style.minWidth = style.maxWidth = style.width = ret; + ret = computed.width; + + // Revert the changed values + style.width = width; + style.minWidth = minWidth; + style.maxWidth = maxWidth; + } + } + + return ret !== undefined ? + + // Support: IE <=9 - 11 only + // IE returns zIndex value as an integer. + ret + "" : + ret; +} + + +function addGetHookIf( conditionFn, hookFn ) { + + // Define the hook, we'll check on the first run if it's really needed. + return { + get: function() { + if ( conditionFn() ) { + + // Hook not needed (or it's not possible to use it due + // to missing dependency), remove it. + delete this.get; + return; + } + + // Hook needed; redefine it so that the support test is not executed again. + return ( this.get = hookFn ).apply( this, arguments ); + } + }; +} + + +var + + // Swappable if display is none or starts with table + // except "table", "table-cell", or "table-caption" + // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display + rdisplayswap = /^(none|table(?!-c[ea]).+)/, + rcustomProp = /^--/, + cssShow = { position: "absolute", visibility: "hidden", display: "block" }, + cssNormalTransform = { + letterSpacing: "0", + fontWeight: "400" + }, + + cssPrefixes = [ "Webkit", "Moz", "ms" ], + emptyStyle = document.createElement( "div" ).style; + +// Return a css property mapped to a potentially vendor prefixed property +function vendorPropName( name ) { + + // Shortcut for names that are not vendor prefixed + if ( name in emptyStyle ) { + return name; + } + + // Check for vendor prefixed names + var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), + i = cssPrefixes.length; + + while ( i-- ) { + name = cssPrefixes[ i ] + capName; + if ( name in emptyStyle ) { + return name; + } + } +} + +// Return a property mapped along what jQuery.cssProps suggests or to +// a vendor prefixed property. +function finalPropName( name ) { + var ret = jQuery.cssProps[ name ]; + if ( !ret ) { + ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name; + } + return ret; +} + +function setPositiveNumber( elem, value, subtract ) { + + // Any relative (+/-) values have already been + // normalized at this point + var matches = rcssNum.exec( value ); + return matches ? + + // Guard against undefined "subtract", e.g., when used as in cssHooks + Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : + value; +} + +function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { + var i, + val = 0; + + // If we already have the right measurement, avoid augmentation + if ( extra === ( isBorderBox ? "border" : "content" ) ) { + i = 4; + + // Otherwise initialize for horizontal or vertical properties + } else { + i = name === "width" ? 1 : 0; + } + + for ( ; i < 4; i += 2 ) { + + // Both box models exclude margin, so add it if we want it + if ( extra === "margin" ) { + val += jQuery.css( elem, extra + cssExpand[ i ], true, styles ); + } + + if ( isBorderBox ) { + + // border-box includes padding, so remove it if we want content + if ( extra === "content" ) { + val -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + } + + // At this point, extra isn't border nor margin, so remove border + if ( extra !== "margin" ) { + val -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } else { + + // At this point, extra isn't content, so add padding + val += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); + + // At this point, extra isn't content nor padding, so add border + if ( extra !== "padding" ) { + val += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); + } + } + } + + return val; +} + +function getWidthOrHeight( elem, name, extra ) { + + // Start with computed style + var valueIsBorderBox, + styles = getStyles( elem ), + val = curCSS( elem, name, styles ), + isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; + + // Computed unit is not pixels. Stop here and return. + if ( rnumnonpx.test( val ) ) { + return val; + } + + // Check for style in case a browser which returns unreliable values + // for getComputedStyle silently falls back to the reliable elem.style + valueIsBorderBox = isBorderBox && + ( support.boxSizingReliable() || val === elem.style[ name ] ); + + // Fall back to offsetWidth/Height when value is "auto" + // This happens for inline elements with no explicit setting (gh-3571) + if ( val === "auto" ) { + val = elem[ "offset" + name[ 0 ].toUpperCase() + name.slice( 1 ) ]; + } + + // Normalize "", auto, and prepare for extra + val = parseFloat( val ) || 0; + + // Use the active box-sizing model to add/subtract irrelevant styles + return ( val + + augmentWidthOrHeight( + elem, + name, + extra || ( isBorderBox ? "border" : "content" ), + valueIsBorderBox, + styles + ) + ) + "px"; +} + +jQuery.extend( { + + // Add in style property hooks for overriding the default + // behavior of getting and setting a style property + cssHooks: { + opacity: { + get: function( elem, computed ) { + if ( computed ) { + + // We should always get a number back from opacity + var ret = curCSS( elem, "opacity" ); + return ret === "" ? "1" : ret; + } + } + } + }, + + // Don't automatically add "px" to these possibly-unitless properties + cssNumber: { + "animationIterationCount": true, + "columnCount": true, + "fillOpacity": true, + "flexGrow": true, + "flexShrink": true, + "fontWeight": true, + "lineHeight": true, + "opacity": true, + "order": true, + "orphans": true, + "widows": true, + "zIndex": true, + "zoom": true + }, + + // Add in properties whose names you wish to fix before + // setting or getting the value + cssProps: { + "float": "cssFloat" + }, + + // Get and set the style property on a DOM Node + style: function( elem, name, value, extra ) { + + // Don't set styles on text and comment nodes + if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { + return; + } + + // Make sure that we're working with the right name + var ret, type, hooks, + origName = jQuery.camelCase( name ), + isCustomProp = rcustomProp.test( name ), + style = elem.style; + + // Make sure that we're working with the right name. We don't + // want to query the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Gets hook for the prefixed version, then unprefixed version + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // Check if we're setting a value + if ( value !== undefined ) { + type = typeof value; + + // Convert "+=" or "-=" to relative numbers (#7345) + if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { + value = adjustCSS( elem, name, ret ); + + // Fixes bug #9237 + type = "number"; + } + + // Make sure that null and NaN values aren't set (#7116) + if ( value == null || value !== value ) { + return; + } + + // If a number was passed in, add the unit (except for certain CSS properties) + if ( type === "number" ) { + value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); + } + + // background-* props affect original clone's values + if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { + style[ name ] = "inherit"; + } + + // If a hook was provided, use that value, otherwise just set the specified value + if ( !hooks || !( "set" in hooks ) || + ( value = hooks.set( elem, value, extra ) ) !== undefined ) { + + if ( isCustomProp ) { + style.setProperty( name, value ); + } else { + style[ name ] = value; + } + } + + } else { + + // If a hook was provided get the non-computed value from there + if ( hooks && "get" in hooks && + ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { + + return ret; + } + + // Otherwise just get the value from the style object + return style[ name ]; + } + }, + + css: function( elem, name, extra, styles ) { + var val, num, hooks, + origName = jQuery.camelCase( name ), + isCustomProp = rcustomProp.test( name ); + + // Make sure that we're working with the right name. We don't + // want to modify the value if it is a CSS custom property + // since they are user-defined. + if ( !isCustomProp ) { + name = finalPropName( origName ); + } + + // Try prefixed name followed by the unprefixed name + hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; + + // If a hook was provided get the computed value from there + if ( hooks && "get" in hooks ) { + val = hooks.get( elem, true, extra ); + } + + // Otherwise, if a way to get the computed value exists, use that + if ( val === undefined ) { + val = curCSS( elem, name, styles ); + } + + // Convert "normal" to computed value + if ( val === "normal" && name in cssNormalTransform ) { + val = cssNormalTransform[ name ]; + } + + // Make numeric if forced or a qualifier was provided and val looks numeric + if ( extra === "" || extra ) { + num = parseFloat( val ); + return extra === true || isFinite( num ) ? num || 0 : val; + } + + return val; + } +} ); + +jQuery.each( [ "height", "width" ], function( i, name ) { + jQuery.cssHooks[ name ] = { + get: function( elem, computed, extra ) { + if ( computed ) { + + // Certain elements can have dimension info if we invisibly show them + // but it must have a current display style that would benefit + return rdisplayswap.test( jQuery.css( elem, "display" ) ) && + + // Support: Safari 8+ + // Table columns in Safari have non-zero offsetWidth & zero + // getBoundingClientRect().width unless display is changed. + // Support: IE <=11 only + // Running getBoundingClientRect on a disconnected node + // in IE throws an error. + ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? + swap( elem, cssShow, function() { + return getWidthOrHeight( elem, name, extra ); + } ) : + getWidthOrHeight( elem, name, extra ); + } + }, + + set: function( elem, value, extra ) { + var matches, + styles = extra && getStyles( elem ), + subtract = extra && augmentWidthOrHeight( + elem, + name, + extra, + jQuery.css( elem, "boxSizing", false, styles ) === "border-box", + styles + ); + + // Convert to pixels if value adjustment is needed + if ( subtract && ( matches = rcssNum.exec( value ) ) && + ( matches[ 3 ] || "px" ) !== "px" ) { + + elem.style[ name ] = value; + value = jQuery.css( elem, name ); + } + + return setPositiveNumber( elem, value, subtract ); + } + }; +} ); + +jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, + function( elem, computed ) { + if ( computed ) { + return ( parseFloat( curCSS( elem, "marginLeft" ) ) || + elem.getBoundingClientRect().left - + swap( elem, { marginLeft: 0 }, function() { + return elem.getBoundingClientRect().left; + } ) + ) + "px"; + } + } +); + +// These hooks are used by animate to expand properties +jQuery.each( { + margin: "", + padding: "", + border: "Width" +}, function( prefix, suffix ) { + jQuery.cssHooks[ prefix + suffix ] = { + expand: function( value ) { + var i = 0, + expanded = {}, + + // Assumes a single number if not a string + parts = typeof value === "string" ? value.split( " " ) : [ value ]; + + for ( ; i < 4; i++ ) { + expanded[ prefix + cssExpand[ i ] + suffix ] = + parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; + } + + return expanded; + } + }; + + if ( !rmargin.test( prefix ) ) { + jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; + } +} ); + +jQuery.fn.extend( { + css: function( name, value ) { + return access( this, function( elem, name, value ) { + var styles, len, + map = {}, + i = 0; + + if ( Array.isArray( name ) ) { + styles = getStyles( elem ); + len = name.length; + + for ( ; i < len; i++ ) { + map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); + } + + return map; + } + + return value !== undefined ? + jQuery.style( elem, name, value ) : + jQuery.css( elem, name ); + }, name, value, arguments.length > 1 ); + } +} ); + + +function Tween( elem, options, prop, end, easing ) { + return new Tween.prototype.init( elem, options, prop, end, easing ); +} +jQuery.Tween = Tween; + +Tween.prototype = { + constructor: Tween, + init: function( elem, options, prop, end, easing, unit ) { + this.elem = elem; + this.prop = prop; + this.easing = easing || jQuery.easing._default; + this.options = options; + this.start = this.now = this.cur(); + this.end = end; + this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); + }, + cur: function() { + var hooks = Tween.propHooks[ this.prop ]; + + return hooks && hooks.get ? + hooks.get( this ) : + Tween.propHooks._default.get( this ); + }, + run: function( percent ) { + var eased, + hooks = Tween.propHooks[ this.prop ]; + + if ( this.options.duration ) { + this.pos = eased = jQuery.easing[ this.easing ]( + percent, this.options.duration * percent, 0, 1, this.options.duration + ); + } else { + this.pos = eased = percent; + } + this.now = ( this.end - this.start ) * eased + this.start; + + if ( this.options.step ) { + this.options.step.call( this.elem, this.now, this ); + } + + if ( hooks && hooks.set ) { + hooks.set( this ); + } else { + Tween.propHooks._default.set( this ); + } + return this; + } +}; + +Tween.prototype.init.prototype = Tween.prototype; + +Tween.propHooks = { + _default: { + get: function( tween ) { + var result; + + // Use a property on the element directly when it is not a DOM element, + // or when there is no matching style property that exists. + if ( tween.elem.nodeType !== 1 || + tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { + return tween.elem[ tween.prop ]; + } + + // Passing an empty string as a 3rd parameter to .css will automatically + // attempt a parseFloat and fallback to a string if the parse fails. + // Simple values such as "10px" are parsed to Float; + // complex values such as "rotate(1rad)" are returned as-is. + result = jQuery.css( tween.elem, tween.prop, "" ); + + // Empty strings, null, undefined and "auto" are converted to 0. + return !result || result === "auto" ? 0 : result; + }, + set: function( tween ) { + + // Use step hook for back compat. + // Use cssHook if its there. + // Use .style if available and use plain properties where available. + if ( jQuery.fx.step[ tween.prop ] ) { + jQuery.fx.step[ tween.prop ]( tween ); + } else if ( tween.elem.nodeType === 1 && + ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || + jQuery.cssHooks[ tween.prop ] ) ) { + jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); + } else { + tween.elem[ tween.prop ] = tween.now; + } + } + } +}; + +// Support: IE <=9 only +// Panic based approach to setting things on disconnected nodes +Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { + set: function( tween ) { + if ( tween.elem.nodeType && tween.elem.parentNode ) { + tween.elem[ tween.prop ] = tween.now; + } + } +}; + +jQuery.easing = { + linear: function( p ) { + return p; + }, + swing: function( p ) { + return 0.5 - Math.cos( p * Math.PI ) / 2; + }, + _default: "swing" +}; + +jQuery.fx = Tween.prototype.init; + +// Back compat <1.8 extension point +jQuery.fx.step = {}; + + + + +var + fxNow, inProgress, + rfxtypes = /^(?:toggle|show|hide)$/, + rrun = /queueHooks$/; + +function schedule() { + if ( inProgress ) { + if ( document.hidden === false && window.requestAnimationFrame ) { + window.requestAnimationFrame( schedule ); + } else { + window.setTimeout( schedule, jQuery.fx.interval ); + } + + jQuery.fx.tick(); + } +} + +// Animations created synchronously will run synchronously +function createFxNow() { + window.setTimeout( function() { + fxNow = undefined; + } ); + return ( fxNow = jQuery.now() ); +} + +// Generate parameters to create a standard animation +function genFx( type, includeWidth ) { + var which, + i = 0, + attrs = { height: type }; + + // If we include width, step value is 1 to do all cssExpand values, + // otherwise step value is 2 to skip over Left and Right + includeWidth = includeWidth ? 1 : 0; + for ( ; i < 4; i += 2 - includeWidth ) { + which = cssExpand[ i ]; + attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; + } + + if ( includeWidth ) { + attrs.opacity = attrs.width = type; + } + + return attrs; +} + +function createTween( value, prop, animation ) { + var tween, + collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), + index = 0, + length = collection.length; + for ( ; index < length; index++ ) { + if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { + + // We're done with this property + return tween; + } + } +} + +function defaultPrefilter( elem, props, opts ) { + var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, + isBox = "width" in props || "height" in props, + anim = this, + orig = {}, + style = elem.style, + hidden = elem.nodeType && isHiddenWithinTree( elem ), + dataShow = dataPriv.get( elem, "fxshow" ); + + // Queue-skipping animations hijack the fx hooks + if ( !opts.queue ) { + hooks = jQuery._queueHooks( elem, "fx" ); + if ( hooks.unqueued == null ) { + hooks.unqueued = 0; + oldfire = hooks.empty.fire; + hooks.empty.fire = function() { + if ( !hooks.unqueued ) { + oldfire(); + } + }; + } + hooks.unqueued++; + + anim.always( function() { + + // Ensure the complete handler is called before this completes + anim.always( function() { + hooks.unqueued--; + if ( !jQuery.queue( elem, "fx" ).length ) { + hooks.empty.fire(); + } + } ); + } ); + } + + // Detect show/hide animations + for ( prop in props ) { + value = props[ prop ]; + if ( rfxtypes.test( value ) ) { + delete props[ prop ]; + toggle = toggle || value === "toggle"; + if ( value === ( hidden ? "hide" : "show" ) ) { + + // Pretend to be hidden if this is a "show" and + // there is still data from a stopped show/hide + if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { + hidden = true; + + // Ignore all other no-op show/hide data + } else { + continue; + } + } + orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); + } + } + + // Bail out if this is a no-op like .hide().hide() + propTween = !jQuery.isEmptyObject( props ); + if ( !propTween && jQuery.isEmptyObject( orig ) ) { + return; + } + + // Restrict "overflow" and "display" styles during box animations + if ( isBox && elem.nodeType === 1 ) { + + // Support: IE <=9 - 11, Edge 12 - 13 + // Record all 3 overflow attributes because IE does not infer the shorthand + // from identically-valued overflowX and overflowY + opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; + + // Identify a display type, preferring old show/hide data over the CSS cascade + restoreDisplay = dataShow && dataShow.display; + if ( restoreDisplay == null ) { + restoreDisplay = dataPriv.get( elem, "display" ); + } + display = jQuery.css( elem, "display" ); + if ( display === "none" ) { + if ( restoreDisplay ) { + display = restoreDisplay; + } else { + + // Get nonempty value(s) by temporarily forcing visibility + showHide( [ elem ], true ); + restoreDisplay = elem.style.display || restoreDisplay; + display = jQuery.css( elem, "display" ); + showHide( [ elem ] ); + } + } + + // Animate inline elements as inline-block + if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { + if ( jQuery.css( elem, "float" ) === "none" ) { + + // Restore the original display value at the end of pure show/hide animations + if ( !propTween ) { + anim.done( function() { + style.display = restoreDisplay; + } ); + if ( restoreDisplay == null ) { + display = style.display; + restoreDisplay = display === "none" ? "" : display; + } + } + style.display = "inline-block"; + } + } + } + + if ( opts.overflow ) { + style.overflow = "hidden"; + anim.always( function() { + style.overflow = opts.overflow[ 0 ]; + style.overflowX = opts.overflow[ 1 ]; + style.overflowY = opts.overflow[ 2 ]; + } ); + } + + // Implement show/hide animations + propTween = false; + for ( prop in orig ) { + + // General show/hide setup for this element animation + if ( !propTween ) { + if ( dataShow ) { + if ( "hidden" in dataShow ) { + hidden = dataShow.hidden; + } + } else { + dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); + } + + // Store hidden/visible for toggle so `.stop().toggle()` "reverses" + if ( toggle ) { + dataShow.hidden = !hidden; + } + + // Show elements before animating them + if ( hidden ) { + showHide( [ elem ], true ); + } + + /* eslint-disable no-loop-func */ + + anim.done( function() { + + /* eslint-enable no-loop-func */ + + // The final step of a "hide" animation is actually hiding the element + if ( !hidden ) { + showHide( [ elem ] ); + } + dataPriv.remove( elem, "fxshow" ); + for ( prop in orig ) { + jQuery.style( elem, prop, orig[ prop ] ); + } + } ); + } + + // Per-property setup + propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); + if ( !( prop in dataShow ) ) { + dataShow[ prop ] = propTween.start; + if ( hidden ) { + propTween.end = propTween.start; + propTween.start = 0; + } + } + } +} + +function propFilter( props, specialEasing ) { + var index, name, easing, value, hooks; + + // camelCase, specialEasing and expand cssHook pass + for ( index in props ) { + name = jQuery.camelCase( index ); + easing = specialEasing[ name ]; + value = props[ index ]; + if ( Array.isArray( value ) ) { + easing = value[ 1 ]; + value = props[ index ] = value[ 0 ]; + } + + if ( index !== name ) { + props[ name ] = value; + delete props[ index ]; + } + + hooks = jQuery.cssHooks[ name ]; + if ( hooks && "expand" in hooks ) { + value = hooks.expand( value ); + delete props[ name ]; + + // Not quite $.extend, this won't overwrite existing keys. + // Reusing 'index' because we have the correct "name" + for ( index in value ) { + if ( !( index in props ) ) { + props[ index ] = value[ index ]; + specialEasing[ index ] = easing; + } + } + } else { + specialEasing[ name ] = easing; + } + } +} + +function Animation( elem, properties, options ) { + var result, + stopped, + index = 0, + length = Animation.prefilters.length, + deferred = jQuery.Deferred().always( function() { + + // Don't match elem in the :animated selector + delete tick.elem; + } ), + tick = function() { + if ( stopped ) { + return false; + } + var currentTime = fxNow || createFxNow(), + remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), + + // Support: Android 2.3 only + // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) + temp = remaining / animation.duration || 0, + percent = 1 - temp, + index = 0, + length = animation.tweens.length; + + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( percent ); + } + + deferred.notifyWith( elem, [ animation, percent, remaining ] ); + + // If there's more to do, yield + if ( percent < 1 && length ) { + return remaining; + } + + // If this was an empty animation, synthesize a final progress notification + if ( !length ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + } + + // Resolve the animation and report its conclusion + deferred.resolveWith( elem, [ animation ] ); + return false; + }, + animation = deferred.promise( { + elem: elem, + props: jQuery.extend( {}, properties ), + opts: jQuery.extend( true, { + specialEasing: {}, + easing: jQuery.easing._default + }, options ), + originalProperties: properties, + originalOptions: options, + startTime: fxNow || createFxNow(), + duration: options.duration, + tweens: [], + createTween: function( prop, end ) { + var tween = jQuery.Tween( elem, animation.opts, prop, end, + animation.opts.specialEasing[ prop ] || animation.opts.easing ); + animation.tweens.push( tween ); + return tween; + }, + stop: function( gotoEnd ) { + var index = 0, + + // If we are going to the end, we want to run all the tweens + // otherwise we skip this part + length = gotoEnd ? animation.tweens.length : 0; + if ( stopped ) { + return this; + } + stopped = true; + for ( ; index < length; index++ ) { + animation.tweens[ index ].run( 1 ); + } + + // Resolve when we played the last frame; otherwise, reject + if ( gotoEnd ) { + deferred.notifyWith( elem, [ animation, 1, 0 ] ); + deferred.resolveWith( elem, [ animation, gotoEnd ] ); + } else { + deferred.rejectWith( elem, [ animation, gotoEnd ] ); + } + return this; + } + } ), + props = animation.props; + + propFilter( props, animation.opts.specialEasing ); + + for ( ; index < length; index++ ) { + result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); + if ( result ) { + if ( jQuery.isFunction( result.stop ) ) { + jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = + jQuery.proxy( result.stop, result ); + } + return result; + } + } + + jQuery.map( props, createTween, animation ); + + if ( jQuery.isFunction( animation.opts.start ) ) { + animation.opts.start.call( elem, animation ); + } + + // Attach callbacks from options + animation + .progress( animation.opts.progress ) + .done( animation.opts.done, animation.opts.complete ) + .fail( animation.opts.fail ) + .always( animation.opts.always ); + + jQuery.fx.timer( + jQuery.extend( tick, { + elem: elem, + anim: animation, + queue: animation.opts.queue + } ) + ); + + return animation; +} + +jQuery.Animation = jQuery.extend( Animation, { + + tweeners: { + "*": [ function( prop, value ) { + var tween = this.createTween( prop, value ); + adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); + return tween; + } ] + }, + + tweener: function( props, callback ) { + if ( jQuery.isFunction( props ) ) { + callback = props; + props = [ "*" ]; + } else { + props = props.match( rnothtmlwhite ); + } + + var prop, + index = 0, + length = props.length; + + for ( ; index < length; index++ ) { + prop = props[ index ]; + Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; + Animation.tweeners[ prop ].unshift( callback ); + } + }, + + prefilters: [ defaultPrefilter ], + + prefilter: function( callback, prepend ) { + if ( prepend ) { + Animation.prefilters.unshift( callback ); + } else { + Animation.prefilters.push( callback ); + } + } +} ); + +jQuery.speed = function( speed, easing, fn ) { + var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { + complete: fn || !fn && easing || + jQuery.isFunction( speed ) && speed, + duration: speed, + easing: fn && easing || easing && !jQuery.isFunction( easing ) && easing + }; + + // Go to the end state if fx are off + if ( jQuery.fx.off ) { + opt.duration = 0; + + } else { + if ( typeof opt.duration !== "number" ) { + if ( opt.duration in jQuery.fx.speeds ) { + opt.duration = jQuery.fx.speeds[ opt.duration ]; + + } else { + opt.duration = jQuery.fx.speeds._default; + } + } + } + + // Normalize opt.queue - true/undefined/null -> "fx" + if ( opt.queue == null || opt.queue === true ) { + opt.queue = "fx"; + } + + // Queueing + opt.old = opt.complete; + + opt.complete = function() { + if ( jQuery.isFunction( opt.old ) ) { + opt.old.call( this ); + } + + if ( opt.queue ) { + jQuery.dequeue( this, opt.queue ); + } + }; + + return opt; +}; + +jQuery.fn.extend( { + fadeTo: function( speed, to, easing, callback ) { + + // Show any hidden elements after setting opacity to 0 + return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() + + // Animate to the value specified + .end().animate( { opacity: to }, speed, easing, callback ); + }, + animate: function( prop, speed, easing, callback ) { + var empty = jQuery.isEmptyObject( prop ), + optall = jQuery.speed( speed, easing, callback ), + doAnimation = function() { + + // Operate on a copy of prop so per-property easing won't be lost + var anim = Animation( this, jQuery.extend( {}, prop ), optall ); + + // Empty animations, or finishing resolves immediately + if ( empty || dataPriv.get( this, "finish" ) ) { + anim.stop( true ); + } + }; + doAnimation.finish = doAnimation; + + return empty || optall.queue === false ? + this.each( doAnimation ) : + this.queue( optall.queue, doAnimation ); + }, + stop: function( type, clearQueue, gotoEnd ) { + var stopQueue = function( hooks ) { + var stop = hooks.stop; + delete hooks.stop; + stop( gotoEnd ); + }; + + if ( typeof type !== "string" ) { + gotoEnd = clearQueue; + clearQueue = type; + type = undefined; + } + if ( clearQueue && type !== false ) { + this.queue( type || "fx", [] ); + } + + return this.each( function() { + var dequeue = true, + index = type != null && type + "queueHooks", + timers = jQuery.timers, + data = dataPriv.get( this ); + + if ( index ) { + if ( data[ index ] && data[ index ].stop ) { + stopQueue( data[ index ] ); + } + } else { + for ( index in data ) { + if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { + stopQueue( data[ index ] ); + } + } + } + + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && + ( type == null || timers[ index ].queue === type ) ) { + + timers[ index ].anim.stop( gotoEnd ); + dequeue = false; + timers.splice( index, 1 ); + } + } + + // Start the next in the queue if the last step wasn't forced. + // Timers currently will call their complete callbacks, which + // will dequeue but only if they were gotoEnd. + if ( dequeue || !gotoEnd ) { + jQuery.dequeue( this, type ); + } + } ); + }, + finish: function( type ) { + if ( type !== false ) { + type = type || "fx"; + } + return this.each( function() { + var index, + data = dataPriv.get( this ), + queue = data[ type + "queue" ], + hooks = data[ type + "queueHooks" ], + timers = jQuery.timers, + length = queue ? queue.length : 0; + + // Enable finishing flag on private data + data.finish = true; + + // Empty the queue first + jQuery.queue( this, type, [] ); + + if ( hooks && hooks.stop ) { + hooks.stop.call( this, true ); + } + + // Look for any active animations, and finish them + for ( index = timers.length; index--; ) { + if ( timers[ index ].elem === this && timers[ index ].queue === type ) { + timers[ index ].anim.stop( true ); + timers.splice( index, 1 ); + } + } + + // Look for any animations in the old queue and finish them + for ( index = 0; index < length; index++ ) { + if ( queue[ index ] && queue[ index ].finish ) { + queue[ index ].finish.call( this ); + } + } + + // Turn off finishing flag + delete data.finish; + } ); + } +} ); + +jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { + var cssFn = jQuery.fn[ name ]; + jQuery.fn[ name ] = function( speed, easing, callback ) { + return speed == null || typeof speed === "boolean" ? + cssFn.apply( this, arguments ) : + this.animate( genFx( name, true ), speed, easing, callback ); + }; +} ); + +// Generate shortcuts for custom animations +jQuery.each( { + slideDown: genFx( "show" ), + slideUp: genFx( "hide" ), + slideToggle: genFx( "toggle" ), + fadeIn: { opacity: "show" }, + fadeOut: { opacity: "hide" }, + fadeToggle: { opacity: "toggle" } +}, function( name, props ) { + jQuery.fn[ name ] = function( speed, easing, callback ) { + return this.animate( props, speed, easing, callback ); + }; +} ); + +jQuery.timers = []; +jQuery.fx.tick = function() { + var timer, + i = 0, + timers = jQuery.timers; + + fxNow = jQuery.now(); + + for ( ; i < timers.length; i++ ) { + timer = timers[ i ]; + + // Run the timer and safely remove it when done (allowing for external removal) + if ( !timer() && timers[ i ] === timer ) { + timers.splice( i--, 1 ); + } + } + + if ( !timers.length ) { + jQuery.fx.stop(); + } + fxNow = undefined; +}; + +jQuery.fx.timer = function( timer ) { + jQuery.timers.push( timer ); + jQuery.fx.start(); +}; + +jQuery.fx.interval = 13; +jQuery.fx.start = function() { + if ( inProgress ) { + return; + } + + inProgress = true; + schedule(); +}; + +jQuery.fx.stop = function() { + inProgress = null; +}; + +jQuery.fx.speeds = { + slow: 600, + fast: 200, + + // Default speed + _default: 400 +}; + + +// Based off of the plugin by Clint Helfers, with permission. +// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ +jQuery.fn.delay = function( time, type ) { + time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; + type = type || "fx"; + + return this.queue( type, function( next, hooks ) { + var timeout = window.setTimeout( next, time ); + hooks.stop = function() { + window.clearTimeout( timeout ); + }; + } ); +}; + + +( function() { + var input = document.createElement( "input" ), + select = document.createElement( "select" ), + opt = select.appendChild( document.createElement( "option" ) ); + + input.type = "checkbox"; + + // Support: Android <=4.3 only + // Default value for a checkbox should be "on" + support.checkOn = input.value !== ""; + + // Support: IE <=11 only + // Must access selectedIndex to make default options select + support.optSelected = opt.selected; + + // Support: IE <=11 only + // An input loses its value after becoming a radio + input = document.createElement( "input" ); + input.value = "t"; + input.type = "radio"; + support.radioValue = input.value === "t"; +} )(); + + +var boolHook, + attrHandle = jQuery.expr.attrHandle; + +jQuery.fn.extend( { + attr: function( name, value ) { + return access( this, jQuery.attr, name, value, arguments.length > 1 ); + }, + + removeAttr: function( name ) { + return this.each( function() { + jQuery.removeAttr( this, name ); + } ); + } +} ); + +jQuery.extend( { + attr: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set attributes on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + // Fallback to prop when attributes are not supported + if ( typeof elem.getAttribute === "undefined" ) { + return jQuery.prop( elem, name, value ); + } + + // Attribute hooks are determined by the lowercase version + // Grab necessary hook if one is defined + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + hooks = jQuery.attrHooks[ name.toLowerCase() ] || + ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); + } + + if ( value !== undefined ) { + if ( value === null ) { + jQuery.removeAttr( elem, name ); + return; + } + + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + elem.setAttribute( name, value + "" ); + return value; + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + ret = jQuery.find.attr( elem, name ); + + // Non-existent attributes return null, we normalize to undefined + return ret == null ? undefined : ret; + }, + + attrHooks: { + type: { + set: function( elem, value ) { + if ( !support.radioValue && value === "radio" && + nodeName( elem, "input" ) ) { + var val = elem.value; + elem.setAttribute( "type", value ); + if ( val ) { + elem.value = val; + } + return value; + } + } + } + }, + + removeAttr: function( elem, value ) { + var name, + i = 0, + + // Attribute names can contain non-HTML whitespace characters + // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 + attrNames = value && value.match( rnothtmlwhite ); + + if ( attrNames && elem.nodeType === 1 ) { + while ( ( name = attrNames[ i++ ] ) ) { + elem.removeAttribute( name ); + } + } + } +} ); + +// Hooks for boolean attributes +boolHook = { + set: function( elem, value, name ) { + if ( value === false ) { + + // Remove boolean attributes when set to false + jQuery.removeAttr( elem, name ); + } else { + elem.setAttribute( name, name ); + } + return name; + } +}; + +jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { + var getter = attrHandle[ name ] || jQuery.find.attr; + + attrHandle[ name ] = function( elem, name, isXML ) { + var ret, handle, + lowercaseName = name.toLowerCase(); + + if ( !isXML ) { + + // Avoid an infinite loop by temporarily removing this function from the getter + handle = attrHandle[ lowercaseName ]; + attrHandle[ lowercaseName ] = ret; + ret = getter( elem, name, isXML ) != null ? + lowercaseName : + null; + attrHandle[ lowercaseName ] = handle; + } + return ret; + }; +} ); + + + + +var rfocusable = /^(?:input|select|textarea|button)$/i, + rclickable = /^(?:a|area)$/i; + +jQuery.fn.extend( { + prop: function( name, value ) { + return access( this, jQuery.prop, name, value, arguments.length > 1 ); + }, + + removeProp: function( name ) { + return this.each( function() { + delete this[ jQuery.propFix[ name ] || name ]; + } ); + } +} ); + +jQuery.extend( { + prop: function( elem, name, value ) { + var ret, hooks, + nType = elem.nodeType; + + // Don't get/set properties on text, comment and attribute nodes + if ( nType === 3 || nType === 8 || nType === 2 ) { + return; + } + + if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { + + // Fix name and attach hooks + name = jQuery.propFix[ name ] || name; + hooks = jQuery.propHooks[ name ]; + } + + if ( value !== undefined ) { + if ( hooks && "set" in hooks && + ( ret = hooks.set( elem, value, name ) ) !== undefined ) { + return ret; + } + + return ( elem[ name ] = value ); + } + + if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { + return ret; + } + + return elem[ name ]; + }, + + propHooks: { + tabIndex: { + get: function( elem ) { + + // Support: IE <=9 - 11 only + // elem.tabIndex doesn't always return the + // correct value when it hasn't been explicitly set + // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ + // Use proper attribute retrieval(#12072) + var tabindex = jQuery.find.attr( elem, "tabindex" ); + + if ( tabindex ) { + return parseInt( tabindex, 10 ); + } + + if ( + rfocusable.test( elem.nodeName ) || + rclickable.test( elem.nodeName ) && + elem.href + ) { + return 0; + } + + return -1; + } + } + }, + + propFix: { + "for": "htmlFor", + "class": "className" + } +} ); + +// Support: IE <=11 only +// Accessing the selectedIndex property +// forces the browser to respect setting selected +// on the option +// The getter ensures a default option is selected +// when in an optgroup +// eslint rule "no-unused-expressions" is disabled for this code +// since it considers such accessions noop +if ( !support.optSelected ) { + jQuery.propHooks.selected = { + get: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent && parent.parentNode ) { + parent.parentNode.selectedIndex; + } + return null; + }, + set: function( elem ) { + + /* eslint no-unused-expressions: "off" */ + + var parent = elem.parentNode; + if ( parent ) { + parent.selectedIndex; + + if ( parent.parentNode ) { + parent.parentNode.selectedIndex; + } + } + } + }; +} + +jQuery.each( [ + "tabIndex", + "readOnly", + "maxLength", + "cellSpacing", + "cellPadding", + "rowSpan", + "colSpan", + "useMap", + "frameBorder", + "contentEditable" +], function() { + jQuery.propFix[ this.toLowerCase() ] = this; +} ); + + + + + // Strip and collapse whitespace according to HTML spec + // https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace + function stripAndCollapse( value ) { + var tokens = value.match( rnothtmlwhite ) || []; + return tokens.join( " " ); + } + + +function getClass( elem ) { + return elem.getAttribute && elem.getAttribute( "class" ) || ""; +} + +jQuery.fn.extend( { + addClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnothtmlwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + if ( cur.indexOf( " " + clazz + " " ) < 0 ) { + cur += clazz + " "; + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + removeClass: function( value ) { + var classes, elem, cur, curValue, clazz, j, finalValue, + i = 0; + + if ( jQuery.isFunction( value ) ) { + return this.each( function( j ) { + jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); + } ); + } + + if ( !arguments.length ) { + return this.attr( "class", "" ); + } + + if ( typeof value === "string" && value ) { + classes = value.match( rnothtmlwhite ) || []; + + while ( ( elem = this[ i++ ] ) ) { + curValue = getClass( elem ); + + // This expression is here for better compressibility (see addClass) + cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); + + if ( cur ) { + j = 0; + while ( ( clazz = classes[ j++ ] ) ) { + + // Remove *all* instances + while ( cur.indexOf( " " + clazz + " " ) > -1 ) { + cur = cur.replace( " " + clazz + " ", " " ); + } + } + + // Only assign if different to avoid unneeded rendering. + finalValue = stripAndCollapse( cur ); + if ( curValue !== finalValue ) { + elem.setAttribute( "class", finalValue ); + } + } + } + } + + return this; + }, + + toggleClass: function( value, stateVal ) { + var type = typeof value; + + if ( typeof stateVal === "boolean" && type === "string" ) { + return stateVal ? this.addClass( value ) : this.removeClass( value ); + } + + if ( jQuery.isFunction( value ) ) { + return this.each( function( i ) { + jQuery( this ).toggleClass( + value.call( this, i, getClass( this ), stateVal ), + stateVal + ); + } ); + } + + return this.each( function() { + var className, i, self, classNames; + + if ( type === "string" ) { + + // Toggle individual class names + i = 0; + self = jQuery( this ); + classNames = value.match( rnothtmlwhite ) || []; + + while ( ( className = classNames[ i++ ] ) ) { + + // Check each className given, space separated list + if ( self.hasClass( className ) ) { + self.removeClass( className ); + } else { + self.addClass( className ); + } + } + + // Toggle whole class name + } else if ( value === undefined || type === "boolean" ) { + className = getClass( this ); + if ( className ) { + + // Store className if set + dataPriv.set( this, "__className__", className ); + } + + // If the element has a class name or if we're passed `false`, + // then remove the whole classname (if there was one, the above saved it). + // Otherwise bring back whatever was previously saved (if anything), + // falling back to the empty string if nothing was stored. + if ( this.setAttribute ) { + this.setAttribute( "class", + className || value === false ? + "" : + dataPriv.get( this, "__className__" ) || "" + ); + } + } + } ); + }, + + hasClass: function( selector ) { + var className, elem, + i = 0; + + className = " " + selector + " "; + while ( ( elem = this[ i++ ] ) ) { + if ( elem.nodeType === 1 && + ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { + return true; + } + } + + return false; + } +} ); + + + + +var rreturn = /\r/g; + +jQuery.fn.extend( { + val: function( value ) { + var hooks, ret, isFunction, + elem = this[ 0 ]; + + if ( !arguments.length ) { + if ( elem ) { + hooks = jQuery.valHooks[ elem.type ] || + jQuery.valHooks[ elem.nodeName.toLowerCase() ]; + + if ( hooks && + "get" in hooks && + ( ret = hooks.get( elem, "value" ) ) !== undefined + ) { + return ret; + } + + ret = elem.value; + + // Handle most common string cases + if ( typeof ret === "string" ) { + return ret.replace( rreturn, "" ); + } + + // Handle cases where value is null/undef or number + return ret == null ? "" : ret; + } + + return; + } + + isFunction = jQuery.isFunction( value ); + + return this.each( function( i ) { + var val; + + if ( this.nodeType !== 1 ) { + return; + } + + if ( isFunction ) { + val = value.call( this, i, jQuery( this ).val() ); + } else { + val = value; + } + + // Treat null/undefined as ""; convert numbers to string + if ( val == null ) { + val = ""; + + } else if ( typeof val === "number" ) { + val += ""; + + } else if ( Array.isArray( val ) ) { + val = jQuery.map( val, function( value ) { + return value == null ? "" : value + ""; + } ); + } + + hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; + + // If set returns undefined, fall back to normal setting + if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { + this.value = val; + } + } ); + } +} ); + +jQuery.extend( { + valHooks: { + option: { + get: function( elem ) { + + var val = jQuery.find.attr( elem, "value" ); + return val != null ? + val : + + // Support: IE <=10 - 11 only + // option.text throws exceptions (#14686, #14858) + // Strip and collapse whitespace + // https://html.spec.whatwg.org/#strip-and-collapse-whitespace + stripAndCollapse( jQuery.text( elem ) ); + } + }, + select: { + get: function( elem ) { + var value, option, i, + options = elem.options, + index = elem.selectedIndex, + one = elem.type === "select-one", + values = one ? null : [], + max = one ? index + 1 : options.length; + + if ( index < 0 ) { + i = max; + + } else { + i = one ? index : 0; + } + + // Loop through all the selected options + for ( ; i < max; i++ ) { + option = options[ i ]; + + // Support: IE <=9 only + // IE8-9 doesn't update selected after form reset (#2551) + if ( ( option.selected || i === index ) && + + // Don't return options that are disabled or in a disabled optgroup + !option.disabled && + ( !option.parentNode.disabled || + !nodeName( option.parentNode, "optgroup" ) ) ) { + + // Get the specific value for the option + value = jQuery( option ).val(); + + // We don't need an array for one selects + if ( one ) { + return value; + } + + // Multi-Selects return an array + values.push( value ); + } + } + + return values; + }, + + set: function( elem, value ) { + var optionSet, option, + options = elem.options, + values = jQuery.makeArray( value ), + i = options.length; + + while ( i-- ) { + option = options[ i ]; + + /* eslint-disable no-cond-assign */ + + if ( option.selected = + jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 + ) { + optionSet = true; + } + + /* eslint-enable no-cond-assign */ + } + + // Force browsers to behave consistently when non-matching value is set + if ( !optionSet ) { + elem.selectedIndex = -1; + } + return values; + } + } + } +} ); + +// Radios and checkboxes getter/setter +jQuery.each( [ "radio", "checkbox" ], function() { + jQuery.valHooks[ this ] = { + set: function( elem, value ) { + if ( Array.isArray( value ) ) { + return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); + } + } + }; + if ( !support.checkOn ) { + jQuery.valHooks[ this ].get = function( elem ) { + return elem.getAttribute( "value" ) === null ? "on" : elem.value; + }; + } +} ); + + + + +// Return jQuery for attributes-only inclusion + + +var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/; + +jQuery.extend( jQuery.event, { + + trigger: function( event, data, elem, onlyHandlers ) { + + var i, cur, tmp, bubbleType, ontype, handle, special, + eventPath = [ elem || document ], + type = hasOwn.call( event, "type" ) ? event.type : event, + namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; + + cur = tmp = elem = elem || document; + + // Don't do events on text and comment nodes + if ( elem.nodeType === 3 || elem.nodeType === 8 ) { + return; + } + + // focus/blur morphs to focusin/out; ensure we're not firing them right now + if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { + return; + } + + if ( type.indexOf( "." ) > -1 ) { + + // Namespaced trigger; create a regexp to match event type in handle() + namespaces = type.split( "." ); + type = namespaces.shift(); + namespaces.sort(); + } + ontype = type.indexOf( ":" ) < 0 && "on" + type; + + // Caller can pass in a jQuery.Event object, Object, or just an event type string + event = event[ jQuery.expando ] ? + event : + new jQuery.Event( type, typeof event === "object" && event ); + + // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) + event.isTrigger = onlyHandlers ? 2 : 3; + event.namespace = namespaces.join( "." ); + event.rnamespace = event.namespace ? + new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : + null; + + // Clean up the event in case it is being reused + event.result = undefined; + if ( !event.target ) { + event.target = elem; + } + + // Clone any incoming data and prepend the event, creating the handler arg list + data = data == null ? + [ event ] : + jQuery.makeArray( data, [ event ] ); + + // Allow special events to draw outside the lines + special = jQuery.event.special[ type ] || {}; + if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { + return; + } + + // Determine event propagation path in advance, per W3C events spec (#9951) + // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) + if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) { + + bubbleType = special.delegateType || type; + if ( !rfocusMorph.test( bubbleType + type ) ) { + cur = cur.parentNode; + } + for ( ; cur; cur = cur.parentNode ) { + eventPath.push( cur ); + tmp = cur; + } + + // Only add window if we got to document (e.g., not plain obj or detached DOM) + if ( tmp === ( elem.ownerDocument || document ) ) { + eventPath.push( tmp.defaultView || tmp.parentWindow || window ); + } + } + + // Fire handlers on the event path + i = 0; + while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { + + event.type = i > 1 ? + bubbleType : + special.bindType || type; + + // jQuery handler + handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && + dataPriv.get( cur, "handle" ); + if ( handle ) { + handle.apply( cur, data ); + } + + // Native handler + handle = ontype && cur[ ontype ]; + if ( handle && handle.apply && acceptData( cur ) ) { + event.result = handle.apply( cur, data ); + if ( event.result === false ) { + event.preventDefault(); + } + } + } + event.type = type; + + // If nobody prevented the default action, do it now + if ( !onlyHandlers && !event.isDefaultPrevented() ) { + + if ( ( !special._default || + special._default.apply( eventPath.pop(), data ) === false ) && + acceptData( elem ) ) { + + // Call a native DOM method on the target with the same name as the event. + // Don't do default actions on window, that's where global variables be (#6170) + if ( ontype && jQuery.isFunction( elem[ type ] ) && !jQuery.isWindow( elem ) ) { + + // Don't re-trigger an onFOO event when we call its FOO() method + tmp = elem[ ontype ]; + + if ( tmp ) { + elem[ ontype ] = null; + } + + // Prevent re-triggering of the same event, since we already bubbled it above + jQuery.event.triggered = type; + elem[ type ](); + jQuery.event.triggered = undefined; + + if ( tmp ) { + elem[ ontype ] = tmp; + } + } + } + } + + return event.result; + }, + + // Piggyback on a donor event to simulate a different one + // Used only for `focus(in | out)` events + simulate: function( type, elem, event ) { + var e = jQuery.extend( + new jQuery.Event(), + event, + { + type: type, + isSimulated: true + } + ); + + jQuery.event.trigger( e, null, elem ); + } + +} ); + +jQuery.fn.extend( { + + trigger: function( type, data ) { + return this.each( function() { + jQuery.event.trigger( type, data, this ); + } ); + }, + triggerHandler: function( type, data ) { + var elem = this[ 0 ]; + if ( elem ) { + return jQuery.event.trigger( type, data, elem, true ); + } + } +} ); + + +jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + + "change select submit keydown keypress keyup contextmenu" ).split( " " ), + function( i, name ) { + + // Handle event binding + jQuery.fn[ name ] = function( data, fn ) { + return arguments.length > 0 ? + this.on( name, null, data, fn ) : + this.trigger( name ); + }; +} ); + +jQuery.fn.extend( { + hover: function( fnOver, fnOut ) { + return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); + } +} ); + + + + +support.focusin = "onfocusin" in window; + + +// Support: Firefox <=44 +// Firefox doesn't have focus(in | out) events +// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 +// +// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 +// focus(in | out) events fire after focus & blur events, +// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order +// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 +if ( !support.focusin ) { + jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { + + // Attach a single capturing handler on the document while someone wants focusin/focusout + var handler = function( event ) { + jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); + }; + + jQuery.event.special[ fix ] = { + setup: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ); + + if ( !attaches ) { + doc.addEventListener( orig, handler, true ); + } + dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); + }, + teardown: function() { + var doc = this.ownerDocument || this, + attaches = dataPriv.access( doc, fix ) - 1; + + if ( !attaches ) { + doc.removeEventListener( orig, handler, true ); + dataPriv.remove( doc, fix ); + + } else { + dataPriv.access( doc, fix, attaches ); + } + } + }; + } ); +} +var location = window.location; + +var nonce = jQuery.now(); + +var rquery = ( /\?/ ); + + + +// Cross-browser xml parsing +jQuery.parseXML = function( data ) { + var xml; + if ( !data || typeof data !== "string" ) { + return null; + } + + // Support: IE 9 - 11 only + // IE throws on parseFromString with invalid input. + try { + xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); + } catch ( e ) { + xml = undefined; + } + + if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { + jQuery.error( "Invalid XML: " + data ); + } + return xml; +}; + + +var + rbracket = /\[\]$/, + rCRLF = /\r?\n/g, + rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, + rsubmittable = /^(?:input|select|textarea|keygen)/i; + +function buildParams( prefix, obj, traditional, add ) { + var name; + + if ( Array.isArray( obj ) ) { + + // Serialize array item. + jQuery.each( obj, function( i, v ) { + if ( traditional || rbracket.test( prefix ) ) { + + // Treat each array item as a scalar. + add( prefix, v ); + + } else { + + // Item is non-scalar (array or object), encode its numeric index. + buildParams( + prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", + v, + traditional, + add + ); + } + } ); + + } else if ( !traditional && jQuery.type( obj ) === "object" ) { + + // Serialize object item. + for ( name in obj ) { + buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); + } + + } else { + + // Serialize scalar item. + add( prefix, obj ); + } +} + +// Serialize an array of form elements or a set of +// key/values into a query string +jQuery.param = function( a, traditional ) { + var prefix, + s = [], + add = function( key, valueOrFunction ) { + + // If value is a function, invoke it and use its return value + var value = jQuery.isFunction( valueOrFunction ) ? + valueOrFunction() : + valueOrFunction; + + s[ s.length ] = encodeURIComponent( key ) + "=" + + encodeURIComponent( value == null ? "" : value ); + }; + + // If an array was passed in, assume that it is an array of form elements. + if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { + + // Serialize the form elements + jQuery.each( a, function() { + add( this.name, this.value ); + } ); + + } else { + + // If traditional, encode the "old" way (the way 1.3.2 or older + // did it), otherwise encode params recursively. + for ( prefix in a ) { + buildParams( prefix, a[ prefix ], traditional, add ); + } + } + + // Return the resulting serialization + return s.join( "&" ); +}; + +jQuery.fn.extend( { + serialize: function() { + return jQuery.param( this.serializeArray() ); + }, + serializeArray: function() { + return this.map( function() { + + // Can add propHook for "elements" to filter or add form elements + var elements = jQuery.prop( this, "elements" ); + return elements ? jQuery.makeArray( elements ) : this; + } ) + .filter( function() { + var type = this.type; + + // Use .is( ":disabled" ) so that fieldset[disabled] works + return this.name && !jQuery( this ).is( ":disabled" ) && + rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && + ( this.checked || !rcheckableType.test( type ) ); + } ) + .map( function( i, elem ) { + var val = jQuery( this ).val(); + + if ( val == null ) { + return null; + } + + if ( Array.isArray( val ) ) { + return jQuery.map( val, function( val ) { + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ); + } + + return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; + } ).get(); + } +} ); + + +var + r20 = /%20/g, + rhash = /#.*$/, + rantiCache = /([?&])_=[^&]*/, + rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, + + // #7653, #8125, #8152: local protocol detection + rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, + rnoContent = /^(?:GET|HEAD)$/, + rprotocol = /^\/\//, + + /* Prefilters + * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) + * 2) These are called: + * - BEFORE asking for a transport + * - AFTER param serialization (s.data is a string if s.processData is true) + * 3) key is the dataType + * 4) the catchall symbol "*" can be used + * 5) execution will start with transport dataType and THEN continue down to "*" if needed + */ + prefilters = {}, + + /* Transports bindings + * 1) key is the dataType + * 2) the catchall symbol "*" can be used + * 3) selection will start with transport dataType and THEN go to "*" if needed + */ + transports = {}, + + // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression + allTypes = "*/".concat( "*" ), + + // Anchor tag for parsing the document origin + originAnchor = document.createElement( "a" ); + originAnchor.href = location.href; + +// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport +function addToPrefiltersOrTransports( structure ) { + + // dataTypeExpression is optional and defaults to "*" + return function( dataTypeExpression, func ) { + + if ( typeof dataTypeExpression !== "string" ) { + func = dataTypeExpression; + dataTypeExpression = "*"; + } + + var dataType, + i = 0, + dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; + + if ( jQuery.isFunction( func ) ) { + + // For each dataType in the dataTypeExpression + while ( ( dataType = dataTypes[ i++ ] ) ) { + + // Prepend if requested + if ( dataType[ 0 ] === "+" ) { + dataType = dataType.slice( 1 ) || "*"; + ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); + + // Otherwise append + } else { + ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); + } + } + } + }; +} + +// Base inspection function for prefilters and transports +function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { + + var inspected = {}, + seekingTransport = ( structure === transports ); + + function inspect( dataType ) { + var selected; + inspected[ dataType ] = true; + jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { + var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); + if ( typeof dataTypeOrTransport === "string" && + !seekingTransport && !inspected[ dataTypeOrTransport ] ) { + + options.dataTypes.unshift( dataTypeOrTransport ); + inspect( dataTypeOrTransport ); + return false; + } else if ( seekingTransport ) { + return !( selected = dataTypeOrTransport ); + } + } ); + return selected; + } + + return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); +} + +// A special extend for ajax options +// that takes "flat" options (not to be deep extended) +// Fixes #9887 +function ajaxExtend( target, src ) { + var key, deep, + flatOptions = jQuery.ajaxSettings.flatOptions || {}; + + for ( key in src ) { + if ( src[ key ] !== undefined ) { + ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; + } + } + if ( deep ) { + jQuery.extend( true, target, deep ); + } + + return target; +} + +/* Handles responses to an ajax request: + * - finds the right dataType (mediates between content-type and expected dataType) + * - returns the corresponding response + */ +function ajaxHandleResponses( s, jqXHR, responses ) { + + var ct, type, finalDataType, firstDataType, + contents = s.contents, + dataTypes = s.dataTypes; + + // Remove auto dataType and get content-type in the process + while ( dataTypes[ 0 ] === "*" ) { + dataTypes.shift(); + if ( ct === undefined ) { + ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); + } + } + + // Check if we're dealing with a known content-type + if ( ct ) { + for ( type in contents ) { + if ( contents[ type ] && contents[ type ].test( ct ) ) { + dataTypes.unshift( type ); + break; + } + } + } + + // Check to see if we have a response for the expected dataType + if ( dataTypes[ 0 ] in responses ) { + finalDataType = dataTypes[ 0 ]; + } else { + + // Try convertible dataTypes + for ( type in responses ) { + if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { + finalDataType = type; + break; + } + if ( !firstDataType ) { + firstDataType = type; + } + } + + // Or just use first one + finalDataType = finalDataType || firstDataType; + } + + // If we found a dataType + // We add the dataType to the list if needed + // and return the corresponding response + if ( finalDataType ) { + if ( finalDataType !== dataTypes[ 0 ] ) { + dataTypes.unshift( finalDataType ); + } + return responses[ finalDataType ]; + } +} + +/* Chain conversions given the request and the original response + * Also sets the responseXXX fields on the jqXHR instance + */ +function ajaxConvert( s, response, jqXHR, isSuccess ) { + var conv2, current, conv, tmp, prev, + converters = {}, + + // Work with a copy of dataTypes in case we need to modify it for conversion + dataTypes = s.dataTypes.slice(); + + // Create converters map with lowercased keys + if ( dataTypes[ 1 ] ) { + for ( conv in s.converters ) { + converters[ conv.toLowerCase() ] = s.converters[ conv ]; + } + } + + current = dataTypes.shift(); + + // Convert to each sequential dataType + while ( current ) { + + if ( s.responseFields[ current ] ) { + jqXHR[ s.responseFields[ current ] ] = response; + } + + // Apply the dataFilter if provided + if ( !prev && isSuccess && s.dataFilter ) { + response = s.dataFilter( response, s.dataType ); + } + + prev = current; + current = dataTypes.shift(); + + if ( current ) { + + // There's only work to do if current dataType is non-auto + if ( current === "*" ) { + + current = prev; + + // Convert response if prev dataType is non-auto and differs from current + } else if ( prev !== "*" && prev !== current ) { + + // Seek a direct converter + conv = converters[ prev + " " + current ] || converters[ "* " + current ]; + + // If none found, seek a pair + if ( !conv ) { + for ( conv2 in converters ) { + + // If conv2 outputs current + tmp = conv2.split( " " ); + if ( tmp[ 1 ] === current ) { + + // If prev can be converted to accepted input + conv = converters[ prev + " " + tmp[ 0 ] ] || + converters[ "* " + tmp[ 0 ] ]; + if ( conv ) { + + // Condense equivalence converters + if ( conv === true ) { + conv = converters[ conv2 ]; + + // Otherwise, insert the intermediate dataType + } else if ( converters[ conv2 ] !== true ) { + current = tmp[ 0 ]; + dataTypes.unshift( tmp[ 1 ] ); + } + break; + } + } + } + } + + // Apply converter (if not an equivalence) + if ( conv !== true ) { + + // Unless errors are allowed to bubble, catch and return them + if ( conv && s.throws ) { + response = conv( response ); + } else { + try { + response = conv( response ); + } catch ( e ) { + return { + state: "parsererror", + error: conv ? e : "No conversion from " + prev + " to " + current + }; + } + } + } + } + } + } + + return { state: "success", data: response }; +} + +jQuery.extend( { + + // Counter for holding the number of active queries + active: 0, + + // Last-Modified header cache for next request + lastModified: {}, + etag: {}, + + ajaxSettings: { + url: location.href, + type: "GET", + isLocal: rlocalProtocol.test( location.protocol ), + global: true, + processData: true, + async: true, + contentType: "application/x-www-form-urlencoded; charset=UTF-8", + + /* + timeout: 0, + data: null, + dataType: null, + username: null, + password: null, + cache: null, + throws: false, + traditional: false, + headers: {}, + */ + + accepts: { + "*": allTypes, + text: "text/plain", + html: "text/html", + xml: "application/xml, text/xml", + json: "application/json, text/javascript" + }, + + contents: { + xml: /\bxml\b/, + html: /\bhtml/, + json: /\bjson\b/ + }, + + responseFields: { + xml: "responseXML", + text: "responseText", + json: "responseJSON" + }, + + // Data converters + // Keys separate source (or catchall "*") and destination types with a single space + converters: { + + // Convert anything to text + "* text": String, + + // Text to html (true = no transformation) + "text html": true, + + // Evaluate text as a json expression + "text json": JSON.parse, + + // Parse text as xml + "text xml": jQuery.parseXML + }, + + // For options that shouldn't be deep extended: + // you can add your own custom options here if + // and when you create one that shouldn't be + // deep extended (see ajaxExtend) + flatOptions: { + url: true, + context: true + } + }, + + // Creates a full fledged settings object into target + // with both ajaxSettings and settings fields. + // If target is omitted, writes into ajaxSettings. + ajaxSetup: function( target, settings ) { + return settings ? + + // Building a settings object + ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : + + // Extending ajaxSettings + ajaxExtend( jQuery.ajaxSettings, target ); + }, + + ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), + ajaxTransport: addToPrefiltersOrTransports( transports ), + + // Main method + ajax: function( url, options ) { + + // If url is an object, simulate pre-1.5 signature + if ( typeof url === "object" ) { + options = url; + url = undefined; + } + + // Force options to be an object + options = options || {}; + + var transport, + + // URL without anti-cache param + cacheURL, + + // Response headers + responseHeadersString, + responseHeaders, + + // timeout handle + timeoutTimer, + + // Url cleanup var + urlAnchor, + + // Request state (becomes false upon send and true upon completion) + completed, + + // To know if global events are to be dispatched + fireGlobals, + + // Loop variable + i, + + // uncached part of the url + uncached, + + // Create the final options object + s = jQuery.ajaxSetup( {}, options ), + + // Callbacks context + callbackContext = s.context || s, + + // Context for global events is callbackContext if it is a DOM node or jQuery collection + globalEventContext = s.context && + ( callbackContext.nodeType || callbackContext.jquery ) ? + jQuery( callbackContext ) : + jQuery.event, + + // Deferreds + deferred = jQuery.Deferred(), + completeDeferred = jQuery.Callbacks( "once memory" ), + + // Status-dependent callbacks + statusCode = s.statusCode || {}, + + // Headers (they are sent all at once) + requestHeaders = {}, + requestHeadersNames = {}, + + // Default abort message + strAbort = "canceled", + + // Fake xhr + jqXHR = { + readyState: 0, + + // Builds headers hashtable if needed + getResponseHeader: function( key ) { + var match; + if ( completed ) { + if ( !responseHeaders ) { + responseHeaders = {}; + while ( ( match = rheaders.exec( responseHeadersString ) ) ) { + responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; + } + } + match = responseHeaders[ key.toLowerCase() ]; + } + return match == null ? null : match; + }, + + // Raw string + getAllResponseHeaders: function() { + return completed ? responseHeadersString : null; + }, + + // Caches the header + setRequestHeader: function( name, value ) { + if ( completed == null ) { + name = requestHeadersNames[ name.toLowerCase() ] = + requestHeadersNames[ name.toLowerCase() ] || name; + requestHeaders[ name ] = value; + } + return this; + }, + + // Overrides response content-type header + overrideMimeType: function( type ) { + if ( completed == null ) { + s.mimeType = type; + } + return this; + }, + + // Status-dependent callbacks + statusCode: function( map ) { + var code; + if ( map ) { + if ( completed ) { + + // Execute the appropriate callbacks + jqXHR.always( map[ jqXHR.status ] ); + } else { + + // Lazy-add the new callbacks in a way that preserves old ones + for ( code in map ) { + statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; + } + } + } + return this; + }, + + // Cancel the request + abort: function( statusText ) { + var finalText = statusText || strAbort; + if ( transport ) { + transport.abort( finalText ); + } + done( 0, finalText ); + return this; + } + }; + + // Attach deferreds + deferred.promise( jqXHR ); + + // Add protocol if not provided (prefilters might expect it) + // Handle falsy url in the settings object (#10093: consistency with old signature) + // We also use the url parameter if available + s.url = ( ( url || s.url || location.href ) + "" ) + .replace( rprotocol, location.protocol + "//" ); + + // Alias method option to type as per ticket #12004 + s.type = options.method || options.type || s.method || s.type; + + // Extract dataTypes list + s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; + + // A cross-domain request is in order when the origin doesn't match the current origin. + if ( s.crossDomain == null ) { + urlAnchor = document.createElement( "a" ); + + // Support: IE <=8 - 11, Edge 12 - 13 + // IE throws exception on accessing the href property if url is malformed, + // e.g. http://example.com:80x/ + try { + urlAnchor.href = s.url; + + // Support: IE <=8 - 11 only + // Anchor's host property isn't correctly set when s.url is relative + urlAnchor.href = urlAnchor.href; + s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== + urlAnchor.protocol + "//" + urlAnchor.host; + } catch ( e ) { + + // If there is an error parsing the URL, assume it is crossDomain, + // it can be rejected by the transport if it is invalid + s.crossDomain = true; + } + } + + // Convert data if not already a string + if ( s.data && s.processData && typeof s.data !== "string" ) { + s.data = jQuery.param( s.data, s.traditional ); + } + + // Apply prefilters + inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); + + // If request was aborted inside a prefilter, stop there + if ( completed ) { + return jqXHR; + } + + // We can fire global events as of now if asked to + // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) + fireGlobals = jQuery.event && s.global; + + // Watch for a new set of requests + if ( fireGlobals && jQuery.active++ === 0 ) { + jQuery.event.trigger( "ajaxStart" ); + } + + // Uppercase the type + s.type = s.type.toUpperCase(); + + // Determine if request has content + s.hasContent = !rnoContent.test( s.type ); + + // Save the URL in case we're toying with the If-Modified-Since + // and/or If-None-Match header later on + // Remove hash to simplify url manipulation + cacheURL = s.url.replace( rhash, "" ); + + // More options handling for requests with no content + if ( !s.hasContent ) { + + // Remember the hash so we can put it back + uncached = s.url.slice( cacheURL.length ); + + // If data is available, append data to url + if ( s.data ) { + cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; + + // #9682: remove data so that it's not used in an eventual retry + delete s.data; + } + + // Add or update anti-cache param if needed + if ( s.cache === false ) { + cacheURL = cacheURL.replace( rantiCache, "$1" ); + uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; + } + + // Put hash and anti-cache on the URL that will be requested (gh-1732) + s.url = cacheURL + uncached; + + // Change '%20' to '+' if this is encoded form body content (gh-2658) + } else if ( s.data && s.processData && + ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { + s.data = s.data.replace( r20, "+" ); + } + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + if ( jQuery.lastModified[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); + } + if ( jQuery.etag[ cacheURL ] ) { + jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); + } + } + + // Set the correct header, if data is being sent + if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { + jqXHR.setRequestHeader( "Content-Type", s.contentType ); + } + + // Set the Accepts header for the server, depending on the dataType + jqXHR.setRequestHeader( + "Accept", + s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? + s.accepts[ s.dataTypes[ 0 ] ] + + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : + s.accepts[ "*" ] + ); + + // Check for headers option + for ( i in s.headers ) { + jqXHR.setRequestHeader( i, s.headers[ i ] ); + } + + // Allow custom headers/mimetypes and early abort + if ( s.beforeSend && + ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { + + // Abort if not done already and return + return jqXHR.abort(); + } + + // Aborting is no longer a cancellation + strAbort = "abort"; + + // Install callbacks on deferreds + completeDeferred.add( s.complete ); + jqXHR.done( s.success ); + jqXHR.fail( s.error ); + + // Get transport + transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); + + // If no transport, we auto-abort + if ( !transport ) { + done( -1, "No Transport" ); + } else { + jqXHR.readyState = 1; + + // Send global event + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); + } + + // If request was aborted inside ajaxSend, stop there + if ( completed ) { + return jqXHR; + } + + // Timeout + if ( s.async && s.timeout > 0 ) { + timeoutTimer = window.setTimeout( function() { + jqXHR.abort( "timeout" ); + }, s.timeout ); + } + + try { + completed = false; + transport.send( requestHeaders, done ); + } catch ( e ) { + + // Rethrow post-completion exceptions + if ( completed ) { + throw e; + } + + // Propagate others as results + done( -1, e ); + } + } + + // Callback for when everything is done + function done( status, nativeStatusText, responses, headers ) { + var isSuccess, success, error, response, modified, + statusText = nativeStatusText; + + // Ignore repeat invocations + if ( completed ) { + return; + } + + completed = true; + + // Clear timeout if it exists + if ( timeoutTimer ) { + window.clearTimeout( timeoutTimer ); + } + + // Dereference transport for early garbage collection + // (no matter how long the jqXHR object will be used) + transport = undefined; + + // Cache response headers + responseHeadersString = headers || ""; + + // Set readyState + jqXHR.readyState = status > 0 ? 4 : 0; + + // Determine if successful + isSuccess = status >= 200 && status < 300 || status === 304; + + // Get response data + if ( responses ) { + response = ajaxHandleResponses( s, jqXHR, responses ); + } + + // Convert no matter what (that way responseXXX fields are always set) + response = ajaxConvert( s, response, jqXHR, isSuccess ); + + // If successful, handle type chaining + if ( isSuccess ) { + + // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. + if ( s.ifModified ) { + modified = jqXHR.getResponseHeader( "Last-Modified" ); + if ( modified ) { + jQuery.lastModified[ cacheURL ] = modified; + } + modified = jqXHR.getResponseHeader( "etag" ); + if ( modified ) { + jQuery.etag[ cacheURL ] = modified; + } + } + + // if no content + if ( status === 204 || s.type === "HEAD" ) { + statusText = "nocontent"; + + // if not modified + } else if ( status === 304 ) { + statusText = "notmodified"; + + // If we have data, let's convert it + } else { + statusText = response.state; + success = response.data; + error = response.error; + isSuccess = !error; + } + } else { + + // Extract error from statusText and normalize for non-aborts + error = statusText; + if ( status || !statusText ) { + statusText = "error"; + if ( status < 0 ) { + status = 0; + } + } + } + + // Set data for the fake xhr object + jqXHR.status = status; + jqXHR.statusText = ( nativeStatusText || statusText ) + ""; + + // Success/Error + if ( isSuccess ) { + deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); + } else { + deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); + } + + // Status-dependent callbacks + jqXHR.statusCode( statusCode ); + statusCode = undefined; + + if ( fireGlobals ) { + globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", + [ jqXHR, s, isSuccess ? success : error ] ); + } + + // Complete + completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); + + if ( fireGlobals ) { + globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); + + // Handle the global AJAX counter + if ( !( --jQuery.active ) ) { + jQuery.event.trigger( "ajaxStop" ); + } + } + } + + return jqXHR; + }, + + getJSON: function( url, data, callback ) { + return jQuery.get( url, data, callback, "json" ); + }, + + getScript: function( url, callback ) { + return jQuery.get( url, undefined, callback, "script" ); + } +} ); + +jQuery.each( [ "get", "post" ], function( i, method ) { + jQuery[ method ] = function( url, data, callback, type ) { + + // Shift arguments if data argument was omitted + if ( jQuery.isFunction( data ) ) { + type = type || callback; + callback = data; + data = undefined; + } + + // The url can be an options object (which then must have .url) + return jQuery.ajax( jQuery.extend( { + url: url, + type: method, + dataType: type, + data: data, + success: callback + }, jQuery.isPlainObject( url ) && url ) ); + }; +} ); + + +jQuery._evalUrl = function( url ) { + return jQuery.ajax( { + url: url, + + // Make this explicit, since user can override this through ajaxSetup (#11264) + type: "GET", + dataType: "script", + cache: true, + async: false, + global: false, + "throws": true + } ); +}; + + +jQuery.fn.extend( { + wrapAll: function( html ) { + var wrap; + + if ( this[ 0 ] ) { + if ( jQuery.isFunction( html ) ) { + html = html.call( this[ 0 ] ); + } + + // The elements to wrap the target around + wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); + + if ( this[ 0 ].parentNode ) { + wrap.insertBefore( this[ 0 ] ); + } + + wrap.map( function() { + var elem = this; + + while ( elem.firstElementChild ) { + elem = elem.firstElementChild; + } + + return elem; + } ).append( this ); + } + + return this; + }, + + wrapInner: function( html ) { + if ( jQuery.isFunction( html ) ) { + return this.each( function( i ) { + jQuery( this ).wrapInner( html.call( this, i ) ); + } ); + } + + return this.each( function() { + var self = jQuery( this ), + contents = self.contents(); + + if ( contents.length ) { + contents.wrapAll( html ); + + } else { + self.append( html ); + } + } ); + }, + + wrap: function( html ) { + var isFunction = jQuery.isFunction( html ); + + return this.each( function( i ) { + jQuery( this ).wrapAll( isFunction ? html.call( this, i ) : html ); + } ); + }, + + unwrap: function( selector ) { + this.parent( selector ).not( "body" ).each( function() { + jQuery( this ).replaceWith( this.childNodes ); + } ); + return this; + } +} ); + + +jQuery.expr.pseudos.hidden = function( elem ) { + return !jQuery.expr.pseudos.visible( elem ); +}; +jQuery.expr.pseudos.visible = function( elem ) { + return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); +}; + + + + +jQuery.ajaxSettings.xhr = function() { + try { + return new window.XMLHttpRequest(); + } catch ( e ) {} +}; + +var xhrSuccessStatus = { + + // File protocol always yields status code 0, assume 200 + 0: 200, + + // Support: IE <=9 only + // #1450: sometimes IE returns 1223 when it should be 204 + 1223: 204 + }, + xhrSupported = jQuery.ajaxSettings.xhr(); + +support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); +support.ajax = xhrSupported = !!xhrSupported; + +jQuery.ajaxTransport( function( options ) { + var callback, errorCallback; + + // Cross domain only allowed if supported through XMLHttpRequest + if ( support.cors || xhrSupported && !options.crossDomain ) { + return { + send: function( headers, complete ) { + var i, + xhr = options.xhr(); + + xhr.open( + options.type, + options.url, + options.async, + options.username, + options.password + ); + + // Apply custom fields if provided + if ( options.xhrFields ) { + for ( i in options.xhrFields ) { + xhr[ i ] = options.xhrFields[ i ]; + } + } + + // Override mime type if needed + if ( options.mimeType && xhr.overrideMimeType ) { + xhr.overrideMimeType( options.mimeType ); + } + + // X-Requested-With header + // For cross-domain requests, seeing as conditions for a preflight are + // akin to a jigsaw puzzle, we simply never set it to be sure. + // (it can always be set on a per-request basis or even using ajaxSetup) + // For same-domain requests, won't change header if already provided. + if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { + headers[ "X-Requested-With" ] = "XMLHttpRequest"; + } + + // Set headers + for ( i in headers ) { + xhr.setRequestHeader( i, headers[ i ] ); + } + + // Callback + callback = function( type ) { + return function() { + if ( callback ) { + callback = errorCallback = xhr.onload = + xhr.onerror = xhr.onabort = xhr.onreadystatechange = null; + + if ( type === "abort" ) { + xhr.abort(); + } else if ( type === "error" ) { + + // Support: IE <=9 only + // On a manual native abort, IE9 throws + // errors on any property access that is not readyState + if ( typeof xhr.status !== "number" ) { + complete( 0, "error" ); + } else { + complete( + + // File: protocol always yields status 0; see #8605, #14207 + xhr.status, + xhr.statusText + ); + } + } else { + complete( + xhrSuccessStatus[ xhr.status ] || xhr.status, + xhr.statusText, + + // Support: IE <=9 only + // IE9 has no XHR2 but throws on binary (trac-11426) + // For XHR2 non-text, let the caller handle it (gh-2498) + ( xhr.responseType || "text" ) !== "text" || + typeof xhr.responseText !== "string" ? + { binary: xhr.response } : + { text: xhr.responseText }, + xhr.getAllResponseHeaders() + ); + } + } + }; + }; + + // Listen to events + xhr.onload = callback(); + errorCallback = xhr.onerror = callback( "error" ); + + // Support: IE 9 only + // Use onreadystatechange to replace onabort + // to handle uncaught aborts + if ( xhr.onabort !== undefined ) { + xhr.onabort = errorCallback; + } else { + xhr.onreadystatechange = function() { + + // Check readyState before timeout as it changes + if ( xhr.readyState === 4 ) { + + // Allow onerror to be called first, + // but that will not handle a native abort + // Also, save errorCallback to a variable + // as xhr.onerror cannot be accessed + window.setTimeout( function() { + if ( callback ) { + errorCallback(); + } + } ); + } + }; + } + + // Create the abort callback + callback = callback( "abort" ); + + try { + + // Do send the request (this may raise an exception) + xhr.send( options.hasContent && options.data || null ); + } catch ( e ) { + + // #14683: Only rethrow if this hasn't been notified as an error yet + if ( callback ) { + throw e; + } + } + }, + + abort: function() { + if ( callback ) { + callback(); + } + } + }; + } +} ); + + + + +// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) +jQuery.ajaxPrefilter( function( s ) { + if ( s.crossDomain ) { + s.contents.script = false; + } +} ); + +// Install script dataType +jQuery.ajaxSetup( { + accepts: { + script: "text/javascript, application/javascript, " + + "application/ecmascript, application/x-ecmascript" + }, + contents: { + script: /\b(?:java|ecma)script\b/ + }, + converters: { + "text script": function( text ) { + jQuery.globalEval( text ); + return text; + } + } +} ); + +// Handle cache's special case and crossDomain +jQuery.ajaxPrefilter( "script", function( s ) { + if ( s.cache === undefined ) { + s.cache = false; + } + if ( s.crossDomain ) { + s.type = "GET"; + } +} ); + +// Bind script tag hack transport +jQuery.ajaxTransport( "script", function( s ) { + + // This transport only deals with cross domain requests + if ( s.crossDomain ) { + var script, callback; + return { + send: function( _, complete ) { + script = jQuery( " + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

API Reference¶

+

The API documentation aims to provide a complete reference to the +Freedom Metal API.

+

The API documentation is split into sections corresponding to each feature:

+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/button.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/button.html new file mode 100644 index 000000000..4fa1de895 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/button.html @@ -0,0 +1,184 @@ + + + + + + + + Buttons — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Buttons¶

+

API for interfacing with physical buttons

+
+

Functions

+
+
+struct metal_button *metal_button_get(char *label)¶
+

Get a reference to a button.

+

+
Return
+
A handle for the button
+
Parameters
+
    +
  • label: The DeviceTree label for the button
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_button_interrupt_controller(struct metal_button *button)¶
+

Get the interrupt controller for a button.

+

+
Return
+
A pointer to the interrupt controller responsible for handling button interrupts.
+
Parameters
+
    +
  • button: The handle for the button
  • +
+
+
+

+
+ +
+
+int metal_button_get_interrupt_id(struct metal_button *button)¶
+

Get the interrupt id for a button.

+

+
Return
+
The interrupt id corresponding to a button.
+
Parameters
+
    +
  • button: The handle for the button
  • +
+
+
+

+
+ +
+
+
+struct metal_button¶
+
#include <button.h>

A button device handle.

+

A struct metal_button is an implementation-defined object which represents a button on a development board.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cache.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cache.html new file mode 100644 index 000000000..b02c6ef40 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cache.html @@ -0,0 +1,184 @@ + + + + + + + + Caches — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Caches¶

+

API for configuring caches.

+
+

Functions

+
+
+void metal_cache_init(struct metal_cache *cache, int ways)¶
+

Initialize a cache.

+

Initializes a cache with the requested number of ways enabled.

+
+
Parameters
+
    +
  • cache: The handle for the cache to initialize
  • +
  • ways: The number of ways to enable
  • +
+
+
+

+
+ +
+
+int metal_cache_get_enabled_ways(struct metal_cache *cache)¶
+

Get the current number of enabled cache ways.

+

+
Return
+
The current number of enabled cache ways
+
Parameters
+
    +
  • cache: The handle for the cache
  • +
+
+
+

+
+ +
+
+int metal_cache_set_enabled_ways(struct metal_cache *cache, int ways)¶
+

Enable the requested number of cache ways.

+

+
Return
+
0 if the ways are successfully enabled
+
Parameters
+
    +
  • cache: The handle for the cache
  • +
  • ways: The number of ways to enabled
  • +
+
+
+

+
+ +
+
+
+struct metal_cache¶
+
#include <cache.h>

a handle for a cache

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/clock.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/clock.html new file mode 100644 index 000000000..b14f4cbb6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/clock.html @@ -0,0 +1,220 @@ + + + + + + + + Clocks — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Clocks¶

+

API for manipulating clock sources.

+

The clock interface allows for controlling the rate of various clocks in the system.

+
+

Typedefs

+
+
+typedef void (*metal_clock_pre_rate_change_callback)(void *priv)¶
+

Function signature of clock pre-rate change callbacks.

+
+ +
+
+typedef void (*metal_clock_post_rate_change_callback)(void *priv)¶
+

Function signature of clock post-rate change callbacks.

+
+ +
+
+

Functions

+
+
+long metal_clock_get_rate_hz(const struct metal_clock *clk)¶
+

Returns the current rate of the given clock.

+

+
Return
+
The current rate of the clock in Hz
+
Parameters
+
    +
  • clk: The handle for the clock
  • +
+
+
+

+
+ +
+
+long metal_clock_set_rate_hz(struct metal_clock *clk, long hz)¶
+

Set the current rate of a clock.

+

Attempts to set the current rate of the given clock to as close as possible to the given rate in Hz. Returns the actual value that’s been selected, which could be anything!

+
+
Return
+
The new rate of the clock in Hz.
+
Parameters
+
    +
  • clk: The handle for the clock
  • +
  • hz: The desired rate in Hz
  • +
+
+
+

+

Prior to and after the rate change of the clock, this will call the registered pre- and post-rate change callbacks.

+
+ +
+
+void metal_clock_register_pre_rate_change_callback(struct metal_clock *clk, metal_clock_pre_rate_change_callback cb, void *priv)¶
+

Register a callback that must be called before a rate change.

+

+
Parameters
+
    +
  • clk: The handle for the clock
  • +
  • cb: The callback to be registered
  • +
  • priv: Private data for the callback handler
  • +
+
+
+

+
+ +
+
+void metal_clock_register_post_rate_change_callback(struct metal_clock *clk, metal_clock_post_rate_change_callback cb, void *priv)¶
+

Registers a callback that must be called after a rate change.

+

+
Parameters
+
    +
  • clk: The handle for the clock
  • +
  • cb: The callback to be registered
  • +
  • priv: Private data for the callback handler
  • +
+
+
+

+
+ +
+
+
+struct metal_clock¶
+
#include <clock.h>

The handle for a clock.

+

Clocks are defined as a pointer to a struct metal_clock, the contents of which are implementation defined. Users of the clock interface must call functions which accept a struct metal_clock * as an argument to interract with the clock.

+

Note that no mechanism for obtaining a pointer to a struct metal_clock has been defined, making it impossible to call any of these functions without invoking implementation-defined behavior.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cpu.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cpu.html new file mode 100644 index 000000000..eff5b30ad --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/cpu.html @@ -0,0 +1,465 @@ + + + + + + + + CPU — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

CPU¶

+

API for accessing CPU capabilities.

+
+

Typedefs

+
+
+typedef void (*metal_exception_handler_t)(struct metal_cpu *cpu, int ecode)¶
+

Function signature for exception handlers.

+
+ +
+
+

Functions

+
+
+struct metal_cpu *metal_cpu_get(int hartid)¶
+

Get a reference to a CPU hart.

+

+
Return
+
A pointer to the CPU device handle
+
Parameters
+
    +
  • hartid: The ID of the desired CPU hart
  • +
+
+
+

+
+ +
+
+int metal_cpu_get_current_hartid()¶
+

Get the hartid of the CPU hart executing this function.

+

+
Return
+
The hartid of the current CPU hart
+
+

+
+ +
+
+int metal_cpu_get_num_harts()¶
+

Get the number of CPU harts.

+

+
Return
+
The number of CPU harts
+
+

+
+ +
+
+unsigned long long metal_cpu_get_timer(struct metal_cpu *cpu)¶
+

Get the CPU cycle count timer value.

+

Get the value of the cycle count timer for a given CPU

+

+
Return
+
The value of the CPU cycle count timer
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+unsigned long long metal_cpu_get_timebase(struct metal_cpu *cpu)¶
+

Get the timebase of the CPU.

+

Get the value of the timebase of the cycle count timer

+

+
Return
+
The value of the cycle count timer timebase
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+unsigned long long metal_cpu_get_mtime(struct metal_cpu *cpu)¶
+

Get the value of the mtime RTC.

+

Get the value of the mtime real-time clock. The CPU interrupt controller must be initialized before this function is called or the return value will be 0.

+

+
Return
+
The value of mtime, or 0 if failure
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_set_mtimecmp(struct metal_cpu *cpu, unsigned long long time)¶
+

Set the value of the RTC mtimecmp RTC.

+

Set the value of the mtime real-time clock compare register. The CPU interrupt controller must be initialized before this function is called or the return value will be -1;

+

+
Return
+
The value of mtimecmp or -1 if error
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
  • time: The value to set the compare register to
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_cpu_timer_interrupt_controller(struct metal_cpu *cpu)¶
+

Get a reference to RTC timer interrupt controller.

+

Get a reference to the interrupt controller for the real-time clock interrupt. The controller returned by this function must be initialized before any interrupts are registered or enabled with it.

+

+
Return
+
A pointer to the timer interrupt handle
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_timer_get_interrupt_id(struct metal_cpu *cpu)¶
+

Get the RTC timer interrupt id.

+

Get the interrupt ID of the real-time clock interrupt

+

+
Return
+
The timer interrupt ID
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_cpu_software_interrupt_controller(struct metal_cpu *cpu)¶
+

Get a reference to the software interrupt controller.

+

Get a reference to the interrupt controller for the software/inter-process interrupt. The controller returned by this function must be initialized before any interrupts are registered or enabled with it.

+

+
Return
+
A pointer to the software interrupt handle
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_software_get_interrupt_id(struct metal_cpu *cpu)¶
+

Get the software interrupt id.

+

Get the interrupt ID for the software/inter-process interrupt

+

+
Return
+
the software interrupt ID
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_software_set_ipi(struct metal_cpu *cpu, int hartid)¶
+

Set the inter-process interrupt for a hart.

+

Trigger a software/inter-process interrupt for a hart. The CPU interrupt controller for the CPU handle passed to this function must be initialized before this function is called.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
  • hartid: The CPU hart ID to be interrupted
  • +
+
+
+

+
+ +
+
+int metal_cpu_software_clear_ipi(struct metal_cpu *cpu, int hartid)¶
+

Clear the inter-process interrupt for a hart.

+

Clear the software/inter-process interrupt for a hart. The CPU interrupt controller for the CPU handle passed to this function must be initialized before this function is called.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
  • hartid: The CPU hart ID to clear
  • +
+
+
+

+
+ +
+
+int metal_cpu_get_msip(struct metal_cpu *cpu, int hartid)¶
+

Get the value of MSIP for the given hart.

+

Get the value of the machine software interrupt pending bit for the given hart. The CPU interrupt controller for the CPU handle passed as argument to this function must be initialized before this function is called.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • cpu: the CPU device handle
  • +
  • hartid: The CPU hart to read
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_cpu_interrupt_controller(struct metal_cpu *cpu)¶
+

Get the interrupt controller for the CPU.

+

Get the CPU interrupt controller. The controller returned by this function must be initialized before any interrupts are registered or enabled and before any exception handlers are registered with this CPU.

+

+
Return
+
The handle for the CPU interrupt controller
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_exception_register(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler)¶
+

Register an exception handler.

+

Register an exception handler for the CPU. The CPU interrupt controller must be initialized before this function is called.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
  • ecode: The exception code to register a handler for
  • +
  • handler: Callback function for the exception handler
  • +
+
+
+

+
+ +
+
+int metal_cpu_get_instruction_length(struct metal_cpu *cpu, uintptr_t epc)¶
+

Get the length of an instruction in bytes.

+

Get the length of an instruction in bytes.

+

On RISC-V platforms, this is useful for detecting whether an instruction is compressed (2 bytes long) or uncompressed (4 bytes long).

+

This function is useful in conjuction with metal_cpu_get_exception_pc() and metal_cpu_set_exception_pc() in order to cause the exception handler to return execution after the faulting instruction.

+

+
Return
+
the length of the instruction in bytes
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
  • epc: The address of the instruction to measure
  • +
+
+
+

+
+ +
+
+uintptr_t metal_cpu_get_exception_pc(struct metal_cpu *cpu)¶
+

Get the program counter of the current exception.

+

This function must be called within an exception handler. The behavior is undefined outside of an exception handler.

+

+
Return
+
The value of the program counter at the time of the exception
+
Parameters
+
    +
  • cpu: The CPU device handle
  • +
+
+
+

+
+ +
+
+int metal_cpu_set_exception_pc(struct metal_cpu *cpu, uintptr_t epc)¶
+

Set the exception program counter.

+

This function must be called within an exception handler. The behavior is undefined outside of an exception handler.

+

This function can be used to cause an exception handler to return execution to an address other than the one that caused the exception.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • cpu: the CPU device handle
  • +
  • epc: The address to set the exception program counter to
  • +
+
+
+

+
+ +
+
+
+struct metal_cpu¶
+
#include <cpu.h>

A device handle for a CPU hart.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/gpio.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/gpio.html new file mode 100644 index 000000000..70d802e00 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/gpio.html @@ -0,0 +1,272 @@ + + + + + + + + GPIO — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

GPIO¶

+

API for manipulating general-purpose input/output.

+
+

Functions

+
+
+struct metal_gpio *metal_gpio_get_device(int device_num)¶
+

Get a GPIO device handle.

+

+
Return
+
The GPIO device handle, or NULL if there is no device at that index
+
Parameters
+
    +
  • device_num: The GPIO device index
  • +
+
+
+

+
+ +
+
+int metal_gpio_disable_input(struct metal_gpio *gpio, int pin)¶
+

Disable input on a pin.

+

+
Return
+
0 if the input is successfully disabled
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
+
+
+

+
+ +
+
+int metal_gpio_enable_output(struct metal_gpio *gpio, int pin)¶
+

Enable output on a pin.

+

+
Return
+
0 if the output is successfully enabled
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
+
+
+

+
+ +
+
+int metal_gpio_set_pin(struct metal_gpio *gpio, int pin, int value)¶
+

Set the output value of a GPIO pin.

+

+
Return
+
0 if the output is successfully set
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
  • value: The value to set the pin to
  • +
+
+
+

+
+ +
+
+int metal_gpio_get_pin(struct metal_gpio *gpio, int pin)¶
+

Get the value of the GPIO pin.

+

+
Return
+
The value of the GPIO pin
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
+
+
+

+
+ +
+
+int metal_gpio_clear_pin(struct metal_gpio *gpio, int pin)¶
+

Clears the value of the GPIO pin.

+

+
Return
+
0 if the pin is successfully cleared
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
+
+
+

+
+ +
+
+int metal_gpio_toggle_pin(struct metal_gpio *gpio, int pin)¶
+

Toggles the value of the GPIO pin.

+

+
Return
+
0 if the pin is successfully toggled
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The pin number indexed from 0
  • +
+
+
+

+
+ +
+
+int metal_gpio_enable_pinmux(struct metal_gpio *gpio, int pin, int io_function)¶
+

Enables and sets the pinmux for a GPIO pin.

+

+
Return
+
0 if the pinmux is successfully set
+
Parameters
+
    +
  • gpio: The handle for the GPIO interface
  • +
  • pin: The bitmask for the pin to enable pinmux on
  • +
  • io_function: The IO function to set
  • +
+
+
+

+
+ +
+
+
+struct metal_gpio¶
+
#include <gpio.h>

The handle for a GPIO interface.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/interrupt.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/interrupt.html new file mode 100644 index 000000000..e796903c6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/interrupt.html @@ -0,0 +1,283 @@ + + + + + + + + Interrupts — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Interrupts¶

+

API for registering and manipulating interrupts.

+
+

Typedefs

+
+
+typedef enum metal_vector_mode_ metal_vector_mode¶
+

Possible mode of interrupts to operate.

+
+ +
+
+typedef void (*metal_interrupt_handler_t)(int, void *)¶
+

Function signature for interrupt callback handlers.

+
+ +
+
+

Enums

+
+
+enum metal_vector_mode_¶
+

Possible mode of interrupts to operate.

+

Values:

+
+
+METAL_DIRECT_MODE = 0¶
+
+ +
+
+METAL_VECTOR_MODE = 1¶
+
+ +
+
+METAL_SELECTIVE_VECTOR_MODE = 2¶
+
+ +
+
+METAL_HARDWARE_VECTOR_MODE = 3¶
+
+ +
+ +
+
+

Functions

+
+
+void metal_interrupt_init(struct metal_interrupt *controller)¶
+

Initialize a given interrupt controller.

+

Initialize a given interrupt controller. This function must be called before any interrupts are registered or enabled with the handler. It is invalid to initialize an interrupt controller more than once.

+

+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
+
+
+

+
+ +
+
+int metal_interrupt_register_handler(struct metal_interrupt *controller, int id, metal_interrupt_handler_t handler, void *priv_data)¶
+

Register an interrupt handler.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
  • id: The interrupt ID to register
  • +
  • handler: The interrupt handler callback
  • +
  • priv_data: Private data for the interrupt handler
  • +
+
+
+

+
+ +
+
+int metal_interrupt_enable(struct metal_interrupt *controller, int id)¶
+

Enable an interrupt.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
  • id: The interrupt ID to enable
  • +
+
+
+

+
+ +
+
+int metal_interrupt_disable(struct metal_interrupt *controller, int id)¶
+

Disable an interrupt.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
  • id: The interrupt ID to disable
  • +
+
+
+

+
+ +
+
+int metal_interrupt_vector_enable(struct metal_interrupt *controller, int id, metal_vector_mode mode)¶
+

Enable an interrupt vector.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
  • id: The interrupt ID to enable
  • +
  • mode: The interrupt mode type to enable
  • +
+
+
+

+
+ +
+
+int metal_interrupt_vector_disable(struct metal_interrupt *controller, int id)¶
+

Disable an interrupt vector.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • controller: The handle for the interrupt controller
  • +
  • id: The interrupt ID to disable
  • +
+
+
+

+
+ +
+
+
+struct metal_interrupt¶
+
#include <interrupt.h>

A handle for an interrupt.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/itim.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/itim.html new file mode 100644 index 000000000..b27bace15 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/itim.html @@ -0,0 +1,136 @@ + + + + + + + + ITIM — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

ITIM¶

+

API for manipulating ITIM allocation

+
+

Defines

+
+
+METAL_PLACE_IN_ITIM
+

Link a function into the ITIM.

+

Link a function into the ITIM (Instruction Tightly Integrated Memory) if the ITIM is present on the target device.

+
+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/led.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/led.html new file mode 100644 index 000000000..da05d06c6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/led.html @@ -0,0 +1,224 @@ + + + + + + + + LEDs — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

LEDs¶

+

API for manipulating LEDs.

+
+

Functions

+
+
+struct metal_led *metal_led_get(char *label)¶
+

Get a handle for an LED.

+

+
Return
+
A handle to the LED, or NULL if none is found for the requested label
+
Parameters
+
    +
  • label: The DeviceTree label for the desired LED
  • +
+
+
+

+
+ +
+
+struct metal_led *metal_led_get_rgb(char *label, char *color)¶
+

Get a handle for a channel of an RGB LED.

+

+
Return
+
A handle to the LED, or NULL if none is found for the requested label and color
+
Parameters
+
    +
  • label: The DeviceTree label for the desired LED
  • +
  • color: The color for the LED in the DeviceTree
  • +
+
+
+

+
+ +
+
+void metal_led_enable(struct metal_led *led)¶
+

Enable an LED.

+

+
Parameters
+
    +
  • led: The handle for the LED
  • +
+
+
+

+
+ +
+
+void metal_led_on(struct metal_led *led)¶
+

Turn an LED on.

+

+
Parameters
+
    +
  • led: The handle for the LED
  • +
+
+
+

+
+ +
+
+void metal_led_off(struct metal_led *led)¶
+

Turn an LED off.

+

+
Parameters
+
    +
  • led: The handle for the LED
  • +
+
+
+

+
+ +
+
+void metal_led_toggle(struct metal_led *led)¶
+

Toggle the on/off state of an LED.

+

+
Parameters
+
    +
  • led: The handle for the LED
  • +
+
+
+

+
+ +
+
+
+struct metal_led¶
+
#include <led.h>

A handle for an LED.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/lock.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/lock.html new file mode 100644 index 000000000..a04e89721 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/lock.html @@ -0,0 +1,196 @@ + + + + + + + + Locks — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Locks¶

+

An API for creating and using a software lock/mutex.

+
+

Defines

+
+
+METAL_LOCK_DECLARE(name)¶
+

Declare a lock.

+

Locks must be declared with METAL_LOCK_DECLARE to ensure that the lock is linked into a memory region which supports atomic memory operations.

+
+ +
+
+

Functions

+
+
+int metal_lock_init(struct metal_lock *lock)¶
+

Initialize a lock.

+

If the lock cannot be initialized, attempts to take or give the lock will result in a Store/AMO access fault.

+
+
Return
+
0 if the lock is successfully initialized. A non-zero code indicates failure.
+
Parameters
+
    +
  • lock: The handle for a lock
  • +
+
+
+

+
+ +
+
+int metal_lock_take(struct metal_lock *lock)¶
+

Take a lock.

+

If the lock initialization failed, attempts to take a lock will result in a Store/AMO access fault.

+
+
Return
+
0 if the lock is successfully taken
+
Parameters
+
    +
  • lock: The handle for a lock
  • +
+
+
+

+
+ +
+
+int metal_lock_give(struct metal_lock *lock)¶
+

Give back a held lock.

+

If the lock initialization failed, attempts to give a lock will result in a Store/AMO access fault.

+
+
Return
+
0 if the lock is successfully given
+
Parameters
+
    +
  • lock: The handle for a lock
  • +
+
+
+

+
+ +
+
+
+struct metal_lock¶
+
#include <lock.h>

A handle for a lock.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/memory.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/memory.html new file mode 100644 index 000000000..54bdb970e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/memory.html @@ -0,0 +1,216 @@ + + + + + + + + Memory Enumeration — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Memory Enumeration¶

+

API for enumerating memory blocks.

+
+

Functions

+
+
+struct metal_memory *metal_get_memory_from_address(const uintptr_t address)¶
+

Get the memory block which services the given address.

+

Given a physical memory address, get a handle for the memory block to which that address is mapped.

+

+
Return
+
The memory block handle, or NULL if the address is not mapped to a memory block
+
Parameters
+
    +
  • address: The address to query
  • +
+
+
+

+
+ +
+
+uintptr_t metal_memory_get_base_address(const struct metal_memory *memory)¶
+

Get the base address for a memory block.

+

+
Return
+
The base address of the memory block
+
Parameters
+
    +
  • memory: The handle for the memory block
  • +
+
+
+

+
+ +
+
+size_t metal_memory_get_size(const struct metal_memory *memory)¶
+

Get the size of a memory block.

+

+
Return
+
The size of the memory block
+
Parameters
+
    +
  • memory: The handle for the memory block
  • +
+
+
+

+
+ +
+
+int metal_memory_supports_atomics(const struct metal_memory *memory)¶
+

Query if a memory block supports atomic operations.

+

+
Return
+
nonzero if the memory block supports atomic operations
+
Parameters
+
    +
  • memory: The handle for the memory block
  • +
+
+
+

+
+ +
+
+int metal_memory_is_cachable(const struct metal_memory *memory)¶
+

Query if a memory block is cacheable.

+

+
Return
+
nonzero if the memory block is cachable
+
Parameters
+
    +
  • memory: The handle for the memory block
  • +
+
+
+

+
+ +
+
+
+struct metal_memory¶
+
#include <memory.h>

A handle for a memory block.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/pmp.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/pmp.html new file mode 100644 index 000000000..262b7a413 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/pmp.html @@ -0,0 +1,481 @@ + + + + + + + + PMPs — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

PMPs¶

+

API for Configuring Physical Memory Protection on RISC-V Cores.

+

The Physical Memory Protection (PMP) interface on RISC-V cores is a form of memory protection unit which allows for a finite number of physical memory regions to be configured with certain access permissions.

+

Additional information about the use and configuration rules for PMPs can be found by reading the RISC-V Privileged Architecture Specification.

+
+

Enums

+
+
+enum metal_pmp_address_mode¶
+

Set of available PMP addressing modes.

+

Values:

+
+
+METAL_PMP_OFF = 0¶
+

Disable the PMP region.

+
+ +
+
+METAL_PMP_TOR = 1¶
+

Use Top-of-Range mode.

+
+ +
+
+METAL_PMP_NA4 = 2¶
+

Use naturally-aligned 4-byte region mode.

+
+ +
+
+METAL_PMP_NAPOT = 3¶
+

Use naturally-aligned power-of-two mode.

+
+ +
+ +
+
+

Functions

+
+
+struct metal_pmp *metal_pmp_get_device(void)¶
+

Get the PMP device handle.

+
+ +
+
+void metal_pmp_init(struct metal_pmp *pmp)¶
+

Initialize the PMP.

+

The PMP initialization routine is optional and may be called as many times as is desired. The effect of the initialization routine is to attempt to set all regions to unlocked and disabled, as well as to clear the X, W, and R bits. Only the pmp configuration of the hart which executes the routine will be affected.

+
+
Parameters
+
    +
  • pmp: The PMP device handle to be initialized
  • +
+
+
+

+

If any regions are fused to preset values by the implementation or locked, those PMP regions will silently remain uninitialized.

+
+ +
+
+int metal_pmp_set_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config config, size_t address)¶
+

Configure a PMP region.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to configure
  • +
  • config: The desired configuration of the PMP region
  • +
  • address: The desired address of the PMP region
  • +
+
+
+

+
+ +
+
+int metal_pmp_get_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config *config, size_t *address)¶
+

Get the configuration for a PMP region.

+

+
Return
+
0 if the region is read successfully
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
  • config: Variable to store the PMP region configuration
  • +
  • address: Variable to store the PMP region address
  • +
+
+
+

+
+ +
+
+int metal_pmp_lock(struct metal_pmp *pmp, unsigned int region)¶
+

Lock a PMP region.

+

+
Return
+
0 if the region is successfully locked
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to lock
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_address(struct metal_pmp *pmp, unsigned int region, size_t address)¶
+

Set the address for a PMP region.

+

+
Return
+
0 if the address is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • address: The desired address of the PMP region
  • +
+
+
+

+
+ +
+
+size_t metal_pmp_get_address(struct metal_pmp *pmp, unsigned int region)¶
+

Get the address of a PMP region.

+

+
Return
+
The address of the PMP region, or 0 if the region could not be read
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_address_mode(struct metal_pmp *pmp, unsigned int region, enum metal_pmp_address_mode mode)¶
+

Set the addressing mode of a PMP region.

+

+
Return
+
0 if the addressing mode is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • mode: The PMP addressing mode to set
  • +
+
+
+

+
+ +
+
+enum metal_pmp_address_mode metal_pmp_get_address_mode(struct metal_pmp *pmp, unsigned int region)¶
+

Get the addressing mode of a PMP region.

+

+
Return
+
The address mode of the PMP region
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_executable(struct metal_pmp *pmp, unsigned int region, int X)¶
+

Set the executable bit for a PMP region.

+

+
Return
+
0 if the executable bit is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • X: The desired value of the executable bit
  • +
+
+
+

+
+ +
+
+int metal_pmp_get_executable(struct metal_pmp *pmp, unsigned int region)¶
+

Get the executable bit for a PMP region.

+

+
Return
+
the value of the executable bit
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_writeable(struct metal_pmp *pmp, unsigned int region, int W)¶
+

Set the writable bit for a PMP region.

+

+
Return
+
0 if the writable bit is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • W: The desired value of the writable bit
  • +
+
+
+

+
+ +
+
+int metal_pmp_get_writeable(struct metal_pmp *pmp, unsigned int region)¶
+

Get the writable bit for a PMP region.

+

+
Return
+
the value of the writable bit
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_readable(struct metal_pmp *pmp, unsigned int region, int R)¶
+

Set the readable bit for a PMP region.

+

+
Return
+
0 if the readable bit is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • R: The desired value of the readable bit
  • +
+
+
+

+
+ +
+
+int metal_pmp_get_readable(struct metal_pmp *pmp, unsigned int region)¶
+

Set the readable bit for a PMP region.

+

+
Return
+
the value of the readable bit
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to read
  • +
+
+
+

+
+ +
+
+
+struct metal_pmp_config¶
+
#include <pmp.h>

Configuration for a PMP region.

+
+

Public Types

+
+
+enum metal_pmp_locked¶
+

Sets whether the PMP region is locked.

+

Values:

+
+
+METAL_PMP_UNLOCKED = 0¶
+
+ +
+
+METAL_PMP_LOCKED = 1¶
+
+ +
+ +
+
+

Public Members

+
+
+int R¶
+

Sets whether reads to the PMP region succeed.

+
+ +
+
+int W¶
+

Sets whether writes to the PMP region succeed.

+
+ +
+
+int X¶
+

Sets whether the PMP region is executable.

+
+ +
+
+metal_pmp_address_mode A¶
+

Sets the addressing mode of the PMP region.

+
+ +
+
+metal_pmp_config::metal_pmp_locked L¶
+
+ +
+
+ +
+
+struct metal_pmp¶
+
#include <pmp.h>

A handle for the PMP device.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/shutdown.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/shutdown.html new file mode 100644 index 000000000..e3a10137d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/shutdown.html @@ -0,0 +1,144 @@ + + + + + + + + Shutdown — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Shutdown¶

+

API for shutting down a machine.

+
+

Functions

+
+
+void metal_shutdown(int code)¶
+

The public METAL shutdown interface.

+

Shuts down the machine, if the machine enables an interface for shutting down. When no interface is provided, will cause the machine to spin indefinitely.

+

+
Parameters
+
    +
  • code: The return code to set. 0 indicates program success.
  • +
+
+
+

+
+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/spi.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/spi.html new file mode 100644 index 000000000..30f202801 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/spi.html @@ -0,0 +1,288 @@ + + + + + + + + SPIs — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SPIs¶

+
+

Functions

+
+
+struct metal_spi *metal_spi_get_device(int device_num)¶
+

Get a handle for a SPI device.

+

+
Return
+
A handle to the SPI device, or NULL if the device does not exist
+
Parameters
+
    +
  • device_num: The index of the desired SPI device
  • +
+
+
+

+
+ +
+
+void metal_spi_init(struct metal_spi *spi, int baud_rate)¶
+

Initialize a SPI device with a certain baud rate.

+

+
Parameters
+
    +
  • spi: The handle for the SPI device to initialize
  • +
  • baud_rate: The baud rate to set the SPI device to
  • +
+
+
+

+
+ +
+
+int metal_spi_transfer(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf)¶
+

Perform a SPI transfer.

+

+
Return
+
0 if the transfer succeeds
+
Parameters
+
    +
  • spi: The handle for the SPI device to perform the transfer
  • +
  • config: The configuration for the SPI transfer.
  • +
  • len: The number of bytes to transfer
  • +
  • tx_buf: The buffer to send over the SPI bus. Must be len bytes long. If NULL, the SPI will transfer the value 0.
  • +
  • rx_buf: The buffer to receive data into. Must be len bytes long. If NULL, the SPI will ignore received bytes.
  • +
+
+
+

+
+ +
+
+int metal_spi_get_baud_rate(struct metal_spi *spi)¶
+

Get the current baud rate of the SPI device.

+

+
Return
+
The baud rate in Hz
+
Parameters
+
    +
  • spi: The handle for the SPI device
  • +
+
+
+

+
+ +
+
+int metal_spi_set_baud_rate(struct metal_spi *spi, int baud_rate)¶
+

Set the current baud rate of the SPI device.

+

+
Return
+
0 if the baud rate is successfully changed
+
Parameters
+
    +
  • spi: The handle for the SPI device
  • +
  • baud_rate: The desired baud rate of the SPI device
  • +
+
+
+

+
+ +
+
+
+struct metal_spi_config¶
+
#include <spi.h>

The configuration for a SPI transfer.

+
+

Public Types

+
+
+enum [anonymous]¶
+

The protocol for the SPI transfer.

+

Values:

+
+
+METAL_SPI_SINGLE¶
+
+ +
+
+METAL_SPI_DUAL¶
+
+ +
+
+METAL_SPI_QUAD¶
+
+ +
+ +
+
+

Public Members

+
+
+metal_spi_config::@0 metal_spi_config::protocol
+

The protocol for the SPI transfer.

+
+ +
+
+unsigned int polarity¶
+

The polarity of the SPI transfer, equivalent to CPOL.

+
+ +
+
+unsigned int phase¶
+

The phase of the SPI transfer, equivalent to CPHA.

+
+ +
+
+unsigned int little_endian¶
+

The endianness of the SPI transfer.

+
+ +
+
+unsigned int cs_active_high¶
+

The active state of the chip select line.

+
+ +
+
+unsigned int csid¶
+

The chip select ID to activate for the SPI transfer.

+
+ +
+
+ +
+
+struct metal_spi¶
+
#include <spi.h>

A handle for a SPI device.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/switch.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/switch.html new file mode 100644 index 000000000..d867d3dbf --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/switch.html @@ -0,0 +1,183 @@ + + + + + + + + Switches — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Switches¶

+

API for reading toggle switches.

+
+

Functions

+
+
+struct metal_switch *metal_switch_get(char *label)¶
+

Get a handle for a switch.

+

+
Return
+
A handle to the switch, or NULL if none is found for the requested label
+
Parameters
+
    +
  • label: The DeviceTree label for the desired switch
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_switch_interrupt_controller(struct metal_switch *sw)¶
+

Get the interrupt controller for a switch.

+

+
Return
+
The interrupt controller handle
+
Parameters
+
    +
  • sw: The handle for the switch
  • +
+
+
+

+
+ +
+
+int metal_switch_get_interrupt_id(struct metal_switch *sw)¶
+

Get the interrupt id for a switch.

+

+
Return
+
The interrupt ID for the switch
+
Parameters
+
    +
  • sw: The handle for the switch
  • +
+
+
+

+
+ +
+
+
+struct metal_switch¶
+
#include <switch.h>

A handle for a switch.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/timer.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/timer.html new file mode 100644 index 000000000..7a3729785 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/timer.html @@ -0,0 +1,180 @@ + + + + + + + + Timer API — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Timer API¶

+

API for reading and manipulating the machine timer.

+
+

Functions

+
+
+int metal_timer_get_cyclecount(int hartid, unsigned long long *cyclecount)¶
+

Read the machine cycle count.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • hartid: The hart ID to read the cycle count of
  • +
  • cyclecount: The variable to hold the value
  • +
+
+
+

+
+ +
+
+int metal_timer_get_timebase_frequency(int hartid, unsigned long long *timebase)¶
+

Get the machine timebase frequency.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • hartid: The hart ID to read the timebase of
  • +
  • timebase: The variable to hold the value
  • +
+
+
+

+
+ +
+
+int metal_timer_set_tick(int hartid, int second)¶
+

Set the machine timer tick interval in seconds.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • hartid: The hart ID to read the timebase of
  • +
  • second: The number of seconds to set the tick interval to
  • +
+
+
+

+
+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/tty.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/tty.html new file mode 100644 index 000000000..ce5d7b23e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/tty.html @@ -0,0 +1,146 @@ + + + + + + + + TTY — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

TTY¶

+

API for emulated serial teriminals.

+
+

Functions

+
+
+int metal_tty_putc(unsigned char c)¶
+

Write a character to the default output device.

+

Write a character to the default output device, which for most targets is the UART serial port.

+

+
Return
+
0 on success, or -1 on failure.
+
Parameters
+
    +
  • c: The character to write to the terminal
  • +
+
+
+

+
+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/uart.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/uart.html new file mode 100644 index 000000000..394741269 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/apiref/uart.html @@ -0,0 +1,249 @@ + + + + + + + + UARTs — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

UARTs¶

+

API for UART serial ports.

+
+

Functions

+
+
+void metal_uart_init(struct metal_uart *uart, int baud_rate)¶
+

Initialize UART device.

+

Initialize the UART device described by the UART handle. This function must be called before any other method on the UART can be invoked. It is invalid to initialize a UART more than once.

+

+
Parameters
+
    +
  • uart: The UART device handle
  • +
  • baud_rate: the baud rate to set the UART to
  • +
+
+
+

+
+ +
+
+int metal_uart_putc(struct metal_uart *uart, unsigned char c)¶
+

Output a character over the UART.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • uart: The UART device handle
  • +
  • c: The character to send over the UART
  • +
+
+
+

+
+ +
+
+int metal_uart_getc(struct metal_uart *uart, unsigned char *c)¶
+

Read a character sent over the UART.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • uart: The UART device handle
  • +
  • c: The varible to hold the read character
  • +
+
+
+

+
+ +
+
+int metal_uart_get_baud_rate(struct metal_uart *uart)¶
+

Get the baud rate of the UART peripheral.

+

+
Return
+
The current baud rate of the UART
+
Parameters
+
    +
  • uart: The UART device handle
  • +
+
+
+

+
+ +
+
+int metal_uart_set_baud_rate(struct metal_uart *uart, int baud_rate)¶
+

Set the baud rate of the UART peripheral.

+

+
Return
+
the new baud rate of the UART
+
Parameters
+
    +
  • uart: The UART device handle
  • +
  • baud_rate: The baud rate to configure
  • +
+
+
+

+
+ +
+
+struct metal_interrupt *metal_uart_interrupt_controller(struct metal_uart *uart)¶
+

Get the interrupt controller of the UART peripheral.

+

Get the interrupt controller for the UART peripheral. The interrupt controller must be initialized before any interrupts can be registered or enabled with it.

+

+
Return
+
The handle for the UART interrupt controller
+
Parameters
+
    +
  • uart: The UART device handle
  • +
+
+
+

+
+ +
+
+int metal_uart_get_interrupt_id(struct metal_uart *uart)¶
+

Get the interrupt ID of the UART controller.

+

+
Return
+
The UART interrupt id
+
Parameters
+
    +
  • uart: The UART device handle
  • +
+
+
+

+
+ +
+
+
+struct metal_uart¶
+
#include <uart.h>

Handle for a UART serial device.

+
+ +
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide.html new file mode 100644 index 000000000..2d6398854 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide.html @@ -0,0 +1,122 @@ + + + + + + + + Developer Guide — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/exceptions.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/exceptions.html new file mode 100644 index 000000000..3212aa7c1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/exceptions.html @@ -0,0 +1,201 @@ + + + + + + + + Exception Handlers — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Exception Handlers¶

+

CPU exceptions are the mechanism by which various execution and memory system +errors are handled. When an exception occurs, Freedom Metal will call the +corresponding exception handler function, if one has been registered by the +application.

+
+

Initializing the CPU¶

+

When the user application enters the main() function, the Freedom Metal +framework has not yet performed the initialization necessary to register +exception handlers. If this initialization is not performed before an exception +occurs, any exception will cause the CPU to spin in a tight loop until reset.

+

To initialize the Freedom Metal exception handlers, initialize CPU interrupts:

+
struct metal_cpu *cpu0 = metal_get_cpu(0);
+if(!cpu) {
+   /* There was an error acquiring the CPU hart 0 handle */
+}
+
+struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0);
+if(!cpu_int) {
+   /* There was an error acquiring the CPU interrupt controller */
+}
+
+metal_interrupt_init(cpu_int);
+
+
+

The Freedom Metal interrupt API is further documented in Interrupt Handlers +and Interrupts.

+
+
+

Defining an Exception Handler¶

+

Exception handlers must conform to the following function signature:

+
+
+typedef void (*metal_exception_handler_t)(struct metal_cpu *cpu, int ecode)
+

Function signature for exception handlers.

+
+ +

Therefore, an example exception handler might look like:

+
void my_exception_handler(struct metal_cpu *cpu, int ecode) {
+   /* Contents of handler */
+}
+
+
+
+
+

Registering an Exception Handler¶

+

Exception handlers are registered with a given CPU hart for an individual exception +code.

+
/* CPU Hart 0's interrupt controller must be initialized
+ * if it is not already */
+struct metal_cpu *cpu0 = metal_get_cpu(0);
+
+int rc = metal_cpu_exception_register(cpu0,
+            <my_ecode>, /* Set to your desired value */
+            my_exception_handler);
+if(rc != 0) {
+   /* Failed to register exception handler */
+}
+
+
+

A single exception handler may be used for multiple exception codes. For this reason, +exception handlers receive the exception code as the ecode parameter and may use +this to determine how to handle the exception.

+
+
+

Returing Execution after a Faulting Instruction¶

+

The default behavior of a RISC-V CPU is to return execution to the faulting instruction. +If this is not the desired behavior, execution can be returned to the instruction after +the faulting instruction using the following method:

+
void return_after_fault(struct metal_cpu *cpu, int ecode)
+{
+   /* Get the faulting instruction address */
+   uintptr_t epc = metal_cpu_get_exception_pc(cpu);
+
+   /* Get the length of the faulting instruction */
+   size_t len = metal_cpu_get_instruction_length(cpu, epc);
+
+   /* Advance stored exception program counter by the
+    * instruction length */
+   metal_cpu_set_exception_pc(cpu, epc + len);
+}
+
+
+
+
+

Additional Documentation¶

+

Additional documentation for the exception handler API can be found in The CPU API Reference.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/fe310-g000-pll.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/fe310-g000-pll.html new file mode 100644 index 000000000..0967dae4b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/fe310-g000-pll.html @@ -0,0 +1,136 @@ + + + + + + + + FE310-G00 PLL — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

FE310-G00 PLL¶

+

On targets with a PLL compatible with the FE310-G000 SoC, the PLL is configured +at program initialization with a constructor. This PLL sets the clock frequency +of the RISC-V CPU, and users of Freedom Metal who wish to set a specific clock +rate can use Freedom Metal to request that the PLL take on a certain output rate.

+

In the DeviceTree for your target, there should be a node like the following +(example taken from the SiFive HiFive1):

+
hfclk: clock@4 {
+        compatible = "sifive,fe310-g000,pll";
+        clocks = <&hfxoscout &hfroscout>;
+        clock-names = "pllref", "pllsel0";
+        reg = <&prci 0x8 &prci 0xc>;
+        reg-names = "config", "divider";
+        clock-frequency = <16000000>;
+};
+
+
+

The clock-frequency property of the node sets the requested clock rate of +the FE310-G000 PLL. The PLL driver will attempt to configure the PLL to achieve +this clock rate.

+

Users should note that the FE310-G000 PLL only supports certain input/output +clock rate ratios, and so the effective output rate of the PLL may differ from +the requested rate.

+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/interrupts.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/interrupts.html new file mode 100644 index 000000000..7d6a8d67e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/interrupts.html @@ -0,0 +1,215 @@ + + + + + + + + Interrupt Handlers — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Interrupt Handlers¶

+
+

The Interrupt Heirarchy¶

+

Freedom Metal conceptualizes interrupts as a heirarchy of interrupt controllers. +This heirarchy is established by the interrupt heirarchy of the target platform +itself. Presently, the interrupt heirarchy for a given platform is best documented +by the target’s DeviceTree representation, which can be found in +bsp/<target-name>/design.dts.

+

In Freedom Metal, the heirarchy is a tree. The nodes of the tree consist of +struct metal_interrupt:

+
+
+struct metal_interrupt
+

A handle for an interrupt.

+
+ +

And the vertices of the tree consist of interrupt id.

+digraph int_heirarchy_graph {
+cpu [label="CPU"];
+cpu_int [label="CPU Interrupt Controller", shape=box];
+timer_int [label="Timer Interrupt Controller", shape=box];
+soft_int [label="Software Interrupt Controller", shape=box];
+
+cpu -> cpu_int [label="ID = 0"];
+cpu_int -> timer_int [label="ID = timer_id"];
+cpu_int -> soft_int [label="ID = software_id"];
+} +
+
+

The CPU Interrupt Controller¶

+

The CPU interrupt controller is the top of the interrupt heirarchy. It must be +initialized before any other interrupt controllers are initialized. In example:

+
struct metal_cpu *cpu0 = metal_get_cpu(0);
+if(!cpu) {
+   /* Unable to get CPU handle */
+}
+struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0);
+if(!cpu_int) {
+   /* Unable to get CPU interrupt handle */
+}
+metal_interrupt_init(cpu_int);
+
+
+

The CPU interrupt must be enabled for the CPU to receive any interrupts, and any +enabled interrupts can be masked by disabling the CPU interrupt.

+
int rc = 0;
+
+/* Enable the CPU interrupt */
+rc = metal_interrupt_enable(cpu_int, 0);
+if(rc != 0) {
+   /* Failed to enable the CPU interrupt */
+}
+
+/* Disable the CPU interrupt */
+rc = metal_interrupt_disable(cpu_int, 0);
+if(rc != 0) {
+   /* Failed to disable the CPU interrupt */
+}
+
+
+
+
+

Interrupt Handlers¶

+

Interrupt handlers must conform to the following function signature:

+
+
+typedef void (*metal_interrupt_handler_t)(int, void *)
+

Function signature for interrupt callback handlers.

+
+ +

Therefore, an interrupt handler might look like:

+
void my_interrupt_handler(int id, void *priv_data) {
+   /* Contents of handler */
+}
+
+
+
+
+

Registering an Interrupt Handler¶

+

Interrupt handlers are registered with the interrupt controller for the interrupt +they are servicing. For example, if we want to register a CPU timer interrupt:

+
struct metal_interrupt *timer_int = metal_cpu_timer_interrupt_controller(cpu0);
+if(!timer_int) {
+   /* Failed to get timer interrupt controller */
+}
+metal_interrupt_init(timer_int);
+
+int timer_id = metal_cpu_timer_get_interrupt_id(cpu0);
+
+int rc = metal_interrupt_register_handler(timer_int, timer_id, my_interrupt_handler, cpu0);
+if(rc != 0) {
+   /* Failed to register interrupt handler */
+}
+
+
+
+
+

Additional Documentation¶

+

Additional documentation for the interrupt handler API can be found in +the CPU API reference and +the Interrupt API reference.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/itim.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/itim.html new file mode 100644 index 000000000..61f0e89a5 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/itim.html @@ -0,0 +1,150 @@ + + + + + + + + Instruction Tightly Integrated Memory — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Instruction Tightly Integrated Memory¶

+

The Instruction Tightly Integrated Memory (ITIM) is an optional feature +on certain SiFive RISC-V CPUs. The ITIM is a memory device which is +optimized in the CoreIP memory heirarchy to provide low-latency +access to instruction memory.

+

Freedom Metal provides the ability to designate functions to run out of +the ITIM by decorating the functions with the following “decorator”:

+
+
+METAL_PLACE_IN_ITIM¶
+

Link a function into the ITIM.

+

Link a function into the ITIM (Instruction Tightly Integrated Memory) if the ITIM is present on the target device.

+
+ +

For example:

+
METAL_PLACE_IN_ITIM
+void my_itim_func() {
+   /* This code will run out of the ITIM */
+}
+
+
+
+

Caveats¶

+

The METAL_PLACE_IN_ITIM decorator tells the toolchain to link the +decorated function into the ITIM memory. However, compiler optimizations +such as function inlining may cause execution to never transfer to +instructions fetched from the ITIM.

+

If this compiler optimization is not desired, one workaround is to +tell the compiler to not inline the function:

+
__attribute__((noinline))
+METAL_PLACE_IN_ITIM
+void my_itim_func() {
+   /* This code will run out of the ITIM */
+}
+
+
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/pmps.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/pmps.html new file mode 100644 index 000000000..c480b46e6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/pmps.html @@ -0,0 +1,293 @@ + + + + + + + + Physical Memory Protection — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Physical Memory Protection¶

+

Physical Memory Protection (PMP) is a part of the RISC-V Privileged Architecture +Specification which discribes the interface for a standard RISC-V memory +protection unit.

+

The PMP defines a finite number of PMP regions which can be individually configured +to enforce access permissions to a range of addresses in memory. Each PMP region +is configurable with the following options:

+
+
+struct metal_pmp_config
+

Configuration for a PMP region.

+
+

Public Types

+
+
+enum metal_pmp_locked
+

Sets whether the PMP region is locked.

+

Values:

+
+
+METAL_PMP_UNLOCKED = 0
+
+ +
+
+METAL_PMP_LOCKED = 1
+
+ +
+ +
+
+

Public Members

+
+
+int R
+

Sets whether reads to the PMP region succeed.

+
+ +
+
+int W
+

Sets whether writes to the PMP region succeed.

+
+ +
+
+int X
+

Sets whether the PMP region is executable.

+
+ +
+
+metal_pmp_address_mode A
+

Sets the addressing mode of the PMP region.

+
+ +
+
+ +
+

Initializing the PMP¶

+

All PMP-related functions first depend on having a handle to the PMP device:

+
struct metal_pmp *pmp = metal_pmp_get_device();
+if(!pmp) {
+   /* Failed to get PMP device handle */
+}
+
+
+

PMP initialization is optional and has the effect of disabling all PMP regions, +if possible:

+
metal_pmp_init(pmp);
+
+
+

The number of PMP regions available can be retrieved from the PMP device handle:

+
+
+struct metal_pmp
+

A handle for the PMP device.

+
+ +
+
+

Configuring a PMP Region¶

+

Freedom Metal has a set of APIs for configuring a PMP region. The most generic of these +is

+
+
+int metal_pmp_set_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config config, size_t address)
+

Configure a PMP region.

+

+
Return
+
0 upon success
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to configure
  • +
  • config: The desired configuration of the PMP region
  • +
  • address: The desired address of the PMP region
  • +
+
+
+

+
+ +

This function allows for the configuration of all PMP region settings.

+

Additional APIs are provided for granularly changing individual PMP region settings. +For example:

+
+
+int metal_pmp_set_address(struct metal_pmp *pmp, unsigned int region, size_t address)
+

Set the address for a PMP region.

+

+
Return
+
0 if the address is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • address: The desired address of the PMP region
  • +
+
+
+

+
+ +
+
+int metal_pmp_lock(struct metal_pmp *pmp, unsigned int region)
+

Lock a PMP region.

+

+
Return
+
0 if the region is successfully locked
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to lock
  • +
+
+
+

+
+ +
+
+int metal_pmp_set_writeable(struct metal_pmp *pmp, unsigned int region, int W)
+

Set the writable bit for a PMP region.

+

+
Return
+
0 if the writable bit is successfully set
+
Parameters
+
    +
  • pmp: The PMP device handle
  • +
  • region: The PMP region to set
  • +
  • W: The desired value of the writable bit
  • +
+
+
+

+
+ +

Additional documentation for this API is provided in the PMP API reference.

+

The RISC-V specification allows implementation of PMP to hard-wire the configuration +values of PMP regions. In these cases, attempts to configure these PMP regions will +fail.

+
+
+

Handling PMP Access Faults¶

+

Attempted memory accesses which the PMP is configured to prevent trigger a +CPU exception. These exceptions can be handled by installing a CPU exception +handler for exception codes related to memory access faults.

+

Additional documentation about creating and registering exception handlers can +be found in the Exception Handlers Developer Guide.

+
+
+

Additional Documentation¶

+

Additional documentation about the Physical Memory Protection system and fault +handling on RISC-V systems can be found in +The RISC-V Privileged ISA Specification v1.10.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/tty.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/tty.html new file mode 100644 index 000000000..099f21c36 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/devguide/tty.html @@ -0,0 +1,137 @@ + + + + + + + + Standard I/O — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Standard I/O¶

+

Freedom Metal integrates with libc STDOUT to provide virtual terminal support. +The default STDOUT device is the first UART serial peripheral on the target. +If no UART serial peripheral is present, such as in the case of SiFive CoreIP +test harnesses, then the bytes sent to STDOUT are dropped.

+
+

Hello World¶

+

Using the virtual terminal with Freedom Metal is exactly what you might expect:

+
1
+2
+3
+4
+5
+6
+7
#include <stdio.h>
+
+int main(void) {
+   printf("Hello, world!");
+
+   return 0;
+}
+
+
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/genindex.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/genindex.html new file mode 100644 index 000000000..d61c2033a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/genindex.html @@ -0,0 +1,399 @@ + + + + + + + + + Index — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ + +

Index

+ +
+ _ + | M + +
+

_

+ + +
+ +

M

+ + + +
+ + + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/index.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/index.html new file mode 100644 index 000000000..4491c3508 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/index.html @@ -0,0 +1,152 @@ + + + + + + + + Freedom Metal — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Freedom Metal¶

+

This is the documentation for the SiFive Freedom Metal library v201905.

+

Freedom Metal is generally available from the Freedom Metal GitHub Repository.

+ +
+

Indices and tables¶

+ +
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/introduction.html b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/introduction.html new file mode 100644 index 000000000..0509b04a4 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/introduction.html @@ -0,0 +1,139 @@ + + + + + + + + Introduction to Freedom Metal — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Introduction to Freedom Metal¶

+
+

What is Freedom Metal?¶

+

Freedom Metal enables portable, bare-metal application development for all of +SiFive’s RISC-V IP, FPGA evaluation targets, and development boards.

+
+
Freedom Metal provides:
+
    +
  • A bare-metal C application environment
  • +
  • An API for controlling CPU features and peripherals
  • +
  • The ability to retarget to any SiFive RISC-V product
  • +
+
+
This makes Freedom Metal suitable for:
+
    +
  • Writing portable hardware tests
  • +
  • Bootstrapping bare metal application development
  • +
  • A RISC-V hardware abstraction layer
  • +
  • And more!
  • +
+
+
+
+
+

How Do I Use Freedom Metal?¶

+

The best way to get started writing applications with Freedom Metal is to use +the SiFive Freedom E SDK which bundles the build scripts and configuration +necessary to use Freedom Metal with SiFive’s standard evaluation products.

+

If you prefer working with an Integrated Development Environment (IDE), +SiFive Freedom Studio comes packaged with a prebuilt toolchain and the same +Freedom Metal examples from Freedom E SDK.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/objects.inv b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/objects.inv new file mode 100644 index 0000000000000000000000000000000000000000..1080f27c556a4d5568c8108d4af5f41ef6f7d8b8 GIT binary patch literal 7040 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 ed36Wf2Q + + + + + + Search — Freedom Metal v201905 documentation + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +

Search

+
+ +

+ Please activate JavaScript to enable the search + functionality. +

+
+

+ From here you can search these documents. Enter your search + words into the box below and click "search". Note that the search + function will automatically search for all of the words. Pages + containing fewer words won't appear in the result list. +

+
+ + + +
+ +
+ +
+ +
+ +
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/searchindex.js b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/searchindex.js new file mode 100644 index 000000000..588edb707 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/html/searchindex.js @@ -0,0 +1 @@ +Search.setIndex({docnames:["api","apiref/button","apiref/cache","apiref/clock","apiref/cpu","apiref/gpio","apiref/interrupt","apiref/itim","apiref/led","apiref/lock","apiref/memory","apiref/pmp","apiref/shutdown","apiref/spi","apiref/switch","apiref/timer","apiref/tty","apiref/uart","devguide","devguide/exceptions","devguide/fe310-g000-pll","devguide/interrupts","devguide/itim","devguide/pmps","devguide/tty","index","introduction"],envversion:53,filenames:["api.rst","apiref/button.rst","apiref/cache.rst","apiref/clock.rst","apiref/cpu.rst","apiref/gpio.rst","apiref/interrupt.rst","apiref/itim.rst","apiref/led.rst","apiref/lock.rst","apiref/memory.rst","apiref/pmp.rst","apiref/shutdown.rst","apiref/spi.rst","apiref/switch.rst","apiref/timer.rst","apiref/tty.rst","apiref/uart.rst","devguide.rst","devguide/exceptions.rst","devguide/fe310-g000-pll.rst","devguide/interrupts.rst","devguide/itim.rst","devguide/pmps.rst","devguide/tty.rst","index.rst","introduction.rst"],objects:{"":{"metal_button_get::label":[1,5,1,"_CPPv316metal_button_getPc"],"metal_button_get_interrupt_id::button":[1,5,1,"_CPPv329metal_button_get_interrupt_idP12metal_button"],"metal_button_interrupt_controller::button":[1,5,1,"_CPPv333metal_button_interrupt_controllerP12metal_button"],"metal_cache_get_enabled_ways::cache":[2,5,1,"_CPPv328metal_cache_get_enabled_waysP11metal_cache"],"metal_cache_init::cache":[2,5,1,"_CPPv316metal_cache_initP11metal_cachei"],"metal_cache_init::ways":[2,5,1,"_CPPv316metal_cache_initP11metal_cachei"],"metal_cache_set_enabled_ways::cache":[2,5,1,"_CPPv328metal_cache_set_enabled_waysP11metal_cachei"],"metal_cache_set_enabled_ways::ways":[2,5,1,"_CPPv328metal_cache_set_enabled_waysP11metal_cachei"],"metal_clock_get_rate_hz::clk":[3,5,1,"_CPPv323metal_clock_get_rate_hzPK11metal_clock"],"metal_clock_register_post_rate_change_callback::cb":[3,5,1,"_CPPv346metal_clock_register_post_rate_change_callbackP11metal_clock37metal_clock_post_rate_change_callbackPv"],"metal_clock_register_post_rate_change_callback::clk":[3,5,1,"_CPPv346metal_clock_register_post_rate_change_callbackP11metal_clock37metal_clock_post_rate_change_callbackPv"],"metal_clock_register_post_rate_change_callback::priv":[3,5,1,"_CPPv346metal_clock_register_post_rate_change_callbackP11metal_clock37metal_clock_post_rate_change_callbackPv"],"metal_clock_register_pre_rate_change_callback::cb":[3,5,1,"_CPPv345metal_clock_register_pre_rate_change_callbackP11metal_clock36metal_clock_pre_rate_change_callbackPv"],"metal_clock_register_pre_rate_change_callback::clk":[3,5,1,"_CPPv345metal_clock_register_pre_rate_change_callbackP11metal_clock36metal_clock_pre_rate_change_callbackPv"],"metal_clock_register_pre_rate_change_callback::priv":[3,5,1,"_CPPv345metal_clock_register_pre_rate_change_callbackP11metal_clock36metal_clock_pre_rate_change_callbackPv"],"metal_clock_set_rate_hz::clk":[3,5,1,"_CPPv323metal_clock_set_rate_hzP11metal_clockl"],"metal_clock_set_rate_hz::hz":[3,5,1,"_CPPv323metal_clock_set_rate_hzP11metal_clockl"],"metal_cpu_exception_register::cpu":[4,5,1,"_CPPv328metal_cpu_exception_registerP9metal_cpui25metal_exception_handler_t"],"metal_cpu_exception_register::ecode":[4,5,1,"_CPPv328metal_cpu_exception_registerP9metal_cpui25metal_exception_handler_t"],"metal_cpu_exception_register::handler":[4,5,1,"_CPPv328metal_cpu_exception_registerP9metal_cpui25metal_exception_handler_t"],"metal_cpu_get::hartid":[4,5,1,"_CPPv313metal_cpu_geti"],"metal_cpu_get_exception_pc::cpu":[4,5,1,"_CPPv326metal_cpu_get_exception_pcP9metal_cpu"],"metal_cpu_get_instruction_length::cpu":[4,5,1,"_CPPv332metal_cpu_get_instruction_lengthP9metal_cpu9uintptr_t"],"metal_cpu_get_instruction_length::epc":[4,5,1,"_CPPv332metal_cpu_get_instruction_lengthP9metal_cpu9uintptr_t"],"metal_cpu_get_msip::cpu":[4,5,1,"_CPPv318metal_cpu_get_msipP9metal_cpui"],"metal_cpu_get_msip::hartid":[4,5,1,"_CPPv318metal_cpu_get_msipP9metal_cpui"],"metal_cpu_get_mtime::cpu":[4,5,1,"_CPPv319metal_cpu_get_mtimeP9metal_cpu"],"metal_cpu_get_timebase::cpu":[4,5,1,"_CPPv322metal_cpu_get_timebaseP9metal_cpu"],"metal_cpu_get_timer::cpu":[4,5,1,"_CPPv319metal_cpu_get_timerP9metal_cpu"],"metal_cpu_interrupt_controller::cpu":[4,5,1,"_CPPv330metal_cpu_interrupt_controllerP9metal_cpu"],"metal_cpu_set_exception_pc::cpu":[4,5,1,"_CPPv326metal_cpu_set_exception_pcP9metal_cpu9uintptr_t"],"metal_cpu_set_exception_pc::epc":[4,5,1,"_CPPv326metal_cpu_set_exception_pcP9metal_cpu9uintptr_t"],"metal_cpu_set_mtimecmp::cpu":[4,5,1,"_CPPv322metal_cpu_set_mtimecmpP9metal_cpuy"],"metal_cpu_set_mtimecmp::time":[4,5,1,"_CPPv322metal_cpu_set_mtimecmpP9metal_cpuy"],"metal_cpu_software_clear_ipi::cpu":[4,5,1,"_CPPv328metal_cpu_software_clear_ipiP9metal_cpui"],"metal_cpu_software_clear_ipi::hartid":[4,5,1,"_CPPv328metal_cpu_software_clear_ipiP9metal_cpui"],"metal_cpu_software_get_interrupt_id::cpu":[4,5,1,"_CPPv335metal_cpu_software_get_interrupt_idP9metal_cpu"],"metal_cpu_software_interrupt_controller::cpu":[4,5,1,"_CPPv339metal_cpu_software_interrupt_controllerP9metal_cpu"],"metal_cpu_software_set_ipi::cpu":[4,5,1,"_CPPv326metal_cpu_software_set_ipiP9metal_cpui"],"metal_cpu_software_set_ipi::hartid":[4,5,1,"_CPPv326metal_cpu_software_set_ipiP9metal_cpui"],"metal_cpu_timer_get_interrupt_id::cpu":[4,5,1,"_CPPv332metal_cpu_timer_get_interrupt_idP9metal_cpu"],"metal_cpu_timer_interrupt_controller::cpu":[4,5,1,"_CPPv336metal_cpu_timer_interrupt_controllerP9metal_cpu"],"metal_get_memory_from_address::address":[10,5,1,"_CPPv329metal_get_memory_from_addressK9uintptr_t"],"metal_gpio_clear_pin::gpio":[5,5,1,"_CPPv320metal_gpio_clear_pinP10metal_gpioi"],"metal_gpio_clear_pin::pin":[5,5,1,"_CPPv320metal_gpio_clear_pinP10metal_gpioi"],"metal_gpio_disable_input::gpio":[5,5,1,"_CPPv324metal_gpio_disable_inputP10metal_gpioi"],"metal_gpio_disable_input::pin":[5,5,1,"_CPPv324metal_gpio_disable_inputP10metal_gpioi"],"metal_gpio_enable_output::gpio":[5,5,1,"_CPPv324metal_gpio_enable_outputP10metal_gpioi"],"metal_gpio_enable_output::pin":[5,5,1,"_CPPv324metal_gpio_enable_outputP10metal_gpioi"],"metal_gpio_enable_pinmux::gpio":[5,5,1,"_CPPv324metal_gpio_enable_pinmuxP10metal_gpioii"],"metal_gpio_enable_pinmux::io_function":[5,5,1,"_CPPv324metal_gpio_enable_pinmuxP10metal_gpioii"],"metal_gpio_enable_pinmux::pin":[5,5,1,"_CPPv324metal_gpio_enable_pinmuxP10metal_gpioii"],"metal_gpio_get_device::device_num":[5,5,1,"_CPPv321metal_gpio_get_devicei"],"metal_gpio_get_pin::gpio":[5,5,1,"_CPPv318metal_gpio_get_pinP10metal_gpioi"],"metal_gpio_get_pin::pin":[5,5,1,"_CPPv318metal_gpio_get_pinP10metal_gpioi"],"metal_gpio_set_pin::gpio":[5,5,1,"_CPPv318metal_gpio_set_pinP10metal_gpioii"],"metal_gpio_set_pin::pin":[5,5,1,"_CPPv318metal_gpio_set_pinP10metal_gpioii"],"metal_gpio_set_pin::value":[5,5,1,"_CPPv318metal_gpio_set_pinP10metal_gpioii"],"metal_gpio_toggle_pin::gpio":[5,5,1,"_CPPv321metal_gpio_toggle_pinP10metal_gpioi"],"metal_gpio_toggle_pin::pin":[5,5,1,"_CPPv321metal_gpio_toggle_pinP10metal_gpioi"],"metal_interrupt_disable::controller":[6,5,1,"_CPPv323metal_interrupt_disableP15metal_interrupti"],"metal_interrupt_disable::id":[6,5,1,"_CPPv323metal_interrupt_disableP15metal_interrupti"],"metal_interrupt_enable::controller":[6,5,1,"_CPPv322metal_interrupt_enableP15metal_interrupti"],"metal_interrupt_enable::id":[6,5,1,"_CPPv322metal_interrupt_enableP15metal_interrupti"],"metal_interrupt_init::controller":[6,5,1,"_CPPv320metal_interrupt_initP15metal_interrupt"],"metal_interrupt_register_handler::controller":[6,5,1,"_CPPv332metal_interrupt_register_handlerP15metal_interrupti25metal_interrupt_handler_tPv"],"metal_interrupt_register_handler::handler":[6,5,1,"_CPPv332metal_interrupt_register_handlerP15metal_interrupti25metal_interrupt_handler_tPv"],"metal_interrupt_register_handler::id":[6,5,1,"_CPPv332metal_interrupt_register_handlerP15metal_interrupti25metal_interrupt_handler_tPv"],"metal_interrupt_register_handler::priv_data":[6,5,1,"_CPPv332metal_interrupt_register_handlerP15metal_interrupti25metal_interrupt_handler_tPv"],"metal_interrupt_vector_disable::controller":[6,5,1,"_CPPv330metal_interrupt_vector_disableP15metal_interrupti"],"metal_interrupt_vector_disable::id":[6,5,1,"_CPPv330metal_interrupt_vector_disableP15metal_interrupti"],"metal_interrupt_vector_enable::controller":[6,5,1,"_CPPv329metal_interrupt_vector_enableP15metal_interrupti17metal_vector_mode"],"metal_interrupt_vector_enable::id":[6,5,1,"_CPPv329metal_interrupt_vector_enableP15metal_interrupti17metal_vector_mode"],"metal_interrupt_vector_enable::mode":[6,5,1,"_CPPv329metal_interrupt_vector_enableP15metal_interrupti17metal_vector_mode"],"metal_led_enable::led":[8,5,1,"_CPPv316metal_led_enableP9metal_led"],"metal_led_get::label":[8,5,1,"_CPPv313metal_led_getPc"],"metal_led_get_rgb::color":[8,5,1,"_CPPv317metal_led_get_rgbPcPc"],"metal_led_get_rgb::label":[8,5,1,"_CPPv317metal_led_get_rgbPcPc"],"metal_led_off::led":[8,5,1,"_CPPv313metal_led_offP9metal_led"],"metal_led_on::led":[8,5,1,"_CPPv312metal_led_onP9metal_led"],"metal_led_toggle::led":[8,5,1,"_CPPv316metal_led_toggleP9metal_led"],"metal_lock_give::lock":[9,5,1,"_CPPv315metal_lock_giveP10metal_lock"],"metal_lock_init::lock":[9,5,1,"_CPPv315metal_lock_initP10metal_lock"],"metal_lock_take::lock":[9,5,1,"_CPPv315metal_lock_takeP10metal_lock"],"metal_memory_get_base_address::memory":[10,5,1,"_CPPv329metal_memory_get_base_addressPK12metal_memory"],"metal_memory_get_size::memory":[10,5,1,"_CPPv321metal_memory_get_sizePK12metal_memory"],"metal_memory_is_cachable::memory":[10,5,1,"_CPPv324metal_memory_is_cachablePK12metal_memory"],"metal_memory_supports_atomics::memory":[10,5,1,"_CPPv329metal_memory_supports_atomicsPK12metal_memory"],"metal_pmp_config::A":[23,6,1,"_CPPv3N16metal_pmp_config1AE"],"metal_pmp_config::L":[11,6,1,"_CPPv3N16metal_pmp_config1LE"],"metal_pmp_config::METAL_PMP_LOCKED":[23,1,1,"_CPPv3N16metal_pmp_config16METAL_PMP_LOCKEDE"],"metal_pmp_config::METAL_PMP_UNLOCKED":[23,1,1,"_CPPv3N16metal_pmp_config18METAL_PMP_UNLOCKEDE"],"metal_pmp_config::R":[23,6,1,"_CPPv3N16metal_pmp_config1RE"],"metal_pmp_config::W":[23,6,1,"_CPPv3N16metal_pmp_config1WE"],"metal_pmp_config::X":[23,6,1,"_CPPv3N16metal_pmp_config1XE"],"metal_pmp_config::metal_pmp_locked":[23,2,1,"_CPPv3N16metal_pmp_config16metal_pmp_lockedE"],"metal_pmp_get_address::pmp":[11,5,1,"_CPPv321metal_pmp_get_addressP9metal_pmpj"],"metal_pmp_get_address::region":[11,5,1,"_CPPv321metal_pmp_get_addressP9metal_pmpj"],"metal_pmp_get_address_mode::pmp":[11,5,1,"_CPPv326metal_pmp_get_address_modeP9metal_pmpj"],"metal_pmp_get_address_mode::region":[11,5,1,"_CPPv326metal_pmp_get_address_modeP9metal_pmpj"],"metal_pmp_get_executable::pmp":[11,5,1,"_CPPv324metal_pmp_get_executableP9metal_pmpj"],"metal_pmp_get_executable::region":[11,5,1,"_CPPv324metal_pmp_get_executableP9metal_pmpj"],"metal_pmp_get_readable::pmp":[11,5,1,"_CPPv322metal_pmp_get_readableP9metal_pmpj"],"metal_pmp_get_readable::region":[11,5,1,"_CPPv322metal_pmp_get_readableP9metal_pmpj"],"metal_pmp_get_region::address":[11,5,1,"_CPPv320metal_pmp_get_regionP9metal_pmpjP16metal_pmp_configP6size_t"],"metal_pmp_get_region::config":[11,5,1,"_CPPv320metal_pmp_get_regionP9metal_pmpjP16metal_pmp_configP6size_t"],"metal_pmp_get_region::pmp":[11,5,1,"_CPPv320metal_pmp_get_regionP9metal_pmpjP16metal_pmp_configP6size_t"],"metal_pmp_get_region::region":[11,5,1,"_CPPv320metal_pmp_get_regionP9metal_pmpjP16metal_pmp_configP6size_t"],"metal_pmp_get_writeable::pmp":[11,5,1,"_CPPv323metal_pmp_get_writeableP9metal_pmpj"],"metal_pmp_get_writeable::region":[11,5,1,"_CPPv323metal_pmp_get_writeableP9metal_pmpj"],"metal_pmp_init::pmp":[11,5,1,"_CPPv314metal_pmp_initP9metal_pmp"],"metal_pmp_lock::pmp":[23,5,1,"_CPPv314metal_pmp_lockP9metal_pmpj"],"metal_pmp_lock::region":[23,5,1,"_CPPv314metal_pmp_lockP9metal_pmpj"],"metal_pmp_set_address::address":[23,5,1,"_CPPv321metal_pmp_set_addressP9metal_pmpj6size_t"],"metal_pmp_set_address::pmp":[23,5,1,"_CPPv321metal_pmp_set_addressP9metal_pmpj6size_t"],"metal_pmp_set_address::region":[23,5,1,"_CPPv321metal_pmp_set_addressP9metal_pmpj6size_t"],"metal_pmp_set_address_mode::mode":[11,5,1,"_CPPv326metal_pmp_set_address_modeP9metal_pmpj22metal_pmp_address_mode"],"metal_pmp_set_address_mode::pmp":[11,5,1,"_CPPv326metal_pmp_set_address_modeP9metal_pmpj22metal_pmp_address_mode"],"metal_pmp_set_address_mode::region":[11,5,1,"_CPPv326metal_pmp_set_address_modeP9metal_pmpj22metal_pmp_address_mode"],"metal_pmp_set_executable::X":[11,5,1,"_CPPv324metal_pmp_set_executableP9metal_pmpji"],"metal_pmp_set_executable::pmp":[11,5,1,"_CPPv324metal_pmp_set_executableP9metal_pmpji"],"metal_pmp_set_executable::region":[11,5,1,"_CPPv324metal_pmp_set_executableP9metal_pmpji"],"metal_pmp_set_readable::R":[11,5,1,"_CPPv322metal_pmp_set_readableP9metal_pmpji"],"metal_pmp_set_readable::pmp":[11,5,1,"_CPPv322metal_pmp_set_readableP9metal_pmpji"],"metal_pmp_set_readable::region":[11,5,1,"_CPPv322metal_pmp_set_readableP9metal_pmpji"],"metal_pmp_set_region::address":[23,5,1,"_CPPv320metal_pmp_set_regionP9metal_pmpj16metal_pmp_config6size_t"],"metal_pmp_set_region::config":[23,5,1,"_CPPv320metal_pmp_set_regionP9metal_pmpj16metal_pmp_config6size_t"],"metal_pmp_set_region::pmp":[23,5,1,"_CPPv320metal_pmp_set_regionP9metal_pmpj16metal_pmp_config6size_t"],"metal_pmp_set_region::region":[23,5,1,"_CPPv320metal_pmp_set_regionP9metal_pmpj16metal_pmp_config6size_t"],"metal_pmp_set_writeable::W":[23,5,1,"_CPPv323metal_pmp_set_writeableP9metal_pmpji"],"metal_pmp_set_writeable::pmp":[23,5,1,"_CPPv323metal_pmp_set_writeableP9metal_pmpji"],"metal_pmp_set_writeable::region":[23,5,1,"_CPPv323metal_pmp_set_writeableP9metal_pmpji"],"metal_shutdown::code":[12,5,1,"_CPPv314metal_shutdowni"],"metal_spi_config::cs_active_high":[13,6,1,"_CPPv3N16metal_spi_config14cs_active_highE"],"metal_spi_config::csid":[13,6,1,"_CPPv3N16metal_spi_config4csidE"],"metal_spi_config::little_endian":[13,6,1,"_CPPv3N16metal_spi_config13little_endianE"],"metal_spi_config::phase":[13,6,1,"_CPPv3N16metal_spi_config5phaseE"],"metal_spi_config::polarity":[13,6,1,"_CPPv3N16metal_spi_config8polarityE"],"metal_spi_get_baud_rate::spi":[13,5,1,"_CPPv323metal_spi_get_baud_rateP9metal_spi"],"metal_spi_get_device::device_num":[13,5,1,"_CPPv320metal_spi_get_devicei"],"metal_spi_init::baud_rate":[13,5,1,"_CPPv314metal_spi_initP9metal_spii"],"metal_spi_init::spi":[13,5,1,"_CPPv314metal_spi_initP9metal_spii"],"metal_spi_set_baud_rate::baud_rate":[13,5,1,"_CPPv323metal_spi_set_baud_rateP9metal_spii"],"metal_spi_set_baud_rate::spi":[13,5,1,"_CPPv323metal_spi_set_baud_rateP9metal_spii"],"metal_spi_transfer::config":[13,5,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],"metal_spi_transfer::len":[13,5,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],"metal_spi_transfer::rx_buf":[13,5,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],"metal_spi_transfer::spi":[13,5,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],"metal_spi_transfer::tx_buf":[13,5,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],"metal_switch_get::label":[14,5,1,"_CPPv316metal_switch_getPc"],"metal_switch_get_interrupt_id::sw":[14,5,1,"_CPPv329metal_switch_get_interrupt_idP12metal_switch"],"metal_switch_interrupt_controller::sw":[14,5,1,"_CPPv333metal_switch_interrupt_controllerP12metal_switch"],"metal_timer_get_cyclecount::cyclecount":[15,5,1,"_CPPv326metal_timer_get_cyclecountiPy"],"metal_timer_get_cyclecount::hartid":[15,5,1,"_CPPv326metal_timer_get_cyclecountiPy"],"metal_timer_get_timebase_frequency::hartid":[15,5,1,"_CPPv334metal_timer_get_timebase_frequencyiPy"],"metal_timer_get_timebase_frequency::timebase":[15,5,1,"_CPPv334metal_timer_get_timebase_frequencyiPy"],"metal_timer_set_tick::hartid":[15,5,1,"_CPPv320metal_timer_set_tickii"],"metal_timer_set_tick::second":[15,5,1,"_CPPv320metal_timer_set_tickii"],"metal_tty_putc::c":[16,5,1,"_CPPv314metal_tty_putch"],"metal_uart_get_baud_rate::uart":[17,5,1,"_CPPv324metal_uart_get_baud_rateP10metal_uart"],"metal_uart_get_interrupt_id::uart":[17,5,1,"_CPPv327metal_uart_get_interrupt_idP10metal_uart"],"metal_uart_getc::c":[17,5,1,"_CPPv315metal_uart_getcP10metal_uartPh"],"metal_uart_getc::uart":[17,5,1,"_CPPv315metal_uart_getcP10metal_uartPh"],"metal_uart_init::baud_rate":[17,5,1,"_CPPv315metal_uart_initP10metal_uarti"],"metal_uart_init::uart":[17,5,1,"_CPPv315metal_uart_initP10metal_uarti"],"metal_uart_interrupt_controller::uart":[17,5,1,"_CPPv331metal_uart_interrupt_controllerP10metal_uart"],"metal_uart_putc::c":[17,5,1,"_CPPv315metal_uart_putcP10metal_uarth"],"metal_uart_putc::uart":[17,5,1,"_CPPv315metal_uart_putcP10metal_uarth"],"metal_uart_set_baud_rate::baud_rate":[17,5,1,"_CPPv324metal_uart_set_baud_rateP10metal_uarti"],"metal_uart_set_baud_rate::uart":[17,5,1,"_CPPv324metal_uart_set_baud_rateP10metal_uarti"],METAL_DIRECT_MODE:[6,1,1,"_CPPv317METAL_DIRECT_MODE"],METAL_HARDWARE_VECTOR_MODE:[6,1,1,"_CPPv326METAL_HARDWARE_VECTOR_MODE"],METAL_LOCK_DECLARE:[9,0,1,"c.METAL_LOCK_DECLARE"],METAL_PLACE_IN_ITIM:[22,0,1,"c.METAL_PLACE_IN_ITIM"],METAL_PMP_LOCKED:[11,1,1,"_CPPv316METAL_PMP_LOCKED"],METAL_PMP_NA4:[11,1,1,"_CPPv313METAL_PMP_NA4"],METAL_PMP_NAPOT:[11,1,1,"_CPPv315METAL_PMP_NAPOT"],METAL_PMP_OFF:[11,1,1,"_CPPv313METAL_PMP_OFF"],METAL_PMP_TOR:[11,1,1,"_CPPv313METAL_PMP_TOR"],METAL_PMP_UNLOCKED:[11,1,1,"_CPPv318METAL_PMP_UNLOCKED"],METAL_SELECTIVE_VECTOR_MODE:[6,1,1,"_CPPv327METAL_SELECTIVE_VECTOR_MODE"],METAL_SPI_DUAL:[13,1,1,"_CPPv314METAL_SPI_DUAL"],METAL_SPI_QUAD:[13,1,1,"_CPPv314METAL_SPI_QUAD"],METAL_SPI_SINGLE:[13,1,1,"_CPPv316METAL_SPI_SINGLE"],METAL_VECTOR_MODE:[6,1,1,"_CPPv317METAL_VECTOR_MODE"],__anonymous0:[13,2,1,"_CPPv312__anonymous0"],metal_button:[1,3,1,"_CPPv312metal_button"],metal_button_get:[1,4,1,"_CPPv316metal_button_getPc"],metal_button_get_interrupt_id:[1,4,1,"_CPPv329metal_button_get_interrupt_idP12metal_button"],metal_button_interrupt_controller:[1,4,1,"_CPPv333metal_button_interrupt_controllerP12metal_button"],metal_cache:[2,3,1,"_CPPv311metal_cache"],metal_cache_get_enabled_ways:[2,4,1,"_CPPv328metal_cache_get_enabled_waysP11metal_cache"],metal_cache_init:[2,4,1,"_CPPv316metal_cache_initP11metal_cachei"],metal_cache_set_enabled_ways:[2,4,1,"_CPPv328metal_cache_set_enabled_waysP11metal_cachei"],metal_clock:[3,3,1,"_CPPv311metal_clock"],metal_clock_get_rate_hz:[3,4,1,"_CPPv323metal_clock_get_rate_hzPK11metal_clock"],metal_clock_post_rate_change_callback:[3,2,1,"_CPPv337metal_clock_post_rate_change_callback"],metal_clock_pre_rate_change_callback:[3,2,1,"_CPPv336metal_clock_pre_rate_change_callback"],metal_clock_register_post_rate_change_callback:[3,4,1,"_CPPv346metal_clock_register_post_rate_change_callbackP11metal_clock37metal_clock_post_rate_change_callbackPv"],metal_clock_register_pre_rate_change_callback:[3,4,1,"_CPPv345metal_clock_register_pre_rate_change_callbackP11metal_clock36metal_clock_pre_rate_change_callbackPv"],metal_clock_set_rate_hz:[3,4,1,"_CPPv323metal_clock_set_rate_hzP11metal_clockl"],metal_cpu:[4,3,1,"_CPPv39metal_cpu"],metal_cpu_exception_register:[4,4,1,"_CPPv328metal_cpu_exception_registerP9metal_cpui25metal_exception_handler_t"],metal_cpu_get:[4,4,1,"_CPPv313metal_cpu_geti"],metal_cpu_get_current_hartid:[4,4,1,"_CPPv328metal_cpu_get_current_hartidv"],metal_cpu_get_exception_pc:[4,4,1,"_CPPv326metal_cpu_get_exception_pcP9metal_cpu"],metal_cpu_get_instruction_length:[4,4,1,"_CPPv332metal_cpu_get_instruction_lengthP9metal_cpu9uintptr_t"],metal_cpu_get_msip:[4,4,1,"_CPPv318metal_cpu_get_msipP9metal_cpui"],metal_cpu_get_mtime:[4,4,1,"_CPPv319metal_cpu_get_mtimeP9metal_cpu"],metal_cpu_get_num_harts:[4,4,1,"_CPPv323metal_cpu_get_num_hartsv"],metal_cpu_get_timebase:[4,4,1,"_CPPv322metal_cpu_get_timebaseP9metal_cpu"],metal_cpu_get_timer:[4,4,1,"_CPPv319metal_cpu_get_timerP9metal_cpu"],metal_cpu_interrupt_controller:[4,4,1,"_CPPv330metal_cpu_interrupt_controllerP9metal_cpu"],metal_cpu_set_exception_pc:[4,4,1,"_CPPv326metal_cpu_set_exception_pcP9metal_cpu9uintptr_t"],metal_cpu_set_mtimecmp:[4,4,1,"_CPPv322metal_cpu_set_mtimecmpP9metal_cpuy"],metal_cpu_software_clear_ipi:[4,4,1,"_CPPv328metal_cpu_software_clear_ipiP9metal_cpui"],metal_cpu_software_get_interrupt_id:[4,4,1,"_CPPv335metal_cpu_software_get_interrupt_idP9metal_cpu"],metal_cpu_software_interrupt_controller:[4,4,1,"_CPPv339metal_cpu_software_interrupt_controllerP9metal_cpu"],metal_cpu_software_set_ipi:[4,4,1,"_CPPv326metal_cpu_software_set_ipiP9metal_cpui"],metal_cpu_timer_get_interrupt_id:[4,4,1,"_CPPv332metal_cpu_timer_get_interrupt_idP9metal_cpu"],metal_cpu_timer_interrupt_controller:[4,4,1,"_CPPv336metal_cpu_timer_interrupt_controllerP9metal_cpu"],metal_exception_handler_t:[19,2,1,"_CPPv325metal_exception_handler_t"],metal_get_memory_from_address:[10,4,1,"_CPPv329metal_get_memory_from_addressK9uintptr_t"],metal_gpio:[5,3,1,"_CPPv310metal_gpio"],metal_gpio_clear_pin:[5,4,1,"_CPPv320metal_gpio_clear_pinP10metal_gpioi"],metal_gpio_disable_input:[5,4,1,"_CPPv324metal_gpio_disable_inputP10metal_gpioi"],metal_gpio_enable_output:[5,4,1,"_CPPv324metal_gpio_enable_outputP10metal_gpioi"],metal_gpio_enable_pinmux:[5,4,1,"_CPPv324metal_gpio_enable_pinmuxP10metal_gpioii"],metal_gpio_get_device:[5,4,1,"_CPPv321metal_gpio_get_devicei"],metal_gpio_get_pin:[5,4,1,"_CPPv318metal_gpio_get_pinP10metal_gpioi"],metal_gpio_set_pin:[5,4,1,"_CPPv318metal_gpio_set_pinP10metal_gpioii"],metal_gpio_toggle_pin:[5,4,1,"_CPPv321metal_gpio_toggle_pinP10metal_gpioi"],metal_interrupt:[21,3,1,"_CPPv315metal_interrupt"],metal_interrupt_disable:[6,4,1,"_CPPv323metal_interrupt_disableP15metal_interrupti"],metal_interrupt_enable:[6,4,1,"_CPPv322metal_interrupt_enableP15metal_interrupti"],metal_interrupt_handler_t:[21,2,1,"_CPPv325metal_interrupt_handler_t"],metal_interrupt_init:[6,4,1,"_CPPv320metal_interrupt_initP15metal_interrupt"],metal_interrupt_register_handler:[6,4,1,"_CPPv332metal_interrupt_register_handlerP15metal_interrupti25metal_interrupt_handler_tPv"],metal_interrupt_vector_disable:[6,4,1,"_CPPv330metal_interrupt_vector_disableP15metal_interrupti"],metal_interrupt_vector_enable:[6,4,1,"_CPPv329metal_interrupt_vector_enableP15metal_interrupti17metal_vector_mode"],metal_led:[8,3,1,"_CPPv39metal_led"],metal_led_enable:[8,4,1,"_CPPv316metal_led_enableP9metal_led"],metal_led_get:[8,4,1,"_CPPv313metal_led_getPc"],metal_led_get_rgb:[8,4,1,"_CPPv317metal_led_get_rgbPcPc"],metal_led_off:[8,4,1,"_CPPv313metal_led_offP9metal_led"],metal_led_on:[8,4,1,"_CPPv312metal_led_onP9metal_led"],metal_led_toggle:[8,4,1,"_CPPv316metal_led_toggleP9metal_led"],metal_lock:[9,3,1,"_CPPv310metal_lock"],metal_lock_give:[9,4,1,"_CPPv315metal_lock_giveP10metal_lock"],metal_lock_init:[9,4,1,"_CPPv315metal_lock_initP10metal_lock"],metal_lock_take:[9,4,1,"_CPPv315metal_lock_takeP10metal_lock"],metal_memory:[10,3,1,"_CPPv312metal_memory"],metal_memory_get_base_address:[10,4,1,"_CPPv329metal_memory_get_base_addressPK12metal_memory"],metal_memory_get_size:[10,4,1,"_CPPv321metal_memory_get_sizePK12metal_memory"],metal_memory_is_cachable:[10,4,1,"_CPPv324metal_memory_is_cachablePK12metal_memory"],metal_memory_supports_atomics:[10,4,1,"_CPPv329metal_memory_supports_atomicsPK12metal_memory"],metal_pmp:[23,3,1,"_CPPv39metal_pmp"],metal_pmp_address_mode:[11,2,1,"_CPPv322metal_pmp_address_mode"],metal_pmp_config:[23,3,1,"_CPPv316metal_pmp_config"],metal_pmp_get_address:[11,4,1,"_CPPv321metal_pmp_get_addressP9metal_pmpj"],metal_pmp_get_address_mode:[11,4,1,"_CPPv326metal_pmp_get_address_modeP9metal_pmpj"],metal_pmp_get_device:[11,4,1,"_CPPv320metal_pmp_get_devicev"],metal_pmp_get_executable:[11,4,1,"_CPPv324metal_pmp_get_executableP9metal_pmpj"],metal_pmp_get_readable:[11,4,1,"_CPPv322metal_pmp_get_readableP9metal_pmpj"],metal_pmp_get_region:[11,4,1,"_CPPv320metal_pmp_get_regionP9metal_pmpjP16metal_pmp_configP6size_t"],metal_pmp_get_writeable:[11,4,1,"_CPPv323metal_pmp_get_writeableP9metal_pmpj"],metal_pmp_init:[11,4,1,"_CPPv314metal_pmp_initP9metal_pmp"],metal_pmp_lock:[23,4,1,"_CPPv314metal_pmp_lockP9metal_pmpj"],metal_pmp_locked:[11,2,1,"_CPPv316metal_pmp_locked"],metal_pmp_set_address:[23,4,1,"_CPPv321metal_pmp_set_addressP9metal_pmpj6size_t"],metal_pmp_set_address_mode:[11,4,1,"_CPPv326metal_pmp_set_address_modeP9metal_pmpj22metal_pmp_address_mode"],metal_pmp_set_executable:[11,4,1,"_CPPv324metal_pmp_set_executableP9metal_pmpji"],metal_pmp_set_readable:[11,4,1,"_CPPv322metal_pmp_set_readableP9metal_pmpji"],metal_pmp_set_region:[23,4,1,"_CPPv320metal_pmp_set_regionP9metal_pmpj16metal_pmp_config6size_t"],metal_pmp_set_writeable:[23,4,1,"_CPPv323metal_pmp_set_writeableP9metal_pmpji"],metal_shutdown:[12,4,1,"_CPPv314metal_shutdowni"],metal_spi:[13,3,1,"_CPPv39metal_spi"],metal_spi_config:[13,3,1,"_CPPv316metal_spi_config"],metal_spi_get_baud_rate:[13,4,1,"_CPPv323metal_spi_get_baud_rateP9metal_spi"],metal_spi_get_device:[13,4,1,"_CPPv320metal_spi_get_devicei"],metal_spi_init:[13,4,1,"_CPPv314metal_spi_initP9metal_spii"],metal_spi_set_baud_rate:[13,4,1,"_CPPv323metal_spi_set_baud_rateP9metal_spii"],metal_spi_transfer:[13,4,1,"_CPPv318metal_spi_transferP9metal_spiP16metal_spi_config6size_tPcPc"],metal_switch:[14,3,1,"_CPPv312metal_switch"],metal_switch_get:[14,4,1,"_CPPv316metal_switch_getPc"],metal_switch_get_interrupt_id:[14,4,1,"_CPPv329metal_switch_get_interrupt_idP12metal_switch"],metal_switch_interrupt_controller:[14,4,1,"_CPPv333metal_switch_interrupt_controllerP12metal_switch"],metal_timer_get_cyclecount:[15,4,1,"_CPPv326metal_timer_get_cyclecountiPy"],metal_timer_get_timebase_frequency:[15,4,1,"_CPPv334metal_timer_get_timebase_frequencyiPy"],metal_timer_set_tick:[15,4,1,"_CPPv320metal_timer_set_tickii"],metal_tty_putc:[16,4,1,"_CPPv314metal_tty_putch"],metal_uart:[17,3,1,"_CPPv310metal_uart"],metal_uart_get_baud_rate:[17,4,1,"_CPPv324metal_uart_get_baud_rateP10metal_uart"],metal_uart_get_interrupt_id:[17,4,1,"_CPPv327metal_uart_get_interrupt_idP10metal_uart"],metal_uart_getc:[17,4,1,"_CPPv315metal_uart_getcP10metal_uartPh"],metal_uart_init:[17,4,1,"_CPPv315metal_uart_initP10metal_uarti"],metal_uart_interrupt_controller:[17,4,1,"_CPPv331metal_uart_interrupt_controllerP10metal_uart"],metal_uart_putc:[17,4,1,"_CPPv315metal_uart_putcP10metal_uarth"],metal_uart_set_baud_rate:[17,4,1,"_CPPv324metal_uart_set_baud_rateP10metal_uarti"],metal_vector_mode:[6,2,1,"_CPPv317metal_vector_mode"],metal_vector_mode_:[6,2,1,"_CPPv318metal_vector_mode_"]}},objnames:{"0":["c","macro","C macro"],"1":["cpp","enumerator","C++ enumerator"],"2":["cpp","type","C++ type"],"3":["cpp","class","C++ class"],"4":["cpp","function","C++ function"],"5":["cpp","functionParam","functionParam"],"6":["cpp","member","C++ member"]},objtypes:{"0":"c:macro","1":"cpp:enumerator","2":"cpp:type","3":"cpp:class","4":"cpp:function","5":"cpp:functionParam","6":"cpp:member"},terms:{"0x8":20,"0xc":20,"abstract":26,"byte":[4,11,13,24],"case":[23,24],"char":[1,8,13,14,16,17],"const":[3,10],"default":[16,19,24],"enum":[6,11,13,23],"function":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,21,22,23],"int":[1,2,4,5,6,9,10,11,12,13,14,15,16,17,19,21,23,24],"long":[3,4,13,15],"new":[3,17],"null":[5,8,10,13,14],"public":[11,12,13,23],"return":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,19,23,24],"switch":[0,25],"void":[2,3,4,6,8,11,12,13,17,19,21,22,24],And:[21,26],For:[19,21,22,23],IDE:26,The:[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,19,20,22,23,24,26],There:19,These:23,Use:[11,25],Using:24,__attribute__:22,abil:[22,26],about:[11,23],accept:3,access:[4,9,11,22],achiev:20,acquir:19,activ:13,actual:3,addit:11,address:[4,10,11,19,23],advanc:19,affect:11,after:[3,4],aim:0,align:11,all:[11,23,26],alloc:7,allow:[3,11,23],alreadi:19,amo:9,ani:[3,4,6,11,17,19,21,26],anonym:13,anyth:3,api:[1,2,3,4,5,6,7,8,9,10,11,12,14,16,17,19,21,23,25,26],applic:[19,26],architectur:[11,23],argument:[3,4],atom:[9,10],attempt:[3,9,11,20,23],avail:[11,23,25],back:9,bare:26,base:10,baud:[13,17],baud_rat:[13,17],been:[3,19],befor:[3,4,6,17,19,21],behavior:[3,4,19],best:[21,26],bit:[4,11,23],bitmask:5,block:10,board:[1,26],bootstrap:26,bsp:21,buffer:13,build:26,bundl:26,bus:13,button:[0,25],cach:[0,25],cachabl:10,cacheabl:10,call:[3,4,6,11,17,19],callback:[3,4,6,21],can:[4,11,17,19,20,21,23],cannot:9,capabl:4,caus:[4,12,19,22],certain:[11,13,20,22],chang:[3,13,23],channel:8,charact:[16,17],chip:13,clear:[4,5,11],clk:3,clock:[0,4,20,25],close:3,code:[4,9,12,19,22,23],color:8,come:26,compar:4,compat:20,compil:22,complet:0,compress:4,conceptu:21,config:[11,13,20,23],configur:[2,11,13,17,20,26],conform:[19,21],conjuct:4,consist:21,constructor:20,content:[3,19,21],control:[1,3,4,6,14,17,19,26],core:11,coreip:[22,24],correspond:[0,1,19],could:[3,11],count:[4,15],counter:[4,19],cpha:13,cpol:13,cpu0:[19,21],cpu:[0,20,22,23,25,26],cpu_int:[19,21],creat:[9,23],cs_active_high:13,csid:13,current:[2,3,4,13,17],cycl:[4,15],cyclecount:15,data:[3,6,13],declar:9,decor:22,defin:[1,3,7,9,23],depend:23,describ:17,design:[21,22],desir:[3,4,8,11,13,14,19,22,23],detect:4,determin:19,develop:[1,23,25,26],devic:[1,4,5,7,11,13,16,17,22,23,24],device_num:[5,13],devicetre:[1,8,14,20,21],differ:20,disabl:[5,6,11,21,23],discrib:23,divid:20,document:[0,25],doe:13,down:12,driver:20,drop:24,dts:21,each:[0,23],ecod:[4,19],effect:[11,20,23],emul:16,enabl:[2,4,5,6,8,12,17,21,26],endian:13,enforc:23,ensur:9,enter:19,enumer:[0,25],environ:26,epc:[4,19],equival:13,error:[4,19],establish:21,evalu:26,exactli:24,exampl:[19,20,21,22,23,26],except:[4,18,23,25],execut:[4,11,22,23],exist:13,expect:24,fail:[9,19,21,23],failur:[4,9,16],fault:[4,9],fe310:[18,25],featur:[0,22,26],fetch:22,finit:[11,23],first:[23,24],follow:[19,20,21,22,23],form:11,found:[8,11,14,19,21,23],fpga:26,framework:19,freedom:[0,19,20,21,22,23,24],frequenc:[15,20],from:[5,20,22,23,25,26],further:19,fuse:11,g000:20,g00:[18,25],gener:[5,23,25],get:[1,2,4,5,8,10,11,13,14,15,17,19,21,23,26],github:25,give:9,given:[3,4,6,9,10,19,21],gpio:[0,25],granularli:23,guid:[23,25],handl:[1,2,3,4,5,6,8,9,10,11,13,14,17,19,21],handler:[3,4,6,18,23,25],har:24,hard:23,hardwar:26,hart:[4,11,15,19],hartid:[4,15],has:[3,19,23],have:23,heirarchi:22,held:9,hfclk:20,hfroscout:20,hfxoscout:20,hifive1:20,hold:[15,17],how:[19,25],howev:22,ignor:13,implement:[1,3,11,23],imposs:3,includ:[1,2,3,4,5,6,8,9,10,11,13,14,17,24],indefinit:12,index:[5,13,25],indic:[9,12],individu:[19,23],inform:11,initi:[2,4,6,9,11,13,17,20,21],inlin:22,input:[5,20],instal:23,instruct:[4,7,18,25],integr:[7,18,24,25,26],inter:4,interfac:[1,3,5,11,12,23],interract:3,interrupt:[0,1,4,14,17,18,19,25],interv:15,introduct:25,invalid:[6,17],invok:[3,17],io_funct:5,isa:23,itim:[0,22,25],itself:21,label:[1,8,14],latenc:22,layer:26,led:[0,25],len:[13,19],length:[4,19],libc:24,librari:25,like:[19,20,21],line:13,link:[7,9,22],little_endian:13,lock:[0,11,23,25],look:[19,21],loop:19,low:22,machin:[4,12,15],mai:[11,19,20,22],main:[19,24],make:[3,26],mani:11,manipul:[3,5,6,7,8,15],map:10,mask:21,measur:4,mechan:[3,19],member:[11,13,23],memori:[0,7,9,11,18,19,25],metal:[0,12,19,20,21,22,23,24],metal_button:1,metal_button_get:1,metal_button_get_interrupt_id:1,metal_button_interrupt_control:1,metal_cach:2,metal_cache_get_enabled_wai:2,metal_cache_init:2,metal_cache_set_enabled_wai:2,metal_clock:3,metal_clock_get_rate_hz:3,metal_clock_post_rate_change_callback:3,metal_clock_pre_rate_change_callback:3,metal_clock_register_post_rate_change_callback:3,metal_clock_register_pre_rate_change_callback:3,metal_clock_set_rate_hz:3,metal_cpu:[4,19,21],metal_cpu_exception_regist:[4,19],metal_cpu_get:4,metal_cpu_get_current_hartid:4,metal_cpu_get_exception_pc:[4,19],metal_cpu_get_instruction_length:[4,19],metal_cpu_get_msip:4,metal_cpu_get_mtim:4,metal_cpu_get_num_hart:4,metal_cpu_get_tim:4,metal_cpu_get_timebas:4,metal_cpu_interrupt_control:[4,19,21],metal_cpu_set_exception_pc:[4,19],metal_cpu_set_mtimecmp:4,metal_cpu_software_clear_ipi:4,metal_cpu_software_get_interrupt_id:4,metal_cpu_software_interrupt_control:4,metal_cpu_software_set_ipi:4,metal_cpu_timer_get_interrupt_id:[4,21],metal_cpu_timer_interrupt_control:[4,21],metal_direct_mod:6,metal_exception_handler_t:[4,19],metal_get_cpu:[19,21],metal_get_memory_from_address:10,metal_gpio:5,metal_gpio_clear_pin:5,metal_gpio_disable_input:5,metal_gpio_enable_output:5,metal_gpio_enable_pinmux:5,metal_gpio_get_devic:5,metal_gpio_get_pin:5,metal_gpio_set_pin:5,metal_gpio_toggle_pin:5,metal_hardware_vector_mod:6,metal_interrupt:[1,4,6,14,17,19,21],metal_interrupt_dis:[6,21],metal_interrupt_en:[6,21],metal_interrupt_handler_t:[6,21],metal_interrupt_init:[6,19,21],metal_interrupt_register_handl:[6,21],metal_interrupt_vector_dis:6,metal_interrupt_vector_en:6,metal_l:8,metal_led_en:8,metal_led_get:8,metal_led_get_rgb:8,metal_led_off:8,metal_led_on:8,metal_led_toggl:8,metal_lock:9,metal_lock_declar:9,metal_lock_g:9,metal_lock_init:9,metal_lock_tak:9,metal_memori:10,metal_memory_get_base_address:10,metal_memory_get_s:10,metal_memory_is_cach:10,metal_memory_supports_atom:10,metal_place_in_itim:[7,22],metal_pmp:[11,23],metal_pmp_address_mod:[11,23],metal_pmp_config:[11,23],metal_pmp_get_address:11,metal_pmp_get_address_mod:11,metal_pmp_get_devic:[11,23],metal_pmp_get_execut:11,metal_pmp_get_read:11,metal_pmp_get_region:11,metal_pmp_get_writ:11,metal_pmp_init:[11,23],metal_pmp_lock:[11,23],metal_pmp_na4:11,metal_pmp_napot:11,metal_pmp_off:11,metal_pmp_set_address:[11,23],metal_pmp_set_address_mod:11,metal_pmp_set_execut:11,metal_pmp_set_read:11,metal_pmp_set_region:[11,23],metal_pmp_set_writ:[11,23],metal_pmp_tor:11,metal_pmp_unlock:[11,23],metal_selective_vector_mod:6,metal_shutdown:12,metal_spi:13,metal_spi_config:13,metal_spi_du:13,metal_spi_get_baud_r:13,metal_spi_get_devic:13,metal_spi_init:13,metal_spi_quad:13,metal_spi_set_baud_r:13,metal_spi_singl:13,metal_spi_transf:13,metal_switch:14,metal_switch_get:14,metal_switch_get_interrupt_id:14,metal_switch_interrupt_control:14,metal_timer_get_cyclecount:15,metal_timer_get_timebase_frequ:15,metal_timer_set_tick:15,metal_tty_putc:16,metal_uart:17,metal_uart_get_baud_r:17,metal_uart_get_interrupt_id:17,metal_uart_getc:17,metal_uart_init:17,metal_uart_interrupt_control:17,metal_uart_putc:17,metal_uart_set_baud_r:17,metal_vector_mod:6,metal_vector_mode_:6,method:[17,19],might:[19,21,24],mode:[6,11,23],more:[6,17,26],most:[16,23],msip:4,mtime:4,mtimecmp:4,multipl:19,must:[3,4,6,9,13,17,19,21],mutex:9,my_ecod:19,my_exception_handl:19,my_interrupt_handl:21,my_itim_func:22,name:[9,20,21],natur:11,necessari:[19,26],never:22,node:[20,21],noinlin:22,non:9,none:[8,14],nonzero:10,note:[3,20],number:[2,4,5,11,13,15,23],object:1,obtain:3,occur:19,off:8,onc:[6,17],one:[4,19,22],onli:[11,20],oper:[6,9,10],optim:22,option:[11,22,23],order:4,other:[4,17,21],out:22,output:[5,16,17,20],outsid:4,over:[13,17],packag:26,page:25,paramet:[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,19,23],part:23,pass:4,pend:4,perform:[13,19],peripher:[17,24,26],permiss:[11,23],phase:13,physic:[1,10,11,18,25],pin:5,pinmux:5,platform:[4,21],pll:[18,25],pllref:20,pllsel0:20,pmp:[0,25],pointer:[1,3,4],polar:13,port:[16,17],portabl:26,possibl:[3,6,23],post:3,power:11,prci:20,pre:3,prebuilt:26,prefer:26,present:[7,21,22,24],preset:11,prevent:23,printf:24,prior:3,priv:3,priv_data:[6,21],privat:[3,6],privileg:[11,23],process:4,product:26,program:[4,12,19,20],properti:20,protect:[11,18,25],protocol:13,provid:[0,12,22,23,24,26],purpos:5,queri:10,rang:[11,23],rate:[3,13,17,20],ratio:20,read:[4,11,14,15,17,23],readabl:11,real:4,reason:19,receiv:[13,19,21],refer:[1,4,19,21,23,25],reg:20,region:[9,11],regist:[3,4,6,17,23],relat:23,remain:11,repositori:25,repres:1,represent:21,request:[2,8,14,20],reset:19,respons:1,result:9,retarget:26,retriev:23,return_after_fault:19,rgb:8,risc:[4,11,19,20,22,23,26],routin:11,rtc:4,rule:11,run:22,rx_buf:13,same:26,script:26,sdk:26,search:25,second:15,section:0,select:[3,13],send:[13,17],sent:[17,24],serial:[16,17,24],servic:[10,21],set:[3,4,5,11,12,13,15,17,19,20,23],should:20,shut:12,shutdown:[0,25],sifiv:[20,22,24,25,26],signatur:[3,4,6,19,21],silent:11,singl:19,size:10,size_t:[10,11,13,19,23],soc:20,softwar:[4,9],sourc:3,specif:[11,20,23],spi:[0,25],spin:[12,19],split:0,standard:[18,23,25,26],start:26,state:[8,13],stdio:24,stdout:24,store:[9,11,19],struct:[1,2,3,4,5,6,8,9,10,11,13,14,17,19,21,23],studio:26,succe:[11,13,23],success:[4,6,11,12,15,16,17,23],successfulli:[2,5,9,11,13,23],suitabl:26,support:[9,10,20,24],system:[3,19,23],take:[9,20],taken:[9,20],target:[7,16,20,21,22,24,26],tell:22,terimin:16,termin:[16,24],test:[24,26],than:[4,6,17],thei:21,therefor:[19,21],thi:[3,4,6,17,19,20,21,22,23,25,26],those:11,tick:15,tight:19,tightli:[7,18,25],time:[4,11],timebas:[4,15],timer:[0,4,21,25],timer_id:21,timer_int:21,toggl:[5,8,14],toolchain:[22,26],top:[11,21],transfer:[13,22],tree:21,trigger:[4,23],tty:[0,25],turn:8,two:11,tx_buf:13,type:[6,11,13,23],typedef:[3,4,6,19,21],uart:[0,16,24,25],uintptr_t:[4,10,19],unabl:21,uncompress:4,undefin:4,uniniti:11,unit:[11,23],unlock:11,unsign:[4,11,13,15,16,17,23],until:19,upon:[4,6,11,15,17,23],use:[11,19,20,26],used:[4,19],useful:4,user:[3,19,20],using:[9,19],v201905:25,valu:[3,4,5,6,11,13,15,19,23],variabl:[11,15],varibl:17,variou:[3,19],vector:6,vertic:21,virtual:24,wai:[2,26],want:21,well:11,what:[24,25],when:[12,19],whether:[4,11,23],which:[1,3,9,10,11,16,19,21,22,23,26],who:20,wire:23,wish:20,within:4,without:3,work:26,workaround:22,writabl:[11,23],write:[11,16,23,26],yet:19,you:[24,26],your:[19,20],zero:9},titles:["API Reference","Buttons","Caches","Clocks","CPU","GPIO","Interrupts","ITIM","LEDs","Locks","Memory Enumeration","PMPs","Shutdown","SPIs","Switches","Timer API","TTY","UARTs","Developer Guide","Exception Handlers","FE310-G00 PLL","Interrupt Handlers","Instruction Tightly Integrated Memory","Physical Memory Protection","Standard I/O","Freedom Metal","Introduction to Freedom Metal"],titleterms:{"switch":14,The:21,Use:26,access:23,addit:[19,21,23],after:19,api:[0,15],button:1,cach:2,caveat:22,clock:3,configur:23,content:25,control:21,cpu:[4,19,21],defin:19,develop:18,document:[19,21,23],enumer:10,except:19,execut:19,fault:[19,23],fe310:20,freedom:[25,26],g00:20,gpio:5,guid:18,handl:23,handler:[19,21],heirarchi:21,hello:24,how:26,indic:25,initi:[19,23],instruct:[19,22],integr:22,interrupt:[6,21],introduct:26,itim:7,led:8,lock:9,memori:[10,22,23],metal:[25,26],physic:23,pll:20,pmp:[11,23],protect:23,refer:0,region:23,regist:[19,21],retur:19,shutdown:12,spi:13,standard:24,tabl:25,tightli:22,timer:15,tty:16,uart:17,what:26,world:24}}) \ No newline at end of file diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/mee-spec.md b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/mee-spec.md new file mode 100644 index 000000000..3d32b66bd --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/mee-spec.md @@ -0,0 +1,170 @@ +# MEE Specification + +The MEE is designed to provide a source-level compatibility for +bare-metal code between platforms. This specification defines the +publicly available API. The intent is that this API is stable so users +can rely on it not changing, but we're not going to make any guarantees +about it until our 1.0.0 release. + +Note that the MEE does not define an ABI -- specifically that means that +binaries will not be compatible between different versions of the MBI, +or between different platforms. + +## User API + +The core of the MEE is a C API that is designed to allow programmers to +write portable bare-metal embedded code. + +Any symbol beginning with `__mee_` is internal to the MEE and must not +be called or defined by user code. Symbols beginning with `mee_` are +public interfaces and can be considered to be a stable API. The best +documentation for most of these symbols are found in the code, but some +is listed below. + +### Clock Interface + +The clock interface allows for controlling the rate of various clocks in +the system. Clocks are defined by a pointer to a `struct mee_clock`, the +contents of which is implementation defined. Users of the clock +interface must call the functions defined below in order to interact +with a `struct mee_clock *`. + +Note that no mechanism for obtaining a pointer to a `struct mee_clock` +has been defined, making it impossible to call any of these functions +without invoking implementation-defined behavior. + +#### `long mee_clock_get_rate_hz(const struct mee_clock *clock)` + +Returns the clock rate of the given clock, in Hz. + +#### `long mee_clock_set_rate_hz(const struct mee_clock *clock, long hz)` + +Attempts to set the rate of the given clock to the given value, in Hz. +Returns the rate the given clock was actually set to, which may be +different than the requested rate. There are no hard requirements on +what clock rates can be set, but it's expected that a best effort +approach is taken to match the caller's desired clock rate. + +#### `void mee_clock_register_rate_change_callback(struct mee_clock *clk, int (*cb)(struct mee_clock *, void *), void *priv)` + +Registers a function (and an associated opaque data block) that will be +called whenever the giver clock's rate has been changed. This function +will be called after the driver-specific clock frequency changing code +has returned, but before the caller of `mee_clock_set_rate_hz()` has +been returned to. + +It's not guaranteed that the given clock's rate will have actually +changed every time the given function is called, but it's guaranteed +that the given function will be called every time the given clock's rate +has been changed. + +### Timer Interface + +The timer interface allows for access of various timers values in +the system. Timers are defined by a pointer to a `struct mee_timer`, the +contents of which is implementation defined. Users of the timer +interface must call the functions defined below in order to interact +with a `struct mee_timer *`. + +Note that no mechanism for obtaining a pointer to a `struct mee_timer` +has been defined, making it impossible to call any of these functions +without invoking implementation-defined behavior. + +#### `int mee_timer_get_cyclecount(int hartid, unsigned long long *mcc)` + +Returns the cpu machine cycle count of a given hartid. + +#### `int mee_timer_get_timebase_frequency(int hartid, unsigned long long *timebase)` + +Returns the timebase frequency of a given hartid, s.t a time elapse duration can determined. +For example, a timebase frequency of 1000000 (1MHz) will have each cycle count of 1s. + +#### `void mee_timer_init(const struct mee_timer *timer, unsigned long long timebase)` + +Setup the timebase frequency for a given timer, in Hz. + +### Power Control Interface + +The MEE defines a mechanism to control the power state of a given +machine. The interface is currently quite simple: it's just the +`mee_shutdown()` function. + +#### `void mee_shutdown(int code) __attribute__((noreturn))` + +Terminates execution of this program, attempting to pass the given code +to whomever may be looking. The code `0` indicates success, while all +other codes indicate failure. The exact mechanism by which execution +terminates is implementation defined, but some examples include: + +* Spinning in an infinite loop. +* Printing the return code to standard out and spinning in an infinite + loop. +* Toggling an external I/O to disable the power to the core. +* Poking through a hole to the host that's providing this environment + and indicating success or failure. + +### TTY Interface + +The MEE provides an terminal interface. This interface is designed to +provide a simple mechanism for getting text-based data outside of the +MEE -- in other words, it's designed to be used to implement C library +functions like `printf()`. + +#### `int mee_tty_putc(unsigned char c);` + +Writes the given character to the default terminal, returning 0 on +success or -1 on failure. + +### UART Interface + +The UART interface allows users of the MEE to control + +Note that there is no mechanism for obtaining a pointer to a `struct +mee_uart` without invoking implementation-defined behavior, thus making +calling any of these functions impossible. + +#### `int mee_uart_init(struct mee_uart *uart)` + +Initializes the given UART. This must be called exactly once before any +other function on this UART can be called. It is invalid to initialize +a UART more than once. + +#### `int mee_uart_putc(struct mee_uart *uart, unsigned char c)` + +Writes the given character to the given UART, returning 0 on success and +-1 on failure. + +#### `int mee_uart_getc(struct mee_uart *uart, unsigned char *c)` + +Reads a character from the given UART, storing it at the given character +pointer. This returns 0 on success and -1 on failure. + +#### `int mee_uart_get_baud_rate(struct mee_uart *uart)` + +Obtains the baud rate of the given UART, or `-1` to signify an error. + +#### `int mee_uart_set_baud_rate(struct mee_uart *uart, int baud_rate)` + +Sets the baud rate of the given UART. Returns 0 on success, or -1 on +failure. Failure to set the baud rate can render the UART unusable +until a subsequent coll to `mee_uart_set_baud_rate()` returns success. + +### C Startup Interface + +The MEE handles entering the C library's start routine, which is defined +by the symbol `_start`. This symbol must be defined by the C library in +order to allow the MEE to do anything meaningful. + +The MEE follows the standard RISC-V bootloader ABI when calling +`_start`: + +* `a0` contains the hart ID. +* `a1` contains a pointer to the machine description. The MEE always + sets this to NULL, as machines are described statically. +* `a2` contains a callback that should be called from within the child + environment after it has initialized itself. + +This can be described as a the C function `void _start(long hartid, +unsigned char *dtb, void (*after_init)(void))'. Note that the MEE does +not initialize a C environment and therefor this cannot actually be a C +function -- for example, there may not be a stack. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/api.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/api.rst new file mode 100644 index 000000000..5615e2f58 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/api.rst @@ -0,0 +1,13 @@ +API Reference +============= + +The API documentation aims to provide a complete reference to the +Freedom Metal API. + +The API documentation is split into sections corresponding to each feature: + +.. toctree:: + :glob: + + apiref/* + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/button.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/button.rst new file mode 100644 index 000000000..2f749da14 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/button.rst @@ -0,0 +1,6 @@ +Buttons +======= + +.. doxygenfile:: metal/button.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cache.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cache.rst new file mode 100644 index 000000000..6de6a9f32 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cache.rst @@ -0,0 +1,6 @@ +Caches +====== + +.. doxygenfile:: metal/cache.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/clock.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/clock.rst new file mode 100644 index 000000000..5b3526e65 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/clock.rst @@ -0,0 +1,6 @@ +Clocks +====== + +.. doxygenfile:: metal/clock.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cpu.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cpu.rst new file mode 100644 index 000000000..5f192aaf4 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/cpu.rst @@ -0,0 +1,6 @@ +CPU +=== + +.. doxygenfile:: metal/cpu.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/gpio.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/gpio.rst new file mode 100644 index 000000000..2759a91d6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/gpio.rst @@ -0,0 +1,5 @@ +GPIO +==== + +.. doxygenfile:: metal/gpio.h + :project: metal diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/interrupt.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/interrupt.rst new file mode 100644 index 000000000..a6a6c2d32 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/interrupt.rst @@ -0,0 +1,6 @@ +Interrupts +========== + +.. doxygenfile:: metal/interrupt.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/itim.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/itim.rst new file mode 100644 index 000000000..3199324c2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/itim.rst @@ -0,0 +1,7 @@ +ITIM +==== + +.. doxygenfile:: metal/itim.h + :project: metal + :no-link: + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/led.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/led.rst new file mode 100644 index 000000000..e14156d65 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/led.rst @@ -0,0 +1,6 @@ +LEDs +==== + +.. doxygenfile:: metal/led.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/lock.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/lock.rst new file mode 100644 index 000000000..17f09f82c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/lock.rst @@ -0,0 +1,6 @@ +Locks +======= + +.. doxygenfile:: metal/lock.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/memory.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/memory.rst new file mode 100644 index 000000000..2fdff1674 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/memory.rst @@ -0,0 +1,6 @@ +Memory Enumeration +================== + +.. doxygenfile:: metal/memory.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/pmp.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/pmp.rst new file mode 100644 index 000000000..cc7771773 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/pmp.rst @@ -0,0 +1,6 @@ +PMPs +==== + +.. doxygenfile:: metal/pmp.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/shutdown.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/shutdown.rst new file mode 100644 index 000000000..86aecb5cf --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/shutdown.rst @@ -0,0 +1,6 @@ +Shutdown +======== + +.. doxygenfile:: metal/shutdown.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/spi.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/spi.rst new file mode 100644 index 000000000..a40c62472 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/spi.rst @@ -0,0 +1,6 @@ +SPIs +===== + +.. doxygenfile:: metal/spi.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/switch.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/switch.rst new file mode 100644 index 000000000..6870196b2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/switch.rst @@ -0,0 +1,6 @@ +Switches +======== + +.. doxygenfile:: metal/switch.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/timer.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/timer.rst new file mode 100644 index 000000000..2bea5c438 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/timer.rst @@ -0,0 +1,6 @@ +Timer API +========= + +.. doxygenfile:: metal/timer.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/tty.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/tty.rst new file mode 100644 index 000000000..7aaafa292 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/tty.rst @@ -0,0 +1,6 @@ +TTY +=== + +.. doxygenfile:: metal/tty.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/uart.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/uart.rst new file mode 100644 index 000000000..df7ef9a4d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/apiref/uart.rst @@ -0,0 +1,6 @@ +UARTs +===== + +.. doxygenfile:: metal/uart.h + :project: metal + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/conf.py b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/conf.py new file mode 100644 index 000000000..7d9a83731 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/conf.py @@ -0,0 +1,160 @@ +# -*- coding: utf-8 -*- +# +# Configuration file for the Sphinx documentation builder. +# +# This file does only contain a selection of the most common options. For a +# full list see the documentation: +# http://www.sphinx-doc.org/en/master/config + +# -- Path setup -------------------------------------------------------------- + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +# +import os +# import sys +# sys.path.insert(0, os.path.abspath('.')) + + +# -- Project information ----------------------------------------------------- + +project = 'Freedom Metal' +copyright = '2019, SiFive Inc.' +author = 'SiFive Inc.' + +version = "v201905" +release = version + + +# -- General configuration --------------------------------------------------- + +# If your documentation needs a minimal Sphinx version, state it here. +# +# needs_sphinx = '1.0' + +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = [ + "breathe", + "sphinx.ext.graphviz" +] + +breathe_projects = { + "metal" : "../xml/", +} + +# Add any paths that contain templates here, relative to this directory. +templates_path = ['metal_templates'] + +# The suffix(es) of source filenames. +# You can specify multiple suffix as a list of string: +# +# source_suffix = ['.rst', '.md'] +source_suffix = '.rst' + +# The master toctree document. +master_doc = 'index' + +# The language for content autogenerated by Sphinx. Refer to documentation +# for a list of supported languages. +# +# This is also used if you do content translation via gettext catalogs. +# Usually you set "language" from the command line for these cases. +language = None + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +# This pattern also affects html_static_path and html_extra_path . +exclude_patterns = [] + +# The name of the Pygments (syntax highlighting) style to use. +pygments_style = 'sphinx' + + +# -- Options for HTML output ------------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +# +html_theme = 'alabaster' + +# Theme options are theme-specific and customize the look and feel of a theme +# further. For a list of options available for each theme, see the +# documentation. +# +# html_theme_options = {} + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". +html_static_path = ['metal_static'] + +# Custom sidebar templates, must be a dictionary that maps document names +# to template names. +# +# The default sidebars (for documents that don't match any pattern) are +# defined by theme itself. Builtin themes are using these templates by +# default: ``['localtoc.html', 'relations.html', 'sourcelink.html', +# 'searchbox.html']``. +# +# html_sidebars = {} +html_sidebars = { '**': ['about.html', 'navigation.html', 'relations.html', 'searchbox.html']} + + +# -- Options for HTMLHelp output --------------------------------------------- + +# Output file base name for HTML help builder. +htmlhelp_basename = 'FreedomMetaldoc' + + +# -- Options for LaTeX output ------------------------------------------------ + +latex_elements = { + # The paper size ('letterpaper' or 'a4paper'). + # + # 'papersize': 'letterpaper', + + # The font size ('10pt', '11pt' or '12pt'). + # + # 'pointsize': '10pt', + + # Additional stuff for the LaTeX preamble. + # + # 'preamble': '', + + # Latex figure (float) alignment + # + # 'figure_align': 'htbp', +} + +# Grouping the document tree into LaTeX files. List of tuples +# (source start file, target name, title, +# author, documentclass [howto, manual, or own class]). +latex_documents = [ + (master_doc, 'FreedomMetal.tex', 'Freedom Metal Documentation', + 'SiFive Inc.', 'manual'), +] + + +# -- Options for manual page output ------------------------------------------ + +# One entry per manual page. List of tuples +# (source start file, name, description, authors, manual section). +man_pages = [ + (master_doc, 'freedommetal', 'Freedom Metal Documentation', + [author], 1) +] + + +# -- Options for Texinfo output ---------------------------------------------- + +# Grouping the document tree into Texinfo files. List of tuples +# (source start file, target name, title, author, +# dir menu entry, description, category) +texinfo_documents = [ + (master_doc, 'FreedomMetal', 'Freedom Metal Documentation', + author, 'FreedomMetal', 'One line description of project.', + 'Miscellaneous'), +] diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide.rst new file mode 100644 index 000000000..3377b2cda --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide.rst @@ -0,0 +1,9 @@ +Developer Guide +=============== + +.. toctree:: + :maxdepth: 1 + :glob: + + devguide/* + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/exceptions.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/exceptions.rst new file mode 100644 index 000000000..c8c53effe --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/exceptions.rst @@ -0,0 +1,103 @@ +Exception Handlers +================== + +CPU exceptions are the mechanism by which various execution and memory system +errors are handled. When an exception occurs, Freedom Metal will call the +corresponding exception handler function, if one has been registered by the +application. + +Initializing the CPU +-------------------- + +When the user application enters the ``main()`` function, the Freedom Metal +framework has not yet performed the initialization necessary to register +exception handlers. If this initialization is not performed before an exception +occurs, any exception will cause the CPU to spin in a tight loop until reset. + +To initialize the Freedom Metal exception handlers, initialize CPU interrupts: + +.. code-block:: C + + struct metal_cpu *cpu0 = metal_get_cpu(0); + if(!cpu) { + /* There was an error acquiring the CPU hart 0 handle */ + } + + struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0); + if(!cpu_int) { + /* There was an error acquiring the CPU interrupt controller */ + } + + metal_interrupt_init(cpu_int); + +The Freedom Metal interrupt API is further documented in :doc:`/devguide/interrupts` +and :doc:`/apiref/interrupt`. + +Defining an Exception Handler +----------------------------- + +Exception handlers must conform to the following function signature: + +.. doxygentypedef:: metal_exception_handler_t + :project: metal + :no-link: + +Therefore, an example exception handler might look like: + +.. code-block:: C + + void my_exception_handler(struct metal_cpu *cpu, int ecode) { + /* Contents of handler */ + } + +Registering an Exception Handler +-------------------------------- + +Exception handlers are registered with a given CPU hart for an individual exception +code. + +.. code-block:: C + + /* CPU Hart 0's interrupt controller must be initialized + * if it is not already */ + struct metal_cpu *cpu0 = metal_get_cpu(0); + + int rc = metal_cpu_exception_register(cpu0, + , /* Set to your desired value */ + my_exception_handler); + if(rc != 0) { + /* Failed to register exception handler */ + } + +A single exception handler may be used for multiple exception codes. For this reason, +exception handlers receive the exception code as the ``ecode`` parameter and may use +this to determine how to handle the exception. + +Returing Execution after a Faulting Instruction +----------------------------------------------- + +The default behavior of a RISC-V CPU is to return execution to the faulting instruction. +If this is not the desired behavior, execution can be returned to the instruction after +the faulting instruction using the following method: + +.. code-block:: C + + void return_after_fault(struct metal_cpu *cpu, int ecode) + { + /* Get the faulting instruction address */ + uintptr_t epc = metal_cpu_get_exception_pc(cpu); + + /* Get the length of the faulting instruction */ + size_t len = metal_cpu_get_instruction_length(cpu, epc); + + /* Advance stored exception program counter by the + * instruction length */ + metal_cpu_set_exception_pc(cpu, epc + len); + } + +Additional Documentation +------------------------ + +Additional documentation for the exception handler API can be found in :doc:`The CPU API Reference `. + + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/fe310-g000-pll.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/fe310-g000-pll.rst new file mode 100644 index 000000000..af2ddd2d3 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/fe310-g000-pll.rst @@ -0,0 +1,29 @@ +FE310-G00 PLL +============= + +On targets with a PLL compatible with the FE310-G000 SoC, the PLL is configured +at program initialization with a constructor. This PLL sets the clock frequency +of the RISC-V CPU, and users of Freedom Metal who wish to set a specific clock +rate can use Freedom Metal to request that the PLL take on a certain output rate. + +In the DeviceTree for your target, there should be a node like the following +(example taken from the SiFive HiFive1): + +.. code-block:: DeviceTree + + hfclk: clock@4 { + compatible = "sifive,fe310-g000,pll"; + clocks = <&hfxoscout &hfroscout>; + clock-names = "pllref", "pllsel0"; + reg = <&prci 0x8 &prci 0xc>; + reg-names = "config", "divider"; + clock-frequency = <16000000>; + }; + +The ``clock-frequency`` property of the node sets the requested clock rate of +the FE310-G000 PLL. The PLL driver will attempt to configure the PLL to achieve +this clock rate. + +Users should note that the FE310-G000 PLL only supports certain input/output +clock rate ratios, and so the effective output rate of the PLL may differ from +the requested rate. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/interrupts.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/interrupts.rst new file mode 100644 index 000000000..914b58690 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/interrupts.rst @@ -0,0 +1,112 @@ +Interrupt Handlers +================== + +The Interrupt Heirarchy +----------------------- + +Freedom Metal conceptualizes interrupts as a heirarchy of interrupt controllers. +This heirarchy is established by the interrupt heirarchy of the target platform +itself. Presently, the interrupt heirarchy for a given platform is best documented +by the target's DeviceTree representation, which can be found in +``bsp//design.dts``. + +In Freedom Metal, the heirarchy is a tree. The nodes of the tree consist of +``struct metal_interrupt``: + +.. doxygenstruct:: metal_interrupt + :project: metal + +And the vertices of the tree consist of interrupt ``id``. + +.. digraph:: int_heirarchy_graph + + cpu [label="CPU"]; + cpu_int [label="CPU Interrupt Controller", shape=box]; + timer_int [label="Timer Interrupt Controller", shape=box]; + soft_int [label="Software Interrupt Controller", shape=box]; + + cpu -> cpu_int [label="ID = 0"]; + cpu_int -> timer_int [label="ID = timer_id"]; + cpu_int -> soft_int [label="ID = software_id"]; + +The CPU Interrupt Controller +---------------------------- + +The CPU interrupt controller is the top of the interrupt heirarchy. It must be +initialized before any other interrupt controllers are initialized. In example: + +.. code-block:: C + + struct metal_cpu *cpu0 = metal_get_cpu(0); + if(!cpu) { + /* Unable to get CPU handle */ + } + struct metal_interrupt *cpu_int = metal_cpu_interrupt_controller(cpu0); + if(!cpu_int) { + /* Unable to get CPU interrupt handle */ + } + metal_interrupt_init(cpu_int); + +The CPU interrupt must be enabled for the CPU to receive any interrupts, and any +enabled interrupts can be masked by disabling the CPU interrupt. + +.. code-block:: C + + int rc = 0; + + /* Enable the CPU interrupt */ + rc = metal_interrupt_enable(cpu_int, 0); + if(rc != 0) { + /* Failed to enable the CPU interrupt */ + } + + /* Disable the CPU interrupt */ + rc = metal_interrupt_disable(cpu_int, 0); + if(rc != 0) { + /* Failed to disable the CPU interrupt */ + } + +Interrupt Handlers +------------------ + +Interrupt handlers must conform to the following function signature: + +.. doxygentypedef:: metal_interrupt_handler_t + :project: metal + +Therefore, an interrupt handler might look like: + +.. code-block:: C + + void my_interrupt_handler(int id, void *priv_data) { + /* Contents of handler */ + } + +Registering an Interrupt Handler +-------------------------------- + +Interrupt handlers are registered with the interrupt controller for the interrupt +they are servicing. For example, if we want to register a CPU timer interrupt: + +.. code-block:: C + + struct metal_interrupt *timer_int = metal_cpu_timer_interrupt_controller(cpu0); + if(!timer_int) { + /* Failed to get timer interrupt controller */ + } + metal_interrupt_init(timer_int); + + int timer_id = metal_cpu_timer_get_interrupt_id(cpu0); + + int rc = metal_interrupt_register_handler(timer_int, timer_id, my_interrupt_handler, cpu0); + if(rc != 0) { + /* Failed to register interrupt handler */ + } + +Additional Documentation +------------------------ + +Additional documentation for the interrupt handler API can be found in +:doc:`the CPU API reference ` and +:doc:`the Interrupt API reference `. + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/itim.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/itim.rst new file mode 100644 index 000000000..cdee19ca9 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/itim.rst @@ -0,0 +1,41 @@ +Instruction Tightly Integrated Memory +===================================== + +The Instruction Tightly Integrated Memory (ITIM) is an optional feature +on certain SiFive RISC-V CPUs. The ITIM is a memory device which is +optimized in the CoreIP memory heirarchy to provide low-latency +access to instruction memory. + +Freedom Metal provides the ability to designate functions to run out of +the ITIM by decorating the functions with the following "decorator": + +.. doxygendefine:: METAL_PLACE_IN_ITIM + :project: metal + +For example: + +.. code-block:: C + + METAL_PLACE_IN_ITIM + void my_itim_func() { + /* This code will run out of the ITIM */ + } + +Caveats +------- +The ``METAL_PLACE_IN_ITIM`` decorator tells the toolchain to link the +decorated function into the ITIM memory. However, compiler optimizations +such as function inlining may cause execution to never transfer to +instructions fetched from the ITIM. + +If this compiler optimization is not desired, one workaround is to +tell the compiler to not inline the function: + +.. code-block:: C + + __attribute__((noinline)) + METAL_PLACE_IN_ITIM + void my_itim_func() { + /* This code will run out of the ITIM */ + } + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/pmps.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/pmps.rst new file mode 100644 index 000000000..aa535d651 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/pmps.rst @@ -0,0 +1,88 @@ +Physical Memory Protection +========================== + +Physical Memory Protection (PMP) is a part of the RISC-V Privileged Architecture +Specification which discribes the interface for a standard RISC-V memory +protection unit. + +The PMP defines a finite number of PMP regions which can be individually configured +to enforce access permissions to a range of addresses in memory. Each PMP region +is configurable with the following options: + +.. doxygenstruct:: metal_pmp_config + :project: metal + :members: + :no-link: + +Initializing the PMP +-------------------- + +All PMP-related functions first depend on having a handle to the PMP device: + +.. code-block:: C + + struct metal_pmp *pmp = metal_pmp_get_device(); + if(!pmp) { + /* Failed to get PMP device handle */ + } + +PMP initialization is optional and has the effect of disabling all PMP regions, +if possible: + +.. code-block:: C + + metal_pmp_init(pmp); + +The number of PMP regions available can be retrieved from the PMP device handle: + +.. doxygenstruct:: metal_pmp + :project: metal + :members: + :no-link: + +Configuring a PMP Region +------------------------ + +Freedom Metal has a set of APIs for configuring a PMP region. The most generic of these +is + +.. doxygenfunction:: metal_pmp_set_region + :project: metal + +This function allows for the configuration of all PMP region settings. + +Additional APIs are provided for granularly changing individual PMP region settings. +For example: + +.. doxygenfunction:: metal_pmp_set_address + :project: metal + :no-link: +.. doxygenfunction:: metal_pmp_lock + :project: metal + :no-link: +.. doxygenfunction:: metal_pmp_set_writeable + :project: metal + :no-link: + +Additional documentation for this API is provided in :doc:`the PMP API reference `. + +The RISC-V specification allows implementation of PMP to hard-wire the configuration +values of PMP regions. In these cases, attempts to configure these PMP regions will +fail. + +Handling PMP Access Faults +-------------------------- + +Attempted memory accesses which the PMP is configured to prevent trigger a +CPU exception. These exceptions can be handled by installing a CPU exception +handler for exception codes related to memory access faults. + +Additional documentation about creating and registering exception handlers can +be found in :doc:`the Exception Handlers Developer Guide `. + +Additional Documentation +------------------------ + +Additional documentation about the Physical Memory Protection system and fault +handling on RISC-V systems can be found in +`The RISC-V Privileged ISA Specification v1.10 `_. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/tty.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/tty.rst new file mode 100644 index 000000000..c94135174 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/devguide/tty.rst @@ -0,0 +1,24 @@ +Standard I/O +============ + +Freedom Metal integrates with libc ``STDOUT`` to provide virtual terminal support. +The default ``STDOUT`` device is the first UART serial peripheral on the target. +If no UART serial peripheral is present, such as in the case of SiFive CoreIP +test harnesses, then the bytes sent to ``STDOUT`` are dropped. + +Hello World +----------- + +Using the virtual terminal with Freedom Metal is exactly what you might expect: + +.. code-block:: C + :linenos: + + #include + + int main(void) { + printf("Hello, world!"); + + return 0; + } + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/index.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/index.rst new file mode 100644 index 000000000..b4e0e79d0 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/index.rst @@ -0,0 +1,25 @@ +Freedom Metal +============= + +This is the documentation for the SiFive Freedom Metal library |version|. + +Freedom Metal is generally available from the `Freedom Metal GitHub Repository`_. + +.. _Freedom Metal GitHub Repository: + https://github.com/sifive/freedom-metal + +Table of Contents +----------------- + +.. toctree:: + :maxdepth: 2 + + introduction + devguide + api + +Indices and tables +------------------ + +* :ref:`genindex` +* :ref:`search` diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/introduction.rst b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/introduction.rst new file mode 100644 index 000000000..de4da0d64 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/doc/sphinx/introduction.rst @@ -0,0 +1,37 @@ +Introduction to Freedom Metal +============================= + +What is Freedom Metal? +---------------------- + +Freedom Metal enables portable, bare-metal application development for all of +SiFive's RISC-V IP, FPGA evaluation targets, and development boards. + +Freedom Metal provides: + - A bare-metal C application environment + - An API for controlling CPU features and peripherals + - The ability to retarget to any SiFive RISC-V product + +This makes Freedom Metal suitable for: + - Writing portable hardware tests + - Bootstrapping bare metal application development + - A RISC-V hardware abstraction layer + - And more! + + +How Do I Use Freedom Metal? +--------------------------- + +The best way to get started writing applications with Freedom Metal is to use +the `SiFive Freedom E SDK`_ which bundles the build scripts and configuration +necessary to use Freedom Metal with SiFive's standard evaluation products. + +If you prefer working with an Integrated Development Environment (IDE), +`SiFive Freedom Studio`_ comes packaged with a prebuilt toolchain and the same +Freedom Metal examples from Freedom E SDK. + +.. _SiFive Freedom E SDK: + https://github.com/sifive/freedom-e-sdk + +.. _SiFive Freedom Studio: + https://www.sifive.com/boards#software diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/crt0.S b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/crt0.S new file mode 100644 index 000000000..2141915ea --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/crt0.S @@ -0,0 +1,220 @@ +/* Copyright (c) 2017-2018 SiFive Inc. All rights reserved. + + This copyrighted material is made available to anyone wishing to use, + modify, copy, or redistribute it subject to the terms and conditions + of the FreeBSD License. This program is distributed in the hope that + it will be useful, but WITHOUT ANY WARRANTY expressed or implied, + including the implied warranties of MERCHANTABILITY or FITNESS FOR + A PARTICULAR PURPOSE. A copy of this license is available at + http://www.opensource.org/licenses. +*/ + +/* crt0.S: Entry point for RISC-V METAL programs. */ + +.section .text.libgloss.start +.global _start +.type _start, @function + + /* _start is defined by the METAL to have been called with the following + * arguments: + * a0: the hart ID of the currently executing hart. Harts can start at + * any arbitrary point, it's the C library's job to ensure the code is + * safe. + * a1: a pointer to a description of the machine on which this code is + * currently executing. This is probably 0 on an embedded system + * because they tend to not be dynamically portable. As such, newlib + * ignores this argument. + * a2: a pointer to a function that must be run after the envirnoment has + * been initialized, but before user code can be expected to be run. + * If this is 0 then there is no function to be run. */ +_start: +.cfi_startproc +.cfi_undefined ra + + /* This is a bit funky: it's not usually sane for _start to return, but in + * this case we actually want to in order to signal an error to the METAL. */ + mv s0, ra + + /* Before doing anything we must initialize the global pointer, as we cannot + * safely perform any access that may be relaxed without GP being set. This + * is done with relaxation disabled to avoid relaxing the address calculation + * to just "addi gp, gp, 0". */ +.option push +.option norelax + la gp, __global_pointer$ +.option pop + + /* The METAL is designed for a bare-metal environment and therefor is expected + * to define its own stack pointer. We also align the stack pointer here + * because the only RISC-V ABI that's currently defined mandates 16-byte + * stack alignment. */ + la sp, _sp + + /* Increment by hartid number of stack sizes */ + li t0, 0 + la t1, __stack_size +1: + beq t0, a0, 1f + add sp, sp, t1 + addi t0, t0, 1 + j 1b +1: + andi sp, sp, -16 + + /* If we're not hart 0, skip the initialization work */ + la t0, __metal_boot_hart + bne a0, t0, _skip_init + + /* Embedded systems frequently require relocating the data segment before C + * code can be run -- for example, the data segment may exist in flash upon + * boot and then need to get relocated into a non-persistant writable memory + * before C code can execute. If this is the case we do so here. This step + * is optional: if the METAL provides an environment in which this relocation + * is not necessary then it must simply set metal_segment_data_source_start to + * be equal to metal_segment_data_target_start. */ + la t0, metal_segment_data_source_start + la t1, metal_segment_data_target_start + la t2, metal_segment_data_target_end + + beq t0, t1, 2f + bge t1, t2, 2f + +1: + lw a0, 0(t0) + addi t0, t0, 4 + sw a0, 0(t1) + addi t1, t1, 4 + blt t1, t2, 1b +2: + + /* Copy the ITIM section */ + la t0, metal_segment_itim_source_start + la t1, metal_segment_itim_target_start + la t2, metal_segment_itim_target_end + + beq t0, t1, 2f + bge t1, t2, 2f + +1: + lw a0, 0(t0) + addi t0, t0, 4 + sw a0, 0(t1) + addi t1, t1, 4 + blt t1, t2, 1b +2: + + /* Zero the BSS segment. */ + la t1, metal_segment_bss_target_start + la t2, metal_segment_bss_target_end + + bge t1, t2, 2f + +1: + sw x0, 0(t1) + addi t1, t1, 4 + blt t1, t2, 1b +2: + + /* At this point we're in an environment that can execute C code. The first + * thing to do is to make the callback to the parent environment if it's been + * requested to do so. */ + beqz a2, 1f + jalr a2 +1: + + /* The RISC-V port only uses new-style constructors and destructors. */ + la a0, __libc_fini_array + call atexit + call __libc_init_array + +_skip_init: + + /* Synchronize harts so that secondary harts wait until hart 0 finishes + initializing */ + call _synchronize_harts + + /* Check RISC-V isa and enable FS bits if Floating Point architecture. */ + csrr a5, misa + li a4, 0x10028 + and a5, a5, a4 + beqz a5, 1f + csrr a5, mstatus + lui a4, 0x2 + or a5, a5, a4 + csrw mstatus, a5 + csrwi fcsr, 0 +1: + + /* This is a C runtime, so main() is defined to have some arguments. Since + * there's nothing sane the METAL can pass we don't bother with that but + * instead just setup as close to a NOP as we can. */ + li a0, 1 /* argc=1 */ + la a1, argv /* argv = {"libgloss", NULL} */ + la a2, envp /* envp = {NULL} */ + call secondary_main + + /* Call exit to handle libc's cleanup routines. Under normal contains this + * shouldn't even get called, but I'm still not using a tail call here + * because returning to the METAL is the right thing to do in pathological + * situations. */ + call exit + + /* And here's where we return. Again, it's a bit odd but the METAL defines + * this as a bad idea (ie, as opposed to leaving it undefined) and at this + * point it's really the only thing left to do. */ + mv ra, s0 + ret + +.cfi_endproc + +/* RISC-V systems always use __libc_{init,fini}_array, but for compatibility we + * define _{init,fini} to do nothing. */ +.global _init +.type _init, @function +.global _fini +.type _fini, @function +_init: +_fini: + ret +.size _init, .-_init +.size _fini, .-_fini + +/* By default, secondary_main will cause secondary harts to spin forever. + * Users can redefine secondary_main themselves to run code on secondary harts */ +.weak secondary_main +.global secondary_main +.type secondary_main, @function + +secondary_main: + addi sp, sp, -16 +#if __riscv_xlen == 32 + sw ra, 4(sp) +#else + sd ra, 8(sp) +#endif + csrr t0, mhartid + la t1, __metal_boot_hart + beq t0, t1, 2f +1: + wfi + j 1b +2: + call main +#if __riscv_xlen == 32 + lw ra, 4(sp) +#else + ld ra, 8(sp) +#endif + addi sp, sp, 16 + ret + +/* This shim allows main() to be passed a set of arguments that can satisfy the + * requirements of the C API. */ +.section .rodata.libgloss.start +argv: +.dc.a name +envp: +.dc.a 0 +name: +.asciz "libgloss" + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/nanosleep.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/nanosleep.c new file mode 100644 index 000000000..8be22104e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/nanosleep.c @@ -0,0 +1,9 @@ +#include +#include + +int +nanosleep(const struct timespec *rqtp, struct timespec *rmtp) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/synchronize_harts.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/synchronize_harts.c new file mode 100644 index 000000000..3e857d1df --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/synchronize_harts.c @@ -0,0 +1,59 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include +#include + +#define METAL_REG(base, offset) (((unsigned long)(base) + (offset))) +#define METAL_REGW(base, offset) (__METAL_ACCESS_ONCE((__metal_io_u32 *)METAL_REG((base), (offset)))) +#define METAL_MSIP(base, hart) (METAL_REGW((base),4*(hart))) + +/* + * _synchronize_harts() is called by crt0.S to cause harts > 0 to wait for + * hart 0 to finish copying the datat section, zeroing the BSS, and running + * the libc contstructors. + */ +void _synchronize_harts() { +#if __METAL_DT_MAX_HARTS > 1 + + int hart = metal_cpu_get_current_hartid(); + uintptr_t msip_base = 0; + + /* Get the base address of the MSIP registers */ +#ifdef __METAL_DT_RISCV_CLINT0_HANDLE + msip_base = __metal_driver_sifive_clint0_control_base(__METAL_DT_RISCV_CLINT0_HANDLE); + msip_base += METAL_RISCV_CLINT0_MSIP_BASE; +#elif __METAL_DT_RISCV_CLIC0_HANDLE + msip_base = __metal_driver_sifive_clic0_control_base(__METAL_DT_RISCV_CLIC0_HANDLE); + msip_base += METAL_RISCV_CLIC0_MSIP_BASE; +#else +#warning No handle for CLINT or CLIC found, harts may be unsynchronized after init! +#endif + + /* Disable machine interrupts as a precaution */ + __asm__ volatile("csrc mstatus, %0" :: "r" (METAL_MSTATUS_MIE)); + + if (hart == 0) { + /* Hart 0 waits for all harts to set their MSIP bit */ + for (int i = 1 ; i < __METAL_DT_MAX_HARTS; i++) { + while (METAL_MSIP(msip_base, i) == 0) ; + } + + /* Hart 0 clears everyone's MSIP bit */ + for (int i = 1 ; i < __METAL_DT_MAX_HARTS; i++) { + METAL_MSIP(msip_base, i) = 0; + } + } else { + /* Other harts set their MSIP bit to indicate they're ready */ + METAL_MSIP(msip_base, hart) = 1; + __asm__ volatile ("fence w,rw"); + + /* Wait for hart 0 to clear the MSIP bit */ + while (METAL_MSIP(msip_base, hart) == 1) ; + } + +#endif /* __METAL_DT_MAX_HARTS > 1 */ +} + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_access.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_access.c new file mode 100644 index 000000000..c0bc1534d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_access.c @@ -0,0 +1,8 @@ +#include + +int +_access(const char *file, int mode) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chdir.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chdir.c new file mode 100644 index 000000000..f33d26a44 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chdir.c @@ -0,0 +1,8 @@ +#include + +int +_chdir(const char *path) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chmod.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chmod.c new file mode 100644 index 000000000..67412bf7d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chmod.c @@ -0,0 +1,9 @@ +#include +#include + +int +_chmod(const char *path, mode_t mode) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chown.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chown.c new file mode 100644 index 000000000..302952eb1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_chown.c @@ -0,0 +1,9 @@ +#include +#include + +int +_chown(const char *path, uid_t owner, gid_t group) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_close.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_close.c new file mode 100644 index 000000000..26dd6a59e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_close.c @@ -0,0 +1,8 @@ +#include + +int +_close(int file) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_execve.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_execve.c new file mode 100644 index 000000000..9ae9f7e50 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_execve.c @@ -0,0 +1,8 @@ +#include + +int +_execve(const char *name, char *const argv[], char *const env[]) +{ + errno = ENOMEM; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_exit.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_exit.c new file mode 100644 index 000000000..35f5f1a16 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_exit.c @@ -0,0 +1,8 @@ +#include + +void +_exit(int exit_status) +{ + metal_shutdown(exit_status); + while (1); +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_faccessat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_faccessat.c new file mode 100644 index 000000000..873d52c2e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_faccessat.c @@ -0,0 +1,8 @@ +#include + +int +_faccessat(int dirfd, const char *file, int mode, int flags) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fork.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fork.c new file mode 100644 index 000000000..64e67569f --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fork.c @@ -0,0 +1,8 @@ +#include + +int +_fork() +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstat.c new file mode 100644 index 000000000..fedc28977 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstat.c @@ -0,0 +1,9 @@ +#include +#include + +int +_fstat(int file, struct stat *st) +{ + errno = -ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstatat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstatat.c new file mode 100644 index 000000000..f2f43bd9e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_fstatat.c @@ -0,0 +1,9 @@ +#include +#include + +int +_fstatat(int dirfd, const char *file, struct stat *st, int flags) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_ftime.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_ftime.c new file mode 100644 index 000000000..65c156398 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_ftime.c @@ -0,0 +1,9 @@ +#include +#include + +int +_ftime(struct timeb *tp) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getcwd.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getcwd.c new file mode 100644 index 000000000..82e8404ee --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getcwd.c @@ -0,0 +1,8 @@ +#include + +char * +_getcwd(char *buf, size_t size) +{ + errno = -ENOSYS; + return NULL; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getpid.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getpid.c new file mode 100644 index 000000000..589ad117c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_getpid.c @@ -0,0 +1,7 @@ +#include + +int +_getpid() +{ + return 1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_gettimeofday.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_gettimeofday.c new file mode 100644 index 000000000..3f867e4eb --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_gettimeofday.c @@ -0,0 +1,19 @@ +#include +#include +#include + +int +_gettimeofday(struct timeval *tp, void *tzp) +{ + int rv; + unsigned long long mcc, timebase; + if (rv = metal_timer_get_cyclecount(0, &mcc)) { + return -1; + } + if (rv = metal_timer_get_timebase_frequency(0, &timebase)) { + return -1; + } + tp->tv_sec = mcc / timebase; + tp->tv_usec = mcc % timebase * 1000000 / timebase; + return 0; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_isatty.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_isatty.c new file mode 100644 index 000000000..dd4f1461b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_isatty.c @@ -0,0 +1,7 @@ +#include + +int +_isatty(int file) +{ + return (file == STDOUT_FILENO); +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_kill.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_kill.c new file mode 100644 index 000000000..9003f266f --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_kill.c @@ -0,0 +1,8 @@ +#include + +int +_kill(int pid, int sig) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_link.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_link.c new file mode 100644 index 000000000..40d5912bc --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_link.c @@ -0,0 +1,7 @@ +#include + +int _link(const char *old_name, const char *new_name) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lseek.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lseek.c new file mode 100644 index 000000000..d28a781f8 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lseek.c @@ -0,0 +1,9 @@ +#include +#include + +off_t +_lseek(int file, off_t ptr, int dir) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lstat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lstat.c new file mode 100644 index 000000000..97a45855f --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_lstat.c @@ -0,0 +1,8 @@ +#include +#include + +int _lstat(const char *file, struct stat *st) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_open.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_open.c new file mode 100644 index 000000000..a59f627f0 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_open.c @@ -0,0 +1,8 @@ +#include + +int +_open(const char *name, int flags, int mode) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_openat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_openat.c new file mode 100644 index 000000000..206de3bde --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_openat.c @@ -0,0 +1,8 @@ +#include + +int +_openat(int dirfd, const char *name, int flags, int mode) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_read.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_read.c new file mode 100644 index 000000000..15833cabb --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_read.c @@ -0,0 +1,9 @@ +#include +#include + +ssize_t +_read(int file, void *ptr, size_t len) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sbrk.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sbrk.c new file mode 100644 index 000000000..34ef77ff5 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sbrk.c @@ -0,0 +1,38 @@ +#include + +/* brk is handled entirely within the C library. This limits METAL programs that + * use the C library to be disallowed from dynamically allocating memory + * without talking to the C library, but that sounds like a sane way to go + * about it. Note that there is no error checking anywhere in this file, users + * will simply get the relevant error when actually trying to use the memory + * that's been allocated. */ +extern char metal_segment_heap_target_start; +extern char metal_segment_heap_target_end; +static char *brk = &metal_segment_heap_target_start; + +int +_brk(void *addr) +{ + brk = addr; + return 0; +} + +char * +_sbrk(ptrdiff_t incr) +{ + char *old = brk; + + /* If __heap_size == 0, we can't allocate memory on the heap */ + if(&metal_segment_heap_target_start == &metal_segment_heap_target_end) { + return NULL; + } + + /* Don't move the break past the end of the heap */ + if ((brk + incr) < &metal_segment_heap_target_end) { + brk += incr; + } else { + brk = &metal_segment_heap_target_end; + } + + return old; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_stat.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_stat.c new file mode 100644 index 000000000..3c2e41910 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_stat.c @@ -0,0 +1,9 @@ +#include +#include + +int +_stat(const char *file, struct stat *st) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sysconf.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sysconf.c new file mode 100644 index 000000000..452a252ae --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_sysconf.c @@ -0,0 +1,16 @@ +#include +#include + +/* Get configurable system variables. */ + +long +_sysconf(int name) +{ + switch (name) + { + case _SC_CLK_TCK: + return CLOCKS_PER_SEC; + } + + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_times.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_times.c new file mode 100644 index 000000000..40d1f4e3f --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_times.c @@ -0,0 +1,41 @@ +#include +#include +#include +#include + +extern int _gettimeofday(struct timeval *, void *); + +/* Timing information for current process. From + newlib/libc/include/sys/times.h the tms struct fields are as follows: + + - clock_t tms_utime : user clock ticks + - clock_t tms_stime : system clock ticks + - clock_t tms_cutime : children's user clock ticks + - clock_t tms_cstime : children's system clock ticks + + Since maven does not currently support processes we set both of the + children's times to zero. Eventually we might want to separately + account for user vs system time, but for now we just return the total + number of cycles since starting the program. */ +clock_t +_times(struct tms *buf) +{ + int rv; + // when called for the first time, initialize t0 + static struct timeval t0; + if (t0.tv_sec == 0 && t0.tv_usec == 0) + _gettimeofday (&t0, 0); + + struct timeval t; + _gettimeofday (&t, 0); + + unsigned long long timebase; + if (rv = metal_timer_get_timebase_frequency(0, &timebase)) { + return -1; + } + + long long utime = (t.tv_sec - t0.tv_sec) * 1000000 + (t.tv_usec - t0.tv_usec); + buf->tms_utime = utime * timebase / 1000000; + buf->tms_stime = buf->tms_cstime = buf->tms_cutime = 0; + return 0; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_unlink.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_unlink.c new file mode 100644 index 000000000..b369d2017 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_unlink.c @@ -0,0 +1,8 @@ +#include + +int +_unlink(const char *name) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_utime.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_utime.c new file mode 100644 index 000000000..33d557aa7 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_utime.c @@ -0,0 +1,9 @@ +#include +struct utimbuf; + +int +_utime(const char *path, const struct utimbuf *times) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_wait.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_wait.c new file mode 100644 index 000000000..9d459f14c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_wait.c @@ -0,0 +1,7 @@ +#include + +int _wait(int *status) +{ + errno = ENOSYS; + return -1; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_write.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_write.c new file mode 100644 index 000000000..bfcf0cb2b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/gloss/sys_write.c @@ -0,0 +1,19 @@ +#include +#include +#include +#include + +/* Write to a file. */ +ssize_t +_write(int file, const void *ptr, size_t len) +{ + if (file != STDOUT_FILENO) { + errno = ENOSYS; + return -1; + } + + const char *bptr = ptr; + for (size_t i = 0; i < len; ++i) + metal_tty_putc(bptr[i]); + return 0; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/button.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/button.h new file mode 100644 index 000000000..0c26f435a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/button.h @@ -0,0 +1,59 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__BUTTON_H +#define METAL__BUTTON_H + +/*! + * @file button.h + * API for interfacing with physical buttons + */ + +#include + +struct metal_button; + +struct metal_button_vtable { + int (*button_exist)(struct metal_button *button, char *label); + struct metal_interrupt* (*interrupt_controller)(struct metal_button *button); + int (*get_interrupt_id)(struct metal_button *button); +}; + +/*! + * @brief A button device handle + * + * A `struct metal_button` is an implementation-defined object which represents + * a button on a development board. + */ +struct metal_button { + const struct metal_button_vtable *vtable; +}; + +/*! + * @brief Get a reference to a button + * + * @param label The DeviceTree label for the button + * @return A handle for the button + */ +struct metal_button* metal_button_get(char *label); + + +/*! + * @brief Get the interrupt controller for a button + * + * @param button The handle for the button + * @return A pointer to the interrupt controller responsible for handling + * button interrupts. + */ +inline struct metal_interrupt* + metal_button_interrupt_controller(struct metal_button *button) { return button->vtable->interrupt_controller(button); } + +/*! + * @brief Get the interrupt id for a button + * + * @param button The handle for the button + * @return The interrupt id corresponding to a button. + */ +inline int metal_button_get_interrupt_id(struct metal_button *button) { return button->vtable->get_interrupt_id(button); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cache.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cache.h new file mode 100644 index 000000000..a8a60ada6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cache.h @@ -0,0 +1,58 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__CACHE_H +#define METAL__CACHE_H + +/*! + * @file cache.h + * + * @brief API for configuring caches + */ + +struct metal_cache; + +struct __metal_cache_vtable { + void (*init)(struct metal_cache *cache, int ways); + int (*get_enabled_ways)(struct metal_cache *cache); + int (*set_enabled_ways)(struct metal_cache *cache, int ways); +}; + +/*! + * @brief a handle for a cache + */ +struct metal_cache { + const struct __metal_cache_vtable *vtable; +}; + +/*! + * @brief Initialize a cache + * @param cache The handle for the cache to initialize + * @param ways The number of ways to enable + * + * Initializes a cache with the requested number of ways enabled. + */ +inline void metal_cache_init(struct metal_cache *cache, int ways) { + return cache->vtable->init(cache, ways); +} + +/*! + * @brief Get the current number of enabled cache ways + * @param cache The handle for the cache + * @return The current number of enabled cache ways + */ +inline int metal_cache_get_enabled_ways(struct metal_cache *cache) { + return cache->vtable->get_enabled_ways(cache); +} + +/*! + * @brief Enable the requested number of cache ways + * @param cache The handle for the cache + * @param ways The number of ways to enabled + * @return 0 if the ways are successfully enabled + */ +inline int metal_cache_set_enabled_ways(struct metal_cache *cache, int ways) { + return cache->vtable->set_enabled_ways(cache, ways); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/clock.h new file mode 100644 index 000000000..277841e01 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/clock.h @@ -0,0 +1,119 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__CLOCK_H +#define METAL__CLOCK_H + +/*! + * @file clock.h + * @brief API for manipulating clock sources + * + * The clock interface allows for controlling the rate of various clocks in the system. + */ + +struct metal_clock; + +#include + +/* The generic interface to all clocks. */ +struct __metal_clock_vtable { + long (*get_rate_hz)(const struct metal_clock *clk); + long (*set_rate_hz)(struct metal_clock *clk, long hz); +}; + +/*! + * @brief Function signature of clock pre-rate change callbacks + */ +typedef void (*metal_clock_pre_rate_change_callback)(void *priv); + +/*! + * @brief Function signature of clock post-rate change callbacks + */ +typedef void (*metal_clock_post_rate_change_callback)(void *priv); + +/*! + * @struct metal_clock + * @brief The handle for a clock + * + * Clocks are defined as a pointer to a `struct metal_clock`, the contents of which + * are implementation defined. Users of the clock interface must call functions + * which accept a `struct metal_clock *` as an argument to interract with the clock. + * + * Note that no mechanism for obtaining a pointer to a `struct metal_clock` has been + * defined, making it impossible to call any of these functions without invoking + * implementation-defined behavior. + */ +struct metal_clock { + const struct __metal_clock_vtable *vtable; + + /* Pre-rate change callback */ + metal_clock_pre_rate_change_callback _pre_rate_change_callback; + void *_pre_rate_change_callback_priv; + + /* Post-rate change callback */ + metal_clock_post_rate_change_callback _post_rate_change_callback; + void *_post_rate_change_callback_priv; +}; + +/*! + * @brief Returns the current rate of the given clock + * + * @param clk The handle for the clock + * @return The current rate of the clock in Hz + */ +inline long metal_clock_get_rate_hz(const struct metal_clock *clk) { return clk->vtable->get_rate_hz(clk); } + +/*! + * @brief Set the current rate of a clock + * + * @param clk The handle for the clock + * @param hz The desired rate in Hz + * @return The new rate of the clock in Hz. + * + * Attempts to set the current rate of the given clock to as close as possible + * to the given rate in Hz. Returns the actual value that's been selected, which + * could be anything! + * + * Prior to and after the rate change of the clock, this will call the registered + * pre- and post-rate change callbacks. + */ +inline long metal_clock_set_rate_hz(struct metal_clock *clk, long hz) +{ + if(clk->_pre_rate_change_callback != NULL) + clk->_pre_rate_change_callback(clk->_pre_rate_change_callback_priv); + + long out = clk->vtable->set_rate_hz(clk, hz); + + if (clk->_post_rate_change_callback != NULL) + clk->_post_rate_change_callback(clk->_post_rate_change_callback_priv); + + return out; +} + +/*! + * @brief Register a callback that must be called before a rate change + * + * @param clk The handle for the clock + * @param cb The callback to be registered + * @param priv Private data for the callback handler + */ +inline void metal_clock_register_pre_rate_change_callback(struct metal_clock *clk, metal_clock_pre_rate_change_callback cb, void *priv) +{ + clk->_pre_rate_change_callback = cb; + clk->_pre_rate_change_callback_priv = priv; +} + +/*! + * @brief Registers a callback that must be called after a rate change + * + * @param clk The handle for the clock + * @param cb The callback to be registered + * @param priv Private data for the callback handler + */ +inline void metal_clock_register_post_rate_change_callback(struct metal_clock *clk, metal_clock_post_rate_change_callback cb, void *priv) +{ + clk->_post_rate_change_callback = cb; + clk->_post_rate_change_callback_priv = priv; +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/compiler.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/compiler.h new file mode 100644 index 000000000..62c0ea975 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/compiler.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__COMPILER_H +#define METAL__COMPILER_H + +#define __METAL_DECLARE_VTABLE(type) \ + extern const struct type type; + +#define __METAL_DEFINE_VTABLE(type) \ + const struct type type + +#define __METAL_GET_FIELD(reg, mask) \ + (((reg) & (mask)) / ((mask) & ~((mask) << 1))) + +/* Set field with mask for a given value */ +#define __METAL_SET_FIELD(reg, mask, val) \ + (((reg) & ~(mask)) | (((val) * ((mask) & ~((mask) << 1))) & (mask))) + +void _metal_trap(int ecode); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cpu.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cpu.h new file mode 100644 index 000000000..453bd12de --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/cpu.h @@ -0,0 +1,271 @@ +/* Copyright 2018 SiFive, Inc */ + +/* SPDX-License-Identifier: Apache-2.0 */ + +/*! @file cpu.h + * @brief API for accessing CPU capabilities. + */ + +#ifndef METAL__CPU_H +#define METAL__CPU_H + +#include +#include + +struct metal_cpu; + +/*! + * @brief Function signature for exception handlers + */ +typedef void (*metal_exception_handler_t) (struct metal_cpu *cpu, int ecode); + +struct metal_cpu_vtable { + unsigned long long (*timer_get)(struct metal_cpu *cpu); + unsigned long long (*timebase_get)(struct metal_cpu *cpu); + unsigned long long (*mtime_get)(struct metal_cpu *cpu); + int (*mtimecmp_set)(struct metal_cpu *cpu, unsigned long long time); + struct metal_interrupt* (*tmr_controller_interrupt)(struct metal_cpu *cpu); + int (*get_tmr_interrupt_id)(struct metal_cpu *cpu); + struct metal_interrupt* (*sw_controller_interrupt)(struct metal_cpu *cpu); + int (*get_sw_interrupt_id)(struct metal_cpu *cpu); + int (*set_sw_ipi)(struct metal_cpu *cpu, int hartid); + int (*clear_sw_ipi)(struct metal_cpu *cpu, int hartid); + int (*get_msip)(struct metal_cpu *cpu, int hartid); + struct metal_interrupt* (*controller_interrupt)(struct metal_cpu *cpu); + int (*exception_register)(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler); + int (*get_ilen)(struct metal_cpu *cpu, uintptr_t epc); + uintptr_t (*get_epc)(struct metal_cpu *cpu); + int (*set_epc)(struct metal_cpu *cpu, uintptr_t epc); +}; + +/*! @brief A device handle for a CPU hart + */ +struct metal_cpu { + const struct metal_cpu_vtable *vtable; +}; + +/*! @brief Get a reference to a CPU hart + * + * @param hartid The ID of the desired CPU hart + * @return A pointer to the CPU device handle + */ +struct metal_cpu* metal_cpu_get(int hartid); + +/*! @brief Get the hartid of the CPU hart executing this function + * + * @return The hartid of the current CPU hart */ +int metal_cpu_get_current_hartid(); + +/*! @brief Get the number of CPU harts + * + * @return The number of CPU harts */ +int metal_cpu_get_num_harts(); + +/*! @brief Get the CPU cycle count timer value + * + * Get the value of the cycle count timer for a given CPU + * + * @param cpu The CPU device handle + * @return The value of the CPU cycle count timer + */ +inline unsigned long long metal_cpu_get_timer(struct metal_cpu *cpu) +{ return cpu->vtable->timer_get(cpu); } + +/*! @brief Get the timebase of the CPU + * + * Get the value of the timebase of the cycle count timer + * + * @param cpu The CPU device handle + * @return The value of the cycle count timer timebase + */ +inline unsigned long long metal_cpu_get_timebase(struct metal_cpu *cpu) +{ return cpu->vtable->timebase_get(cpu); } + +/*! @brief Get the value of the mtime RTC + * + * Get the value of the mtime real-time clock. The CPU interrupt controller + * must be initialized before this function is called or the return value + * will be 0. + * + * @param cpu The CPU device handle + * @return The value of mtime, or 0 if failure + */ +inline unsigned long long metal_cpu_get_mtime(struct metal_cpu *cpu) +{ return cpu->vtable->mtime_get(cpu); } + +/*! @brief Set the value of the RTC mtimecmp RTC + * + * Set the value of the mtime real-time clock compare register. The CPU + * interrupt controller must be initialized before this function is called + * or the return value will be -1; + * + * @param cpu The CPU device handle + * @param time The value to set the compare register to + * @return The value of mtimecmp or -1 if error + */ +inline int metal_cpu_set_mtimecmp(struct metal_cpu *cpu, unsigned long long time) +{ return cpu->vtable->mtimecmp_set(cpu, time); } + +/*! @brief Get a reference to RTC timer interrupt controller + * + * Get a reference to the interrupt controller for the real-time clock interrupt. + * The controller returned by this function must be initialized before any interrupts + * are registered or enabled with it. + * + * @param cpu The CPU device handle + * @return A pointer to the timer interrupt handle + */ +inline struct metal_interrupt* metal_cpu_timer_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->tmr_controller_interrupt(cpu); } + +/*! @brief Get the RTC timer interrupt id + * + * Get the interrupt ID of the real-time clock interrupt + * + * @param cpu The CPU device handle + * @return The timer interrupt ID + */ +inline int metal_cpu_timer_get_interrupt_id(struct metal_cpu *cpu) +{ return cpu->vtable->get_tmr_interrupt_id(cpu); } + +/*! @brief Get a reference to the software interrupt controller + * + * Get a reference to the interrupt controller for the software/inter-process + * interrupt. The controller returned by this function must be initialized before + * any interrupts are registered or enabled with it. + * + * @param cpu The CPU device handle + * @return A pointer to the software interrupt handle + */ +inline struct metal_interrupt* metal_cpu_software_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->sw_controller_interrupt(cpu); } + +/*! @brief Get the software interrupt id + * + * Get the interrupt ID for the software/inter-process interrupt + * + * @param cpu The CPU device handle + * @return the software interrupt ID + */ +inline int metal_cpu_software_get_interrupt_id(struct metal_cpu *cpu) +{ return cpu->vtable->get_sw_interrupt_id(cpu); } + +/*! + * @brief Set the inter-process interrupt for a hart + * + * Trigger a software/inter-process interrupt for a hart. The CPU interrupt + * controller for the CPU handle passed to this function must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param hartid The CPU hart ID to be interrupted + * @return 0 upon success + */ +inline int metal_cpu_software_set_ipi(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->set_sw_ipi(cpu, hartid); } + +/*! + * @brief Clear the inter-process interrupt for a hart + * + * Clear the software/inter-process interrupt for a hart. The CPU interrupt + * controller for the CPU handle passed to this function must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param hartid The CPU hart ID to clear + * @return 0 upon success + */ +inline int metal_cpu_software_clear_ipi(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->clear_sw_ipi(cpu, hartid); } + +/*! + * @brief Get the value of MSIP for the given hart + * + * Get the value of the machine software interrupt pending bit for + * the given hart. The CPU interrupt controller for the CPU handle passed + * as argument to this function must be initialized before this function + * is called. + * + * @param cpu the CPU device handle + * @param hartid The CPU hart to read + * @return 0 upon success + */ +inline int metal_cpu_get_msip(struct metal_cpu *cpu, int hartid) +{ return cpu->vtable->get_msip(cpu, hartid); } + +/*! + * @brief Get the interrupt controller for the CPU + * + * Get the CPU interrupt controller. The controller returned by this + * function must be initialized before any interrupts are registered + * or enabled and before any exception handlers are registered with + * this CPU. + * + * @param cpu The CPU device handle + * @return The handle for the CPU interrupt controller + */ +inline struct metal_interrupt* metal_cpu_interrupt_controller(struct metal_cpu *cpu) +{ return cpu->vtable->controller_interrupt(cpu); } + +/*! + * @brief Register an exception handler + * + * Register an exception handler for the CPU. The CPU interrupt controller must be initialized + * before this function is called. + * + * @param cpu The CPU device handle + * @param ecode The exception code to register a handler for + * @param handler Callback function for the exception handler + * @return 0 upon success + */ +inline int metal_cpu_exception_register(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler) +{ return cpu->vtable->exception_register(cpu, ecode, handler); } + +/*! + * @brief Get the length of an instruction in bytes + * + * Get the length of an instruction in bytes. + * + * On RISC-V platforms, this is useful for detecting whether an instruction is + * compressed (2 bytes long) or uncompressed (4 bytes long). + * + * This function is useful in conjuction with `metal_cpu_get_exception_pc()` + * and `metal_cpu_set_exception_pc()` in order to cause the exception handler to + * return execution after the faulting instruction. + * + * @param cpu The CPU device handle + * @param epc The address of the instruction to measure + * @return the length of the instruction in bytes + */ +inline int metal_cpu_get_instruction_length(struct metal_cpu *cpu, uintptr_t epc) +{ return cpu->vtable->get_ilen(cpu, epc); } + +/*! + * @brief Get the program counter of the current exception. + * + * This function must be called within an exception handler. The behavior is + * undefined outside of an exception handler. + * + * @param cpu The CPU device handle + * @return The value of the program counter at the time of the exception + */ +inline uintptr_t metal_cpu_get_exception_pc(struct metal_cpu *cpu) +{ return cpu->vtable->get_epc(cpu); } + +/*! + * @brief Set the exception program counter + * + * This function must be called within an exception handler. The behavior + * is undefined outside of an exception handler. + * + * This function can be used to cause an exception handler to return execution + * to an address other than the one that caused the exception. + * + * @param cpu the CPU device handle + * @param epc The address to set the exception program counter to + * @return 0 upon success + */ +inline int metal_cpu_set_exception_pc(struct metal_cpu *cpu, uintptr_t epc) +{ return cpu->vtable->set_epc(cpu, epc); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-clock.h new file mode 100644 index 000000000..2647c5981 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-clock.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__FIXED_CLOCK_H +#define METAL__DRIVERS__FIXED_CLOCK_H + +struct __metal_driver_fixed_clock; + +#include +#include + +struct __metal_driver_vtable_fixed_clock { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_fixed_clock) + +struct __metal_driver_fixed_clock { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-factor-clock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-factor-clock.h new file mode 100644 index 000000000..936ce8d77 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/fixed-factor-clock.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__FIXED_FACTOR_CLOCK_H +#define METAL__DRIVERS__FIXED_FACTOR_CLOCK_H + +struct __metal_driver_fixed_factor_clock; + +#include +#include + +struct __metal_driver_vtable_fixed_factor_clock { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_fixed_factor_clock) + +struct __metal_driver_fixed_factor_clock { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_clint0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_clint0.h new file mode 100644 index 000000000..08d571e1c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_clint0.h @@ -0,0 +1,24 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_CLINT0_H +#define METAL__DRIVERS__RISCV_CLINT0_H + +#include +#include + +struct __metal_driver_vtable_riscv_clint0 { + struct metal_interrupt_vtable clint_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_clint0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_riscv_clint0 { + struct metal_interrupt controller; + int init_done; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_cpu.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_cpu.h new file mode 100644 index 000000000..eb1e5b8ca --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_cpu.h @@ -0,0 +1,203 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_CPU_H +#define METAL__DRIVERS__RISCV_CPU_H + +#include +#include +#include + +#define METAL_MAX_CORES 8 +#define METAL_MAX_MI 32 /* Per ISA MCause interrupts 32+ are Reserved */ +#define METAL_MAX_ME 12 /* Per ISA Exception codes 12+ are Reserved */ +#define METAL_DEFAULT_RTC_FREQ 32768 + +#define METAL_DISABLE 0 +#define METAL_ENABLE 1 + +#define METAL_ISA_A_EXTENSIONS 0x0001 +#define METAL_ISA_C_EXTENSIONS 0x0004 +#define METAL_ISA_D_EXTENSIONS 0x0008 +#define METAL_ISA_E_EXTENSIONS 0x0010 +#define METAL_ISA_F_EXTENSIONS 0x0020 +#define METAL_ISA_G_EXTENSIONS 0x0040 +#define METAL_ISA_I_EXTENSIONS 0x0100 +#define METAL_ISA_M_EXTENSIONS 0x1000 +#define METAL_ISA_N_EXTENSIONS 0x2000 +#define METAL_ISA_Q_EXTENSIONS 0x10000 +#define METAL_ISA_S_EXTENSIONS 0x40000 +#define METAL_ISA_U_EXTENSIONS 0x100000 +#define METAL_ISA_V_EXTENSIONS 0x200000 +#define METAL_ISA_XL32_EXTENSIONS 0x40000000UL +#define METAL_ISA_XL64_EXTENSIONS 0x8000000000000000UL +#define METAL_ISA_XL128_EXTENSIONS 0xC000000000000000UL + +#define METAL_MTVEC_DIRECT 0x00 +#define METAL_MTVEC_VECTORED 0x01 +#define METAL_MTVEC_CLIC 0x02 +#define METAL_MTVEC_CLIC_VECTORED 0x03 +#define METAL_MTVEC_CLIC_RESERVED 0x3C +#define METAL_MTVEC_MASK 0x3F +#if __riscv_xlen == 32 +#define METAL_MCAUSE_INTR 0x80000000UL +#define METAL_MCAUSE_CAUSE 0x000003FFUL +#else +#define METAL_MCAUSE_INTR 0x8000000000000000UL +#define METAL_MCAUSE_CAUSE 0x00000000000003FFUL +#endif +#define METAL_MCAUSE_MINHV 0x40000000UL +#define METAL_MCAUSE_MPP 0x30000000UL +#define METAL_MCAUSE_MPIE 0x08000000UL +#define METAL_MCAUSE_MPIL 0x00FF0000UL +#define METAL_MSTATUS_MIE 0x00000008UL +#define METAL_MSTATUS_MPIE 0x00000080UL +#define METAL_MSTATUS_MPP 0x00001800UL +#define METAL_MSTATUS_FS_INIT 0x00002000UL +#define METAL_MSTATUS_FS_CLEAN 0x00004000UL +#define METAL_MSTATUS_FS_DIRTY 0x00006000UL +#define METAL_MSTATUS_MPRV 0x00020000UL +#define METAL_MSTATUS_MXR 0x00080000UL +#define METAL_MINTSTATUS_MIL 0xFF000000UL +#define METAL_MINTSTATUS_SIL 0x0000FF00UL +#define METAL_MINTSTATUS_UIL 0x000000FFUL + +#define METAL_LOCAL_INTR(X) (16 + X) +#define METAL_MCAUSE_EVAL(cause) (cause & METAL_MCAUSE_INTR) +#define METAL_INTERRUPT(cause) (METAL_MCAUSE_EVAL(cause) ? 1 : 0) +#define METAL_EXCEPTION(cause) (METAL_MCAUSE_EVAL(cause) ? 0 : 1) +#define METAL_SW_INTR_EXCEPTION (METAL_MCAUSE_INTR + 3) +#define METAL_TMR_INTR_EXCEPTION (METAL_MCAUSE_INTR + 7) +#define METAL_EXT_INTR_EXCEPTION (METAL_MCAUSE_INTR + 11) +#define METAL_LOCAL_INTR_EXCEPTION(X) (METAL_MCAUSE_INTR + METAL_LOCAL_INTR(X)) +#define METAL_LOCAL_INTR_RESERVE0 1 +#define METAL_LOCAL_INTR_RESERVE1 2 +#define METAL_LOCAL_INTR_RESERVE2 4 +#define METAL_LOCAL_INTERRUPT_SW 8 /* Bit3 0x008 */ +#define METAL_LOCAL_INTR_RESERVE4 16 +#define METAL_LOCAL_INTR_RESERVE5 32 +#define METAL_LOCAL_INTR_RESERVE6 64 +#define METAL_LOCAL_INTERRUPT_TMR 128 /* Bit7 0x080 */ +#define METAL_LOCAL_INTR_RESERVE8 256 +#define METAL_LOCAL_INTR_RESERVE9 512 +#define METAL_LOCAL_INTR_RESERVE10 1024 +#define METAL_LOCAL_INTERRUPT_EXT 2048 /* Bit11 0x800 */ +/* Bit12 to Bit15 are Reserved */ +#define METAL_LOCAL_INTERRUPT(X) (0x10000 << X) /* Bit16+ Start of Custom Local Interrupt */ +#define METAL_MIE_INTERRUPT METAL_MSTATUS_MIE + +typedef enum { + METAL_MACHINE_PRIVILEGE_MODE, + METAL_SUPERVISOR_PRIVILEGE_MODE, + METAL_USER_PRIVILEGE_MODE, +} metal_privilege_mode_e; + +typedef enum { + METAL_INTERRUPT_ID_BASE, + METAL_INTERRUPT_ID_SW = (METAL_INTERRUPT_ID_BASE + 3), + METAL_INTERRUPT_ID_TMR = (METAL_INTERRUPT_ID_BASE + 7), + METAL_INTERRUPT_ID_EXT = (METAL_INTERRUPT_ID_BASE + 11), + METAL_INTERRUPT_ID_LC0 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(0)), + METAL_INTERRUPT_ID_LC1 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(1)), + METAL_INTERRUPT_ID_LC2 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(2)), + METAL_INTERRUPT_ID_LC3 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(3)), + METAL_INTERRUPT_ID_LC4 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(4)), + METAL_INTERRUPT_ID_LC5 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(5)), + METAL_INTERRUPT_ID_LC6 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(6)), + METAL_INTERRUPT_ID_LC7 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(7)), + METAL_INTERRUPT_ID_LC8 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(8)), + METAL_INTERRUPT_ID_LC9 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(9)), + METAL_INTERRUPT_ID_LC10 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(10)), + METAL_INTERRUPT_ID_LC11 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(11)), + METAL_INTERRUPT_ID_LC12 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(12)), + METAL_INTERRUPT_ID_LC13 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(13)), + METAL_INTERRUPT_ID_LC14 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(14)), + METAL_INTERRUPT_ID_LC15 = (METAL_INTERRUPT_ID_BASE + METAL_LOCAL_INTR(15)), + METAL_INTERRUPT_ID_LCMX, + METAL_INTERRUPT_ID_GL0 = METAL_INTERRUPT_ID_LCMX, + METAL_INTERRUPT_ID_GLMX = (METAL_MCAUSE_CAUSE + 1), +} metal_interrupt_id_e; + +typedef enum { + METAL_IAM_EXCEPTION_CODE, /* Instruction address misaligned */ + METAL_IAF_EXCEPTION_CODE, /* Instruction access faultd */ + METAL_II_EXCEPTION_CODE, /* Illegal instruction */ + METAL_BREAK_EXCEPTION_CODE, /* Breakpoint */ + METAL_LAM_EXCEPTION_CODE, /* Load address misaligned */ + METAL_LAF_EXCEPTION_CODE, /* Load access fault */ + METAL_SAMOAM_EXCEPTION_CODE, /* Store/AMO address misaligned */ + METAL_SAMOAF_EXCEPTION_CODE, /* Store/AMO access fault */ + METAL_ECALL_U_EXCEPTION_CODE, /* Environment call from U-mode */ + METAL_R9_EXCEPTION_CODE, /* Reserved */ + METAL_R10_EXCEPTION_CODE, /* Reserved */ + METAL_ECALL_M_EXCEPTION_CODE, /* Environment call from M-mode */ + METAL_MAX_EXCEPTION_CODE, +} metal_exception_code_e; + +typedef enum { + METAL_TIMER_MTIME_GET = 1, + METAL_SOFTWARE_IPI_CLEAR, + METAL_SOFTWARE_IPI_SET, + METAL_SOFTWARE_MSIP_GET, + METAL_MAX_INTERRUPT_GET, + METAL_INDEX_INTERRUPT_GET, +} metal_interrup_cmd_e; + +typedef struct __metal_interrupt_data { + long long pad : 64; + metal_interrupt_handler_t handler; + void *sub_int; + void *exint_data; +} __metal_interrupt_data; + +/* CPU interrupt controller */ + +uintptr_t __metal_myhart_id(void); + +struct __metal_driver_interrupt_controller_vtable { + void (*interrupt_init)(struct metal_interrupt *controller); + int (*interrupt_register)(struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, void *priv_data); + int (*interrupt_enable)(struct metal_interrupt *controller, int id); + int (*interrupt_disable)(struct metal_interrupt *controller, int id); + int (*command_request)(struct metal_interrupt *intr, int cmd, void *data); +}; + +struct __metal_driver_vtable_riscv_cpu_intc { + struct metal_interrupt_vtable controller_vtable; +}; + + +void __metal_interrupt_global_enable(void); +void __metal_interrupt_global_disable(void); +void __metal_controller_interrupt_vector(metal_vector_mode mode, void *vec_table); +inline int __metal_controller_interrupt_is_selective_vectored (void) +{ + uintptr_t val; + + asm volatile ("csrr %0, mtvec" : "=r"(val)); + return ((val & METAL_MTVEC_CLIC_VECTORED) == METAL_MTVEC_CLIC); +} + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_cpu_intc) + +struct __metal_driver_riscv_cpu_intc { + struct metal_interrupt controller; + int init_done; + uintptr_t metal_mtvec_table[METAL_MAX_MI]; + __metal_interrupt_data metal_int_table[METAL_MAX_MI]; + metal_exception_handler_t metal_exception_table[METAL_MAX_ME]; +}; + +/* CPU driver*/ +struct __metal_driver_vtable_cpu { + struct metal_cpu_vtable cpu_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_cpu) + +struct __metal_driver_cpu { + struct metal_cpu cpu; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_plic0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_plic0.h new file mode 100644 index 000000000..159ee6d69 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/riscv_plic0.h @@ -0,0 +1,31 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__RISCV_PLIC0_H +#define METAL__DRIVERS__RISCV_PLIC0_H + +#include +#include + +#define METAL_PLIC_SOURCE_MASK 0x1F +#define METAL_PLIC_SOURCE_SHIFT 5 +#define METAL_PLIC_SOURCE_PRIORITY_SHIFT 2 +#define METAL_PLIC_SOURCE_PENDING_SHIFT 0 + +struct __metal_driver_vtable_riscv_plic0 { + struct metal_interrupt_vtable plic_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_riscv_plic0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_riscv_plic0 { + struct metal_interrupt controller; + int init_done; + metal_interrupt_handler_t metal_exint_table[__METAL_PLIC_SUBINTERRUPTS]; + __metal_interrupt_data metal_exdata_table[__METAL_PLIC_SUBINTERRUPTS]; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_clic0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_clic0.h new file mode 100644 index 000000000..db9674625 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_clic0.h @@ -0,0 +1,42 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_CLIC0_H +#define METAL__DRIVERS__SIFIVE_CLIC0_H + +#include +#include + +#define METAL_CLIC_MAX_NMBITS 2 +#define METAL_CLIC_MAX_NLBITS 8 +#define METAL_CLIC_MAX_NVBITS 1 + +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_MMODE 0x00 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_SMODE1 0x20 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_SMODE2 0x40 +#define METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_MASK 0x60 +#define METAL_SIFIVE_CLIC0_CLICCFG_NLBITS_MASK 0x1E +#define METAL_SIFIVE_CLIC0_CLICCFG_NVBIT_MASK 0x01 + +#define METAL_CLIC_ICTRL_SMODE1_MASK 0x7F /* b8 set imply M-mode */ +#define METAL_CLIC_ICTRL_SMODE2_MASK 0x3F /* b8 set M-mode, b7 clear U-mode */ + +#define METAL_MAX_INTERRUPT_LEVEL ((1 << METAL_CLIC_MAX_NLBITS) - 1) + +struct __metal_driver_vtable_sifive_clic0 { + struct metal_interrupt_vtable clic_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_clic0) + +#define __METAL_MACHINE_MACROS +#include +struct __metal_driver_sifive_clic0 { + struct metal_interrupt controller; + int init_done; + metal_interrupt_handler_t metal_mtvt_table[__METAL_CLIC_SUBINTERRUPTS]; + __metal_interrupt_data metal_exint_table[__METAL_CLIC_SUBINTERRUPTS]; +}; +#undef __METAL_MACHINE_MACROS + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfrosc.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfrosc.h new file mode 100644 index 000000000..d311f0cf2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfrosc.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_HFROSC_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_HFROSC_H + +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_hfrosc { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfrosc) + +struct __metal_driver_sifive_fe310_g000_hfrosc { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfxosc.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfxosc.h new file mode 100644 index 000000000..b86926fba --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_hfxosc.h @@ -0,0 +1,20 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_HFXOSC_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_HFXOSC_H + +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_hfxosc { + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfxosc) + +struct __metal_driver_sifive_fe310_g000_hfxosc { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_pll.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_pll.h new file mode 100644 index 000000000..67f818f7b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_pll.h @@ -0,0 +1,26 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_PLL_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_PLL_H + +struct __metal_driver_sifive_fe310_g000_pll; + +#include +#include +#include + +struct __metal_driver_vtable_sifive_fe310_g000_pll { + void (*init)(struct __metal_driver_sifive_fe310_g000_pll *pll); + struct __metal_clock_vtable clock; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_pll) + +struct __metal_driver_sifive_fe310_g000_pll { + struct metal_clock clock; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_prci.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_prci.h new file mode 100644 index 000000000..87c9ca985 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fe310-g000_prci.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FE310_G000_PRCI_H +#define METAL__DRIVERS__SIFIVE_FE310_G000_PRCI_H + +#include +#include + +struct __metal_driver_sifive_fe310_g000_prci; + +struct __metal_driver_vtable_sifive_fe310_g000_prci { + long (*get_reg)(const struct __metal_driver_sifive_fe310_g000_prci *, long offset); + long (*set_reg)(const struct __metal_driver_sifive_fe310_g000_prci *, long offset, long value); +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_prci) + +struct __metal_driver_sifive_fe310_g000_prci { +}; + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fu540-c000_l2.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fu540-c000_l2.h new file mode 100644 index 000000000..d338c2964 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_fu540-c000_l2.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_FU540_C000_L2_H +#define METAL__DRIVERS__SIFIVE_FU540_C000_L2_H + +struct __metal_driver_sifive_fu540_c000_l2; + +#include +#include + +struct __metal_driver_vtable_sifive_fu540_c000_l2 { + struct __metal_cache_vtable cache; +}; + +//_RB___METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fu540_c000_l2) + +struct __metal_driver_sifive_fu540_c000_l2 { + struct metal_cache cache; +}; + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_global-external-interrupts0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_global-external-interrupts0.h new file mode 100644 index 000000000..9e6f2faf6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_global-external-interrupts0.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GLOBAL_EXTERNAL_INTERRUPTS0_H +#define METAL__DRIVERS__SIFIVE_GLOBAL_EXTERNAL_INTERRUPTS0_H + +#include +#include + +struct __metal_driver_vtable_sifive_global_external_interrupts0 { + struct metal_interrupt_vtable global0_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_global_external_interrupts0) + +struct __metal_driver_sifive_global_external_interrupts0 { + struct metal_interrupt irc; + int init_done; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-buttons.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-buttons.h new file mode 100644 index 000000000..a0caeaba8 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-buttons.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H +#define METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_button { + struct metal_button_vtable button_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_button) + +struct __metal_driver_sifive_gpio_button { + struct metal_button button; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-leds.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-leds.h new file mode 100644 index 000000000..a8dacf116 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-leds.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_LEDS_H +#define METAL__DRIVERS__SIFIVE_GPIO_LEDS_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_led { + struct metal_led_vtable led_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_led) + +struct __metal_driver_sifive_gpio_led { + struct metal_led led; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-switches.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-switches.h new file mode 100644 index 000000000..c9c7839e9 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio-switches.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO_SWITCHES_H +#define METAL__DRIVERS__SIFIVE_GPIO_SWITCHES_H + +#include +#include +#include + +struct __metal_driver_vtable_sifive_switch { + struct metal_switch_vtable switch_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_switch) + +struct __metal_driver_sifive_gpio_switch { + struct metal_switch flip; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio0.h new file mode 100644 index 000000000..cc56dc722 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_gpio0.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_GPIO0_H +#define METAL__DRIVERS__SIFIVE_GPIO0_H + +#include +#include + +struct __metal_driver_vtable_sifive_gpio0 { + const struct __metal_gpio_vtable gpio; +}; + +//struct __metal_driver_sifive_gpio0; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_gpio0) + +struct __metal_driver_sifive_gpio0 { + struct metal_gpio gpio; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_local-external-interrupts0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_local-external-interrupts0.h new file mode 100644 index 000000000..aa8d63078 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_local-external-interrupts0.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H +#define METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H + +#include +#include + +struct __metal_driver_vtable_sifive_local_external_interrupts0 { + struct metal_interrupt_vtable local0_vtable; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_local_external_interrupts0) + +struct __metal_driver_sifive_local_external_interrupts0 { + struct metal_interrupt irc; + int init_done; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_spi0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_spi0.h new file mode 100644 index 000000000..90d4c831e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_spi0.h @@ -0,0 +1,24 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_SPI0_H +#define METAL__DRIVERS__SIFIVE_SPI0_H + +#include +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_spi0 { + const struct metal_spi_vtable spi; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_spi0) + +struct __metal_driver_sifive_spi0 { + struct metal_spi spi; + unsigned long baud_rate; +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_test0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_test0.h new file mode 100644 index 000000000..e87db2c83 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_test0.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_TEST0_H +#define METAL__DRIVERS__SIFIVE_TEST0_H + +#include +#include + +struct __metal_driver_vtable_sifive_test0 { + const struct __metal_shutdown_vtable shutdown; +}; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_test0) + +struct __metal_driver_sifive_test0 { + struct __metal_shutdown shutdown; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_uart0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_uart0.h new file mode 100644 index 000000000..11d954002 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/drivers/sifive_uart0.h @@ -0,0 +1,28 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__DRIVERS__SIFIVE_UART0_H +#define METAL__DRIVERS__SIFIVE_UART0_H + +#include +#include +#include +#include +#include +#include + +struct __metal_driver_vtable_sifive_uart0 { + const struct metal_uart_vtable uart; +}; + +struct __metal_driver_sifive_uart0; + +__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_uart0) + +struct __metal_driver_sifive_uart0 { + struct metal_uart uart; + unsigned long baud_rate; +}; + + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/gpio.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/gpio.h new file mode 100644 index 000000000..513687dd7 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/gpio.h @@ -0,0 +1,151 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__GPIO_H +#define METAL__GPIO_H + +#include + +/*! + * @file gpio.h + * @brief API for manipulating general-purpose input/output + */ + +struct metal_gpio; + +struct __metal_gpio_vtable { + int (*disable_input)(struct metal_gpio *, long pins); + long (*output)(struct metal_gpio *); + int (*enable_output)(struct metal_gpio *, long pins); + int (*output_set)(struct metal_gpio *, long value); + int (*output_clear)(struct metal_gpio *, long value); + int (*output_toggle)(struct metal_gpio *, long value); + int (*enable_io)(struct metal_gpio *, long pins, long dest); +}; + +/*! + * @struct metal_gpio + * @brief The handle for a GPIO interface + */ +struct metal_gpio { + const struct __metal_gpio_vtable *vtable; +}; + +/*! + * @brief Get a GPIO device handle + * @param device_num The GPIO device index + * @return The GPIO device handle, or NULL if there is no device at that index + */ +struct metal_gpio *metal_gpio_get_device(int device_num); + +/*! + * @brief Disable input on a pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the input is successfully disabled + */ +inline int metal_gpio_disable_input(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->disable_input(gpio, (1 << pin)); +} + +/*! + * @brief Enable output on a pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the output is successfully enabled + */ +inline int metal_gpio_enable_output(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->enable_output(gpio, (1 << pin)); +} + +/*! + * @brief Set the output value of a GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @param value The value to set the pin to + * @return 0 if the output is successfully set + */ +inline int metal_gpio_set_pin(struct metal_gpio *gpio, int pin, int value) { + if(!gpio) { + return 1; + } + + if(value == 0) { + return gpio->vtable->output_clear(gpio, (1 << pin)); + } else { + return gpio->vtable->output_set(gpio, (1 << pin)); + } +} + +/*! + * @brief Get the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return The value of the GPIO pin + */ +inline int metal_gpio_get_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 0; + } + + long value = gpio->vtable->output(gpio); + + if(value & (1 << pin)) { + return 1; + } else { + return 0; + } +} + +/*! + * @brief Clears the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the pin is successfully cleared + */ +inline int metal_gpio_clear_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->output_clear(gpio, (1 << pin)); +} + +/*! + * @brief Toggles the value of the GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The pin number indexed from 0 + * @return 0 if the pin is successfully toggled + */ +inline int metal_gpio_toggle_pin(struct metal_gpio *gpio, int pin) { + if(!gpio) { + return 1; + } + + return gpio->vtable->output_toggle(gpio, (1 << pin)); +} + +/*! + * @brief Enables and sets the pinmux for a GPIO pin + * @param gpio The handle for the GPIO interface + * @param pin The bitmask for the pin to enable pinmux on + * @param io_function The IO function to set + * @return 0 if the pinmux is successfully set + */ +inline int metal_gpio_enable_pinmux(struct metal_gpio *gpio, int pin, int io_function) { + if(!gpio) { + return 1; + } + + return gpio->vtable->enable_io(gpio, (1 << pin), (io_function << pin)); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/interrupt.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/interrupt.h new file mode 100644 index 000000000..43f587aca --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/interrupt.h @@ -0,0 +1,134 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__INTERRUPT_H +#define METAL__INTERRUPT_H + +/*! @file interrupt.h + * @brief API for registering and manipulating interrupts + */ + +#include + +/*! + * @brief Possible mode of interrupts to operate + */ +typedef enum metal_vector_mode_ { + METAL_DIRECT_MODE = 0, + METAL_VECTOR_MODE = 1, + METAL_SELECTIVE_VECTOR_MODE = 2, + METAL_HARDWARE_VECTOR_MODE = 3 +} metal_vector_mode; + +/*! + * @brief Function signature for interrupt callback handlers + */ +typedef void (*metal_interrupt_handler_t) (int, void *); + +struct metal_interrupt; + +struct metal_interrupt_vtable { + void (*interrupt_init)(struct metal_interrupt *controller); + int (*interrupt_register)(struct metal_interrupt *controller, int id, + metal_interrupt_handler_t isr, void *priv_data); + int (*interrupt_enable)(struct metal_interrupt *controller, int id); + int (*interrupt_disable)(struct metal_interrupt *controller, int id); + int (*interrupt_vector_enable)(struct metal_interrupt *controller, + int id, metal_vector_mode mode); + int (*interrupt_vector_disable)(struct metal_interrupt *controller, int id); + int (*command_request)(struct metal_interrupt *controller, int cmd, void *data); + int (*mtimecmp_set)(struct metal_interrupt *controller, int hartid, unsigned long long time); +}; + +/*! + * @brief A handle for an interrupt + */ +struct metal_interrupt { + const struct metal_interrupt_vtable *vtable; +}; + +/*! + * @brief Initialize a given interrupt controller + * + * Initialize a given interrupt controller. This function must be called + * before any interrupts are registered or enabled with the handler. It + * is invalid to initialize an interrupt controller more than once. + * + * @param controller The handle for the interrupt controller + */ +inline void metal_interrupt_init(struct metal_interrupt *controller) +{ + return controller->vtable->interrupt_init(controller); +} + + +/*! + * @brief Register an interrupt handler + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to register + * @param handler The interrupt handler callback + * @param priv_data Private data for the interrupt handler + * @return 0 upon success + */ +inline int metal_interrupt_register_handler(struct metal_interrupt *controller, + int id, + metal_interrupt_handler_t handler, + void *priv_data) +{ + return controller->vtable->interrupt_register(controller, id, handler, priv_data); +} + +/*! + * @brief Enable an interrupt + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to enable + * @return 0 upon success + */ +inline int metal_interrupt_enable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_enable(controller, id); +} + +/*! + * @brief Disable an interrupt + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to disable + * @return 0 upon success + */ +inline int metal_interrupt_disable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_disable(controller, id); +} + +/*! + * @brief Enable an interrupt vector + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to enable + * @param mode The interrupt mode type to enable + * @return 0 upon success + */ +inline int metal_interrupt_vector_enable(struct metal_interrupt *controller, + int id, metal_vector_mode mode) +{ + return controller->vtable->interrupt_vector_enable(controller, id, mode); +} + +/*! + * @brief Disable an interrupt vector + * @param controller The handle for the interrupt controller + * @param id The interrupt ID to disable + * @return 0 upon success + */ +inline int metal_interrupt_vector_disable(struct metal_interrupt *controller, int id) +{ + return controller->vtable->interrupt_vector_disable(controller, id); +} + +/* Utilities function to controll, manages devices via a given interrupt controller */ +inline int _metal_interrupt_command_request(struct metal_interrupt *controller, + int cmd, void *data) +{ + return controller->vtable->command_request(controller, cmd, data); +} + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/io.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/io.h new file mode 100644 index 000000000..450054142 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/io.h @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__IO_H +#define METAL__IO_H + +/* This macro enforces that the compiler will not elide the given access. */ +#define __METAL_ACCESS_ONCE(x) (*(typeof(*x) volatile *)(x)) + +/* Allows users to specify arbitrary fences. */ +#define __METAL_IO_FENCE(pred, succ) __asm__ volatile ("fence " #pred "," #succ ::: "memory"); + +/* Types that explicitly describe an address as being used for memory-mapped + * IO. These should only be accessed via __METAL_ACCESS_ONCE. */ +typedef unsigned char __metal_io_u8; +typedef unsigned short __metal_io_u16; +typedef unsigned int __metal_io_u32; +#if __riscv_xlen >= 64 +typedef unsigned long __metal_io_u64; +#endif + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/itim.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/itim.h new file mode 100644 index 000000000..1a2a05b8b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/itim.h @@ -0,0 +1,21 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__ITIM_H +#define METAL__ITIM_H + +/*! @file itim.h + * + * API for manipulating ITIM allocation + */ + + +/*! @def METAL_PLACE_IN_ITIM + * @brief Link a function into the ITIM + * + * Link a function into the ITIM (Instruction Tightly Integrated + * Memory) if the ITIM is present on the target device. + */ +#define METAL_PLACE_IN_ITIM __attribute__((section(".itim"))) + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/led.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/led.h new file mode 100644 index 000000000..a430b84c2 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/led.h @@ -0,0 +1,68 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__LED_H +#define METAL__LED_H + +/*! + * @file led.h + * @brief API for manipulating LEDs + */ + +struct metal_led; + +struct metal_led_vtable { + int (*led_exist)(struct metal_led *led, char *label); + void (*led_enable)(struct metal_led *led); + void (*led_on)(struct metal_led *led); + void (*led_off)(struct metal_led *led); + void (*led_toggle)(struct metal_led *led); +}; + +/*! + * @brief A handle for an LED + */ +struct metal_led { + const struct metal_led_vtable *vtable; +}; + +/*! + * @brief Get a handle for an LED + * @param label The DeviceTree label for the desired LED + * @return A handle to the LED, or NULL if none is found for the requested label + */ +struct metal_led* metal_led_get(char *label); + +/*! + * @brief Get a handle for a channel of an RGB LED + * @param label The DeviceTree label for the desired LED + * @param color The color for the LED in the DeviceTree + * @return A handle to the LED, or NULL if none is found for the requested label and color + */ +struct metal_led* metal_led_get_rgb(char *label, char *color); + +/*! + * @brief Enable an LED + * @param led The handle for the LED + */ +inline void metal_led_enable(struct metal_led *led) { led->vtable->led_enable(led); } + +/*! + * @brief Turn an LED on + * @param led The handle for the LED + */ +inline void metal_led_on(struct metal_led *led) { led->vtable->led_on(led); } + +/*! + * @brief Turn an LED off + * @param led The handle for the LED + */ +inline void metal_led_off(struct metal_led *led) { led->vtable->led_off(led); } + +/*! + * @brief Toggle the on/off state of an LED + * @param led The handle for the LED + */ +inline void metal_led_toggle(struct metal_led *led) { led->vtable->led_toggle(led); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/lock.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/lock.h new file mode 100644 index 000000000..d863aa96e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/lock.h @@ -0,0 +1,127 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__LOCK_H +#define METAL__LOCK_H + +#include +#include + +/*! + * @file lock.h + * @brief An API for creating and using a software lock/mutex + */ + +/* TODO: How can we make the exception code platform-independant? */ +#define _METAL_STORE_AMO_ACCESS_FAULT 7 + +/*! + * @def METAL_LOCK_DECLARE + * @brief Declare a lock + * + * Locks must be declared with METAL_LOCK_DECLARE to ensure that the lock + * is linked into a memory region which supports atomic memory operations. + */ +#define METAL_LOCK_DECLARE(name) \ + __attribute__((section(".data.locks"))) \ + struct metal_lock name + +/*! + * @brief A handle for a lock + */ +struct metal_lock { + int _state; +}; + +/*! + * @brief Initialize a lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully initialized. A non-zero code indicates failure. + * + * If the lock cannot be initialized, attempts to take or give the lock + * will result in a Store/AMO access fault. + */ +inline int metal_lock_init(struct metal_lock *lock) { +#ifdef __riscv_atomic + /* Get a handle for the memory which holds the lock state */ + struct metal_memory *lock_mem = metal_get_memory_from_address((uintptr_t) &(lock->_state)); + if(!lock_mem) { + return 1; + } + + /* If the memory doesn't support atomics, report an error */ + if(!metal_memory_supports_atomics(lock_mem)) { + return 2; + } + + lock->_state = 0; + + return 0; +#else + return 3; +#endif +} + +/*! + * @brief Take a lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully taken + * + * If the lock initialization failed, attempts to take a lock will result in + * a Store/AMO access fault. + */ +inline int metal_lock_take(struct metal_lock *lock) { +#ifdef __riscv_atomic + int old = 1; + int new = 1; + + while(old != 0) { + __asm__ volatile("amoswap.w.aq %[old], %[new], (%[state])" + : [old] "=r" (old) + : [new] "r" (new), [state] "r" (&(lock->_state)) + : "memory"); + } + + return 0; +#else + /* Store the memory address in mtval like a normal store/amo access fault */ + __asm__ ("csrw mtval, %[state]" + :: [state] "r" (&(lock->_state))); + + /* Trigger a Store/AMO access fault */ + _metal_trap(_METAL_STORE_AMO_ACCESS_FAULT); + + /* If execution returns, indicate failure */ + return 1; +#endif +} + +/*! + * @brief Give back a held lock + * @param lock The handle for a lock + * @return 0 if the lock is successfully given + * + * If the lock initialization failed, attempts to give a lock will result in + * a Store/AMO access fault. + */ +inline int metal_lock_give(struct metal_lock *lock) { +#ifdef __riscv_atomic + __asm__ volatile("amoswap.w.rl x0, x0, (%[state])" + :: [state] "r" (&(lock->_state)) + : "memory"); + + return 0; +#else + /* Store the memory address in mtval like a normal store/amo access fault */ + __asm__ ("csrw mtval, %[state]" + :: [state] "r" (&(lock->_state))); + + /* Trigger a Store/AMO access fault */ + _metal_trap(_METAL_STORE_AMO_ACCESS_FAULT); + + /* If execution returns, indicate failure */ + return 1; +#endif +} + +#endif /* METAL__LOCK_H */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/memory.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/memory.h new file mode 100644 index 000000000..b62d8b25a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/memory.h @@ -0,0 +1,81 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__MEMORY_H +#define METAL__MEMORY_H + +#include +#include + +/*! + * @file memory.h + * + * @brief API for enumerating memory blocks + */ + +struct _metal_memory_attributes { + int R : 1; + int W : 1; + int X : 1; + int C : 1; + int A : 1; +}; + +/*! + * @brief A handle for a memory block + */ +struct metal_memory { + const uintptr_t _base_address; + const size_t _size; + const struct _metal_memory_attributes _attrs; +}; + +/*! + * @brief Get the memory block which services the given address + * + * Given a physical memory address, get a handle for the memory block to which + * that address is mapped. + * + * @param address The address to query + * @return The memory block handle, or NULL if the address is not mapped to a memory block + */ +struct metal_memory *metal_get_memory_from_address(const uintptr_t address); + +/*! + * @brief Get the base address for a memory block + * @param memory The handle for the memory block + * @return The base address of the memory block + */ +inline uintptr_t metal_memory_get_base_address(const struct metal_memory *memory) { + return memory->_base_address; +} + +/*! + * @brief Get the size of a memory block + * @param memory The handle for the memory block + * @return The size of the memory block + */ +inline size_t metal_memory_get_size(const struct metal_memory *memory) { + return memory->_size; +} + +/*! + * @brief Query if a memory block supports atomic operations + * @param memory The handle for the memory block + * @return nonzero if the memory block supports atomic operations + */ +inline int metal_memory_supports_atomics(const struct metal_memory *memory) { + return memory->_attrs.A; +} + +/*! + * @brief Query if a memory block is cacheable + * @param memory The handle for the memory block + * @return nonzero if the memory block is cachable + */ +inline int metal_memory_is_cachable(const struct metal_memory *memory) { + return memory->_attrs.C; +} + +#endif /* METAL__MEMORY_H */ + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/pmp.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/pmp.h new file mode 100644 index 000000000..9121b10a1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/pmp.h @@ -0,0 +1,204 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__PMP_H +#define METAL__PMP_H + +/*! + * @file metal/pmp.h + * + * @brief API for Configuring Physical Memory Protection on RISC-V Cores + * + * The Physical Memory Protection (PMP) interface on RISC-V cores + * is a form of memory protection unit which allows for a finite number + * of physical memory regions to be configured with certain access + * permissions. + * + * Additional information about the use and configuration rules for PMPs + * can be found by reading the RISC-V Privileged Architecture Specification. + */ + +#include +#include + +struct metal_pmp; + +/*! + * @brief Set of available PMP addressing modes + */ +enum metal_pmp_address_mode { + /*! @brief Disable the PMP region */ + METAL_PMP_OFF = 0, + /*! @brief Use Top-of-Range mode */ + METAL_PMP_TOR = 1, + /*! @brief Use naturally-aligned 4-byte region mode */ + METAL_PMP_NA4 = 2, + /*! @brief Use naturally-aligned power-of-two mode */ + METAL_PMP_NAPOT = 3 +}; + +/*! + * @brief Configuration for a PMP region + */ +struct metal_pmp_config { + /*! @brief Sets whether reads to the PMP region succeed */ + int R : 1; + /*! @brief Sets whether writes to the PMP region succeed */ + int W : 1; + /*! @brief Sets whether the PMP region is executable */ + int X : 1; + + /*! @brief Sets the addressing mode of the PMP region */ + enum metal_pmp_address_mode A : 2; + + int _pad : 2; + + /*! @brief Sets whether the PMP region is locked */ + enum metal_pmp_locked { + METAL_PMP_UNLOCKED = 0, + METAL_PMP_LOCKED = 1 + } L : 1; +}; + +/*! + * @brief A handle for the PMP device + */ +struct metal_pmp { + /* The minimum granularity of the PMP region. Set by metal_pmp_init */ + uintptr_t _granularity[METAL_MAX_CORES]; +}; + +/*! + * @brief Get the PMP device handle + */ +struct metal_pmp *metal_pmp_get_device(void); + +/*! + * @brief Initialize the PMP + * @param pmp The PMP device handle to be initialized + * + * The PMP initialization routine is optional and may be called as many times + * as is desired. The effect of the initialization routine is to attempt to set + * all regions to unlocked and disabled, as well as to clear the X, W, and R + * bits. Only the pmp configuration of the hart which executes the routine will + * be affected. + * + * If any regions are fused to preset values by the implementation or locked, + * those PMP regions will silently remain uninitialized. + */ +void metal_pmp_init(struct metal_pmp *pmp); + +/*! + * @brief Configure a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to configure + * @param config The desired configuration of the PMP region + * @param address The desired address of the PMP region + * @return 0 upon success + */ +int metal_pmp_set_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config config, size_t address); + +/*! + * @brief Get the configuration for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @param config Variable to store the PMP region configuration + * @param address Variable to store the PMP region address + * @return 0 if the region is read successfully + */ +int metal_pmp_get_region(struct metal_pmp *pmp, unsigned int region, struct metal_pmp_config *config, size_t *address); + +/*! + * @brief Lock a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to lock + * @return 0 if the region is successfully locked + */ +int metal_pmp_lock(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the address for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param address The desired address of the PMP region + * @return 0 if the address is successfully set + */ +int metal_pmp_set_address(struct metal_pmp *pmp, unsigned int region, size_t address); + +/*! + * @brief Get the address of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return The address of the PMP region, or 0 if the region could not be read + */ +size_t metal_pmp_get_address(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the addressing mode of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param mode The PMP addressing mode to set + * @return 0 if the addressing mode is successfully set + */ +int metal_pmp_set_address_mode(struct metal_pmp *pmp, unsigned int region, enum metal_pmp_address_mode mode); + +/*! + * @brief Get the addressing mode of a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return The address mode of the PMP region + */ +enum metal_pmp_address_mode metal_pmp_get_address_mode(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the executable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param X The desired value of the executable bit + * @return 0 if the executable bit is successfully set + */ +int metal_pmp_set_executable(struct metal_pmp *pmp, unsigned int region, int X); + +/*! + * @brief Get the executable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the executable bit + */ +int metal_pmp_get_executable(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the writable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param W The desired value of the writable bit + * @return 0 if the writable bit is successfully set + */ +int metal_pmp_set_writeable(struct metal_pmp *pmp, unsigned int region, int W); + +/*! + * @brief Get the writable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the writable bit + */ +int metal_pmp_get_writeable(struct metal_pmp *pmp, unsigned int region); + +/*! + * @brief Set the readable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to set + * @param R The desired value of the readable bit + * @return 0 if the readable bit is successfully set + */ +int metal_pmp_set_readable(struct metal_pmp *pmp, unsigned int region, int R); + +/*! + * @brief Set the readable bit for a PMP region + * @param pmp The PMP device handle + * @param region The PMP region to read + * @return the value of the readable bit + */ +int metal_pmp_get_readable(struct metal_pmp *pmp, unsigned int region); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/privilege.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/privilege.h new file mode 100644 index 000000000..c5212e5d1 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/privilege.h @@ -0,0 +1,122 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__PRIVILEGE_H +#define METAL__PRIVILEGE_H + +/*! + * @file metal/privilege.h + * + * @brief API for manipulating the privilege mode of a RISC-V system + * + * Additional information about privilege modes on RISC-V systems can be found + * by reading the RISC-V Privileged Architecture Specification v1.10. + */ + +#include + +enum metal_privilege_mode { + METAL_PRIVILEGE_USER = 0, + METAL_PRIVILEGE_SUPERVISOR = 1, + METAL_PRIVELEGE_MACHINE = 3, +}; + +#if __riscv_xlen == 32 +typedef uint32_t metal_xreg_t; +#elif __riscv_xlen == 64 +typedef uint64_t metal_xreg_t; +#endif + +#if __riscv_flen == 32 +typedef uint32_t metal_freg_t; +#elif __riscv_flen == 64 +typedef uint64_t metal_freg_t; +#endif + +struct metal_register_file { + metal_xreg_t ra; + metal_xreg_t sp; + metal_xreg_t gp; + metal_xreg_t tp; + + metal_xreg_t t0; + metal_xreg_t t1; + metal_xreg_t t2; + + metal_xreg_t s0; + metal_xreg_t s1; + + metal_xreg_t a0; + metal_xreg_t a1; + metal_xreg_t a2; + metal_xreg_t a3; + metal_xreg_t a4; + metal_xreg_t a5; +#ifndef __riscv_32e + metal_xreg_t a6; + metal_xreg_t a7; + + metal_xreg_t s2; + metal_xreg_t s3; + metal_xreg_t s4; + metal_xreg_t s5; + metal_xreg_t s6; + metal_xreg_t s7; + metal_xreg_t s8; + metal_xreg_t s9; + metal_xreg_t s10; + metal_xreg_t s11; + + metal_xreg_t t3; + metal_xreg_t t4; + metal_xreg_t t5; + metal_xreg_t t6; +#endif /* __riscv_32e */ + +#ifdef __riscv_flen + metal_freg_t ft0; + metal_freg_t ft1; + metal_freg_t ft2; + metal_freg_t ft3; + metal_freg_t ft4; + metal_freg_t ft5; + metal_freg_t ft6; + metal_freg_t ft7; + + metal_freg_t fs0; + metal_freg_t fs1; + + metal_freg_t fa0; + metal_freg_t fa1; + metal_freg_t fa2; + metal_freg_t fa3; + metal_freg_t fa4; + metal_freg_t fa5; + metal_freg_t fa6; + metal_freg_t fa7; + + metal_freg_t fs2; + metal_freg_t fs3; + metal_freg_t fs4; + metal_freg_t fs5; + metal_freg_t fs6; + metal_freg_t fs7; + metal_freg_t fs8; + metal_freg_t fs9; + metal_freg_t fs10; + metal_freg_t fs11; + + metal_freg_t ft8; + metal_freg_t ft9; + metal_freg_t ft10; + metal_freg_t ft11; +#endif /* __riscv_flen */ +}; + +typedef void (*metal_privilege_entry_point_t)(); + +void metal_privilege_drop_to_mode(enum metal_privilege_mode mode, + struct metal_register_file regfile, + metal_privilege_entry_point_t entry_point); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/shutdown.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/shutdown.h new file mode 100644 index 000000000..3bebfa742 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/shutdown.h @@ -0,0 +1,36 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SHUTDOWN_H +#define METAL__SHUTDOWN_H + +/*! + * @file shutdown.h + * @brief API for shutting down a machine + */ + +struct __metal_shutdown; + +struct __metal_shutdown_vtable { + void (*exit)(const struct __metal_shutdown *sd, int code) __attribute__((noreturn)); +}; + +struct __metal_shutdown { + const struct __metal_shutdown_vtable *vtable; +}; + +inline void __metal_shutdown_exit(const struct __metal_shutdown *sd, int code) __attribute__((noreturn)); +inline void __metal_shutdown_exit(const struct __metal_shutdown *sd, int code) { sd->vtable->exit(sd, code); } + +/*! + * @brief The public METAL shutdown interface + * + * Shuts down the machine, if the machine enables an interface for + * shutting down. When no interface is provided, will cause the machine + * to spin indefinitely. + * + * @param code The return code to set. 0 indicates program success. + */ +void metal_shutdown(int code) __attribute__((noreturn)); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/spi.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/spi.h new file mode 100644 index 000000000..b011fe3ce --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/spi.h @@ -0,0 +1,78 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SPI_H +#define METAL__SPI_H + +struct metal_spi; + +/*! @brief The configuration for a SPI transfer */ +struct metal_spi_config { + /*! @brief The protocol for the SPI transfer */ + enum { + METAL_SPI_SINGLE, + METAL_SPI_DUAL, + METAL_SPI_QUAD + } protocol; + + /*! @brief The polarity of the SPI transfer, equivalent to CPOL */ + unsigned int polarity : 1; + /*! @brief The phase of the SPI transfer, equivalent to CPHA */ + unsigned int phase : 1; + /*! @brief The endianness of the SPI transfer */ + unsigned int little_endian : 1; + /*! @brief The active state of the chip select line */ + unsigned int cs_active_high : 1; + /*! @brief The chip select ID to activate for the SPI transfer */ + unsigned int csid; +}; + +struct metal_spi_vtable { + void (*init)(struct metal_spi *spi, int baud_rate); + int (*transfer)(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf); + int (*get_baud_rate)(struct metal_spi *spi); + int (*set_baud_rate)(struct metal_spi *spi, int baud_rate); +}; + +/*! @brief A handle for a SPI device */ +struct metal_spi { + const struct metal_spi_vtable *vtable; +}; + +/*! @brief Get a handle for a SPI device + * @param device_num The index of the desired SPI device + * @return A handle to the SPI device, or NULL if the device does not exist*/ +struct metal_spi *metal_spi_get_device(int device_num); + +/*! @brief Initialize a SPI device with a certain baud rate + * @param spi The handle for the SPI device to initialize + * @param baud_rate The baud rate to set the SPI device to + */ +inline void metal_spi_init(struct metal_spi *spi, int baud_rate) { spi->vtable->init(spi, baud_rate); } + +/*! @brief Perform a SPI transfer + * @param spi The handle for the SPI device to perform the transfer + * @param config The configuration for the SPI transfer. + * @param len The number of bytes to transfer + * @param tx_buf The buffer to send over the SPI bus. Must be len bytes long. If NULL, the SPI will transfer the value 0. + * @param rx_buf The buffer to receive data into. Must be len bytes long. If NULL, the SPI will ignore received bytes. + * @return 0 if the transfer succeeds + */ +inline int metal_spi_transfer(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf) { + return spi->vtable->transfer(spi, config, len, tx_buf, rx_buf); +} + +/*! @brief Get the current baud rate of the SPI device + * @param spi The handle for the SPI device + * @return The baud rate in Hz + */ +inline int metal_spi_get_baud_rate(struct metal_spi *spi) { return spi->vtable->get_baud_rate(spi); } + +/*! @brief Set the current baud rate of the SPI device + * @param spi The handle for the SPI device + * @param baud_rate The desired baud rate of the SPI device + * @return 0 if the baud rate is successfully changed + */ +inline int metal_spi_set_baud_rate(struct metal_spi *spi, int baud_rate) { return spi->vtable->set_baud_rate(spi, baud_rate); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/switch.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/switch.h new file mode 100644 index 000000000..d1c35bc93 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/switch.h @@ -0,0 +1,51 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__SWITCH_H +#define METAL__SWITCH_H + +/*! + * @file switch.h + * @brief API for reading toggle switches + */ + +#include + +struct metal_switch; + +struct metal_switch_vtable { + int (*switch_exist)(struct metal_switch *sw, char *label); + struct metal_interrupt* (*interrupt_controller)(struct metal_switch *sw); + int (*get_interrupt_id)(struct metal_switch *sw); +}; + +/*! + * @brief A handle for a switch + */ +struct metal_switch { + const struct metal_switch_vtable *vtable; +}; + +/*! + * @brief Get a handle for a switch + * @param label The DeviceTree label for the desired switch + * @return A handle to the switch, or NULL if none is found for the requested label + */ +struct metal_switch* metal_switch_get(char *label); + +/*! + * @brief Get the interrupt controller for a switch + * @param sw The handle for the switch + * @return The interrupt controller handle + */ +inline struct metal_interrupt* + metal_switch_interrupt_controller(struct metal_switch *sw) { return sw->vtable->interrupt_controller(sw); } + +/*! + * @brief Get the interrupt id for a switch + * @param sw The handle for the switch + * @return The interrupt ID for the switch + */ +inline int metal_switch_get_interrupt_id(struct metal_switch *sw) { return sw->vtable->get_interrupt_id(sw); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/timer.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/timer.h new file mode 100644 index 000000000..eeae1f60b --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/timer.h @@ -0,0 +1,36 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__TIMER_H +#define METAL__TIMER_H + +/*! + * @file timer.h + * @brief API for reading and manipulating the machine timer + */ + +/*! + * @brief Read the machine cycle count + * @param hartid The hart ID to read the cycle count of + * @param cyclecount The variable to hold the value + * @return 0 upon success + */ +int metal_timer_get_cyclecount(int hartid, unsigned long long *cyclecount); + +/*! + * @brief Get the machine timebase frequency + * @param hartid The hart ID to read the timebase of + * @param timebase The variable to hold the value + * @return 0 upon success + */ +int metal_timer_get_timebase_frequency(int hartid, unsigned long long *timebase); + +/*! + * @brief Set the machine timer tick interval in seconds + * @param hartid The hart ID to read the timebase of + * @param second The number of seconds to set the tick interval to + * @return 0 upon success + */ +int metal_timer_set_tick(int hartid, int second); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/tty.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/tty.h new file mode 100644 index 000000000..d2583e3be --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/tty.h @@ -0,0 +1,23 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__TTY_H +#define METAL__TTY_H + +/*! + * @file tty.h + * @brief API for emulated serial teriminals + */ + +/*! + * @brief Write a character to the default output device + * + * Write a character to the default output device, which for most + * targets is the UART serial port. + * + * @param c The character to write to the terminal + * @return 0 on success, or -1 on failure. + */ +int metal_tty_putc(unsigned char c); + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/uart.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/uart.h new file mode 100644 index 000000000..611792a6c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/metal/uart.h @@ -0,0 +1,94 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#ifndef METAL__UART_H +#define METAL__UART_H + +/*! + * @file uart.h + * @brief API for UART serial ports + */ + +#include + +struct metal_uart; + +struct metal_uart_vtable { + void (*init)(struct metal_uart *uart, int baud_rate); + int (*putc)(struct metal_uart *uart, unsigned char c); + int (*getc)(struct metal_uart *uart, unsigned char *c); + int (*get_baud_rate)(struct metal_uart *uart); + int (*set_baud_rate)(struct metal_uart *uart, int baud_rate); + struct metal_interrupt* (*controller_interrupt)(struct metal_uart *uart); + int (*get_interrupt_id)(struct metal_uart *uart); +}; + +/*! + * @brief Handle for a UART serial device + */ +struct metal_uart { + const struct metal_uart_vtable *vtable; +}; + +/*! + * @brief Initialize UART device + + * Initialize the UART device described by the UART handle. This function must be called before any + * other method on the UART can be invoked. It is invalid to initialize a UART more than once. + * + * @param uart The UART device handle + * @param baud_rate the baud rate to set the UART to + */ +inline void metal_uart_init(struct metal_uart *uart, int baud_rate) { return uart->vtable->init(uart, baud_rate); } + +/*! + * @brief Output a character over the UART + * @param uart The UART device handle + * @param c The character to send over the UART + * @return 0 upon success + */ +inline int metal_uart_putc(struct metal_uart *uart, unsigned char c) { return uart->vtable->putc(uart, c); } + +/*! + * @brief Read a character sent over the UART + * @param uart The UART device handle + * @param c The varible to hold the read character + * @return 0 upon success + */ +inline int metal_uart_getc(struct metal_uart *uart, unsigned char *c) { return uart->vtable->getc(uart, c); } + +/*! + * @brief Get the baud rate of the UART peripheral + * @param uart The UART device handle + * @return The current baud rate of the UART + */ +inline int metal_uart_get_baud_rate(struct metal_uart *uart) { return uart->vtable->get_baud_rate(uart); } + +/*! + * @brief Set the baud rate of the UART peripheral + * @param uart The UART device handle + * @param baud_rate The baud rate to configure + * @return the new baud rate of the UART + */ +inline int metal_uart_set_baud_rate(struct metal_uart *uart, int baud_rate) { return uart->vtable->set_baud_rate(uart, baud_rate); } + +/*! + * @brief Get the interrupt controller of the UART peripheral + * + * Get the interrupt controller for the UART peripheral. The interrupt + * controller must be initialized before any interrupts can be registered + * or enabled with it. + * + * @param uart The UART device handle + * @return The handle for the UART interrupt controller + */ +inline struct metal_interrupt* metal_uart_interrupt_controller(struct metal_uart *uart) { return uart->vtable->controller_interrupt(uart); } + +/*! + * @brief Get the interrupt ID of the UART controller + * @param uart The UART device handle + * @return The UART interrupt id + */ +inline int metal_uart_get_interrupt_id(struct metal_uart *uart) { return uart->vtable->get_interrupt_id(uart); } + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/button.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/button.c new file mode 100644 index 000000000..649388b3c --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/button.c @@ -0,0 +1,27 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +struct metal_button* metal_button_get (char *label) +{ + int i; + struct metal_button *button; + + if ((__METAL_DT_MAX_BUTTONS == 0) || (label == NULL)) { + return NULL; + } + + for (i = 0; i < __METAL_DT_MAX_BUTTONS; i++) { + button = (struct metal_button*)__metal_button_table[i]; + if (button->vtable->button_exist(button, label)) { + return button; + } + } + return NULL; +} + +extern inline struct metal_interrupt* + metal_button_interrupt_controller(struct metal_button *button); +extern inline int metal_button_get_interrupt_id(struct metal_button *button); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cache.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cache.c new file mode 100644 index 000000000..2f0c9fa69 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cache.c @@ -0,0 +1,8 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +extern inline void metal_cache_init(struct metal_cache *cache, int ways); +extern inline int metal_cache_get_enabled_ways(struct metal_cache *cache); +extern inline int metal_cache_set_enabled_ways(struct metal_cache *cache, int ways); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/clock.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/clock.c new file mode 100644 index 000000000..3b6b8a751 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/clock.c @@ -0,0 +1,9 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +extern inline long metal_clock_get_rate_hz(const struct metal_clock *clk); +extern inline long metal_clock_set_rate_hz(struct metal_clock *clk, long hz); +extern inline void metal_clock_register_post_rate_change_callback(struct metal_clock *clk, metal_clock_post_rate_change_callback cb, void *priv); +extern inline void metal_clock_register_pre_rate_change_callback(struct metal_clock *clk, metal_clock_pre_rate_change_callback cb, void *priv); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cpu.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cpu.c new file mode 100644 index 000000000..2c415a846 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/cpu.c @@ -0,0 +1,59 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +struct metal_cpu* metal_cpu_get(int hartid) +{ + if (hartid < __METAL_DT_MAX_HARTS) { + return (struct metal_cpu *)__metal_cpu_table[hartid]; + } + return NULL; +} + +int metal_cpu_get_current_hartid() +{ +#ifdef __riscv + int mhartid; + asm volatile("csrr %0, mhartid" : "=r" (mhartid)); + return mhartid; +#endif +} + +int metal_cpu_get_num_harts() +{ + return __METAL_DT_MAX_HARTS; +} + +extern inline unsigned long long metal_cpu_get_timer(struct metal_cpu *cpu); + +extern inline unsigned long long metal_cpu_get_timebase(struct metal_cpu *cpu); + +extern inline unsigned long long metal_cpu_get_mtime(struct metal_cpu *cpu); + +extern inline int metal_cpu_set_mtimecmp(struct metal_cpu *cpu, unsigned long long time); + +extern inline struct metal_interrupt* metal_cpu_timer_interrupt_controller(struct metal_cpu *cpu); + +extern inline int metal_cpu_timer_get_interrupt_id(struct metal_cpu *cpu); + +extern inline struct metal_interrupt* metal_cpu_software_interrupt_controller(struct metal_cpu *cpu); + +extern inline int metal_cpu_software_get_interrupt_id(struct metal_cpu *cpu); + +extern inline int metal_cpu_software_set_ipi(struct metal_cpu *cpu, int hartid); + +extern inline int metal_cpu_software_clear_ipi(struct metal_cpu *cpu, int hartid); + +extern inline int metal_cpu_get_msip(struct metal_cpu *cpu, int hartid); + +extern inline struct metal_interrupt* metal_cpu_interrupt_controller(struct metal_cpu *cpu); + +extern inline int metal_cpu_exception_register(struct metal_cpu *cpu, int ecode, metal_exception_handler_t handler); + +extern inline int metal_cpu_get_instruction_length(struct metal_cpu *cpu, uintptr_t epc); + +extern inline uintptr_t metal_cpu_get_exception_pc(struct metal_cpu *cpu); + +extern inline int metal_cpu_set_exception_pc(struct metal_cpu *cpu, uintptr_t epc); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-clock.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-clock.c new file mode 100644 index 000000000..a1219e01e --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-clock.c @@ -0,0 +1,27 @@ +/* Copyright 2018 SiFive, Inc. */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_FIXED_CLOCK + +#include +#include +#include + +long __metal_driver_fixed_clock_get_rate_hz(const struct metal_clock *gclk) +{ + return __metal_driver_fixed_clock_rate(gclk); +} + +long __metal_driver_fixed_clock_set_rate_hz(struct metal_clock *gclk, long target_hz) +{ + return __metal_driver_fixed_clock_get_rate_hz(gclk); +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_fixed_clock) = { + .clock.get_rate_hz = __metal_driver_fixed_clock_get_rate_hz, + .clock.set_rate_hz = __metal_driver_fixed_clock_set_rate_hz, +}; + +#endif /* METAL_FIXED_CLOCK */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-factor-clock.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-factor-clock.c new file mode 100644 index 000000000..2e0624652 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/fixed-factor-clock.c @@ -0,0 +1,32 @@ +/* Copyright 2018 SiFive, Inc. */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_FIXED_FACTOR_CLOCK + +#include +#include +#include + +long __metal_driver_fixed_factor_clock_get_rate_hz(const struct metal_clock *gclk) +{ + struct metal_clock *parent = __metal_driver_fixed_factor_clock_parent(gclk); + long parent_rate = 1; + if(parent) { + parent_rate = parent->vtable->get_rate_hz(parent); + } + + return __metal_driver_fixed_factor_clock_mult(gclk) * parent_rate / __metal_driver_fixed_factor_clock_div(gclk); +} + +long __metal_driver_fixed_factor_clock_set_rate_hz(struct metal_clock *gclk, long target_hz) +{ + return __metal_driver_fixed_factor_clock_get_rate_hz(gclk); +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_fixed_factor_clock) = { + .clock.get_rate_hz = __metal_driver_fixed_factor_clock_get_rate_hz, + .clock.set_rate_hz = __metal_driver_fixed_factor_clock_set_rate_hz, +}; +#endif /* METAL_FIXED_FACTOR_CLOCK */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/inline.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/inline.c new file mode 100644 index 000000000..50c0c5c21 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/inline.c @@ -0,0 +1,5 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_clint0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_clint0.c new file mode 100644 index 000000000..f1814d365 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_clint0.c @@ -0,0 +1,218 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_RISCV_CLINT0 + +#include +#include +#include +#include + +unsigned long long __metal_clint0_mtime_get (struct __metal_driver_riscv_clint0 *clint) +{ + __metal_io_u32 lo, hi; + unsigned long control_base = __metal_driver_sifive_clint0_control_base(&clint->controller); + + /* Guard against rollover when reading */ + do { + hi = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_RISCV_CLINT0_MTIME + 4)); + lo = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_RISCV_CLINT0_MTIME)); + } while (__METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_RISCV_CLINT0_MTIME + 4)) != hi); + + return (((unsigned long long)hi) << 32) | lo; +} + +int __metal_driver_riscv_clint0_mtimecmp_set(struct metal_interrupt *controller, + int hartid, + unsigned long long time) +{ + struct __metal_driver_riscv_clint0 *clint = + (struct __metal_driver_riscv_clint0 *)(controller); + unsigned long control_base = __metal_driver_sifive_clint0_control_base(&clint->controller); + /* Per spec, the RISC-V MTIME/MTIMECMP registers are 64 bit, + * and are NOT internally latched for multiword transfers. + * Need to be careful about sequencing to avoid triggering + * spurious interrupts: For that set the high word to a max + * value first. + */ + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_RISCV_CLINT0_MTIMECMP_BASE + 4)) = 0xFFFFFFFF; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_RISCV_CLINT0_MTIMECMP_BASE)) = (__metal_io_u32)time; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_RISCV_CLINT0_MTIMECMP_BASE + 4)) = (__metal_io_u32)(time >> 32); + return 0; +} + +static struct metal_interrupt *_get_cpu_intc() +{ + int hartid = 0; + __asm__ volatile("csrr %[hartid], mhartid" + : [hartid] "=r" (hartid) :: "memory"); + + struct metal_cpu *cpu = metal_cpu_get(hartid); + + return metal_cpu_interrupt_controller(cpu); +} + +void __metal_driver_riscv_clint0_init (struct metal_interrupt *controller) +{ + int num_interrupts = __metal_driver_sifive_clint0_num_interrupts(controller); + struct __metal_driver_riscv_clint0 *clint = + (struct __metal_driver_riscv_clint0 *)(controller); + + if ( !clint->init_done ) { + /* Register its interrupts with with parent controller, aka sw and timerto its default isr */ + for (int i = 0; i < num_interrupts; i++) { + struct metal_interrupt *intc = __metal_driver_sifive_clint0_interrupt_parents(controller, i); + int line = __metal_driver_sifive_clint0_interrupt_lines(controller, i); + intc->vtable->interrupt_register(intc, line, NULL, controller); + } + clint->init_done = 1; + } +} + +int __metal_driver_riscv_clint0_register (struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + int rc = -1; + + struct metal_interrupt *intc = NULL; + struct metal_interrupt *cpu_intc = _get_cpu_intc(); + int num_interrupts = __metal_driver_sifive_clint0_num_interrupts(controller); + + for(int i = 0; i < num_interrupts; i++) { + int line = __metal_driver_sifive_clint0_interrupt_lines(controller, i); + intc = __metal_driver_sifive_clint0_interrupt_parents(controller, i); + if (cpu_intc == intc && id == line) { + break; + } + intc = NULL; + } + + /* Register its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_register(intc, id, isr, priv); + } + return rc; +} + +int __metal_driver_riscv_clint0_enable (struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if ( id ) { + struct metal_interrupt *intc = NULL; + struct metal_interrupt *cpu_intc = _get_cpu_intc(); + int num_interrupts = __metal_driver_sifive_clint0_num_interrupts(controller); + + for(int i = 0; i < num_interrupts; i++) { + int line = __metal_driver_sifive_clint0_interrupt_lines(controller, i); + intc = __metal_driver_sifive_clint0_interrupt_parents(controller, i); + if(cpu_intc == intc && id == line) { + break; + } + intc = NULL; + } + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_enable(intc, id); + } + } +} + +int __metal_driver_riscv_clint0_disable (struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if ( id ) { + struct metal_interrupt *intc = NULL; + struct metal_interrupt *cpu_intc = _get_cpu_intc(); + int num_interrupts = __metal_driver_sifive_clint0_num_interrupts(controller); + + for(int i = 0; i < num_interrupts; i++) { + int line = __metal_driver_sifive_clint0_interrupt_lines(controller, i); + intc = __metal_driver_sifive_clint0_interrupt_parents(controller, i); + if(cpu_intc == intc && id == line) { + break; + } + intc = NULL; + } + + /* Disable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_disable(intc, id); + } + } +} + +int __metal_driver_riscv_clint0_command_request (struct metal_interrupt *controller, + int command, void *data) +{ + int hartid; + int rc = -1; + struct __metal_driver_riscv_clint0 *clint = + (struct __metal_driver_riscv_clint0 *)(controller); + unsigned long control_base = __metal_driver_sifive_clint0_control_base(controller); + + switch (command) { + case METAL_TIMER_MTIME_GET: + if (data) { + *(unsigned long long *)data = __metal_clint0_mtime_get(clint); + rc = 0; + } + break; + case METAL_SOFTWARE_IPI_CLEAR: + if (data) { + hartid = *(int *)data; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))) = METAL_DISABLE; + rc = 0; + } + break; + case METAL_SOFTWARE_IPI_SET: + if (data) { + hartid = *(int *)data; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))) = METAL_ENABLE; + /* Callers of this function assume it's blocking, in the sense that + * the IPI is guarnteed to have been delivered before the function + * returns. We can't really guarnteed it's delivered, but we can + * read back the control register after writing it in at least an + * attempt to provide some semblence of ordering here. The fence + * ensures the read is order after the write -- it wouldn't be + * necessary under RVWMO because this is the same address, but we + * don't have an IO memory model so I'm being a bit overkill here. + */ + __METAL_IO_FENCE(o,i); + rc = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))); + rc = 0; + } + break; + case METAL_SOFTWARE_MSIP_GET: + rc = 0; + if (data) { + hartid = *(int *)data; + rc = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))); + } + break; + default: + break; + } + + return rc; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_riscv_clint0) = { + .clint_vtable.interrupt_init = __metal_driver_riscv_clint0_init, + .clint_vtable.interrupt_register = __metal_driver_riscv_clint0_register, + .clint_vtable.interrupt_enable = __metal_driver_riscv_clint0_enable, + .clint_vtable.interrupt_disable = __metal_driver_riscv_clint0_disable, + .clint_vtable.command_request = __metal_driver_riscv_clint0_command_request, + .clint_vtable.mtimecmp_set = __metal_driver_riscv_clint0_mtimecmp_set, +}; + +#endif /* METAL_RISCV_CLINT0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_cpu.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_cpu.c new file mode 100644 index 000000000..88175eb18 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_cpu.c @@ -0,0 +1,690 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include +#include + +unsigned long long __metal_driver_cpu_mtime_get(struct metal_cpu *cpu); +int __metal_driver_cpu_mtimecmp_set(struct metal_cpu *cpu, unsigned long long time); + +struct metal_cpu *__metal_driver_cpu_get(int hartid) +{ + if (hartid < __METAL_DT_MAX_HARTS) { + return &(__metal_cpu_table[hartid]->cpu); + } + return (struct metal_cpu *)NULL; +} + +uintptr_t __metal_myhart_id (void) +{ + uintptr_t myhart; + asm volatile ("csrr %0, mhartid" : "=r"(myhart)); + return myhart; +} + +void __metal_zero_memory (unsigned char *base, unsigned int size) +{ + volatile unsigned char *ptr; + for (ptr = base; ptr < (base + size); ptr++){ + *ptr = 0; + } +} + +void __metal_interrupt_global_enable (void) { + uintptr_t m; + asm volatile ("csrrs %0, mstatus, %1" : "=r"(m) : "r"(METAL_MIE_INTERRUPT)); +} + +void __metal_interrupt_global_disable (void) { + uintptr_t m; + asm volatile ("csrrc %0, mstatus, %1" : "=r"(m) : "r"(METAL_MIE_INTERRUPT)); +} + +void __metal_interrupt_software_enable (void) { + uintptr_t m; + asm volatile ("csrrs %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_SW)); +} + +void __metal_interrupt_software_disable (void) { + uintptr_t m; + asm volatile ("csrrc %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_SW)); +} + +void __metal_interrupt_timer_enable (void) { + uintptr_t m; + asm volatile ("csrrs %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_TMR)); +} + +void __metal_interrupt_timer_disable (void) { + uintptr_t m; + asm volatile ("csrrc %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_TMR)); +} + +void __metal_interrupt_external_enable (void) { + uintptr_t m; + asm volatile ("csrrs %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_EXT)); +} + +void __metal_interrupt_external_disable (void) { + unsigned long m; + asm volatile ("csrrc %0, mie, %1" : "=r"(m) : "r"(METAL_LOCAL_INTERRUPT_EXT)); +} + +void __metal_interrupt_local_enable (int id) { + uintptr_t b = 1 << id; + uintptr_t m; + asm volatile ("csrrs %0, mie, %1" : "=r"(m) : "r"(b)); +} + +void __metal_interrupt_local_disable (int id) { + uintptr_t b = 1 << id; + uintptr_t m; + asm volatile ("csrrc %0, mie, %1" : "=r"(m) : "r"(b)); +} + +void __metal_default_exception_handler (struct metal_cpu *cpu, int ecode) { + metal_shutdown(100); +} + +void __metal_default_interrupt_handler (int id, void *priv) { + metal_shutdown(200); +} + +void __metal_default_sw_handler (int id, void *priv) { + uintptr_t mcause; + struct __metal_driver_riscv_cpu_intc *intc; + struct __metal_driver_cpu *cpu = __metal_cpu_table[__metal_myhart_id()]; + + asm volatile ("csrr %0, mcause" : "=r"(mcause)); + if ( cpu ) { + intc = (struct __metal_driver_riscv_cpu_intc *) + __metal_driver_cpu_interrupt_controller((struct metal_cpu *)cpu); + intc->metal_exception_table[mcause & METAL_MCAUSE_CAUSE]((struct metal_cpu *)cpu, id); + } +} + +void __metal_default_timer_handler (int id, void *priv) { + struct metal_cpu *cpu = __metal_driver_cpu_get(__metal_myhart_id()); + unsigned long long time = __metal_driver_cpu_mtime_get(cpu); + + /* Set a 10 cycle timer */ + __metal_driver_cpu_mtimecmp_set(cpu, time + 10); +} + +void __metal_exception_handler(void) __attribute__((interrupt, aligned(128))); +void __metal_exception_handler (void) { + int id; + void *priv; + uintptr_t mcause, mepc, mtval, mtvec; + struct __metal_driver_riscv_cpu_intc *intc; + struct __metal_driver_cpu *cpu = __metal_cpu_table[__metal_myhart_id()]; + + asm volatile ("csrr %0, mcause" : "=r"(mcause)); + asm volatile ("csrr %0, mepc" : "=r"(mepc)); + asm volatile ("csrr %0, mtval" : "=r"(mtval)); + asm volatile ("csrr %0, mtvec" : "=r"(mtvec)); + + if ( cpu ) { + intc = (struct __metal_driver_riscv_cpu_intc *) + __metal_driver_cpu_interrupt_controller((struct metal_cpu *)cpu); + id = mcause & METAL_MCAUSE_CAUSE; + if (mcause & METAL_MCAUSE_INTR) { + if ((id < METAL_INTERRUPT_ID_LC0) || + ((mtvec & METAL_MTVEC_MASK) == METAL_MTVEC_DIRECT)) { + priv = intc->metal_int_table[id].exint_data; + intc->metal_int_table[id].handler(id, priv); + return; + } + if ((mtvec & METAL_MTVEC_MASK) == METAL_MTVEC_CLIC) { + uintptr_t mtvt; + metal_interrupt_handler_t mtvt_handler; + + asm volatile ("csrr %0, mtvt" : "=r"(mtvt)); + priv = intc->metal_int_table[METAL_INTERRUPT_ID_SW].sub_int; + mtvt_handler = (metal_interrupt_handler_t)mtvt; + mtvt_handler(id, priv); + return; + } + } else { + intc->metal_exception_table[id]((struct metal_cpu *)cpu, id); + } + } +} + +void __metal_controller_interrupt_vector (metal_vector_mode mode, void *vec_table) +{ + uintptr_t trap_entry, val; + + asm volatile ("csrr %0, mtvec" : "=r"(val)); + val &= ~(METAL_MTVEC_CLIC_VECTORED | METAL_MTVEC_CLIC_RESERVED); + trap_entry = (uintptr_t)vec_table; + + switch (mode) { + case METAL_SELECTIVE_VECTOR_MODE: + asm volatile ("csrw mtvt, %0" :: "r"(trap_entry | METAL_MTVEC_CLIC)); + asm volatile ("csrw mtvec, %0" :: "r"(val | METAL_MTVEC_CLIC)); + break; + case METAL_HARDWARE_VECTOR_MODE: + asm volatile ("csrw mtvt, %0" :: "r"(trap_entry | METAL_MTVEC_CLIC_VECTORED)); + asm volatile ("csrw mtvec, %0" :: "r"(val | METAL_MTVEC_CLIC_VECTORED)); + break; + case METAL_VECTOR_MODE: + asm volatile ("csrw mtvec, %0" :: "r"(trap_entry | METAL_MTVEC_VECTORED)); + break; + case METAL_DIRECT_MODE: + asm volatile ("csrw mtvec, %0" :: "r"(trap_entry & ~METAL_MTVEC_CLIC_VECTORED)); + break; + } +} + +int __metal_valid_interrupt_id (int id) +{ + switch (id) { + case METAL_INTERRUPT_ID_SW: + case METAL_INTERRUPT_ID_TMR: + case METAL_INTERRUPT_ID_EXT: + case METAL_INTERRUPT_ID_LC0: + case METAL_INTERRUPT_ID_LC1: + case METAL_INTERRUPT_ID_LC2: + case METAL_INTERRUPT_ID_LC3: + case METAL_INTERRUPT_ID_LC4: + case METAL_INTERRUPT_ID_LC5: + case METAL_INTERRUPT_ID_LC6: + case METAL_INTERRUPT_ID_LC7: + case METAL_INTERRUPT_ID_LC8: + case METAL_INTERRUPT_ID_LC9: + case METAL_INTERRUPT_ID_LC10: + case METAL_INTERRUPT_ID_LC11: + case METAL_INTERRUPT_ID_LC12: + case METAL_INTERRUPT_ID_LC13: + case METAL_INTERRUPT_ID_LC14: + case METAL_INTERRUPT_ID_LC15: + return 1; + default: + break; + } + + return 0; +} + + +int __metal_local_interrupt_enable (struct metal_interrupt *controller, + metal_interrupt_id_e id, int enable) +{ + int rc = 0; + + if ( !controller) { + return -1; + } + + switch (id) { + case METAL_INTERRUPT_ID_BASE: + if (enable) { + __metal_interrupt_global_enable(); + } else { + __metal_interrupt_global_disable(); + } + break; + case METAL_INTERRUPT_ID_SW: + if (enable) { + __metal_interrupt_software_enable(); + } else { + __metal_interrupt_software_disable(); + } + break; + case METAL_INTERRUPT_ID_TMR: + if (enable) { + __metal_interrupt_timer_enable(); + } else { + __metal_interrupt_timer_disable(); + } + break; + case METAL_INTERRUPT_ID_EXT: + if (enable) { + __metal_interrupt_external_enable(); + } else { + __metal_interrupt_external_disable(); + } + break; + case METAL_INTERRUPT_ID_LC0: + case METAL_INTERRUPT_ID_LC1: + case METAL_INTERRUPT_ID_LC2: + case METAL_INTERRUPT_ID_LC3: + case METAL_INTERRUPT_ID_LC4: + case METAL_INTERRUPT_ID_LC5: + case METAL_INTERRUPT_ID_LC6: + case METAL_INTERRUPT_ID_LC7: + case METAL_INTERRUPT_ID_LC8: + case METAL_INTERRUPT_ID_LC9: + case METAL_INTERRUPT_ID_LC10: + case METAL_INTERRUPT_ID_LC11: + case METAL_INTERRUPT_ID_LC12: + case METAL_INTERRUPT_ID_LC13: + case METAL_INTERRUPT_ID_LC14: + case METAL_INTERRUPT_ID_LC15: + if (enable) { + __metal_interrupt_local_enable(id); + } else { + __metal_interrupt_local_disable(id); + } + break; + defaut: + rc = -1; + } + return rc; +} + +int __metal_exception_register (struct metal_interrupt *controller, + int ecode, metal_exception_handler_t isr) +{ + struct __metal_driver_riscv_cpu_intc *intc = (void *)(controller); + + if ((ecode < METAL_MAX_EXCEPTION_CODE) && isr) { + intc->metal_exception_table[ecode] = isr; + return 0; + } + return -1; +} + +void __metal_driver_riscv_cpu_controller_interrupt_init (struct metal_interrupt *controller) +{ + struct __metal_driver_riscv_cpu_intc *intc = (void *)(controller); + uintptr_t val; + + if ( !intc->init_done ) { + /* Disable and clear all interrupt sources */ + asm volatile ("csrc mie, %0" :: "r"(-1)); + asm volatile ("csrc mip, %0" :: "r"(-1)); + + /* Read the misa CSR to determine if the delegation registers exist */ + uintptr_t misa; + asm volatile ("csrr %0, misa" : "=r" (misa)); + + /* The delegation CSRs exist if user mode interrupts (N extension) or + * supervisor mode (S extension) are supported */ + if((misa & METAL_ISA_N_EXTENSIONS) || (misa & METAL_ISA_S_EXTENSIONS)) { + /* Disable interrupt and exception delegation */ + asm volatile ("csrc mideleg, %0" :: "r"(-1)); + asm volatile ("csrc medeleg, %0" :: "r"(-1)); + } + + /* The satp CSR exists if supervisor mode (S extension) is supported */ + if(misa & METAL_ISA_S_EXTENSIONS) { + /* Clear the entire CSR to make sure that satp.MODE = 0 */ + asm volatile ("csrc satp, %0" :: "r"(-1)); + } + + /* Default to use direct interrupt, setup sw cb table*/ + for (int i = 0; i < METAL_MAX_MI; i++) { + intc->metal_int_table[i].handler = NULL; + intc->metal_int_table[i].sub_int = NULL; + intc->metal_int_table[i].exint_data = NULL; + } + for (int i = 0; i < METAL_MAX_ME; i++) { + intc->metal_exception_table[i] = __metal_default_exception_handler; + } + __metal_controller_interrupt_vector(METAL_DIRECT_MODE, &__metal_exception_handler); + asm volatile ("csrr %0, misa" : "=r"(val)); + if (val & (METAL_ISA_D_EXTENSIONS | METAL_ISA_F_EXTENSIONS | METAL_ISA_Q_EXTENSIONS)) { + /* Floating point architecture, so turn on FP register saving*/ + asm volatile ("csrr %0, mstatus" : "=r"(val)); + asm volatile ("csrw mstatus, %0" :: "r"(val | METAL_MSTATUS_FS_INIT)); + } + intc->init_done = 1; + } +} + +int __metal_driver_riscv_cpu_controller_interrupt_register(struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + int rc = 0; + struct __metal_driver_riscv_cpu_intc *intc = (void *)(controller); + + if ( !__metal_valid_interrupt_id(id) ) { + return -11; + } + + if (isr) { + intc->metal_int_table[id].handler = isr; + intc->metal_int_table[id].exint_data = priv; + } else { + switch (id) { + case METAL_INTERRUPT_ID_SW: + intc->metal_int_table[id].handler = __metal_default_sw_handler; + intc->metal_int_table[id].sub_int = priv; + break; + case METAL_INTERRUPT_ID_TMR: + intc->metal_int_table[id].handler = __metal_default_timer_handler; + intc->metal_int_table[id].sub_int = priv; + break; + case METAL_INTERRUPT_ID_EXT: + case METAL_INTERRUPT_ID_LC0: + case METAL_INTERRUPT_ID_LC1: + case METAL_INTERRUPT_ID_LC2: + case METAL_INTERRUPT_ID_LC3: + case METAL_INTERRUPT_ID_LC4: + case METAL_INTERRUPT_ID_LC5: + case METAL_INTERRUPT_ID_LC6: + case METAL_INTERRUPT_ID_LC7: + case METAL_INTERRUPT_ID_LC8: + case METAL_INTERRUPT_ID_LC9: + case METAL_INTERRUPT_ID_LC10: + case METAL_INTERRUPT_ID_LC11: + case METAL_INTERRUPT_ID_LC12: + case METAL_INTERRUPT_ID_LC13: + case METAL_INTERRUPT_ID_LC14: + case METAL_INTERRUPT_ID_LC15: + intc->metal_int_table[id].handler = __metal_default_interrupt_handler; + intc->metal_int_table[id].sub_int = priv; + break; + defaut: + rc = -12; + } + } + return rc; +} + +int __metal_driver_riscv_cpu_controller_interrupt_enable (struct metal_interrupt *controller, + int id) +{ + return __metal_local_interrupt_enable(controller, id, METAL_ENABLE); +} + +int __metal_driver_riscv_cpu_controller_interrupt_disable (struct metal_interrupt *controller, + int id) +{ + return __metal_local_interrupt_enable(controller, id, METAL_DISABLE); +} + +int __metal_driver_riscv_cpu_controller_interrupt_enable_vector(struct metal_interrupt *controller, + int id, metal_vector_mode mode) +{ + struct __metal_driver_riscv_cpu_intc *intc = (void *)(controller); + + if (id == METAL_INTERRUPT_ID_BASE) { + if (mode == METAL_DIRECT_MODE) { + __metal_controller_interrupt_vector(mode, &__metal_exception_handler); + return 0; + } + if (mode == METAL_VECTOR_MODE) { + __metal_controller_interrupt_vector(mode, &intc->metal_mtvec_table); + return 0; + } + } + return -1; +} + +int __metal_driver_riscv_cpu_controller_interrupt_disable_vector(struct metal_interrupt *controller, + int id) +{ + struct __metal_driver_riscv_cpu_intc *intc = (void *)(controller); + + if (id == METAL_INTERRUPT_ID_BASE) { + __metal_controller_interrupt_vector(METAL_DIRECT_MODE, &__metal_exception_handler); + return 0; + } + return -1; +} + +int __metal_driver_riscv_cpu_controller_command_request (struct metal_interrupt *controller, + int cmd, void *data) +{ + /* NOP for now, unless local interrupt lines the like of clic, clint, plic */ + return 0; +} + +extern inline int __metal_controller_interrupt_is_selective_vectored(void); + +/* CPU driver !!! */ + +unsigned long long __metal_driver_cpu_timer_get(struct metal_cpu *cpu) +{ + unsigned long long val = 0; + +#if __riscv_xlen == 32 + unsigned long hi, hi1, lo; + + asm volatile ("csrr %0, mcycleh" : "=r"(hi)); + asm volatile ("csrr %0, mcycle" : "=r"(lo)); + asm volatile ("csrr %0, mcycleh" : "=r"(hi1)); + if (hi == hi1) { + val = ((unsigned long long)hi << 32) | lo; + } +#else + asm volatile ("csrr %0, mcycle" : "=r"(val)); +#endif + + return val; +} + +unsigned long long __metal_driver_cpu_timebase_get(struct metal_cpu *cpu) +{ + int timebase; + if (!cpu) { + return 0; + } + + timebase = __metal_driver_cpu_timebase((struct metal_cpu *)cpu); + return timebase; +} + +unsigned long long __metal_driver_cpu_mtime_get (struct metal_cpu *cpu) +{ + unsigned long long time = 0; + struct metal_interrupt *tmr_intc; + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + struct __metal_driver_cpu *_cpu = (void *)cpu; + + if (intc) { + tmr_intc = intc->metal_int_table[METAL_INTERRUPT_ID_TMR].sub_int; + if (tmr_intc) { + tmr_intc->vtable->command_request(tmr_intc, + METAL_TIMER_MTIME_GET, &time); + } + } + return time; +} + +int __metal_driver_cpu_mtimecmp_set (struct metal_cpu *cpu, unsigned long long time) +{ + int rc = -1; + struct metal_interrupt *tmr_intc; + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + struct __metal_driver_cpu *_cpu = (void *)cpu; + + if (intc) { + tmr_intc = intc->metal_int_table[METAL_INTERRUPT_ID_TMR].sub_int; + if (tmr_intc) { + rc = tmr_intc->vtable->mtimecmp_set(tmr_intc, + __metal_driver_cpu_hartid(cpu), + time); + } + } + return rc; +} + +struct metal_interrupt * +__metal_driver_cpu_timer_controller_interrupt(struct metal_cpu *cpu) +{ +#ifdef __METAL_DT_RISCV_CLINT0_HANDLE + return __METAL_DT_RISCV_CLINT0_HANDLE; +#else +#ifdef __METAL_DT_SIFIVE_CLIC0_HANDLE + return __METAL_DT_SIFIVE_CLIC0_HANDLE; +#else +#warning "There is no interrupt controller for Timer interrupt" + return NULL; +#endif +#endif +} + +int __metal_driver_cpu_get_timer_interrupt_id(struct metal_cpu *cpu) +{ + return METAL_INTERRUPT_ID_TMR; +} + +struct metal_interrupt * +__metal_driver_cpu_sw_controller_interrupt(struct metal_cpu *cpu) +{ +#ifdef __METAL_DT_RISCV_CLINT0_HANDLE + return __METAL_DT_RISCV_CLINT0_HANDLE; +#else +#ifdef __METAL_DT_SIFIVE_CLIC0_HANDLE + return __METAL_DT_SIFIVE_CLIC0_HANDLE; +#else +#warning "There is no interrupt controller for Software interrupt" + return NULL; +#endif +#endif +} + +int __metal_driver_cpu_get_sw_interrupt_id(struct metal_cpu *cpu) +{ + return METAL_INTERRUPT_ID_SW; +} + +int __metal_driver_cpu_set_sw_ipi (struct metal_cpu *cpu, int hartid) +{ + int rc = -1; + struct metal_interrupt *sw_intc; + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + struct __metal_driver_cpu *_cpu = (void *)cpu; + + if (intc) { + sw_intc = intc->metal_int_table[METAL_INTERRUPT_ID_SW].sub_int; + if (sw_intc) { + rc = sw_intc->vtable->command_request(sw_intc, + METAL_SOFTWARE_IPI_SET, &hartid); + } + } + return rc; +} + +int __metal_driver_cpu_clear_sw_ipi (struct metal_cpu *cpu, int hartid) +{ + int rc = -1; + struct metal_interrupt *sw_intc; + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + struct __metal_driver_cpu *_cpu = (void *)cpu; + + if (intc) { + sw_intc = intc->metal_int_table[METAL_INTERRUPT_ID_SW].sub_int; + if (sw_intc) { + rc = sw_intc->vtable->command_request(sw_intc, + METAL_SOFTWARE_IPI_CLEAR, &hartid); + } + } + return rc; +} + +int __metal_driver_cpu_get_msip (struct metal_cpu *cpu, int hartid) +{ + int rc = 0; + struct metal_interrupt *sw_intc; + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + struct __metal_driver_cpu *_cpu = (void *)cpu; + + if (intc) { + sw_intc = intc->metal_int_table[METAL_INTERRUPT_ID_SW].sub_int; + if (sw_intc) { + rc = sw_intc->vtable->command_request(sw_intc, + METAL_SOFTWARE_MSIP_GET, &hartid); + } + } + return rc; +} + +struct metal_interrupt * +__metal_driver_cpu_controller_interrupt(struct metal_cpu *cpu) +{ + return __metal_driver_cpu_interrupt_controller(cpu); +} + +int __metal_driver_cpu_enable_interrupt(struct metal_cpu *cpu, void *priv) +{ + if ( __metal_driver_cpu_interrupt_controller(cpu) ) { + /* Only support machine mode for now */ + __metal_interrupt_global_enable(); + return 0; + } + return -1; +} + +int __metal_driver_cpu_disable_interrupt(struct metal_cpu *cpu, void *priv) +{ + if ( __metal_driver_cpu_interrupt_controller(cpu) ) { + /* Only support machine mode for now */ + __metal_interrupt_global_disable(); + return 0; + } + return -1; +} + +int __metal_driver_cpu_exception_register(struct metal_cpu *cpu, int ecode, + metal_exception_handler_t isr) +{ + struct __metal_driver_riscv_cpu_intc *intc = + (struct __metal_driver_riscv_cpu_intc *)__metal_driver_cpu_interrupt_controller(cpu); + + if (intc) { + return __metal_exception_register((struct metal_interrupt *)intc, ecode, isr); + } + return -1; +} + +int __metal_driver_cpu_get_instruction_length(struct metal_cpu *cpu, uintptr_t epc) +{ + /* Per ISA compressed instruction has last two bits of opcode set */ + return (*(unsigned short*)epc & 3) ? 4 : 2; +} + +uintptr_t __metal_driver_cpu_get_exception_pc(struct metal_cpu *cpu) +{ + uintptr_t mepc; + asm volatile ("csrr %0, mepc" : "=r"(mepc)); + return mepc; +} + +int __metal_driver_cpu_set_exception_pc(struct metal_cpu *cpu, uintptr_t mepc) +{ + asm volatile ("csrw mepc, %0" :: "r"(mepc)); + return 0; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_riscv_cpu_intc) = { + .controller_vtable.interrupt_init = __metal_driver_riscv_cpu_controller_interrupt_init, + .controller_vtable.interrupt_register = __metal_driver_riscv_cpu_controller_interrupt_register, + .controller_vtable.interrupt_enable = __metal_driver_riscv_cpu_controller_interrupt_enable, + .controller_vtable.interrupt_disable = __metal_driver_riscv_cpu_controller_interrupt_disable, + .controller_vtable.interrupt_vector_enable = __metal_driver_riscv_cpu_controller_interrupt_enable_vector, + .controller_vtable.interrupt_vector_disable = __metal_driver_riscv_cpu_controller_interrupt_disable_vector, + .controller_vtable.command_request = __metal_driver_riscv_cpu_controller_command_request, +}; + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_cpu) = { + .cpu_vtable.timer_get = __metal_driver_cpu_timer_get, + .cpu_vtable.timebase_get = __metal_driver_cpu_timebase_get, + .cpu_vtable.mtime_get = __metal_driver_cpu_mtime_get, + .cpu_vtable.mtimecmp_set = __metal_driver_cpu_mtimecmp_set, + .cpu_vtable.tmr_controller_interrupt = __metal_driver_cpu_timer_controller_interrupt, + .cpu_vtable.get_tmr_interrupt_id = __metal_driver_cpu_get_timer_interrupt_id, + .cpu_vtable.sw_controller_interrupt = __metal_driver_cpu_sw_controller_interrupt, + .cpu_vtable.get_sw_interrupt_id = __metal_driver_cpu_get_sw_interrupt_id, + .cpu_vtable.set_sw_ipi = __metal_driver_cpu_set_sw_ipi, + .cpu_vtable.clear_sw_ipi = __metal_driver_cpu_clear_sw_ipi, + .cpu_vtable.get_msip = __metal_driver_cpu_get_msip, + .cpu_vtable.controller_interrupt = __metal_driver_cpu_controller_interrupt, + .cpu_vtable.exception_register = __metal_driver_cpu_exception_register, + .cpu_vtable.get_ilen = __metal_driver_cpu_get_instruction_length, + .cpu_vtable.get_epc = __metal_driver_cpu_get_exception_pc, + .cpu_vtable.set_epc = __metal_driver_cpu_set_exception_pc, +}; + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_plic0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_plic0.c new file mode 100644 index 000000000..ed9782450 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/riscv_plic0.c @@ -0,0 +1,172 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_RISCV_PLIC0 + +#include +#include +#include +#include + +unsigned int __metal_plic0_claim_interrupt (struct __metal_driver_riscv_plic0 *plic) +{ + unsigned long control_base = __metal_driver_sifive_plic0_control_base((struct metal_interrupt *)plic); + return __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_CLAIM)); +} + +void __metal_plic0_complete_interrupt(struct __metal_driver_riscv_plic0 *plic, + unsigned int id) +{ + unsigned long control_base = __metal_driver_sifive_plic0_control_base((struct metal_interrupt *)plic); + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_CLAIM)) = id; +} + +void __metal_plic0_set_threshold(struct __metal_driver_riscv_plic0 *plic, + unsigned int threshold) +{ + unsigned long control_base = __metal_driver_sifive_plic0_control_base((struct metal_interrupt *)plic); + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_THRESHOLD)) = threshold; +} + +void __metal_plic0_set_priority(struct __metal_driver_riscv_plic0 *plic, + int id, unsigned int priority) +{ + unsigned long control_base = __metal_driver_sifive_plic0_control_base((struct metal_interrupt *)plic); + int max_priority = __metal_driver_sifive_plic0_max_priority((struct metal_interrupt *)plic); + if ( (max_priority) && (priority < max_priority) ) { + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_PRIORITY_BASE + + (id << METAL_PLIC_SOURCE_PRIORITY_SHIFT))) = priority; + } +} + +void __metal_plic0_enable(struct __metal_driver_riscv_plic0 *plic, int id, int enable) +{ + unsigned int current; + unsigned long hartid = __metal_myhart_id(); + unsigned long control_base = __metal_driver_sifive_plic0_control_base((struct metal_interrupt *)plic); + + current = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_ENABLE_BASE + + (id >> METAL_PLIC_SOURCE_SHIFT) * 4)); + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + METAL_RISCV_PLIC0_ENABLE_BASE + + ((id >> METAL_PLIC_SOURCE_SHIFT) * 4))) = + enable ? (current | (1 << (id & METAL_PLIC_SOURCE_MASK))) + : (current & ~(1 << (id & METAL_PLIC_SOURCE_MASK))); +} + +void __metal_plic0_default_handler (int id, void *priv) { + metal_shutdown(300); +} + +void __metal_plic0_handler (int id, void *priv) +{ + struct __metal_driver_riscv_plic0 *plic = priv; + unsigned int idx = __metal_plic0_claim_interrupt(plic); + int num_interrupts = __metal_driver_sifive_plic0_num_interrupts((struct metal_interrupt *)plic); + + if ( (idx < num_interrupts) && (plic->metal_exint_table[idx]) ) { + plic->metal_exint_table[idx](idx, + plic->metal_exdata_table[idx].exint_data); + } + + __metal_plic0_complete_interrupt(plic, idx); +} + +void __metal_driver_riscv_plic0_init (struct metal_interrupt *controller) +{ + struct __metal_driver_riscv_plic0 *plic = (void *)(controller); + + if ( !plic->init_done ) { + int num_interrupts, line; + struct metal_interrupt *intc; + + for(int parent = 0; parent < __METAL_PLIC_NUM_PARENTS; parent++) { + num_interrupts = __metal_driver_sifive_plic0_num_interrupts(controller); + intc = __metal_driver_sifive_plic0_interrupt_parents(controller, parent); + line = __metal_driver_sifive_plic0_interrupt_lines(controller, parent); + + /* Initialize ist parent controller, aka cpu_intc. */ + intc->vtable->interrupt_init(intc); + + for (int i = 0; i < num_interrupts; i++) { + __metal_plic0_enable(plic, i, METAL_DISABLE); + __metal_plic0_set_priority(plic, i, 0); + plic->metal_exint_table[i] = NULL; + plic->metal_exdata_table[i].sub_int = NULL; + plic->metal_exdata_table[i].exint_data = NULL; + } + + __metal_plic0_set_threshold(plic, 0); + + /* Register plic (ext) interrupt with with parent controller */ + intc->vtable->interrupt_register(intc, line, NULL, plic); + /* Register plic handler for dispatching its device interrupts */ + intc->vtable->interrupt_register(intc, line, __metal_plic0_handler, plic); + /* Enable plic (ext) interrupt with with parent controller */ + intc->vtable->interrupt_enable(intc, line); + } + plic->init_done = 1; + } +} + +int __metal_driver_riscv_plic0_register (struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + struct __metal_driver_riscv_plic0 *plic = (void *)(controller); + + if (id >= __metal_driver_sifive_plic0_num_interrupts(controller)) { + return -1; + } + + if (isr) { + __metal_plic0_set_priority(plic ,id, 2); + plic->metal_exint_table[id] = isr; + plic->metal_exdata_table[id].exint_data = priv; + } else { + __metal_plic0_set_priority(plic, id, 1); + plic->metal_exint_table[id] = __metal_plic0_default_handler; + plic->metal_exdata_table[id].sub_int = priv; + } + + return 0; +} + +int __metal_driver_riscv_plic0_enable (struct metal_interrupt *controller, int id) +{ + struct __metal_driver_riscv_plic0 *plic = (void *)(controller); + + if (id >= __metal_driver_sifive_plic0_num_interrupts(controller)) { + return -1; + } + + __metal_plic0_enable(plic, id, METAL_ENABLE); + return 0; +} + +int __metal_driver_riscv_plic0_disable (struct metal_interrupt *controller, int id) +{ + struct __metal_driver_riscv_plic0 *plic = (void *)(controller); + + if (id >= __metal_driver_sifive_plic0_num_interrupts(controller)) { + return -1; + } + __metal_plic0_enable(plic, id, METAL_DISABLE); + return 0; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_riscv_plic0) = { + .plic_vtable.interrupt_init = __metal_driver_riscv_plic0_init, + .plic_vtable.interrupt_register = __metal_driver_riscv_plic0_register, + .plic_vtable.interrupt_enable = __metal_driver_riscv_plic0_enable, + .plic_vtable.interrupt_disable = __metal_driver_riscv_plic0_disable, +}; + +#endif /* METAL_RISCV_PLIC0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_clic0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_clic0.c new file mode 100644 index 000000000..3f213847d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_clic0.c @@ -0,0 +1,564 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_CLIC0 + +#include +#include +#include +#include +#include + +typedef enum metal_priv_mode_ { + METAL_PRIV_M_MODE = 0, + METAL_PRIV_MU_MODE = 1, + METAL_PRIV_MSU_MODE = 2 +} metal_priv_mode; + +typedef enum metal_clic_vector_{ + METAL_CLIC_NONVECTOR = 0, + METAL_CLIC_VECTORED = 1 +} metal_clic_vector; + +struct __metal_clic_cfg { + unsigned char : 1, + nmbits : 2, + nlbits : 4, + nvbit : 1; +}; + +const struct __metal_clic_cfg __metal_clic_defaultcfg = { + .nmbits = METAL_PRIV_M_MODE, + .nlbits = 0, + .nvbit = METAL_CLIC_NONVECTOR + }; + +struct __metal_clic_cfg __metal_clic0_configuration (struct __metal_driver_sifive_clic0 *clic, + struct __metal_clic_cfg *cfg) +{ + volatile unsigned char val; + struct __metal_clic_cfg cliccfg; + uintptr_t hartid = __metal_myhart_id(); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + + if ( cfg ) { + val = cfg->nmbits << 5 | cfg->nlbits << 1 | cfg->nvbit; + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICCFG)) = val; + } + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICCFG)); + cliccfg.nmbits = (val & METAL_SIFIVE_CLIC0_CLICCFG_NMBITS_MASK) >> 5; + cliccfg.nlbits = (val & METAL_SIFIVE_CLIC0_CLICCFG_NLBITS_MASK) >> 1; + cliccfg.nvbit = val & METAL_SIFIVE_CLIC0_CLICCFG_NVBIT_MASK; + return cliccfg; +} + +int __metal_clic0_interrupt_set_mode (struct __metal_driver_sifive_clic0 *clic, int id, int mode) +{ + uint8_t mask, val; + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + + if (mode >= (cfg.nmbits << 1)) { + /* Do nothing, mode request same or exceed what configured in CLIC */ + return 0; + } + + /* Mask out nmbits and retain other values */ + mask = ((uint8_t)(-1)) >> cfg.nmbits; + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)) & mask; + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)) = val | (mode << (8 - cfg.nmbits)); + return 0; +} + +int __metal_clic0_interrupt_set_level (struct __metal_driver_sifive_clic0 *clic, int id, int level) +{ + uint8_t mask, nmmask, nlmask, val; + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + + /* Drop the LSBs that don't fit in nlbits */ + level = level >> (METAL_CLIC_MAX_NLBITS - cfg.nlbits); + + nmmask = ~( ((uint8_t)(-1)) >> (cfg.nmbits) ); + nlmask = ((uint8_t)(-1)) >> (cfg.nmbits + cfg.nlbits); + mask = ~(nlmask | nmmask); + + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)) = __METAL_SET_FIELD(val, mask, level); + return 0; +} + +int __metal_clic0_interrupt_get_level (struct __metal_driver_sifive_clic0 *clic, int id) +{ + int level; + uint8_t mask, val, freebits, nlbits; + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_intbits = __metal_driver_sifive_clic0_num_intbits((struct metal_interrupt *)clic); + + if ((cfg.nmbits + cfg.nlbits) >= num_intbits) { + nlbits = num_intbits - cfg.nmbits; + } else { + nlbits = cfg.nlbits; + } + + mask = ((1 << nlbits) - 1) << (8 - (cfg.nmbits + nlbits)); + freebits = ((1 << METAL_CLIC_MAX_NLBITS) - 1) >> nlbits; + + if (mask == 0) { + level = (1 << METAL_CLIC_MAX_NLBITS) - 1; + } else { + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + val = __METAL_GET_FIELD(val, mask); + level = (val << (METAL_CLIC_MAX_NLBITS - nlbits)) | freebits; + } + + return level; +} + +int __metal_clic0_interrupt_set_priority (struct __metal_driver_sifive_clic0 *clic, int id, int priority) +{ + uint8_t mask, npmask, val, npbits; + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_intbits = __metal_driver_sifive_clic0_num_intbits((struct metal_interrupt *)clic); + + if ((cfg.nmbits + cfg.nlbits) < num_intbits) { + npbits = num_intbits - (cfg.nmbits + cfg.nlbits); + priority = priority >> (8 - npbits); + + mask = ((uint8_t)(-1)) >> (cfg.nmbits + cfg.nlbits + npbits); + npmask = ~(((uint8_t)(-1)) >> (cfg.nmbits + cfg.nlbits)); + mask = ~(mask | npmask); + + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)) = __METAL_SET_FIELD(val, mask, priority); + } + return 0; +} + +int __metal_clic0_interrupt_get_priority (struct __metal_driver_sifive_clic0 *clic, int id) +{ + int priority; + uint8_t mask, val, freebits, nlbits; + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_intbits = __metal_driver_sifive_clic0_num_intbits((struct metal_interrupt *)clic); + + if ((cfg.nmbits + cfg.nlbits) >= num_intbits) { + nlbits = num_intbits - cfg.nmbits; + } else { + nlbits = cfg.nlbits; + } + + mask = ((1 << nlbits) - 1) << (8 - (cfg.nmbits + nlbits)); + freebits = ((1 << METAL_CLIC_MAX_NLBITS) - 1) >> nlbits; + + if (mask == 0) { + priority = (1 << METAL_CLIC_MAX_NLBITS) - 1; + } else { + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + priority = __METAL_GET_FIELD(val, freebits); + } + return priority; +} + +int __metal_clic0_interrupt_set_vector (struct __metal_driver_sifive_clic0 *clic, int id, int enable) +{ + uint8_t mask, val; + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_intbits = __metal_driver_sifive_clic0_num_intbits((struct metal_interrupt *)clic); + + mask = 1 << (8 - num_intbits); + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + /* Ensure its value is 1 bit wide */ + enable &= 0x1; + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)) = __METAL_SET_FIELD(val, mask, enable); + return 0; +} + +int __metal_clic0_interrupt_is_vectored (struct __metal_driver_sifive_clic0 *clic, int id) +{ + uint8_t mask, val; + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_intbits = __metal_driver_sifive_clic0_num_intbits((struct metal_interrupt *)clic); + + mask = 1 << (8 - num_intbits); + val = __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTCTL_BASE + id)); + return __METAL_GET_FIELD(val, mask); +} + +int __metal_clic0_interrupt_enable (struct __metal_driver_sifive_clic0 *clic, int id) +{ + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if (id >= num_subinterrupts) { + return -1; + } + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIE_BASE + id)) = METAL_ENABLE; + return 0; +} + +int __metal_clic0_interrupt_disable (struct __metal_driver_sifive_clic0 *clic, int id) +{ + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if (id >= num_subinterrupts) { + return -1; + } + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIE_BASE + id)) = METAL_DISABLE; + return 0; +} + +int __metal_clic0_interrupt_is_enabled (struct __metal_driver_sifive_clic0 *clic, int id) +{ + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if (id >= num_subinterrupts) { + return 0; + } + return __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIE_BASE + id)); +} + +int __metal_clic0_interrupt_is_pending (struct __metal_driver_sifive_clic0 *clic, int id) +{ + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if (id >= num_subinterrupts) { + return 0; + } + return __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIP_BASE + id)); +} + +int __metal_clic0_interrupt_set (struct __metal_driver_sifive_clic0 *clic, int id) +{ + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if ((id >= METAL_INTERRUPT_ID_LC0) && (id < num_subinterrupts)) { + } + return 0; +} + +int __metal_clic0_interrupt_clear (struct __metal_driver_sifive_clic0 *clic, int id) +{ + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + if ((id >= METAL_INTERRUPT_ID_LC0) && (id < num_subinterrupts)) { + } + return 0; +} + +void __metal_clic0_configure_privilege (struct __metal_driver_sifive_clic0 *clic, metal_priv_mode priv) +{ + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + + cfg.nmbits = priv; + __metal_clic0_configuration(clic, &cfg); +} + +void __metal_clic0_configure_level (struct __metal_driver_sifive_clic0 *clic, int level) +{ + struct __metal_clic_cfg cfg = __metal_clic0_configuration(clic, NULL); + + cfg.nlbits = level; + __metal_clic0_configuration(clic, &cfg); +} + +unsigned long long __metal_clic0_mtime_get (struct __metal_driver_sifive_clic0 *clic) +{ + __metal_io_u32 lo, hi; + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + + /* Guard against rollover when reading */ + do { + hi = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_SIFIVE_CLIC0_MTIME + 4)); + lo = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_SIFIVE_CLIC0_MTIME)); + } while (__METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + METAL_SIFIVE_CLIC0_MTIME + 4)) != hi); + + return (((unsigned long long)hi) << 32) | lo; +} + +int __metal_driver_sifive_clic0_mtimecmp_set(struct metal_interrupt *controller, + int hartid, + unsigned long long time) +{ + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + + unsigned long control_base = __metal_driver_sifive_clic0_control_base((struct metal_interrupt *)clic); + /* Per spec, the RISC-V MTIME/MTIMECMP registers are 64 bit, + * and are NOT internally latched for multiword transfers. + * Need to be careful about sequencing to avoid triggering + * spurious interrupts: For that set the high word to a max + * value first. + */ + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_SIFIVE_CLIC0_MTIMECMP_BASE + 4)) = 0xFFFFFFFF; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_SIFIVE_CLIC0_MTIMECMP_BASE)) = (__metal_io_u32)time; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + (8 * hartid) + METAL_SIFIVE_CLIC0_MTIMECMP_BASE + 4)) = (__metal_io_u32)(time >> 32); + return 0; +} + +void __metal_clic0_handler(int id, void *priv) __attribute__((aligned(64))); +void __metal_clic0_handler (int id, void *priv) +{ + int idx; + struct __metal_driver_sifive_clic0 *clic = priv; + int num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts((struct metal_interrupt *)clic); + + idx = id - METAL_INTERRUPT_ID_LC0; + if ( (idx < num_subinterrupts) && (clic->metal_mtvt_table[idx]) ) { + clic->metal_mtvt_table[idx](id, clic->metal_exint_table[idx].exint_data); + } +} + +void __metal_clic0_default_handler (int id, void *priv) { + metal_shutdown(300); +} + +void __metal_driver_sifive_clic0_init (struct metal_interrupt *controller) +{ + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + + if ( !clic->init_done ) { + int level, max_levels, line, num_interrupts, num_subinterrupts; + struct __metal_clic_cfg cfg = __metal_clic_defaultcfg; + struct metal_interrupt *intc = + __metal_driver_sifive_clic0_interrupt_parent(controller); + + /* Initialize ist parent controller, aka cpu_intc. */ + intc->vtable->interrupt_init(intc); + __metal_controller_interrupt_vector(METAL_SELECTIVE_VECTOR_MODE, + &__metal_clic0_handler); + + /* + * Register its interrupts with with parent controller, + * aka sw, timer and ext to its default isr + */ + num_interrupts = __metal_driver_sifive_clic0_num_interrupts(controller); + for (int i = 0; i < num_interrupts; i++) { + line = __metal_driver_sifive_clic0_interrupt_lines(controller, i); + intc->vtable->interrupt_register(intc, line, NULL, clic); + } + + /* Default CLIC mode to per dts */ + max_levels = __metal_driver_sifive_clic0_max_levels(controller); + cfg.nlbits = (max_levels > METAL_CLIC_MAX_NLBITS) ? + METAL_CLIC_MAX_NLBITS : max_levels; + __metal_clic0_configuration(clic, &cfg); + + level = (1 << cfg.nlbits) - 1; + num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts(controller); + for (int i = 0; i < num_subinterrupts; i++) { + clic->metal_mtvt_table[i] = NULL; + clic->metal_exint_table[i].sub_int = NULL; + clic->metal_exint_table[i].exint_data = NULL; + __metal_clic0_interrupt_disable(clic, i); + __metal_clic0_interrupt_set_level(clic, i, level); + } + clic->init_done = 1; + } +} + +int __metal_driver_sifive_clic0_register (struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + int rc = -1; + int num_subinterrupts; + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + struct metal_interrupt *intc = + __metal_driver_sifive_clic0_interrupt_parent(controller); + + /* Register its interrupts with parent controller */ + if ( id < METAL_INTERRUPT_ID_LC0) { + return intc->vtable->interrupt_register(intc, id, isr, priv); + } + + /* + * CLIC (sub-interrupts) devices interrupts start at 16 but offset from 0 + * Reset the IDs to reflects this. + */ + id -= METAL_INTERRUPT_ID_LC0; + num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts(controller); + if (id < num_subinterrupts) { + if ( isr) { + clic->metal_mtvt_table[id] = isr; + clic->metal_exint_table[id].exint_data = priv; + } else { + clic->metal_mtvt_table[id] = __metal_clic0_default_handler; + clic->metal_exint_table[id].sub_int = priv; + } + rc = 0; + } + return rc; +} + +int __metal_driver_sifive_clic0_enable (struct metal_interrupt *controller, int id) +{ + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + return __metal_clic0_interrupt_enable(clic, id); +} + +int __metal_driver_sifive_clic0_disable (struct metal_interrupt *controller, int id) +{ + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + return __metal_clic0_interrupt_disable(clic, id); +} + +int __metal_driver_sifive_clic0_enable_interrupt_vector(struct metal_interrupt *controller, + int id, metal_vector_mode mode) +{ + int num_subinterrupts; + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + + if (id == METAL_INTERRUPT_ID_BASE) { + if (mode == METAL_SELECTIVE_VECTOR_MODE) { + __metal_controller_interrupt_vector(mode, &__metal_clic0_handler); + return 0; + } + if (mode == METAL_HARDWARE_VECTOR_MODE) { + __metal_controller_interrupt_vector(mode, &clic->metal_mtvt_table); + return 0; + } + } + num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts(controller); + if ((id >= METAL_INTERRUPT_ID_LC0) && (id < num_subinterrupts)) { + if ((mode == METAL_SELECTIVE_VECTOR_MODE) && + __metal_controller_interrupt_is_selective_vectored()) { + __metal_clic0_interrupt_set_vector(clic, id, METAL_ENABLE); + return 0; + } + + } + return -1; +} + +int __metal_driver_sifive_clic0_disable_interrupt_vector(struct metal_interrupt *controller, int id) +{ + int num_subinterrupts; + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + + if (id == METAL_INTERRUPT_ID_BASE) { + __metal_controller_interrupt_vector(METAL_SELECTIVE_VECTOR_MODE, &__metal_clic0_handler); + return 0; + } + num_subinterrupts = __metal_driver_sifive_clic0_num_subinterrupts(controller); + if ((id >= METAL_INTERRUPT_ID_LC0) && (id < num_subinterrupts)) { + if (__metal_controller_interrupt_is_selective_vectored()) { + __metal_clic0_interrupt_set_vector(clic, id, METAL_DISABLE); + return 0; + } + } + return -1; +} + +int __metal_driver_sifive_clic0_command_request (struct metal_interrupt *controller, + int command, void *data) +{ + int hartid; + int rc = -1; + struct __metal_driver_sifive_clic0 *clic = + (struct __metal_driver_sifive_clic0 *)(controller); + unsigned long control_base = __metal_driver_sifive_clic0_control_base(controller); + + switch (command) { + case METAL_TIMER_MTIME_GET: + if (data) { + *(unsigned long long *)data = __metal_clic0_mtime_get(clic); + rc = 0; + } + break; + case METAL_SOFTWARE_IPI_CLEAR: + if (data) { + hartid = *(int *)data; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))) = METAL_DISABLE; + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIP_BASE)) = METAL_DISABLE; + rc = 0; + } + break; + case METAL_SOFTWARE_IPI_SET: + if (data) { + hartid = *(int *)data; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))) = METAL_ENABLE; + __METAL_ACCESS_ONCE((__metal_io_u8 *)(control_base + + METAL_SIFIVE_CLIC0_MMODE_APERTURE + + METAL_SIFIVE_CLIC0_CLICINTIP_BASE)) = METAL_ENABLE; + rc = 0; + } + break; + case METAL_SOFTWARE_MSIP_GET: + rc = 0; + if (data) { + hartid = *(int *)data; + rc = __METAL_ACCESS_ONCE((__metal_io_u32 *)(control_base + + (hartid * 4))); + } + break; + default: + break; + } + + return rc; +} +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_clic0) = { + .clic_vtable.interrupt_init = __metal_driver_sifive_clic0_init, + .clic_vtable.interrupt_register = __metal_driver_sifive_clic0_register, + .clic_vtable.interrupt_enable = __metal_driver_sifive_clic0_enable, + .clic_vtable.interrupt_disable = __metal_driver_sifive_clic0_disable, + .clic_vtable.interrupt_vector_enable = __metal_driver_sifive_clic0_enable_interrupt_vector, + .clic_vtable.interrupt_vector_disable = __metal_driver_sifive_clic0_disable_interrupt_vector, + .clic_vtable.command_request = __metal_driver_sifive_clic0_command_request, + .clic_vtable.mtimecmp_set = __metal_driver_sifive_clic0_mtimecmp_set, +}; + +#endif /* METAL_SIFIVE_CLIC0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfrosc.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfrosc.c new file mode 100644 index 000000000..14ce2fae6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfrosc.c @@ -0,0 +1,42 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_FE310_G000_HFROSC + +#include +#include + +#define CONFIG_DIVIDER 0x0000003FUL +#define CONFIG_TRIM 0x001F0000UL +#define CONFIG_ENABLE 0x40000000UL +#define CONFIG_READY 0x80000000UL + +long __metal_driver_sifive_fe310_g000_hfrosc_get_rate_hz(const struct metal_clock *clock) +{ + struct metal_clock *ref = __metal_driver_sifive_fe310_g000_hfrosc_ref(clock); + long config_offset = __metal_driver_sifive_fe310_g000_hfrosc_config_offset(clock); + struct __metal_driver_sifive_fe310_g000_prci *config_base = + __metal_driver_sifive_fe310_g000_hfrosc_config_base(clock); + const struct __metal_driver_vtable_sifive_fe310_g000_prci *vtable = + __metal_driver_sifive_fe310_g000_prci_vtable(); + long cfg = vtable->get_reg(config_base, config_offset); + + if (cfg & CONFIG_ENABLE == 0) + return -1; + if (cfg & CONFIG_READY == 0) + return -1; + return metal_clock_get_rate_hz(ref) / ((cfg & CONFIG_DIVIDER) + 1); +} + +long __metal_driver_sifive_fe310_g000_hfrosc_set_rate_hz(struct metal_clock *clock, long rate) +{ + return __metal_driver_sifive_fe310_g000_hfrosc_get_rate_hz(clock); +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfrosc) = { + .clock.get_rate_hz = &__metal_driver_sifive_fe310_g000_hfrosc_get_rate_hz, + .clock.set_rate_hz = &__metal_driver_sifive_fe310_g000_hfrosc_set_rate_hz, +}; +#endif /* METAL_SIFIVE_FE310_G000_HFROSC */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfxosc.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfxosc.c new file mode 100644 index 000000000..dbe467487 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_hfxosc.c @@ -0,0 +1,41 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_FE310_G000_HFXOSC + +#include +#include + +#define CONFIG_ENABLE 0x40000000UL +#define CONFIG_READY 0x80000000UL + +long __metal_driver_sifive_fe310_g000_hfxosc_get_rate_hz(const struct metal_clock *clock) +{ + struct metal_clock *ref = __metal_driver_sifive_fe310_g000_hfxosc_ref(clock); + long config_offset = __metal_driver_sifive_fe310_g000_hfxosc_config_offset(clock); + struct __metal_driver_sifive_fe310_g000_prci *config_base = + __metal_driver_sifive_fe310_g000_hfxosc_config_base(clock); + const struct __metal_driver_vtable_sifive_fe310_g000_prci *vtable = + __metal_driver_sifive_fe310_g000_prci_vtable(); + long cfg = vtable->get_reg(config_base, config_offset); + + if (cfg & CONFIG_ENABLE == 0) + return -1; + if (cfg & CONFIG_READY == 0) + return -1; + return metal_clock_get_rate_hz(ref); +} + +long __metal_driver_sifive_fe310_g000_hfxosc_set_rate_hz(struct metal_clock *clock, long rate) +{ + return __metal_driver_sifive_fe310_g000_hfxosc_get_rate_hz(clock); +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_hfxosc) = { + .clock.get_rate_hz = __metal_driver_sifive_fe310_g000_hfxosc_get_rate_hz, + .clock.set_rate_hz = __metal_driver_sifive_fe310_g000_hfxosc_set_rate_hz, +}; + +#endif /* METAL_SIFIVE_FE310_G000_HFXOSC */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_pll.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_pll.c new file mode 100644 index 000000000..c91328565 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_pll.c @@ -0,0 +1,360 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_FE310_G000_PLL + +#include +#include + +#include +#include +#include + +#define PLL_R 0x00000007UL +#define PLL_F 0x000003F0UL +#define PLL_Q 0x00000C00UL +#define PLL_SEL 0x00010000UL +#define PLL_REFSEL 0x00020000UL +#define PLL_BYPASS 0x00040000UL +#define PLL_LOCK 0x80000000UL + +#define DIV_DIV 0x0000003FUL +#define DIV_1 0x00000100UL + +#define PLL_R_SHIFT(r) ((r << 0) & PLL_R) +#define PLL_F_SHIFT(f) ((f << 4) & PLL_F) +#define PLL_Q_SHIFT(q) ((q << 10) & PLL_Q) +#define PLL_DIV_SHIFT(d) ((d << 0) & DIV_DIV) + +struct pll_config_t { + unsigned long multiplier; + unsigned long divisor; + unsigned long min_input_rate; + unsigned long max_input_rate; + unsigned long r; + unsigned long f; + unsigned long q; + long d; /* < 0 if disabled */ +}; + +static const struct pll_config_t pll_configs[] = { + /* + * multiplier + * ^ divisor + * | ^ min_input_rate + * | | ^ max_input_rate + * | | | ^ r + * | | | | ^ f + * | | | | | ^ q + * | | | | | | ^ d + * | | | | | | | ^ + * | | | | | | | | */ + { 1, 32, 12000000, 24000000, 1, 31, 3, 63}, + { 1, 32, 24000000, 48000000, 3, 31, 2, 63}, + { 1, 16, 6000000, 12000000, 0, 31, 3, 63}, + { 1, 16, 12000000, 24000000, 1, 31, 2, 63}, + { 1, 16, 24000000, 48000000, 3, 31, 2, 31}, + { 1, 8, 6000000, 12000000, 0, 31, 3, 31}, + { 1, 8, 12000000, 24000000, 1, 31, 2, 31}, + { 1, 8, 24000000, 48000000, 3, 31, 2, 15}, + { 1, 4, 6000000, 12000000, 0, 31, 3, 15}, + { 1, 4, 12000000, 24000000, 1, 31, 2, 15}, + { 1, 4, 24000000, 48000000, 3, 31, 2, 7}, + { 1, 2, 6000000, 12000000, 0, 31, 2, 15}, + { 1, 2, 12000000, 24000000, 1, 31, 1, 15}, + { 1, 2, 24000000, 48000000, 3, 31, 1, 7}, + { 2, 1, 6000000, 12000000, 0, 31, 1, 7}, + { 2, 1, 12000000, 24000000, 1, 31, 1, 3}, + { 2, 1, 24000000, 48000000, 3, 31, 3, -1}, + { 4, 1, 6000000, 12000000, 0, 31, 3, 0}, + { 4, 1, 12000000, 24000000, 1, 31, 3, -1}, + { 4, 1, 24000000, 48000000, 3, 31, 2, -1}, + { 6, 1, 6000000, 10666666, 0, 35, 1, 2}, + { 6, 1, 10666666, 12000000, 0, 23, 3, -1}, + { 6, 1, 12000000, 16000000, 1, 47, 3, -1}, + { 6, 1, 16000000, 18000000, 1, 23, 2, -1}, + { 6, 1, 18000000, 21333333, 2, 35, 2, -1}, + { 8, 1, 6000000, 12000000, 0, 31, 3, -1}, + { 8, 1, 12000000, 24000000, 1, 31, 2, -1}, + { 8, 1, 24000000, 48000000, 3, 31, 1, -1}, + {10, 1, 6000000, 9600000, 0, 39, 3, -1}, + {10, 1, 9600000, 12000000, 0, 19, 2, -1}, + {10, 1, 12000000, 19200000, 1, 39, 2, -1}, + {10, 1, 19200000, 24000000, 1, 19, 1, -1}, + {10, 1, 24000000, 38400000, 3, 39, 1, -1}, + {12, 1, 6000000, 8000000, 0, 47, 3, -1}, + {12, 1, 8000000, 12000000, 0, 23, 2, -1}, + {12, 1, 12000000, 16000000, 1, 47, 2, -1}, + {12, 1, 16000000, 24000000, 1, 23, 1, -1}, + {12, 1, 24000000, 30000000, 3, 47, 1, -1}, + {12, 1, 30000000, 32000000, 3, 47, 1, -1}, + {14, 1, 6000000, 6857142, 0, 55, 3, -1}, + {14, 1, 6857143, 12000000, 0, 27, 2, -1}, + {14, 1, 12000000, 13714285, 1, 55, 2, -1}, + {14, 1, 13714286, 24000000, 1, 27, 1, -1}, + {14, 1, 24000000, 27428571, 3, 55, 1, -1}, + {16, 1, 6000000, 12000000, 0, 31, 2, -1}, + {16, 1, 12000000, 24000000, 1, 31, 1, -1}, + {18, 1, 6000000, 10666666, 0, 35, 2, -1}, + {18, 1, 10666667, 12000000, 0, 17, 1, -1}, + {18, 1, 12000000, 21333333, 1, 35, 1, -1}, + {20, 1, 6000000, 9600000, 0, 39, 2, -1}, + {20, 1, 9600000, 12000000, 0, 19, 1, -1}, + {20, 1, 12000000, 19200000, 1, 39, 1, -1}, + {22, 1, 6000000, 8727272, 0, 43, 2, -1}, + {22, 1, 8727273, 12000000, 0, 21, 1, -1}, + {22, 1, 12000000, 17454545, 1, 43, 1, -1}, + {24, 1, 6000000, 8000000, 0, 47, 2, -1}, + {24, 1, 8000000, 12000000, 0, 23, 1, -1}, + {24, 1, 12000000, 16000000, 1, 47, 1, -1}, + {26, 1, 6000000, 7384615, 0, 51, 2, -1}, + {26, 1, 7384616, 12000000, 0, 25, 1, -1}, + {26, 1, 12000000, 14768230, 1, 51, 1, -1}, + {28, 1, 6000000, 6857142, 0, 55, 2, -1}, + {28, 1, 6857143, 12000000, 0, 27, 1, -1}, + {28, 1, 12000000, 13714285, 1, 55, 1, -1}, + {30, 1, 6000000, 6400000, 0, 59, 2, -1}, + {30, 1, 6400000, 12000000, 0, 29, 1, -1}, + {30, 1, 12000000, 12800000, 1, 59, 1, -1}, + {32, 1, 6000000, 12000000, 0, 31, 1, -1} +}; + +#define PLL_CONFIG_NOT_VALID -1 + +void __metal_driver_sifive_fe310_g000_pll_init(struct __metal_driver_sifive_fe310_g000_pll *pll); + +/* Given the rate of the PLL input frequency and a PLL configuration, what + * will the resulting PLL output frequency be? + * Arguments: + * - pll_input_rate the PLL input frequency in hertz + * - config the PLL configuration + * Returns: + * - PLL_CONFIG_NOT_VALID if the configuration is not valid for the input frequency + * - the output frequency, in hertz */ +static long get_pll_config_freq(long pll_input_rate, const struct pll_config_t *config) +{ + if(pll_input_rate < config->min_input_rate || pll_input_rate > config->max_input_rate) + return PLL_CONFIG_NOT_VALID; + + return pll_input_rate * config->multiplier / config->divisor; +} + +#ifdef __METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE + +static void metal_sifive_fe310_g000_pll_init(void) __attribute__((constructor)); +static void metal_sifive_fe310_g000_pll_init(void) { + long init_rate = __metal_driver_sifive_fe310_g000_pll_init_rate(); + /* If the PLL init_rate is zero, don't initialize the PLL */ + if(init_rate != 0) + __metal_driver_sifive_fe310_g000_pll_init(__METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE); +} + +#endif /* __METAL_DT_SIFIVE_FE310_G000__PLL_HANDLE */ + +void __metal_driver_sifive_fe310_g000_pll_init(struct __metal_driver_sifive_fe310_g000_pll *pll) { + struct metal_clock *pllref = __metal_driver_sifive_fe310_g000_pll_pllref(&(pll->clock)); + long init_rate = __metal_driver_sifive_fe310_g000_pll_init_rate(); + long config_offset = __metal_driver_sifive_fe310_g000_pll_config_offset(); + long base = __metal_driver_sifive_fe310_g000_prci_base(); + + __metal_io_u32 *pllcfg = (__metal_io_u32 *) (base + config_offset); + + /* If the PLL clock has had a _pre_rate_change_callback configured, call it */ + if(pll->clock._pre_rate_change_callback != NULL) + pll->clock._pre_rate_change_callback(pll->clock._pre_rate_change_callback_priv); + + /* If we're running off of the PLL, switch off before we start configuring it*/ + if((__METAL_ACCESS_ONCE(pllcfg) & PLL_SEL) == 0) + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_SEL); + + /* Make sure we're running off of the external oscillator for stability */ + if(pllref != NULL) + __METAL_ACCESS_ONCE(pllcfg) |= PLL_REFSEL; + + /* Configure the PLL to run at the requested init frequency. + * Using the vtable instead of the user API because we want to control + * when the callbacks occur. */ + pll->clock.vtable->set_rate_hz(&(pll->clock), init_rate); + + /* If the PLL clock has had a rate_change_callback configured, call it */ + if(pll->clock._post_rate_change_callback != NULL) + pll->clock._post_rate_change_callback(pll->clock._post_rate_change_callback_priv); +} + +long __metal_driver_sifive_fe310_g000_pll_get_rate_hz(const struct metal_clock *clock) +{ + struct metal_clock *pllref = __metal_driver_sifive_fe310_g000_pll_pllref(clock); + struct metal_clock *pllsel0 = __metal_driver_sifive_fe310_g000_pll_pllsel0(clock); + long config_offset = __metal_driver_sifive_fe310_g000_pll_config_offset(clock); + struct __metal_driver_sifive_fe310_g000_prci *config_base = + __metal_driver_sifive_fe310_g000_pll_config_base(clock); + long divider_offset = __metal_driver_sifive_fe310_g000_pll_divider_offset(clock); + struct __metal_driver_sifive_fe310_g000_prci *divider_base = + __metal_driver_sifive_fe310_g000_pll_divider_base(clock); + const struct __metal_driver_vtable_sifive_fe310_g000_prci *vtable = + __metal_driver_sifive_fe310_g000_prci_vtable(); + + long cfg = vtable->get_reg(config_base, config_offset); + long div = vtable->get_reg(divider_base, divider_offset); + + /* At the end of the PLL there's one big mux: it either selects the HFROSC + * (bypassing the PLL entirely) or uses the PLL. */ + if (__METAL_GET_FIELD(cfg, PLL_SEL) == 0) + return metal_clock_get_rate_hz(pllsel0); + + /* There's a clock mux before the PLL that selects between the HFROSC adn + * the HFXOSC as the PLL's input clock. */ + long ref_hz = metal_clock_get_rate_hz(__METAL_GET_FIELD(cfg, PLL_REFSEL) ? pllref : pllsel0); + + /* It's possible to bypass the PLL, which is an internal bpyass. This + * still obays the PLL's input clock mu. */ + if (__METAL_GET_FIELD(cfg, PLL_BYPASS)) + return ref_hz; + + /* Logically the PLL is a three stage div-mul-div. */ + long div_r = __METAL_GET_FIELD(cfg, PLL_R) + 1; + long mul_f = 2 * (__METAL_GET_FIELD(cfg, PLL_F) + 1); + if (__METAL_GET_FIELD(cfg, PLL_Q) == 0) + return -1; + long div_q = 1 << __METAL_GET_FIELD(cfg, PLL_Q); + + /* In addition to the dividers inherent in the PLL, there's an additional + * clock divider that lives after the PLL and lets us pick a more + * interesting range of frequencies. */ + long pllout = (((ref_hz / div_r) * mul_f) / div_q); + if (__METAL_GET_FIELD(div, DIV_1)) + return pllout; + + return pllout / (2 * (__METAL_GET_FIELD(div, DIV_DIV) + 1)); +} + +/* Find a valid configuration for the PLL which is closest to the desired + * output frequency. + * Arguments: + * - ref_hz PLL input frequency + * - rate desired PLL output frequency + * Returns: + * -1 if no valid configuration is available + * the index into pll_configs of a valid configuration */ +static int find_closest_config(long ref_hz, long rate) +{ + int closest_index = -1; + long closest_diff = LONG_MAX; + + /* We're probably trying for a fast output frequency, so start from + * the high end of the configs. */ + for(int i = (sizeof(pll_configs) / sizeof(pll_configs[0])) - 1; i >= 0; i--) + { + long config_freq = get_pll_config_freq(ref_hz, &(pll_configs[i])); + if(config_freq != PLL_CONFIG_NOT_VALID) + { + long freq_diff = abs(config_freq - rate); + if(freq_diff < closest_diff) + { + closest_index = i; + closest_diff = freq_diff; + } + } + } + + return closest_index; +} + +/* Configure the PLL and wait for it to lock */ +static void configure_pll(__metal_io_u32 *pllcfg, __metal_io_u32 *plloutdiv, const struct pll_config_t *config) +{ + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_R); + __METAL_ACCESS_ONCE(pllcfg) |= PLL_R_SHIFT(config->r); + + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_F); + __METAL_ACCESS_ONCE(pllcfg) |= PLL_F_SHIFT(config->f); + + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_Q); + __METAL_ACCESS_ONCE(pllcfg) |= PLL_Q_SHIFT(config->q); + + if(config->d < 0) + { + /* disable final divider */ + __METAL_ACCESS_ONCE(plloutdiv) |= DIV_1; + + __METAL_ACCESS_ONCE(plloutdiv) &= ~(DIV_DIV); + __METAL_ACCESS_ONCE(plloutdiv) |= PLL_DIV_SHIFT(1); + } + else + { + __METAL_ACCESS_ONCE(plloutdiv) &= ~(DIV_1); + + __METAL_ACCESS_ONCE(plloutdiv) &= ~(DIV_DIV); + __METAL_ACCESS_ONCE(plloutdiv) |= PLL_DIV_SHIFT(config->d); + } + + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_BYPASS); + + /* Wait for PLL to lock */ + while((__METAL_ACCESS_ONCE(pllcfg) & PLL_LOCK) == 0) ; +} + +long __metal_driver_sifive_fe310_g000_pll_set_rate_hz(struct metal_clock *clock, long rate) +{ + struct metal_clock *pllref = __metal_driver_sifive_fe310_g000_pll_pllref(clock); + struct metal_clock *pllsel0 = __metal_driver_sifive_fe310_g000_pll_pllsel0(clock); + long config_offset = __metal_driver_sifive_fe310_g000_pll_config_offset(clock); + long divider_offset = __metal_driver_sifive_fe310_g000_pll_divider_offset(clock); + long base = __metal_driver_sifive_fe310_g000_prci_base(); + + __metal_io_u32 *pllcfg = (__metal_io_u32 *) (base + config_offset); + __metal_io_u32 *plloutdiv = (__metal_io_u32 *) (base + divider_offset); + + /* We can't modify the PLL if coreclk is driven by it, so switch it off */ + if (__METAL_ACCESS_ONCE(pllcfg) & PLL_SEL) + __METAL_ACCESS_ONCE(pllcfg) &= ~(PLL_SEL); + + /* There's a clock mux before the PLL that selects between the HFROSC and + * the HFXOSC as the PLL's input clock. */ + long ref_hz = metal_clock_get_rate_hz(__METAL_ACCESS_ONCE(pllcfg) & PLL_REFSEL ? pllref : pllsel0); + + /* if the desired rate is within 75%-125% of the input clock, bypass the PLL */ + if((ref_hz * 3 / 4) <= rate && (ref_hz * 5 / 4) >= rate) + { + __METAL_ACCESS_ONCE(pllcfg) |= PLL_BYPASS; + } + else + { + int config_index = find_closest_config(ref_hz, rate); + if(config_index != -1) + { + configure_pll(pllcfg, plloutdiv, &(pll_configs[config_index])); + } + else + { + /* unable to find a valid configuration */ + __METAL_ACCESS_ONCE(pllcfg) |= PLL_BYPASS; + } + } + + /* Enable the PLL */ + __METAL_ACCESS_ONCE(pllcfg) |= PLL_SEL; + + return __metal_driver_sifive_fe310_g000_pll_get_rate_hz(clock); +} + +#ifdef __METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE +static void use_hfxosc(void) __attribute__((constructor)); +static void use_hfxosc(void) +{ + long init_rate = __metal_driver_sifive_fe310_g000_pll_init_rate(); + metal_clock_set_rate_hz( + &__METAL_DT_SIFIVE_FE310_G000_PLL_HANDLE->clock, init_rate + ); +} +#endif + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_pll) = { + .init = __metal_driver_sifive_fe310_g000_pll_init, + .clock.get_rate_hz = __metal_driver_sifive_fe310_g000_pll_get_rate_hz, + .clock.set_rate_hz = __metal_driver_sifive_fe310_g000_pll_set_rate_hz, +}; + +#endif /* METAL_SIFIVE_FE310_G000_PLL */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_prci.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_prci.c new file mode 100644 index 000000000..4b402a27a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fe310-g000_prci.c @@ -0,0 +1,26 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_FE310_G000_PRCI + +#include +#include + +long __metal_driver_sifive_fe310_g000_prci_get_reg(const struct __metal_driver_sifive_fe310_g000_prci *prci, long offset) { + unsigned long base = __metal_driver_sifive_fe310_g000_prci_base(); + return __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + offset)); +} + +long __metal_driver_sifive_fe310_g000_prci_set_reg(const struct __metal_driver_sifive_fe310_g000_prci *prci, long offset, long value) { + unsigned long base = __metal_driver_sifive_fe310_g000_prci_base(); + return __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + offset)) = value; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_prci) = { + .get_reg = __metal_driver_sifive_fe310_g000_prci_get_reg, + .set_reg = __metal_driver_sifive_fe310_g000_prci_set_reg, +}; + +#endif /* METAL_SIFIVE_FE310_G000_PRCI */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fu540-c000_l2.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fu540-c000_l2.c new file mode 100644 index 000000000..5e66b6cda --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_fu540-c000_l2.c @@ -0,0 +1,81 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +#define L2_CONFIG_WAYS_SHIFT 8 +#define L2_CONFIG_WAYS_MASK (0xFF << L2_CONFIG_WAYS_SHIFT) + +#ifdef CONFIG_SIFIVE_FU540_C000_L2 + +static void metal_driver_sifive_fu540_c000_l2_init(void) __attribute__((constructor)); +static void metal_driver_sifive_fu540_c000_l2_init(void) +{ +#ifdef __METAL_DT_SIFIVE_FU540_C000_L2_HANDLE + /* Get the handle for the L2 cache controller */ + struct __metal_driver_sifive_fu540_c000_l2 *l2 = __METAL_DT_SIFIVE_FU540_C000_L2_HANDLE; + if(!l2) { + return; + } + + /* Get the number of available ways per bank */ + uint32_t ways = __METAL_ACCESS_ONCE((__metal_io_u32 *)(l2->control_base + SIFIVE_FU540_C000_L2_CONFIG)); + ways = ((ways & L2_CONFIG_WAYS_MASK) >> L2_CONFIG_WAYS_SHIFT); + + /* Enable all the ways */ + __metal_driver_sifive_fu540_c000_l2_init(l2, ways); +#endif +} + +void __metal_driver_sifive_fu540_c000_l2_init(struct metal_cache *l2, int ways) +{ + metal_cache_set_enabled_ways(l2, ways); +} + +int __metal_driver_sifive_fu540_c000_l2_get_enabled_ways(struct metal_cache *cache) +{ + struct __metal_driver_sifive_fu540_c000_l2 *l2 = (struct __metal_driver_sifive_fu540_c000_l2 *) cache; + if(!l2) { + return -1; + } + + uint32_t way_enable = __METAL_ACCESS_ONCE((__metal_io_u32 *)(l2->control_base + SIFIVE_FU540_C000_L2_WAYENABLE)); + + /* The stored number is the index, so add one */ + return (0xFF & way_enable) + 1; +} + +int __metal_driver_sifive_fu540_c000_l2_set_enabled_ways(struct metal_cache *cache, int ways) +{ + struct __metal_driver_sifive_fu540_c000_l2 *l2 = (struct __metal_driver_sifive_fu540_c000_l2 *) cache; + if(!l2) { + return -1; + } + + /* We can't decrease the number of enabled ways */ + if(metal_cache_get_enabled_ways(cache) > ways) { + return -2; + } + + /* The stored value is the index, so subtract one */ + uint32_t value = 0xFF & (ways - 1); + + /* Set the number of enabled ways */ + __METAL_ACCESS_ONCE((__metal_io_u32 *)(l2->control_base + SIFIVE_FU540_C000_L2_WAYENABLE)) = value; + + /* Make sure the number of ways was set correctly */ + if(metal_cache_get_enabled_ways(cache) != ways) { + return -3; + } + + return 0; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_fu540_c000_l2) = { + .cache.init = __metal_driver_sifive_fu540_c000_l2_init, + .cache.get_enabled_ways = __metal_driver_sifive_fu540_c000_l2_get_enabled_ways, + .cache.set_enabled_ways = __metal_driver_sifive_fu540_c000_l2_set_enabled_ways, +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_global-external-interrupts0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_global-external-interrupts0.c new file mode 100644 index 000000000..59f6fbe48 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_global-external-interrupts0.c @@ -0,0 +1,120 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_GLOBAL_EXTERNAL_INTERRUPTS0 + +#include +#include +#include +#include + +void __metal_driver_sifive_global_external_interrupt_init(struct metal_interrupt *controller) +{ + struct __metal_driver_sifive_global_external_interrupts0 *global0; + + global0 = (struct __metal_driver_sifive_global_external_interrupts0 *)(controller); + if ( !global0->init_done ) { + struct metal_interrupt *intc = + __metal_driver_sifive_global_external_interrupts0_interrupt_parent(controller); + + if (intc) { + intc->vtable->interrupt_init(intc); + /* Register its interrupts with with parent controller */ + for (int i = 0; + i < __metal_driver_sifive_global_external_interrupts0_num_interrupts(controller); + i++) { + intc->vtable->interrupt_register(intc, + __metal_driver_sifive_global_external_interrupts0_interrupt_lines(controller, i), + NULL, controller); + } + global0->init_done = 1; + } + } +} + +int __metal_driver_sifive_global_external_interrupt_register(struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_global_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_register(intc, id, isr, priv); + } + } + return rc; +} + +int __metal_driver_sifive_global_external_interrupt_enable(struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_global_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_enable(intc, id); + } + } + return rc; +} + +int __metal_driver_sifive_global_external_interrupt_disable(struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_global_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_disable(intc, id); + } + } + return rc; +} + +int __metal_driver_sifive_global_external_command_request (struct metal_interrupt *controller, + int command, void *data) +{ + int idx; + int rc = -1; + + switch (command) { + case METAL_MAX_INTERRUPT_GET: + rc = __metal_driver_sifive_global_external_interrupts0_num_interrupts(controller); + break; + case METAL_INDEX_INTERRUPT_GET: + rc = 0; + if (data) { + idx = *(int *)data; + rc = __metal_driver_sifive_global_external_interrupts0_interrupt_lines(controller, idx); + } + break; + default: + break; + } + + return rc; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_global_external_interrupts0) = { + .global0_vtable.interrupt_init = __metal_driver_sifive_global_external_interrupt_init, + .global0_vtable.interrupt_register = __metal_driver_sifive_global_external_interrupt_register, + .global0_vtable.interrupt_enable = __metal_driver_sifive_global_external_interrupt_enable, + .global0_vtable.interrupt_disable = __metal_driver_sifive_global_external_interrupt_disable, + .global0_vtable.command_request = __metal_driver_sifive_global_external_command_request, +}; + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-buttons.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-buttons.c new file mode 100644 index 000000000..fbb6c92a7 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-buttons.c @@ -0,0 +1,55 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_GPIO_BUTTONS + +#include +#include +#include +#include + +int __metal_driver_button_exist (struct metal_button *button, char *label) +{ + if (strcmp(__metal_driver_sifive_gpio_button_label(button), label) == 0) { + return 1; + } + return 0; +} + +struct metal_interrupt * +__metal_driver_button_interrupt_controller(struct metal_button *button) +{ + return __metal_driver_sifive_gpio_button_interrupt_controller(button); +} + +int __metal_driver_button_get_interrupt_id(struct metal_button *button) +{ + int irq, max_irq; + struct metal_interrupt *irc; + + irq = __metal_driver_sifive_gpio_button_interrupt_line(button); + irc = __metal_driver_sifive_gpio_button_interrupt_controller(button); + + if (irc != NULL) { + max_irq = _metal_interrupt_command_request(irc, + METAL_MAX_INTERRUPT_GET, + NULL); + + if (irq < max_irq) { + return _metal_interrupt_command_request(irc, + METAL_INDEX_INTERRUPT_GET, + (void *)&irq); + } + } + return METAL_INTERRUPT_ID_LCMX; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_button) = { + .button_vtable.button_exist = __metal_driver_button_exist, + .button_vtable.interrupt_controller = __metal_driver_button_interrupt_controller, + .button_vtable.get_interrupt_id = __metal_driver_button_get_interrupt_id, +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-leds.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-leds.c new file mode 100644 index 000000000..68f72d5bd --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-leds.c @@ -0,0 +1,83 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_GPIO_LEDS + +#include +#include +#include +#include + +int __metal_driver_led_exist (struct metal_led *led, char *label) +{ + if (strcmp(__metal_driver_sifive_gpio_led_label(led), label) == 0) { + return 1; + } + return 0; +} + +void __metal_driver_led_enable (struct metal_led *led) +{ + int pin; + struct metal_gpio *gpio; + + pin = __metal_driver_sifive_gpio_led_pin(led); + gpio = __metal_driver_sifive_gpio_led_gpio(led); + + if (gpio != NULL) { + /* Configure LED as output */ + metal_gpio_disable_input((struct metal_gpio *) gpio, pin); + metal_gpio_enable_output((struct metal_gpio *) gpio, pin); + } +} + +void __metal_driver_led_on (struct metal_led *led) +{ + int pin; + struct metal_gpio *gpio; + + pin = __metal_driver_sifive_gpio_led_pin(led); + gpio = __metal_driver_sifive_gpio_led_gpio(led); + + if (gpio != NULL) { + metal_gpio_set_pin((struct metal_gpio *) gpio, pin, 1); + } +} + +void __metal_driver_led_off (struct metal_led *led) +{ + int pin; + struct metal_gpio *gpio; + + pin = __metal_driver_sifive_gpio_led_pin(led); + gpio = __metal_driver_sifive_gpio_led_gpio(led); + + if (gpio != NULL) { + metal_gpio_set_pin((struct metal_gpio *) gpio, pin, 0); + } +} + +void __metal_driver_led_toggle (struct metal_led *led) +{ + int pin; + struct metal_gpio *gpio; + + pin = __metal_driver_sifive_gpio_led_pin(led); + gpio = __metal_driver_sifive_gpio_led_gpio(led); + + if (gpio != NULL) { + metal_gpio_toggle_pin((struct metal_gpio *) gpio, pin); + } +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_led) = { + .led_vtable.led_exist = __metal_driver_led_exist, + .led_vtable.led_enable = __metal_driver_led_enable, + .led_vtable.led_on = __metal_driver_led_on, + .led_vtable.led_off = __metal_driver_led_off, + .led_vtable.led_toggle = __metal_driver_led_toggle, +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-switches.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-switches.c new file mode 100644 index 000000000..b9302529d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio-switches.c @@ -0,0 +1,54 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_GPIO_SWITCHES + +#include +#include +#include +#include + +int __metal_driver_switch_exist (struct metal_switch *flip, char *label) +{ + if (strcmp(__metal_driver_sifive_gpio_switch_label(flip), label) == 0) { + return 1; + } + return 0; +} + +struct metal_interrupt * +__metal_driver_switch_interrupt_controller(struct metal_switch *flip) +{ + return __metal_driver_sifive_gpio_switch_interrupt_controller(flip); +} + +int __metal_driver_switch_get_interrupt_id(struct metal_switch *flip) +{ + int irq, max_irq; + struct metal_interrupt *irc; + + irq = __metal_driver_sifive_gpio_switch_interrupt_line(flip); + irc = __metal_driver_sifive_gpio_switch_interrupt_controller(flip); + if (irc != NULL) { + max_irq = _metal_interrupt_command_request(irc, + METAL_MAX_INTERRUPT_GET, + NULL); + + if (irq < max_irq) { + return _metal_interrupt_command_request(irc, + METAL_INDEX_INTERRUPT_GET, + (void *)&irq); + } + } + return METAL_INTERRUPT_ID_LCMX; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_switch) = { + .switch_vtable.switch_exist = __metal_driver_switch_exist, + .switch_vtable.interrupt_controller = __metal_driver_switch_interrupt_controller, + .switch_vtable.get_interrupt_id = __metal_driver_switch_get_interrupt_id, +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio0.c new file mode 100644 index 000000000..55ff458bf --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_gpio0.c @@ -0,0 +1,85 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_GPIO0 + +#include +#include +#include + +int __metal_driver_sifive_gpio0_disable_input(struct metal_gpio *ggpio, long source) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_INPUT_EN)) &= ~source; + + return 0; +} + +long __metal_driver_sifive_gpio0_output(struct metal_gpio *ggpio) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + return __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_PORT)); +} + +int __metal_driver_sifive_gpio0_enable_output(struct metal_gpio *ggpio, long source) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_OUTPUT_EN)) |= source; + + return 0; +} + +int __metal_driver_sifive_gpio0_output_set(struct metal_gpio *ggpio, long value) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_PORT)) |= value; + + return 0; +} + +int __metal_driver_sifive_gpio0_output_clear(struct metal_gpio *ggpio, long value) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_PORT)) &= ~value; + + return 0; +} + +int __metal_driver_sifive_gpio0_output_toggle(struct metal_gpio *ggpio, long value) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_PORT)) = + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_PORT)) ^ value; + + return 0; +} + +int __metal_driver_sifive_gpio0_enable_io(struct metal_gpio *ggpio, long source, long dest) +{ + long base = __metal_driver_sifive_gpio0_base(ggpio); + + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_IOF_SEL)) &= ~source; + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_GPIO0_IOF_EN)) |= dest; + + return 0; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_gpio0) = { + .gpio.disable_input = __metal_driver_sifive_gpio0_disable_input, + .gpio.output = __metal_driver_sifive_gpio0_output, + .gpio.enable_output = __metal_driver_sifive_gpio0_enable_output, + .gpio.output_set = __metal_driver_sifive_gpio0_output_set, + .gpio.output_clear = __metal_driver_sifive_gpio0_output_clear, + .gpio.output_toggle = __metal_driver_sifive_gpio0_output_toggle, + .gpio.enable_io = __metal_driver_sifive_gpio0_enable_io, +}; + +#endif /* METAL_SIFIVE_GPIO0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_local-external-interrupts0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_local-external-interrupts0.c new file mode 100644 index 000000000..d205957ad --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_local-external-interrupts0.c @@ -0,0 +1,117 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_LOCAL_EXTERNAL_INTERRUPTS0 + +#include +#include +#include + +void __metal_driver_sifive_local_external_interrupt_init(struct metal_interrupt *controller) +{ + struct __metal_driver_sifive_local_external_interrupts0 *local0; + + local0 = (struct __metal_driver_sifive_local_external_interrupts0 *)(controller); + if ( !local0->init_done ) { + struct metal_interrupt *intc = + __metal_driver_sifive_local_external_interrupts0_interrupt_parent(controller); + + if (intc) { + /* Register its interruptswith with parent controller, aka all external to default isr */ + for (int i = 0; + i < __metal_driver_sifive_local_external_interrupts0_num_interrupts(controller); + i++) { + intc->vtable->interrupt_register(intc, + __metal_driver_sifive_local_external_interrupts0_interrupt_lines(controller, i), + NULL, controller); + } + local0->init_done = 1; + } + } +} + +int __metal_driver_sifive_local_external_interrupt_register(struct metal_interrupt *controller, + int id, metal_interrupt_handler_t isr, + void *priv) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_local_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_register(intc, id, isr, priv); + } + } + return rc; +} + +int __metal_driver_sifive_local_external_interrupt_enable(struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_local_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_enable(intc, id); + } + } + return rc; +} + +int __metal_driver_sifive_local_external_interrupt_disable(struct metal_interrupt *controller, int id) +{ + int rc = -1; + + if (id != 0) { + struct metal_interrupt *intc = + __metal_driver_sifive_local_external_interrupts0_interrupt_parent(controller); + + /* Enable its interrupts with parent controller */ + if (intc) { + rc = intc->vtable->interrupt_disable(intc, id); + } + } + return rc; +} + +int __metal_driver_sifive_local_external_command_request (struct metal_interrupt *controller, + int command, void *data) +{ + int idx; + int rc = -1; + + switch (command) { + case METAL_MAX_INTERRUPT_GET: + rc = __metal_driver_sifive_local_external_interrupts0_num_interrupts(controller); + break; + case METAL_INDEX_INTERRUPT_GET: + rc = 0; + if (data) { + idx = *(int *)data; + rc = __metal_driver_sifive_local_external_interrupts0_interrupt_lines(controller, idx); + } + break; + default: + break; + } + + return rc; +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_local_external_interrupts0) = { + .local0_vtable.interrupt_init = __metal_driver_sifive_local_external_interrupt_init, + .local0_vtable.interrupt_register = __metal_driver_sifive_local_external_interrupt_register, + .local0_vtable.interrupt_enable = __metal_driver_sifive_local_external_interrupt_enable, + .local0_vtable.interrupt_disable = __metal_driver_sifive_local_external_interrupt_disable, + .local0_vtable.command_request = __metal_driver_sifive_local_external_command_request, +}; + +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_spi0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_spi0.c new file mode 100644 index 000000000..fd9bc5e91 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_spi0.c @@ -0,0 +1,277 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_SPI0 +#include +#include +#include +#include + +/* Register fields */ +#define METAL_SPI_SCKDIV_MASK 0xFFF + +#define METAL_SPI_SCKMODE_PHA_SHIFT 0 +#define METAL_SPI_SCKMODE_POL_SHIFT 1 + +#define METAL_SPI_CSMODE_MASK 3 +#define METAL_SPI_CSMODE_AUTO 0 +#define METAL_SPI_CSMODE_HOLD 2 +#define METAL_SPI_CSMODE_OFF 3 + +#define METAL_SPI_PROTO_MASK 3 +#define METAL_SPI_PROTO_SINGLE 0 +#define METAL_SPI_PROTO_DUAL 1 +#define METAL_SPI_PROTO_QUAD 2 + +#define METAL_SPI_ENDIAN_LSB 4 + +#define METAL_SPI_DISABLE_RX 8 + +#define METAL_SPI_FRAME_LEN_SHIFT 16 +#define METAL_SPI_FRAME_LEN_MASK (0xF << METAL_SPI_FRAME_LEN_SHIFT) + +#define METAL_SPI_TXDATA_FULL (1 << 31) +#define METAL_SPI_RXDATA_EMPTY (1 << 31) +#define METAL_SPI_TXMARK_MASK 7 +#define METAL_SPI_TXWM 1 +#define METAL_SPI_TXRXDATA_MASK (0xFF) + +#define METAL_SPI_INTERVAL_SHIFT 16 + +#define METAL_SPI_CONTROL_IO 0 +#define METAL_SPI_CONTROL_MAPPED 1 + +#define METAL_SPI_REG(offset) (((unsigned long)control_base + offset)) +#define METAL_SPI_REGB(offset) (__METAL_ACCESS_ONCE((__metal_io_u8 *)METAL_SPI_REG(offset))) +#define METAL_SPI_REGW(offset) (__METAL_ACCESS_ONCE((__metal_io_u32 *)METAL_SPI_REG(offset))) + +#define METAL_SPI_RXDATA_TIMEOUT 1 + +static int configure_spi(struct __metal_driver_sifive_spi0 *spi, struct metal_spi_config *config) +{ + long control_base = __metal_driver_sifive_spi0_control_base((struct metal_spi *)spi); + /* Set protocol */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) &= ~(METAL_SPI_PROTO_MASK); + switch(config->protocol) { + case METAL_SPI_SINGLE: + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) |= METAL_SPI_PROTO_SINGLE; + break; + case METAL_SPI_DUAL: + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) |= METAL_SPI_PROTO_DUAL; + break; + case METAL_SPI_QUAD: + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) |= METAL_SPI_PROTO_QUAD; + break; + default: + /* Unsupported value */ + return -1; + } + + /* Set Polarity */ + if(config->polarity) { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKMODE) |= (1 << METAL_SPI_SCKMODE_PHA_SHIFT); + } else { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKMODE) &= ~(1 << METAL_SPI_SCKMODE_PHA_SHIFT); + } + + /* Set Phase */ + if(config->phase) { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKMODE) |= (1 << METAL_SPI_SCKMODE_POL_SHIFT); + } else { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKMODE) &= ~(1 << METAL_SPI_SCKMODE_POL_SHIFT); + } + + /* Set Endianness */ + if(config->little_endian) { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) |= METAL_SPI_ENDIAN_LSB; + } else { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) &= ~(METAL_SPI_ENDIAN_LSB); + } + + /* Always populate receive FIFO */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) &= ~(METAL_SPI_DISABLE_RX); + + /* Set CS Active */ + if(config->cs_active_high) { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSDEF) = 0; + } else { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSDEF) = 1; + } + + /* Set frame length */ + if((METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) & METAL_SPI_FRAME_LEN_MASK) != (8 << METAL_SPI_FRAME_LEN_SHIFT)) { + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) &= ~(METAL_SPI_FRAME_LEN_MASK); + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FMT) |= (8 << METAL_SPI_FRAME_LEN_SHIFT); + } + + /* Set CS line */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSID) = config->csid; + + /* Toggle off memory-mapped SPI flash mode, toggle on programmable IO mode + * It seems that with this line uncommented, the debugger cannot have access + * to the chip at all because it assumes the chip is in memory-mapped mode. + * I have to compile the code with this line commented and launch gdb, + * reset cores, reset $pc, set *((int *) 0x20004060) = 0, (set the flash + * interface control register to programmable I/O mode) and then continue + * Alternative, comment out the "flash" line in openocd.cfg */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_FCTRL) = METAL_SPI_CONTROL_IO; + + return 0; +} + +int __metal_driver_sifive_spi0_transfer(struct metal_spi *gspi, + struct metal_spi_config *config, + size_t len, + char *tx_buf, + char *rx_buf) +{ + struct __metal_driver_sifive_spi0 *spi = (void *)gspi; + long control_base = __metal_driver_sifive_spi0_control_base(gspi); + int rc = 0; + + rc = configure_spi(spi, config); + if(rc != 0) { + return rc; + } + + /* Hold the chip select line for all len transferred */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSMODE) &= ~(METAL_SPI_CSMODE_MASK); + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSMODE) |= METAL_SPI_CSMODE_HOLD; + + unsigned long rxdata; + + /* Declare time_t variables to break out of infinite while loop */ + time_t endwait; + + for(int i = 0; i < len; i++) { + /* Master send bytes to the slave */ + + /* Wait for TXFIFO to not be full */ + while (METAL_SPI_REGW(METAL_SIFIVE_SPI0_TXDATA) & METAL_SPI_TXDATA_FULL); + + /* Transfer byte by modifying the least significant byte in the TXDATA register */ + if (tx_buf) { + METAL_SPI_REGB(METAL_SIFIVE_SPI0_TXDATA) = tx_buf[i]; + } else { + /* Transfer a 0 byte if the sending buffer is NULL */ + METAL_SPI_REGB(METAL_SIFIVE_SPI0_TXDATA) = 0; + } + + /* Master receives bytes from the RX FIFO */ + + /* Wait for RXFIFO to not be empty, but break the nested loops if timeout + * this timeout method needs refining, preferably taking into account + * the device specs */ + endwait = time(NULL) + METAL_SPI_RXDATA_TIMEOUT; + + while ((rxdata = METAL_SPI_REGW(METAL_SIFIVE_SPI0_RXDATA)) & METAL_SPI_RXDATA_EMPTY) { + if (time(NULL) > endwait) { + /* If timeout, deassert the CS */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSMODE) &= ~(METAL_SPI_CSMODE_MASK); + + /* If timeout, return error code 1 immediately */ + return 1; + } + } + + /* Only store the dequeued byte if the receive_buffer is not NULL */ + if (rx_buf) { + rx_buf[i] = (char) (rxdata & METAL_SPI_TXRXDATA_MASK); + } + } + + /* On the last byte, set CSMODE to auto so that the chip select transitions back to high + * The reason that CS pin is not deasserted after transmitting out the byte buffer is timing. + * The code on the host side likely executes faster than the ability of FIFO to send out bytes. + * After the host iterates through the array, fifo is likely not cleared yet. If host deasserts + * the CS pin immediately, the following bytes in the output FIFO will not be sent consecutively. + * There needs to be a better way to handle this. */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_CSMODE) &= ~(METAL_SPI_CSMODE_MASK); + + return 0; +} + +int __metal_driver_sifive_spi0_get_baud_rate(struct metal_spi *gspi) +{ + struct __metal_driver_sifive_spi0 *spi = (void *)gspi; + return spi->baud_rate; +} + +int __metal_driver_sifive_spi0_set_baud_rate(struct metal_spi *gspi, int baud_rate) +{ + long control_base = __metal_driver_sifive_spi0_control_base(gspi); + struct metal_clock *clock = __metal_driver_sifive_spi0_clock(gspi); + struct __metal_driver_sifive_spi0 *spi = (void *)gspi; + + spi->baud_rate = baud_rate; + + if (clock != NULL) { + long clock_rate = clock->vtable->get_rate_hz(clock); + + /* Calculate divider */ + long div = (clock_rate / (2 * baud_rate)) - 1; + + if(div > METAL_SPI_SCKDIV_MASK) { + /* The requested baud rate is lower than we can support at + * the current clock rate */ + return -1; + } + + /* Set divider */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKDIV) &= ~METAL_SPI_SCKDIV_MASK; + METAL_SPI_REGW(METAL_SIFIVE_SPI0_SCKDIV) |= (div & METAL_SPI_SCKDIV_MASK); + } + + return 0; +} + +static void pre_rate_change_callback(void *priv) +{ + long control_base = __metal_driver_sifive_spi0_control_base((struct metal_spi *)priv); + + /* Detect when the TXDATA is empty by setting the transmit watermark count + * to zero and waiting until an interrupt is pending */ + METAL_SPI_REGW(METAL_SIFIVE_SPI0_TXMARK) &= ~(METAL_SPI_TXMARK_MASK); + + while((METAL_SPI_REGW(METAL_SIFIVE_SPI0_IP) & METAL_SPI_TXWM) == 0) ; +} + +static void post_rate_change_callback(void *priv) +{ + struct __metal_driver_sifive_spi0 *spi = priv; + metal_spi_set_baud_rate(&spi->spi, spi->baud_rate); +} + +void __metal_driver_sifive_spi0_init(struct metal_spi *gspi, int baud_rate) +{ + struct __metal_driver_sifive_spi0 *spi = (void *)(gspi); + struct metal_clock *clock = __metal_driver_sifive_spi0_clock(gspi); + struct __metal_driver_sifive_gpio0 *pinmux = __metal_driver_sifive_spi0_pinmux(gspi); + + if(clock != NULL) { + metal_clock_register_pre_rate_change_callback(clock, &pre_rate_change_callback, spi); + metal_clock_register_post_rate_change_callback(clock, &post_rate_change_callback, spi); + } + + metal_spi_set_baud_rate(&(spi->spi), baud_rate); + + if (pinmux != NULL) { + long pinmux_output_selector = __metal_driver_sifive_spi0_pinmux_output_selector(gspi); + long pinmux_source_selector = __metal_driver_sifive_spi0_pinmux_source_selector(gspi); + pinmux->gpio.vtable->enable_io( + (struct metal_gpio *) pinmux, + pinmux_output_selector, + pinmux_source_selector + ); + } +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_spi0) = { + .spi.init = __metal_driver_sifive_spi0_init, + .spi.transfer = __metal_driver_sifive_spi0_transfer, + .spi.get_baud_rate = __metal_driver_sifive_spi0_get_baud_rate, + .spi.set_baud_rate = __metal_driver_sifive_spi0_set_baud_rate, +}; +#endif /* METAL_SIFIVE_SPI0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_test0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_test0.c new file mode 100644 index 000000000..4ef0aa861 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_test0.c @@ -0,0 +1,26 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_TEST0 + +#include +#include +#include +#include + +void __metal_driver_sifive_test0_exit(const struct __metal_shutdown *sd, int code) __attribute__((noreturn)); +void __metal_driver_sifive_test0_exit(const struct __metal_shutdown *sd, int code) +{ + long base = __metal_driver_sifive_test0_base(); + uint32_t out = (code << 16) + (code == 0 ? 0x5555 : 0x3333); + while (1) { + __METAL_ACCESS_ONCE((__metal_io_u32 *)(base + METAL_SIFIVE_TEST0_FINISHER_OFFSET)) = out; + } +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_test0) = { + .shutdown.exit = &__metal_driver_sifive_test0_exit, +}; +#endif /* METAL_SIFIVE_TEST0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_uart0.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_uart0.c new file mode 100644 index 000000000..46971ec79 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/drivers/sifive_uart0.c @@ -0,0 +1,151 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#ifdef METAL_SIFIVE_UART0 + +#include +#include + +/* TXDATA Fields */ +#define UART_TXEN (1 << 0) +#define UART_TXFULL (1 << 31) + +/* RXDATA Fields */ +#define UART_RXEN (1 << 0) +#define UART_RXEMPTY (1 << 31) + +/* TXCTRL Fields */ +#define UART_NSTOP (1 << 1) +#define UART_TXCNT(count) ((0x7 & count) << 16) + +/* IP Fields */ +#define UART_TXWM (1 << 0) + +#define UART_REG(offset) (((unsigned long)control_base + offset)) +#define UART_REGB(offset) (__METAL_ACCESS_ONCE((__metal_io_u8 *)UART_REG(offset))) +#define UART_REGW(offset) (__METAL_ACCESS_ONCE((__metal_io_u32 *)UART_REG(offset))) + +struct metal_interrupt * +__metal_driver_sifive_uart0_interrupt_controller(struct metal_uart *uart) +{ + return __metal_driver_sifive_uart0_interrupt_parent(uart); +} + +int __metal_driver_sifive_uart0_get_interrupt_id(struct metal_uart *uart) +{ + return (__metal_driver_sifive_uart0_interrupt_line(uart) + METAL_INTERRUPT_ID_GL0); +} + +int __metal_driver_sifive_uart0_putc(struct metal_uart *uart, unsigned char c) +{ + long control_base = __metal_driver_sifive_uart0_control_base(uart); + + while ((UART_REGW(METAL_SIFIVE_UART0_TXDATA) & UART_TXFULL) != 0) { } + UART_REGW(METAL_SIFIVE_UART0_TXDATA) = c; + return 0; +} + +int __metal_driver_sifive_uart0_getc(struct metal_uart *uart, unsigned char *c) +{ + uint32_t ch = UART_RXEMPTY; + long control_base = __metal_driver_sifive_uart0_control_base(uart); + + while (ch & UART_RXEMPTY) { + ch = UART_REGW(METAL_SIFIVE_UART0_RXDATA); + } + *c = ch & 0xff; + return 0; +} + +int __metal_driver_sifive_uart0_get_baud_rate(struct metal_uart *guart) +{ + struct __metal_driver_sifive_uart0 *uart = (void *)guart; + return uart->baud_rate; +} + +int __metal_driver_sifive_uart0_set_baud_rate(struct metal_uart *guart, int baud_rate) +{ + struct __metal_driver_sifive_uart0 *uart = (void *)guart; + long control_base = __metal_driver_sifive_uart0_control_base(guart); + struct metal_clock *clock = __metal_driver_sifive_uart0_clock(guart); + + uart->baud_rate = baud_rate; + + if (clock != NULL) { + long clock_rate = clock->vtable->get_rate_hz(clock); + UART_REGW(METAL_SIFIVE_UART0_DIV) = clock_rate / baud_rate - 1; + UART_REGW(METAL_SIFIVE_UART0_TXCTRL) |= UART_TXEN; + UART_REGW(METAL_SIFIVE_UART0_RXCTRL) |= UART_RXEN; + } + return 0; +} + +static void pre_rate_change_callback(void *priv) +{ + struct __metal_driver_sifive_uart0 *uart = priv; + long control_base = __metal_driver_sifive_uart0_control_base((struct metal_uart *)priv); + struct metal_clock *clock = __metal_driver_sifive_uart0_clock((struct metal_uart *)priv); + + /* Detect when the TXDATA is empty by setting the transmit watermark count + * to one and waiting until an interrupt is pending */ + + UART_REGW(METAL_SIFIVE_UART0_TXCTRL) &= ~(UART_TXCNT(0x7)); + UART_REGW(METAL_SIFIVE_UART0_TXCTRL) |= UART_TXCNT(1); + + while((UART_REGW(METAL_SIFIVE_UART0_IP) & UART_TXWM) == 0) ; + + /* When the TXDATA clears, the UART is still shifting out the last byte. + * Calculate the time we must drain to finish transmitting and then wait + * that long. */ + + long bits_per_symbol = (UART_REGW(METAL_SIFIVE_UART0_TXCTRL) & (1 << 1)) ? 9 : 10; + long clk_freq = clock->vtable->get_rate_hz(clock); + long cycles_to_wait = bits_per_symbol * clk_freq / uart->baud_rate; + + for(volatile long x = 0; x < cycles_to_wait; x++) + asm("nop"); +} + +static void post_rate_change_callback(void *priv) +{ + struct __metal_driver_sifive_uart0 *uart = priv; + metal_uart_set_baud_rate(&uart->uart, uart->baud_rate); +} + +void __metal_driver_sifive_uart0_init(struct metal_uart *guart, int baud_rate) +{ + struct __metal_driver_sifive_uart0 *uart = (void *)(guart); + struct metal_clock *clock = __metal_driver_sifive_uart0_clock(guart); + struct __metal_driver_sifive_gpio0 *pinmux = __metal_driver_sifive_uart0_pinmux(guart); + + if(clock != NULL) { + metal_clock_register_pre_rate_change_callback(clock, &pre_rate_change_callback, guart); + metal_clock_register_post_rate_change_callback(clock, &post_rate_change_callback, guart); + } + + metal_uart_set_baud_rate(&(uart->uart), baud_rate); + + if (pinmux != NULL) { + long pinmux_output_selector = __metal_driver_sifive_uart0_pinmux_output_selector(guart); + long pinmux_source_selector = __metal_driver_sifive_uart0_pinmux_source_selector(guart); + pinmux->gpio.vtable->enable_io( + (struct metal_gpio *) pinmux, + pinmux_output_selector, + pinmux_source_selector + ); + } +} + +__METAL_DEFINE_VTABLE(__metal_driver_vtable_sifive_uart0) = { + .uart.init = __metal_driver_sifive_uart0_init, + .uart.putc = __metal_driver_sifive_uart0_putc, + .uart.getc = __metal_driver_sifive_uart0_getc, + .uart.get_baud_rate = __metal_driver_sifive_uart0_get_baud_rate, + .uart.set_baud_rate = __metal_driver_sifive_uart0_set_baud_rate, + .uart.controller_interrupt = __metal_driver_sifive_uart0_interrupt_controller, + .uart.get_interrupt_id = __metal_driver_sifive_uart0_get_interrupt_id, +}; + +#endif /* METAL_SIFIVE_UART0 */ diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/entry.S b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/entry.S new file mode 100644 index 000000000..460735532 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/entry.S @@ -0,0 +1,107 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +/* This code executes before _start, which is contained inside the C library. + * In embedded systems we want to ensure that _enter, which contains the first + * code to be executed, can be loaded at a specific address. To enable this + * feature we provide the '.text.metal.init.enter' section, which is + * defined to have the first address being where execution should start. */ +.section .text.metal.init.enter +.global _enter + +_enter: + .cfi_startproc + + /* Inform the debugger that there is nowhere to backtrace past _enter. */ + .cfi_undefined ra + + /* The absolute first thing that must happen is configuring the global + * pointer register, which must be done with relaxation disabled because + * it's not valid to obtain the address of any symbol without GP + * configured. The C environment might go ahead and do this again, but + * that's safe as it's a fixed register. */ +.option push +.option norelax + la gp, __global_pointer$ +.option pop + + /* Set up a simple trap vector to catch anything that goes wrong early in + * the boot process. */ + la t0, early_trap_vector + csrw mtvec, t0 + /* enable chicken bit if core is bullet series*/ + la t0, __metal_chicken_bit + beqz t0, 1f + csrwi 0x7C1, 0 +1: + + /* There may be pre-initialization routines inside the MBI code that run in + * C, so here we set up a C environment. First we set up a stack pointer, + * which is left as a weak reference in order to allow initialization + * routines that do not need a stack to be set up to transparently be + * called. */ + .weak __metal_stack_pointer + la sp, __metal_stack_pointer + + /* Check for an initialization routine and call it if one exists, otherwise + * just skip over the call entirely. Note that __metal_initialize isn't + * actually a full C function, as it doesn't end up with the .bss or .data + * segments having been initialized. This is done to avoid putting a + * burden on systems that can be initialized without having a C environment + * set up. */ + .weak __metal_before_start + la ra, __metal_before_start + beqz ra, 1f + jalr ra +1: + + /* At this point we can enter the C runtime's startup file. The arguments + * to this function are designed to match those provided to the SEE, just + * so we don't have to write another ABI. */ + csrr a0, mhartid + li a1, 0 + li a2, 0 + call _start + + /* If we've made it back here then there's probably something wrong. We + * allow the METAL to register a handler here. */ + .weak __metal_after_main + la ra, __metal_after_main + beqz ra, 1f + jalr ra +1: + + /* If that handler returns then there's not a whole lot we can do. Just + * try to make some noise. */ + la t0, 1f + csrw mtvec, t0 +1: + lw t1, 0(x0) + j 1b + + .cfi_endproc + +/* For sanity's sake we set up an early trap vector that just does nothing. If + * you end up here then there's a bug in the early boot code somewhere. */ +.section .text.metal.init.trapvec +.align 2 +early_trap_vector: + .cfi_startproc + csrr t0, mcause + csrr t1, mepc + csrr t2, mtval + j early_trap_vector + .cfi_endproc + +/* The GCC port might not emit a __register_frame_info symbol, which eventually + * results in a weak undefined reference that eventually causes crash when it + * is dereference early in boot. We really shouldn't need to put this here, + * but to deal with what I think is probably a bug in the linker script I'm + * going to leave this in for now. At least it's fairly cheap :) */ +.weak __register_frame_info +.global __register_frame_info +.section .text.metal.init.__register_frame_info +__register_frame_info: + .cfi_startproc + ret + .cfi_endproc diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/gpio.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/gpio.c new file mode 100644 index 000000000..02a6582c9 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/gpio.c @@ -0,0 +1,22 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +extern inline int metal_gpio_disable_input(struct metal_gpio *gpio, int pin); +extern inline int metal_gpio_enable_output(struct metal_gpio *gpio, int pin); +extern inline int metal_gpio_set_pin(struct metal_gpio *, int pin, int value); +extern inline int metal_gpio_get_pin(struct metal_gpio *, int pin); +extern inline int metal_gpio_clear_pin(struct metal_gpio *, int pin); +extern inline int metal_gpio_toggle_pin(struct metal_gpio *, int pin); +extern inline int metal_gpio_enable_pinmux(struct metal_gpio *, int pin, int io_function); + +struct metal_gpio *metal_gpio_get_device(int device_num) +{ + if(device_num > __MEE_DT_MAX_GPIOS) { + return NULL; + } + + return (struct metal_gpio *) __metal_gpio_table[device_num]; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/interrupt.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/interrupt.c new file mode 100644 index 000000000..1b3c6b8de --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/interrupt.c @@ -0,0 +1,24 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +extern inline void metal_interrupt_init(struct metal_interrupt *controller); + +extern inline int metal_interrupt_register_handler(struct metal_interrupt *controller, + int id, + metal_interrupt_handler_t handler, + void *priv); + +extern inline int metal_interrupt_enable(struct metal_interrupt *controller, int id); + +extern inline int metal_interrupt_disable(struct metal_interrupt *controller, int id); + +extern inline int metal_interrupt_vector_enable(struct metal_interrupt *controller, + int id, metal_vector_mode mode); + +extern inline int metal_interrupt_vector_disable(struct metal_interrupt *controller, int id); + +extern inline int _metal_interrupt_command_request(struct metal_interrupt *controller, + int cmd, void *data); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/led.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/led.c new file mode 100644 index 000000000..f28d22b81 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/led.c @@ -0,0 +1,38 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include + +struct metal_led* metal_led_get_rgb (char *label, char *color) +{ + int i; + struct metal_led *led; + char led_label[100]; + + if ((__METAL_DT_MAX_LEDS == 0) || + (label == NULL) || (color == NULL)) { + return NULL; + } + + strcpy(led_label, label); + strcat(led_label, color); + for (i = 0; i < __METAL_DT_MAX_LEDS; i++) { + led = (struct metal_led*)__metal_led_table[i]; + if (led->vtable->led_exist(led, led_label)) { + return led; + } + } + return NULL; +} + +struct metal_led* metal_led_get (char *label) +{ + return metal_led_get_rgb(label, ""); +} + +extern inline void metal_led_enable(struct metal_led *led); +extern inline void metal_led_on(struct metal_led *led); +extern inline void metal_led_off(struct metal_led *led); +extern inline void metal_led_toggle(struct metal_led *led); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/lock.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/lock.c new file mode 100644 index 000000000..0df162aa4 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/lock.c @@ -0,0 +1,8 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +extern inline int metal_lock_init(struct metal_lock *lock); +extern inline int metal_lock_take(struct metal_lock *lock); +extern inline int metal_lock_give(struct metal_lock *lock); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/memory.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/memory.c new file mode 100644 index 000000000..43ca6b810 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/memory.c @@ -0,0 +1,26 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +struct metal_memory *metal_get_memory_from_address(const uintptr_t address) { + for(int i = 0; i < __METAL_DT_MAX_MEMORIES; i++) { + struct metal_memory *mem = __metal_memory_table[i]; + + uintptr_t lower_bound = metal_memory_get_base_address(mem); + uintptr_t upper_bound = lower_bound + metal_memory_get_size(mem); + + if((address >= lower_bound) && (address < upper_bound)) { + return mem; + } + } + + return NULL; +} + +extern inline uintptr_t metal_memory_get_base_address(const struct metal_memory *memory); +extern inline size_t metal_memory_get_size(const struct metal_memory *memory); +extern inline int metal_memory_supports_atomics(const struct metal_memory *memory); +extern inline int metal_memory_is_cachable(const struct metal_memory *memory); + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/pmp.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/pmp.c new file mode 100644 index 000000000..ab78cdeba --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/pmp.c @@ -0,0 +1,580 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include + +#define CONFIG_TO_INT(_config) (*((size_t *) &(_config))) +#define INT_TO_CONFIG(_int) (*((struct metal_pmp_config *) &(_int))) + +struct metal_pmp *metal_pmp_get_device(void) +{ +#ifdef __METAL_DT_PMP_HANDLE + return __METAL_DT_PMP_HANDLE; +#else + return NULL; +#endif +} + +/* This function calculates the minimum granularity from the address + * that pmpaddr takes on after writing all ones to pmpaddr when pmpcfg = 0. + * + * Detect the address granularity based on the position of the + * least-significant 1 set in the address. + * + * For example, if the value read from pmpaddr is 0x3ffffc00, the + * least-significant set bit is in bit 10 (counting from 0), resulting + * in a detected granularity of 2^(10 + 2) = 4096. + */ +static uintptr_t _get_detected_granularity(uintptr_t address) { + if(address == 0) { + return (uintptr_t) -1; + } + + /* Get the index of the least significant set bit */ + int index = 0; + while(((address >> index) & 0x1) == 0) { + index += 1; + } + + /* The granularity is equal to 2^(index + 2) bytes */ + return (1 << (index + 2)); +} + +/* This function calculates the granularity requested by the user's provided + * value for pmpaddr. + * + * Calculate the requested granularity based on the position of the + * least-significant unset bit. + * + * For example, if the requested address is 0x20009ff, the least-significant + * unset bit is at index 9 (counting from 0), resulting in a requested + * granularity of 2^(9 + 3) = 4096. + */ +static uintptr_t _get_pmpaddr_granularity(uintptr_t address) { + /* Get the index of the least significant unset bit */ + int index = 0; + while(((address >> index) & 0x1) == 1) { + index += 1; + } + + /* The granularity is equal to 2^(index + 3) bytes */ + return (1 << (index + 3)); +} + +/* Get the number of pmp regions for the current hart */ +static int _pmp_regions() { + struct metal_cpu *current_cpu = metal_cpu_get(metal_cpu_get_current_hartid()); + + return __metal_driver_cpu_num_pmp_regions(current_cpu); +} + + +void metal_pmp_init(struct metal_pmp *pmp) { + if(!pmp) { + return; + } + + struct metal_pmp_config init_config = { + .L = METAL_PMP_UNLOCKED, + .A = METAL_PMP_OFF, + .X = 0, + .W = 0, + .R = 0, + }; + + for(unsigned int i = 0; i < _pmp_regions(); i++) { + metal_pmp_set_region(pmp, i, init_config, 0); + } + + /* Detect the region granularity by writing all 1s to pmpaddr0 while + * pmpcfg0 = 0. */ + if(metal_pmp_set_address(pmp, 0, -1) != 0) { + /* Failed to detect granularity */ + return; + } + + /* Calculate the granularity based on the value that pmpaddr0 takes on */ + pmp->_granularity[metal_cpu_get_current_hartid()] = _get_detected_granularity(metal_pmp_get_address(pmp, 0)); + + /* Clear pmpaddr0 */ + metal_pmp_set_address(pmp, 0, 0); +} + +int metal_pmp_set_region(struct metal_pmp *pmp, + unsigned int region, + struct metal_pmp_config config, + size_t address) +{ + struct metal_pmp_config old_config; + size_t old_address; + size_t cfgmask; + size_t pmpcfg; + int rc = 0; + + if(!pmp) { + /* Device handle cannot be NULL */ + return 1; + } + + if(region > _pmp_regions()) { + /* Region outside of supported range */ + return 2; + } + + if(config.A == METAL_PMP_NA4 && pmp->_granularity[metal_cpu_get_current_hartid()] > 4) { + /* The requested granularity is too small */ + return 3; + } + + if(config.A == METAL_PMP_NAPOT && + pmp->_granularity[metal_cpu_get_current_hartid()] > _get_pmpaddr_granularity(address)) + { + /* The requested granularity is too small */ + return 3; + } + + rc = metal_pmp_get_region(pmp, region, &old_config, &old_address); + if(rc) { + /* Error reading region */ + return rc; + } + + if(old_config.L == METAL_PMP_LOCKED) { + /* Cannot modify locked region */ + return 4; + } + + /* Update the address first, because if the region is being locked we won't + * be able to modify it after we set the config */ + if(old_address != address) { + switch(region) { + case 0: + asm("csrw pmpaddr0, %[addr]" + :: [addr] "r" (address) :); + break; + case 1: + asm("csrw pmpaddr1, %[addr]" + :: [addr] "r" (address) :); + break; + case 2: + asm("csrw pmpaddr2, %[addr]" + :: [addr] "r" (address) :); + break; + case 3: + asm("csrw pmpaddr3, %[addr]" + :: [addr] "r" (address) :); + break; + case 4: + asm("csrw pmpaddr4, %[addr]" + :: [addr] "r" (address) :); + break; + case 5: + asm("csrw pmpaddr5, %[addr]" + :: [addr] "r" (address) :); + break; + case 6: + asm("csrw pmpaddr6, %[addr]" + :: [addr] "r" (address) :); + break; + case 7: + asm("csrw pmpaddr7, %[addr]" + :: [addr] "r" (address) :); + break; + case 8: + asm("csrw pmpaddr8, %[addr]" + :: [addr] "r" (address) :); + break; + case 9: + asm("csrw pmpaddr9, %[addr]" + :: [addr] "r" (address) :); + break; + case 10: + asm("csrw pmpaddr10, %[addr]" + :: [addr] "r" (address) :); + break; + case 11: + asm("csrw pmpaddr11, %[addr]" + :: [addr] "r" (address) :); + break; + case 12: + asm("csrw pmpaddr12, %[addr]" + :: [addr] "r" (address) :); + break; + case 13: + asm("csrw pmpaddr13, %[addr]" + :: [addr] "r" (address) :); + break; + case 14: + asm("csrw pmpaddr14, %[addr]" + :: [addr] "r" (address) :); + break; + case 15: + asm("csrw pmpaddr15, %[addr]" + :: [addr] "r" (address) :); + break; + } + } + +#if __riscv_xlen==32 + if(CONFIG_TO_INT(old_config) != CONFIG_TO_INT(config)) { + /* Mask to clear old pmpcfg */ + cfgmask = (0xFF << (8 * (region % 4)) ); + pmpcfg = (CONFIG_TO_INT(config) << (8 * (region % 4)) ); + + switch(region / 4) { + case 0: + asm("csrc pmpcfg0, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg0, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + case 1: + asm("csrc pmpcfg1, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg1, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + case 2: + asm("csrc pmpcfg2, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg2, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + case 3: + asm("csrc pmpcfg3, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg3, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + } + } +#elif __riscv_xlen==64 + if(CONFIG_TO_INT(old_config) != CONFIG_TO_INT(config)) { + /* Mask to clear old pmpcfg */ + cfgmask = (0xFF << (8 * (region % 8)) ); + pmpcfg = (CONFIG_TO_INT(config) << (8 * (region % 8)) ); + + switch(region / 8) { + case 0: + asm("csrc pmpcfg0, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg0, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + case 1: + asm("csrc pmpcfg2, %[mask]" + :: [mask] "r" (cfgmask) :); + + asm("csrs pmpcfg2, %[cfg]" + :: [cfg] "r" (pmpcfg) :); + break; + } + } +#else +#error XLEN is not set to supported value for PMP driver +#endif + + return 0; +} + +int metal_pmp_get_region(struct metal_pmp *pmp, + unsigned int region, + struct metal_pmp_config *config, + size_t *address) +{ + size_t pmpcfg = 0; + + if(!pmp || !config || !address) { + /* NULL pointers are invalid arguments */ + return 1; + } + + if(region > _pmp_regions()) { + /* Region outside of supported range */ + return 2; + } + +#if __riscv_xlen==32 + switch(region / 4) { + case 0: + asm("csrr %[cfg], pmpcfg0" + : [cfg] "=r" (pmpcfg) ::); + break; + case 1: + asm("csrr %[cfg], pmpcfg1" + : [cfg] "=r" (pmpcfg) ::); + break; + case 2: + asm("csrr %[cfg], pmpcfg2" + : [cfg] "=r" (pmpcfg) ::); + break; + case 3: + asm("csrr %[cfg], pmpcfg3" + : [cfg] "=r" (pmpcfg) ::); + break; + } + + pmpcfg = (0xFF & (pmpcfg >> (8 * (region % 4)) ) ); + +#elif __riscv_xlen==64 + switch(region / 8) { + case 0: + asm("csrr %[cfg], pmpcfg0" + : [cfg] "=r" (pmpcfg) ::); + break; + case 1: + asm("csrr %[cfg], pmpcfg2" + : [cfg] "=r" (pmpcfg) ::); + break; + } + + pmpcfg = (0xFF & (pmpcfg >> (8 * (region % 8)) ) ); + +#else +#error XLEN is not set to supported value for PMP driver +#endif + + *config = INT_TO_CONFIG(pmpcfg); + + switch(region) { + case 0: + asm("csrr %[addr], pmpaddr0" + : [addr] "=r" (*address) ::); + break; + case 1: + asm("csrr %[addr], pmpaddr1" + : [addr] "=r" (*address) ::); + break; + case 2: + asm("csrr %[addr], pmpaddr2" + : [addr] "=r" (*address) ::); + break; + case 3: + asm("csrr %[addr], pmpaddr3" + : [addr] "=r" (*address) ::); + break; + case 4: + asm("csrr %[addr], pmpaddr4" + : [addr] "=r" (*address) ::); + break; + case 5: + asm("csrr %[addr], pmpaddr5" + : [addr] "=r" (*address) ::); + break; + case 6: + asm("csrr %[addr], pmpaddr6" + : [addr] "=r" (*address) ::); + break; + case 7: + asm("csrr %[addr], pmpaddr7" + : [addr] "=r" (*address) ::); + break; + case 8: + asm("csrr %[addr], pmpaddr8" + : [addr] "=r" (*address) ::); + break; + case 9: + asm("csrr %[addr], pmpaddr9" + : [addr] "=r" (*address) ::); + break; + case 10: + asm("csrr %[addr], pmpaddr10" + : [addr] "=r" (*address) ::); + break; + case 11: + asm("csrr %[addr], pmpaddr11" + : [addr] "=r" (*address) ::); + break; + case 12: + asm("csrr %[addr], pmpaddr12" + : [addr] "=r" (*address) ::); + break; + case 13: + asm("csrr %[addr], pmpaddr13" + : [addr] "=r" (*address) ::); + break; + case 14: + asm("csrr %[addr], pmpaddr14" + : [addr] "=r" (*address) ::); + break; + case 15: + asm("csrr %[addr], pmpaddr15" + : [addr] "=r" (*address) ::); + break; + } + + return 0; +} + +int metal_pmp_lock(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &address); + if(rc) { + return rc; + } + + if(config.L == METAL_PMP_LOCKED) { + return 0; + } + + config.L = METAL_PMP_LOCKED; + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + + +int metal_pmp_set_address(struct metal_pmp *pmp, unsigned int region, size_t address) +{ + struct metal_pmp_config config; + size_t old_address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &old_address); + if(rc) { + return rc; + } + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + +size_t metal_pmp_get_address(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address = 0; + + metal_pmp_get_region(pmp, region, &config, &address); + + return address; +} + + +int metal_pmp_set_address_mode(struct metal_pmp *pmp, unsigned int region, enum metal_pmp_address_mode mode) +{ + struct metal_pmp_config config; + size_t address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &address); + if(rc) { + return rc; + } + + config.A = mode; + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + +enum metal_pmp_address_mode metal_pmp_get_address_mode(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address = 0; + + metal_pmp_get_region(pmp, region, &config, &address); + + return config.A; +} + + +int metal_pmp_set_executable(struct metal_pmp *pmp, unsigned int region, int X) +{ + struct metal_pmp_config config; + size_t address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &address); + if(rc) { + return rc; + } + + config.X = X; + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + +int metal_pmp_get_executable(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address = 0; + + metal_pmp_get_region(pmp, region, &config, &address); + + return config.X; +} + + +int metal_pmp_set_writeable(struct metal_pmp *pmp, unsigned int region, int W) +{ + struct metal_pmp_config config; + size_t address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &address); + if(rc) { + return rc; + } + + config.W = W; + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + +int metal_pmp_get_writeable(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address = 0; + + metal_pmp_get_region(pmp, region, &config, &address); + + return config.W; +} + + +int metal_pmp_set_readable(struct metal_pmp *pmp, unsigned int region, int R) +{ + struct metal_pmp_config config; + size_t address; + int rc = 0; + + rc = metal_pmp_get_region(pmp, region, &config, &address); + if(rc) { + return rc; + } + + config.R = R; + + rc = metal_pmp_set_region(pmp, region, config, address); + + return rc; +} + +int metal_pmp_get_readable(struct metal_pmp *pmp, unsigned int region) +{ + struct metal_pmp_config config; + size_t address = 0; + + metal_pmp_get_region(pmp, region, &config, &address); + + return config.R; +} + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/privilege.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/privilege.c new file mode 100644 index 000000000..42bdf6e0d --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/privilege.c @@ -0,0 +1,57 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +#include + +#define METAL_MSTATUS_MIE_OFFSET 3 +#define METAL_MSTATUS_MPIE_OFFSET 7 +#define METAL_MSTATUS_SIE_OFFSET 1 +#define METAL_MSTATUS_SPIE_OFFSET 5 +#define METAL_MSTATUS_UIE_OFFSET 0 +#define METAL_MSTATUS_UPIE_OFFSET 4 + +#define METAL_MSTATUS_MPP_OFFSET 11 +#define METAL_MSTATUS_MPP_MASK 3 + +void metal_privilege_drop_to_mode(enum metal_privilege_mode mode, + struct metal_register_file regfile, + metal_privilege_entry_point_t entry_point) +{ + uintptr_t mstatus; + asm volatile("csrr %0, mstatus" : "=r" (mstatus)); + + /* Set xPIE bits based on current xIE bits */ + if(mstatus && (1 << METAL_MSTATUS_MIE_OFFSET)) { + mstatus |= (1 << METAL_MSTATUS_MPIE_OFFSET); + } else { + mstatus &= ~(1 << METAL_MSTATUS_MPIE_OFFSET); + } + if(mstatus && (1 << METAL_MSTATUS_SIE_OFFSET)) { + mstatus |= (1 << METAL_MSTATUS_SPIE_OFFSET); + } else { + mstatus &= ~(1 << METAL_MSTATUS_SPIE_OFFSET); + } + if(mstatus && (1 << METAL_MSTATUS_UIE_OFFSET)) { + mstatus |= (1 << METAL_MSTATUS_UPIE_OFFSET); + } else { + mstatus &= ~(1 << METAL_MSTATUS_UPIE_OFFSET); + } + + /* Set MPP to the requested privilege mode */ + mstatus &= ~(METAL_MSTATUS_MPP_MASK << METAL_MSTATUS_MPP_OFFSET); + mstatus |= (mode << METAL_MSTATUS_MPP_OFFSET); + + asm volatile("csrw mstatus, %0" :: "r" (mstatus)); + + /* Set the entry point in MEPC */ + asm volatile("csrw mepc, %0" :: "r" (entry_point)); + + /* Set the register file */ + asm volatile("mv ra, %0" :: "r" (regfile.ra)); + asm volatile("mv sp, %0" :: "r" (regfile.sp)); + + asm volatile("mret"); +} + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/shutdown.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/shutdown.c new file mode 100644 index 000000000..0e530b605 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/shutdown.c @@ -0,0 +1,22 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +extern inline void __metal_shutdown_exit(const struct __metal_shutdown *sd, int code); + +#if defined(__METAL_DT_SHUTDOWN_HANDLE) +void metal_shutdown(int code) +{ + __metal_shutdown_exit(__METAL_DT_SHUTDOWN_HANDLE, code); +} +#else +# warning "There is no defined shutdown mechanism, metal_shutdown() will spin." +void metal_shutdown(int code) +{ + while (1) { + __asm__ volatile ("nop"); + } +} +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/spi.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/spi.c new file mode 100644 index 000000000..d344e095f --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/spi.c @@ -0,0 +1,19 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +extern inline void metal_spi_init(struct metal_spi *spi, int baud_rate); +extern inline int metal_spi_transfer(struct metal_spi *spi, struct metal_spi_config *config, size_t len, char *tx_buf, char *rx_buf); +extern inline int metal_spi_get_baud_rate(struct metal_spi *spi); +extern inline int metal_spi_set_baud_rate(struct metal_spi *spi, int baud_rate); + +struct metal_spi *metal_spi_get_device(int device_num) +{ + if(device_num >= __METAL_DT_MAX_SPIS) { + return NULL; + } + + return (struct metal_spi *) __metal_spi_table[device_num]; +} diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/switch.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/switch.c new file mode 100644 index 000000000..f101537ac --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/switch.c @@ -0,0 +1,27 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +struct metal_switch* metal_switch_get (char *label) +{ + int i; + struct metal_switch *flip; + + if ((__METAL_DT_MAX_BUTTONS == 0) || (label == NULL)) { + return NULL; + } + + for (i = 0; i < __METAL_DT_MAX_BUTTONS; i++) { + flip = (struct metal_switch*)__metal_switch_table[i]; + if (flip->vtable->switch_exist(flip, label)) { + return flip; + } + } + return NULL; +} + +extern inline struct metal_interrupt* + metal_switch_interrupt_controller(struct metal_switch *flip); +extern inline int metal_switch_get_interrupt_id(struct metal_switch *flip); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/timer.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/timer.c new file mode 100644 index 000000000..243b5cff0 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/timer.c @@ -0,0 +1,80 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include +#include +#include + +#if defined(__METAL_DT_MAX_HARTS) +/* This implementation serves as a small shim that interfaces with the first + * timer on a system. */ +int metal_timer_get_cyclecount(int hartid, unsigned long long *mcc) +{ + struct metal_cpu *cpu = metal_cpu_get(hartid); + + if ( cpu ) { + *mcc = metal_cpu_get_timer(cpu); + return 0; + } + return -1; +} + +int metal_timer_get_timebase_frequency(int hartid, unsigned long long *timebase) +{ + struct metal_cpu *cpu = metal_cpu_get(hartid); + + if ( cpu ) { + *timebase = metal_cpu_get_timebase(cpu); + return 0; + } + return -1; +} + +int metal_timer_get_machine_time(int hartid) +{ + struct metal_cpu *cpu = metal_cpu_get(hartid); + + if ( cpu ) { + return metal_cpu_get_mtime(cpu); + } + return 0; +} + +int metal_timer_set_machine_time(int hartid, unsigned long long time) +{ + struct metal_cpu *cpu = metal_cpu_get(hartid); + + if ( cpu ) { + return metal_cpu_set_mtimecmp(cpu, time); + } + return -1; +} + +#else + +/* This implementation of gettimeofday doesn't actually do anything, it's just there to + * provide a shim and return 0 so we can ensure that everything can link to _gettimeofday. + */ +int nop_cyclecount(int id, unsigned long long *c) __attribute__((section(".text.metal.nop.cyclecount"))); +int nop_cyclecount(int id, unsigned long long *c) { return -1; } +int nop_timebase(unsigned long long *t) __attribute__((section(".text.metal.nop.timebase"))); +int nop_timebase(unsigned long long *t) { return -1; } +int nop_tick(int second) __attribute__((section(".text.metal.nop.tick"))); +int nop_tick(int second) { return -1; } +int metal_timer_get_cyclecount(int hartid, unsigned long long *c) __attribute__((weak, alias("nop_cyclecount"))) +{ +#warning "There is no default timer device, metal_timer_get_cyclecount() will always return cyclecount -1." +} +int metal_timer_get_timebase_frequency(unsigned long long *t) __attribute__((weak, alias("nop_timebase"))) +{ +#warning "There is no default timer device, metal_timer_get_timebase_frequency() will always return timebase -1." +} +int metal_timer_set_tick(int second) __attribute__((weak, alias("nop_tick"))) +{ +#warning "There is no default timer device, metal_timer_set_tick) will always return -1." +} + +#endif + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/trap.S b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/trap.S new file mode 100644 index 000000000..68103982a --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/trap.S @@ -0,0 +1,53 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#define METAL_MSTATUS_MIE_SHIFT 8 +#define METAL_MSTATUS_MPP_M 3 +#define METAL_MSTATUS_MPP_SHIFT 11 + +#define METAL_MTVEC_MODE_MASK 3 + +/* void _metal_trap(int ecode) + * + * Trigger a machine-mode trap with exception code ecode + */ +.global _metal_trap +.type _metal_trap, @function + +_metal_trap: + + /* Store the instruction which called _metal_trap in mepc */ + addi t0, ra, -1 + csrw mepc, t0 + + /* Set mcause to the desired exception code */ + csrw mcause, a0 + + /* Read mstatus */ + csrr t0, mstatus + + /* Set MIE=0 */ + li t1, -1 + xori t1, t1, 8 /*_RB_ METAL_MSTATUS_MIE_SHIFT*/ + and t0, t0, t1 + + /* Set MPP=M */ + li t1, 3 /*_RB_ METAL_MSTATUS_MPP_M*/ + slli t1, t1, 11 /*_RB_METAL_MSTATUS_MPP_SHIFT*/ + or t0, t0, t1 + + /* Write mstatus */ + csrw mstatus, t0 + + /* Read mtvec */ + csrr t0, mtvec + + /* + * Mask the mtvec MODE bits + * Exceptions always jump to mtvec.BASE regradless of the vectoring mode. + */ + andi t0, t0, 3 /*_RB_METAL_MTVEC_MODE_MASK*/ + + /* Jump to mtvec */ + jr t0 + diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/tty.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/tty.c new file mode 100644 index 000000000..c47cc44fd --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/tty.c @@ -0,0 +1,37 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include + +#if defined(__METAL_DT_STDOUT_UART_HANDLE) +/* This implementation serves as a small shim that interfaces with the first + * UART on a system. */ +int metal_tty_putc(unsigned char c) +{ + if (c == '\n') { + int out = metal_uart_putc(__METAL_DT_STDOUT_UART_HANDLE, '\r'); + if (out != 0) + return out; + } + return metal_uart_putc(__METAL_DT_STDOUT_UART_HANDLE, c); +} + +#ifndef __METAL_DT_STDOUT_UART_BAUD +#define __METAL_DT_STDOUT_UART_BAUD 115200 +#endif + +static void metal_tty_init(void) __attribute__((constructor)); +static void metal_tty_init(void) +{ + metal_uart_init(__METAL_DT_STDOUT_UART_HANDLE, __METAL_DT_STDOUT_UART_BAUD); +} +#else +/* This implementation of putc doesn't actually do anything, it's just there to + * provide a shim that eats all the characters so we can ensure that everything + * can link to metal_tty_putc. */ +int nop_putc(unsigned char c) __attribute__((section(".text.metal.nop.putc"))); +int nop_putc(unsigned char c) { return -1; } +int metal_tty_putc(unsigned char c) __attribute__((weak, alias("nop_putc"))); +#warning "There is no default output device, metal_tty_putc() will throw away all input." +#endif diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/uart.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/uart.c new file mode 100644 index 000000000..daab33ab0 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/freedom-metal/src/uart.c @@ -0,0 +1,10 @@ +/* Copyright 2018 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include + +extern inline void metal_uart_init(struct metal_uart *uart, int baud_rate); +extern inline int metal_uart_putc(struct metal_uart *uart, unsigned char c); +extern inline int metal_uart_getc(struct metal_uart *uart, unsigned char *c); +extern inline int metal_uart_get_baud_rate(struct metal_uart *uart); +extern inline int metal_uart_set_baud_rate(struct metal_uart *uart, int baud_rate); diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE new file mode 100644 index 000000000..201a5c0fd --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE @@ -0,0 +1,3 @@ +This source repository is release under Apache2 and MIT licenses. + +See LICENSE.Apache2 and LICENSE.MIT for details. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.Apache2 b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.Apache2 new file mode 100644 index 000000000..d64569567 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.Apache2 @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.MIT b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.MIT new file mode 100644 index 000000000..3a7e422b6 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/LICENSE.MIT @@ -0,0 +1,21 @@ +The MIT License + +Copyright (c) 2019 SiFive, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/README.md b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/README.md new file mode 100644 index 000000000..795e821b3 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/README.md @@ -0,0 +1,2 @@ +# sifive-welcome +A simple welcome example which prints SiFive banner and uses board LEDs diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/sifive-welcome.c b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/sifive-welcome.c new file mode 100644 index 000000000..e23ece348 --- /dev/null +++ b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_GCC/src/sifive-welcome.c @@ -0,0 +1,158 @@ +/* Copyright 2019 SiFive, Inc */ +/* SPDX-License-Identifier: Apache-2.0 */ + +#include +#include +#include +#include +#include + +#define RTC_FREQ 32768 + +struct metal_cpu *cpu0; +struct metal_interrupt *cpu_intr, *tmr_intr; +int tmr_id; +volatile uint32_t timer_isr_flag; + +void display_banner (void) { + + printf("\n"); + printf("\n"); + printf(" SIFIVE, INC.\n"); + printf("\n"); + printf(" 5555555555555555555555555\n"); + printf(" 5555 5555\n"); + printf(" 5555 5555\n"); + printf(" 5555 5555\n"); + printf(" 5555 5555555555555555555555\n"); + printf(" 5555 555555555555555555555555\n"); + printf(" 5555 5555\n"); + printf(" 5555 5555\n"); + printf(" 5555 5555\n"); + printf(" 5555555555555555555555555555 55555\n"); + printf(" 55555 555555555 55555\n"); + printf(" 55555 55555 55555\n"); + printf(" 55555 5 55555\n"); + printf(" 55555 55555\n"); + printf(" 55555 55555\n"); + printf(" 55555 55555\n"); + printf(" 55555 55555\n"); + printf(" 55555 55555\n"); + printf(" 555555555\n"); + printf(" 55555\n"); + printf(" 5\n"); + printf("\n"); + + printf("\n"); + printf(" Welcome to SiFive!\n"); + +} + +void timer_isr (int id, void *data) { + + // Disable Timer interrupt + metal_interrupt_disable(tmr_intr, tmr_id); + + // Flag showing we hit timer isr + timer_isr_flag = 1; +} + +void wait_for_timer(struct metal_led *which_led) { + + // clear global timer isr flag + timer_isr_flag = 0; + + // Turn on desired LED + metal_led_on(which_led); + + // Set timer + metal_cpu_set_mtimecmp(cpu0, metal_cpu_get_mtime(cpu0) + RTC_FREQ); + + // Enable Timer interrupt + metal_interrupt_enable(tmr_intr, tmr_id); + + // wait till timer triggers and isr is hit + while (timer_isr_flag == 0){}; + + timer_isr_flag = 0; + + // Turn off this LED + metal_led_off(which_led); +} + +int main (void) +{ + int rc, up_cnt, dn_cnt; + struct metal_led *led0_red, *led0_green, *led0_blue; + + // This demo will toggle LEDs colors so we define them here + led0_red = metal_led_get_rgb("LD0", "red"); + led0_green = metal_led_get_rgb("LD0", "green"); + led0_blue = metal_led_get_rgb("LD0", "blue"); + if ((led0_red == NULL) || (led0_green == NULL) || (led0_blue == NULL)) { + printf("At least one of LEDs is null.\n"); + return 1; + } + + // Enable each LED + metal_led_enable(led0_red); + metal_led_enable(led0_green); + metal_led_enable(led0_blue); + + // All Off + metal_led_off(led0_red); + metal_led_off(led0_green); + metal_led_off(led0_blue); + + // Lets get the CPU and and its interrupt + cpu0 = metal_cpu_get(0); + if (cpu0 == NULL) { + printf("CPU null.\n"); + return 2; + } + cpu_intr = metal_cpu_interrupt_controller(cpu0); + if (cpu_intr == NULL) { + printf("CPU interrupt controller is null.\n"); + return 3; + } + metal_interrupt_init(cpu_intr); + + // display welcome banner + display_banner(); + + // Setup Timer and its interrupt so we can toggle LEDs on 1s cadence + tmr_intr = metal_cpu_timer_interrupt_controller(cpu0); + if (tmr_intr == NULL) { + printf("TIMER interrupt controller is null.\n"); + return 4; + } + metal_interrupt_init(tmr_intr); + tmr_id = metal_cpu_timer_get_interrupt_id(cpu0); + rc = metal_interrupt_register_handler(tmr_intr, tmr_id, timer_isr, cpu0); + if (rc < 0) { + printf("TIMER interrupt handler registration failed\n"); + return (rc * -1); + } + + // Lastly CPU interrupt + if (metal_interrupt_enable(cpu_intr, 0) == -1) { + printf("CPU interrupt enable failed\n"); + return 6; + } + + // Red -> Green -> Blue, repeat + while (1) { + + // Turn on RED + wait_for_timer(led0_red); + + // Turn on Green + wait_for_timer(led0_green); + + // Turn on Blue + wait_for_timer(led0_blue); + } + + // return + return 0; +} -- 2.39.2