[Skiboot] [PATCH v3 0/4] external: xscom cleanup and extensions
Cédric Le Goater
clg at fr.ibm.com
Wed Mar 9 23:30:32 AEDT 2016
This adds a new command to read the OCC SRAM, fixes the copyright in
the existing files, simplifies a bit the code when outputting version
and help messages, and finally adds a skiboot version to xscom utils.
Thanks,
C.
Cédric Le Goater (4):
external: Add a getsram command
external: add copyright to xscom files
external: simplify help output in xscom commands
external: use skiboot make_version script
external/xscom-utils/Makefile | 11 ++--
external/xscom-utils/getscom.c | 39 ++++++++------
external/xscom-utils/getsram.c | 99 +++++++++++++++++++++++++++++++++++
external/xscom-utils/putscom.c | 43 ++++++++-------
external/xscom-utils/sram.c | 116 +++++++++++++++++++++++++++++++++++++++++
external/xscom-utils/sram.h | 27 ++++++++++
external/xscom-utils/xscom.c | 16 ++++++
external/xscom-utils/xscom.h | 16 ++++++
skiboot.spec | 2 +-
9 files changed, 327 insertions(+), 42 deletions(-)
create mode 100644 external/xscom-utils/getsram.c
create mode 100644 external/xscom-utils/sram.c
create mode 100644 external/xscom-utils/sram.h
--
2.1.4
More information about the Skiboot
mailing list