[PATCH 0/3] FAT/RSB support, first step
Ben Gras
beng at shrike-systems.com
Mon Jun 20 17:46:01 UTC 2016
Some independent and even unrelated patches related
to booting on am335x.
- hook to specify build dirs in RSB
- FAT reading support
- exception context saving & printing for debugging the above :)
Ben Gras (3):
some hooks to help building in RSB
FAT fs changes: FAT code and larger ROM size
ARM: save and print exception context
main/common/dosfs.c | 1326 ++++++++++++++++++++++++++++++++++++++++
main/common/dosfs.h | 393 ++++++++++++
main/common/fatfs.c | 696 +++++++++++++++++++++
main/cpu/arm/arm.h | 99 +++
main/cpu/arm/except_arm.c | 46 +-
main/cpu/arm/vectors_arm.S | 79 ++-
ports/beagleboneblack/Makefile | 23 +-
ports/beagleboneblack/README | 6 +
ports/beagleboneblack/config.h | 3 +-
9 files changed, 2642 insertions(+), 29 deletions(-)
create mode 100644 main/common/dosfs.c
create mode 100644 main/common/dosfs.h
create mode 100644 main/common/fatfs.c
--
2.7.4
More information about the umon-devel
mailing list