commit | 5020be6eb3ab95b955bfeba4c01825738d3e0ce6 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Dec 06 19:09:07 2013 -0800 |
committer | Brian Silverman <brians> | Fri Dec 06 19:09:07 2013 -0800 |
tree | 417e7405db71231e63f034b8046cf8fecbcf83f8 | |
parent | 2bf644d6216ec4d2dda60adcdcf4a4fb95b94daf [diff] [blame] |
worked on the low-level setup code and Makefile some more The Makefile now has separate lists for both output files and all kinds of other nice features. I think that the startup code actually copies the exception table into RAM now.
diff --git a/bbb_cape/src/cape/bootloader.c b/bbb_cape/src/cape/bootloader.c new file mode 100644 index 0000000..c429f38 --- /dev/null +++ b/bbb_cape/src/cape/bootloader.c
@@ -0,0 +1,2 @@ +void _start(void) { +}