On Mon, Sep 23, 2019 at 5:56 PM Jeff Kirsher <jeffrey.t.kirs...@intel.com> wrote: > > From: Tony Nguyen <anthony.l.ngu...@intel.com> > > The ice driver must load a package file to the firmware to utilize full > functionality; add the package file to /lib/firmware/intel/ice/ddp. Also > add a symlink, ice.pkg, so the driver can refer to the package by a > consistent name. > > Signed-off-by: Tony Nguyen <anthony.l.ngu...@intel.com> > Tested-by: Andrew Bowers <andrewx.bow...@intel.com> > Signed-off-by: Jeff Kirsher <jeffrey.t.kirs...@intel.com> > --- > The following are changes since commit > 417a9c6e197a8d3eec792494efc87a2b42f76324: > amdgpu: add initial navi10 firmware > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/firmware dev-queue > > LICENSE.ice | 39 ++++++++++++++++++++++++++++++++++ > WHENCE | 9 ++++++++ > intel/ice/ddp/ice-1.3.4.0.pkg | Bin 0 -> 577796 bytes > intel/ice/ddp/ice.pkg | 1 + > 4 files changed, 49 insertions(+) > create mode 100644 LICENSE.ice > create mode 100644 intel/ice/ddp/ice-1.3.4.0.pkg > create mode 120000 intel/ice/ddp/ice.pkg
Thanks. I added another commit on top to remove the symlink and fix the WHENCE file because we merged a commit that changes how symlinks are handled. All applied and pushed out. josh