Commit Graph

12 Commits

Author SHA1 Message Date
Jacob Pease
b3aaa87cba Modified bootloader to access GUID partitions. SDC interrupt to PLIC.
Since writing an SD card image generation script, the bootloader
needed to be altered to access individual binaries from specific
partitions. A new file, gpt.c with it's header gpt.h, have been added
to the bootloader to facilitate this.

The SDC has been added to the device tree for the VCU108
board. Additionally the SDC interrupt signal was added to the PLIC
node in the device tree. The PLIC itself  was modified to accept the
SDC interrupt signal.
2023-07-14 13:36:44 -05:00
bbracker
871f63374e upgrade Buildroot Makefile to also copy over vmlinux 2022-04-25 07:36:59 -07:00
bbracker
27920d3504 less hardcoded paths in Makefile 2022-04-21 20:42:02 -07:00
kaveh Pezeshki
7b85b39c48 using -S for busybox objdump to provide source code snippets 2022-04-06 23:06:49 +00:00
David Harris
4f7c37e406 Changed Linux disassembly to -S to preserve source code lines 2022-04-01 16:49:13 +00:00
bbracker
94124cb108 add extractFunctionRadix step to buildroot Makefile 2022-03-05 19:02:07 -08:00
kaveh Pezeshki
83f88eaebd Updated busybox disassembly 2022-02-24 04:49:04 +00:00
kaveh Pezeshki
da35effadd removed verbose cpio and excluded /dev/console 2022-02-24 00:08:10 +00:00
David Harris
2af34f67f4 Linux disassembly makefile 2022-02-24 00:05:23 +00:00
kaveh Pezeshki
430f1eca6c added Makefile for automated disassembly generation 2022-02-20 09:08:38 +00:00
bbracker
26f2c139e6 fix typo 2022-02-08 08:12:45 +00:00
bbracker
8688c457cb add buildroot script 2022-02-08 08:10:32 +00:00