Updates to Freedom SoCs
authorShreesha Srinath <shreesha@sifive.com>
Sat, 19 Aug 2017 01:21:04 +0000 (18:21 -0700)
committerYunsup Lee <yunsup@sifive.com>
Sat, 19 Aug 2017 06:51:07 +0000 (23:51 -0700)
commitec70d85cbc03ce5b497b58d1b0f50f39a3e2a4e3
tree0fd71431622e44dab71837d9ac8a4064c1e6e863
parentf4375c22662f82b1b4f94e88b1aba6998b1f34ba
Updates to Freedom SoCs
64 files changed:
.gitmodules
Makefile.e300artydevkit
Makefile.u500vc707devkit
bootrom/e300artydevkit.img [deleted file]
bootrom/sdboot/Makefile [new file with mode: 0644]
bootrom/sdboot/common.h [new file with mode: 0644]
bootrom/sdboot/head.S [new file with mode: 0644]
bootrom/sdboot/include/bits.h [new file with mode: 0644]
bootrom/sdboot/include/const.h [new file with mode: 0644]
bootrom/sdboot/include/devices/clint.h [new file with mode: 0644]
bootrom/sdboot/include/devices/gpio.h [new file with mode: 0644]
bootrom/sdboot/include/devices/plic.h [new file with mode: 0644]
bootrom/sdboot/include/devices/spi.h [new file with mode: 0644]
bootrom/sdboot/include/devices/uart.h [new file with mode: 0644]
bootrom/sdboot/include/platform.h [new file with mode: 0644]
bootrom/sdboot/include/riscv_test_defaults.h [new file with mode: 0644]
bootrom/sdboot/include/sections.h [new file with mode: 0644]
bootrom/sdboot/kprintf.c [new file with mode: 0644]
bootrom/sdboot/kprintf.h [new file with mode: 0644]
bootrom/sdboot/linker/memory.lds [new file with mode: 0644]
bootrom/sdboot/linker/sdboot.elf.lds [new file with mode: 0644]
bootrom/sdboot/sd.c [new file with mode: 0644]
bootrom/u500vc707devkit.img [deleted file]
bootrom/xip/Makefile [new file with mode: 0644]
bootrom/xip/xip.S
build.sbt
common.mk
fpga-shells [new submodule]
fpga/e300artydevkit/.gitignore [deleted file]
fpga/e300artydevkit/Makefile [deleted file]
fpga/e300artydevkit/constrs/arty-config.xdc [deleted file]
fpga/e300artydevkit/constrs/arty-master.xdc [deleted file]
fpga/e300artydevkit/script/board.tcl [deleted file]
fpga/e300artydevkit/script/cfgmem.tcl [deleted file]
fpga/e300artydevkit/script/impl.tcl [deleted file]
fpga/e300artydevkit/script/init.tcl [deleted file]
fpga/e300artydevkit/script/ip.tcl [deleted file]
fpga/e300artydevkit/script/prologue.tcl [deleted file]
fpga/e300artydevkit/src/system.v [deleted file]
fpga/u500vc707devkit/Makefile [deleted file]
fpga/u500vc707devkit/constrs/vc707-master.xdc [deleted file]
fpga/u500vc707devkit/script/board.tcl [deleted file]
fpga/u500vc707devkit/script/cfgmem.tcl [deleted file]
fpga/u500vc707devkit/script/impl.tcl [deleted file]
fpga/u500vc707devkit/script/init.tcl [deleted file]
fpga/u500vc707devkit/script/ip.tcl [deleted file]
fpga/u500vc707devkit/script/mig.prj [deleted file]
fpga/u500vc707devkit/script/prologue.tcl [deleted file]
fpga/u500vc707devkit/src/sdio.v [deleted file]
fpga/u500vc707devkit/src/system.v [deleted file]
rocket-chip
sifive-blocks
src/main/scala/everywhere/e300artydevkit/Config.scala [new file with mode: 0644]
src/main/scala/everywhere/e300artydevkit/Configs.scala [deleted file]
src/main/scala/everywhere/e300artydevkit/FPGAChip.scala [new file with mode: 0644]
src/main/scala/everywhere/e300artydevkit/Platform.scala [new file with mode: 0644]
src/main/scala/everywhere/e300artydevkit/System.scala [new file with mode: 0644]
src/main/scala/everywhere/e300artydevkit/Top.scala [deleted file]
src/main/scala/unleashed/u500vc707devkit/Config.scala [new file with mode: 0644]
src/main/scala/unleashed/u500vc707devkit/Configs.scala [deleted file]
src/main/scala/unleashed/u500vc707devkit/FPGAChip.scala [new file with mode: 0644]
src/main/scala/unleashed/u500vc707devkit/System.scala [new file with mode: 0644]
src/main/scala/unleashed/u500vc707devkit/Top.scala [deleted file]
src/main/scala/unleashed/u500vc707devkit/vc707reset.scala [deleted file]