[Skiboot] [PATCH 0/7] Bring gard tool inline with pflash
Cyril Bur
cyril.bur at au1.ibm.com
Wed Oct 14 15:40:03 AEDT 2015
Quite a bit of work went into pflash to abstract out arch and reduce code
duplication when accessing system flash (or binary images of the flash).
This series updates the gard tool to do all that.
Stewart: This series should be applied on top of
https://patchwork.ozlabs.org/patch/529943/ (v3 of my gard tool tests
series)
Cyril Bur (7):
external/common: Don't just expect `sh` to be in $PATH
external/pflash: Fixup LDFLAGS
external/gard: Update gard building to use external/common files
external/tests: Add ability to strip version string from result
external/gard: Add version information
external/gard: Make use of the common/ flash reading code
external/gard: Add make dist
external/common/get_arch.sh | 2 +-
external/common/rules.mk | 2 +-
external/gard/Makefile | 67 ++++++++------
external/gard/Makefile.dist | 10 ++
external/gard/gard.c | 157 +++-----------------------------
external/gard/rules.mk | 35 +++++++
external/gard/test/results/02-usage.out | 1 +
external/gard/test/tests/02-usage | 2 +
external/pflash/rules.mk | 5 +-
external/test/test.sh | 6 ++
10 files changed, 110 insertions(+), 177 deletions(-)
create mode 100644 external/gard/Makefile.dist
create mode 100644 external/gard/rules.mk
--
2.6.1
More information about the Skiboot
mailing list