Experimental project for replacing factory firmware on FM10000 cards with custom-made code
Go to file
DataHoarder cdcc8f9071
All checks were successful
continuous-integration/drone/push Build is passing
bump rrcc to apply FASTCALL fix
2021-01-04 17:09:52 +01:00
blobs Add license notice for binary blobs 2021-01-03 13:12:06 +01:00
rrcc@22b72ede9f bump rrcc to apply FASTCALL fix 2021-01-04 17:09:52 +01:00
src Add further config values, set spi values for rrcc to use 2021-01-04 08:21:58 +01:00
.drone.yml Add g++ to drone build 2021-01-02 12:06:45 +01:00
.gitignore Initial project barebones structure 2021-01-02 12:01:52 +01:00
.gitmodules Initial project barebones structure 2021-01-02 12:01:52 +01:00
config.asm Add further config values, set spi values for rrcc to use 2021-01-04 08:21:58 +01:00
COPYING Initial project barebones structure 2021-01-02 12:01:52 +01:00
Makefile WIP: further implement init process, add PCIE SPICO / SerDes init 2021-01-03 09:19:51 +01:00
README.md Add further config values, set spi values for rrcc to use 2021-01-04 08:21:58 +01:00

rrc-open-firmware

Experimental project for replacing factory firmware on FM10000 cards with custom-made code.

WARNING: This is a Work In Progress project. Do not use on any cards you don't want to have to unbrick via manual SPI connection.

Requirements

  • rrcc (will be built from submodule, tagged to specific version. Make sure to do $ git submodule update --init --recursive before building)
  • make

Compilation

  • $ make
  • The firmware will be output to firmware.bin
  • You might want to change settings on file config.asm to fit your needs.

License

  • BSD-3-Clause
  • See COPYING for the full license.
  • Files under blobs/ are derived from Intel IES BSD-3-Clause switch API, fm10000_api_spico_code.c