• Alessandro Rubini's avatar
    tools: initial wrpc-dump, still bugged · f3dafc70
    Alessandro Rubini authored
    The tool is meant to print internal data structures of the wrpc,
    by running either on a dump file or a live system.
    
    The code is an edited copy of wr-switch-sw/userspace/tools/wrs_dump_shmem.c,
    so the data-dumping mechanism is from there.
    
    bugs at this point:
       - all endianness stuff is bad (in wrs it was local, here we cross-dump)
       - data sizes are wrong (see next commit)
       - we miss checks for consistency
       - we can't open /dev/mem (for spec for example) or a elf file
       - docs are missing too
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    f3dafc70
Name
Last commit
Last update
arch/lm32 Loading commit data...
boards/arria Loading commit data...
configs Loading commit data...
dev Loading commit data...
doc Loading commit data...
include Loading commit data...
ipc Loading commit data...
lib Loading commit data...
monitor Loading commit data...
pp_printf Loading commit data...
ppsi @ b203cc96
scripts Loading commit data...
sdb-lib Loading commit data...
shell Loading commit data...
softpll Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
COPYING Loading commit data...
Kconfig Loading commit data...
MAKEALL Loading commit data...
Makefile Loading commit data...
Makefile.kconfig Loading commit data...
bigobj.lds Loading commit data...
check-error.c Loading commit data...
revision.c Loading commit data...
system_checks.c Loading commit data...
wrc_main.c Loading commit data...
wrc_ptp.h Loading commit data...
wrs_main.c Loading commit data...