openpower: bump croserver to 57b4010

A needed fix was merged recently which is required for our latest rebase
of upstream yocto to work.

See the following for more details:
  https://github.com/open-power/eCMD/issues/451

Ed Tanous (1):
      Fix format security in eCMD

Jason Albert (1):
      fix deepcopy on templated structs (#440)

Kahn Evans (9):
      Fix spr access when p0 is deconfigured
      Update from ekb
      Add ECMD_INACTIVE_THREAD return code, and check for it in command line code
      Update to resolve warnings
      Add multicast checkrings modes
      Update eCMD version to 14.21
      Add additional chipunits in chiplet check logic
      Add new target relationship
      Minor updates from ekb

Steven B. Janssen (2):
      additional paths for an increase in devices
      update i2c instruction to allow the caller to specify a force of a slave address

Steven Janssen (14):
      server enablement for xdma access
      update .gitignore
      Remove unnecessary includes
      update RUN_CMD to use pipe,fork,dup2,execl,select,read instead of popen.  This allows the server to better handle the STDERR output that can cause issues when running commands remotely
      Update default constructors to initialize all elements of the class Resolves issue where some elements are eval'd later with bad data in them.
      resolve compiler warning Wstringop-truncation by copying n-1 string size
      Add ability to specify the i2c flags that can be sent to the device driver or plugin. Change default busspeed to unknown so plugin can set appropriate default.  Affects cases where we need to know something was specified on the command line vs just being set.
      update api to have a default value of 0
      resolve issue with no param for i2cFlags
      update dump command to allow for hex dump instead of defaulting to enums
      Resolve issue where a reset of the FSI2PIB is necessary but didn't work properly.
      resolve compiler issue by handling what handle really is here
      resolve compiler issue by handling what handle really is here
      remove requirement for aspeed-xdma.h file for builds

sangram alapati (9):
      changed the ecid output format for p10
      use last 2 chars to check the wafer type
      change the # of bits we check
      fix for using large dump files on aix
      code cleanup
      removing slibclean as it can't be executed on aix
      changes to p10 help text
      added cachecore
      fixed the right target to loop upon while grabbing the data

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I4ecdafe51617c1758c5ee94bd9c72bac3363cb83
diff --git a/meta-openpower/recipes-bsp/ecmd/croserver_git.bb b/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
index 3d9209b..e1aa88e 100644
--- a/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
+++ b/meta-openpower/recipes-bsp/ecmd/croserver_git.bb
@@ -4,7 +4,7 @@
 LIC_FILES_CHKSUM = "file://${S}/NOTICE;md5=fee220301a2af3faf8f211524b4248ea"
 
 SRC_URI = "git://github.com/open-power/eCMD.git"
-SRCREV = "d35b5c025a3f629401ea1352f6e53aa7429950ca"
+SRCREV = "57b40102a54dac8b4b9cdc91beefd709d222867e"
 DEPENDS += "zlib"
 
 SRC_URI += "file://croserver.service"