Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 351 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 351 Bytes

hifive1b_bootloader

Reverse engineer of the hifive1 rev b bootloader since the source has not been released

The original/ directory is where the original hex and decompiled assembly from it are. original/hifive_revb_bootloader.S contains comments as to what the assembly is doing.

entry.S, main.c, etc. are the reversed engineered bootloader (wip)