From: Felix Manlunas <felix.manlu...@cavium.com> Date: Tue, 22 Aug 2017 12:46:37 -0700
> In the NIC firmware, the 1-bit flag indicating "firmware is loaded" moved > from SLI_SCRATCH_1 to SLI_SCRATCH_2 (these are Octeon general-purpose > scratch registers). Make the PF driver conform to this change. > > Remove code that sets the "firmware is loaded" flag because it's now the > firmware's job to do that. > > In the code that detects whether or not the firmware is loaded, don't just > rely on checking the "firmware is loaded" flag because that may cause a > rare false negative. Add code that deduces whether or not the firmware is > loaded; that will never give a false negative. > > Also bump up driver version to match newer NIC firmware. > > Signed-off-by: Felix Manlunas <felix.manlu...@cavium.com> > Signed-off-by: Derek Chickles <derek.chick...@cavium.com> Applied.