1. 02 Mar, 2020 2 commits
  2. 04 Oct, 2019 1 commit
    • Thierry Reding's avatar
      Remove duplicate symlinks · 9cfefbd7
      Thierry Reding authored
      
      
      Now that the copy-firmware.sh script can create symlinks from the Link:
      entries in the WHENCE file on the fly, remove the duplicate symlinks
      from the filesystem.
      
      One odd entry was intel/dsp_fw_cnl.bin which was listed both as symlink
      and as a regular file. Both entries can be removed since the it's really
      a symlink, so it will be recreated at installation time.
      
      While at it, update the check_whence.py script to not look for the
      existence of symlinks in the filesystem because they are created on the
      fly at installation time by the copy_firmware.sh script.
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@kernel.org>
      9cfefbd7
  3. 21 Aug, 2019 1 commit
  4. 18 Dec, 2018 1 commit
    • Hans de Goede's avatar
      check_whence.py: Add support for filenames with spaces in them · be15035d
      Hans de Goede authored
      
      
      Some vendors save a couple of cents by not including an eeprom for
      wifi parameters on their boards. Instead the driver loads these board
      specific parameters through the request_firmware mechanism.
      
      Since these are board specific the filenames also must be board specific,
      on x86 DMI strings are used for this and the wifi chipname is postfixed
      with $sys_vendor-$product_name from the DMI tables. These DMi variables
      may contain spaces.
      
      This commit adds support to check_whence.py for filenames with spaces
      in them, after this commit these can be specified by putting double-quotes
      around them, e.g "name with spaces.bin".
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@kernel.org>
      be15035d
  5. 26 Sep, 2016 1 commit