Skip to content

Commit

Permalink
Update readme & cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Sep 18, 2023
1 parent ed4c988 commit 897ea40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sw/bootloader/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# FlashBoot
FlashBoot is a bootloader for Hydrogensoc capable of loading and executing code from SPI flash memory.
# RISC-V Atom bootloader
Bootloader for Hydrogensoc capable of loading and executing code from SPI flash memory.
8 changes: 0 additions & 8 deletions sw/examples/banner/banner.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ char * banner =
" /_/ |_/___//____/\\____/ |___/ \\__,_/\\__/\\____/_/ /_/ /_/ \n"
"/=========By: Saurabh Singh (saurabh.s99100@gmail.com)====/\n\n";

void get_isa(char * buf){
uint32_t misa = CSR_read(CSR_MISA);
char misa_fmt[] = ""
for(int i=0; i<32; i++) {

}
}

int main()
{
serial_init(UART_BAUD_115200);
Expand Down

0 comments on commit 897ea40

Please sign in to comment.