Skip to content

Commit

Permalink
Merge pull request #239 from sifive/scrub_mem
Browse files Browse the repository at this point in the history
Initial stab 🗡
  • Loading branch information
bsousi5 authored Apr 26, 2020
2 parents 69d2038 + 4c221ae commit 2e39b11
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 41 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ libmetal_a_SOURCES = \
src/clock.c \
src/cpu.c \
src/entry.S \
src/scrub.S \
src/trap.S \
src/gpio.c \
src/hpm.c \
Expand Down
34 changes: 19 additions & 15 deletions Makefile.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions aclocal.m4

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ _enter:
* 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
Expand Down
Loading

0 comments on commit 2e39b11

Please sign in to comment.