diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-12-15 12:11:32 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-12-15 12:11:32 +1100 |
commit | 686e756a880d57d2ee8f6b13ed87fa730afd7574 (patch) | |
tree | 6655a4775bef5ad6c4194bd44b0ed0adf319988c /openpower/package/libflash | |
parent | c0069498e82eec2ae210142c25acf97e2075ebee (diff) | |
download | talos-op-build-686e756a880d57d2ee8f6b13ed87fa730afd7574.tar.gz talos-op-build-686e756a880d57d2ee8f6b13ed87fa730afd7574.zip |
Bump libflash/pflash to v5.9-166-g70f14f4dd86e
Adriana Kobylak (2):
pflash: Support for volatile flag
pflash: Support for clean_on_ecc_error flag
Cyril Bur (1):
external/pflash: Fix erasing within a single erase block
Oliver O'Halloran (1):
libflash: Fix parity calculation on ARM
Stewart Smith (2):
libflash/blocklevel: suppress debug printout
ffspart/pflash: fix tests for new VOLATILE flag
Suraj Jitindar Singh (1):
external/pflash: Fix non-zero return code for successful read when size%256 != 0
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/package/libflash')
-rw-r--r-- | openpower/package/libflash/libflash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpower/package/libflash/libflash.mk b/openpower/package/libflash/libflash.mk index 98ce0ed5..e5fadaca 100644 --- a/openpower/package/libflash/libflash.mk +++ b/openpower/package/libflash/libflash.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBFLASH_VERSION = v5.8-123-gc06ed583 +LIBFLASH_VERSION = v5.9-166-g70f14f4dd86e LIBFLASH_SITE = $(call github,open-power,skiboot,$(LIBFLASH_VERSION)) LIBFLASH_INSTALL_STAGING = YES |