Browse Source

linux-firmware/i915: Step away from symbolic links and clean up repo.

i915 now loads the specific major/minor version of the firmware
instead of loading the symbolic links.

So this patch also removes symbolic links from the firmware
components that never had the firmware loaded directly and
let the symbolic links only for the cases where some versions
of i915 might load the symbolic link while new versions loads
the file directly.

I considered making copies but this would
increase this repository size in ~ 25%.

The symbolic links now on shall never be updated.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
main
Rodrigo Vivi 9 years ago
parent
commit
19b71af532
  1. 10
      WHENCE
  2. BIN
      i915/bxt_dmc_ver1_04.bin
  3. BIN
      i915/bxt_dmc_ver1_05.bin
  4. BIN
      i915/bxt_dmc_ver1_06.bin
  5. BIN
      i915/skl_dmc_ver1_23.bin
  6. 1
      i915/skl_guc_ver1.bin
  7. BIN
      i915/skl_guc_ver1.bin
  8. BIN
      i915/skl_guc_ver1_1059.bin
  9. 1
      i915/skl_guc_ver4.bin
  10. BIN
      i915/skl_guc_ver4.bin
  11. BIN
      i915/skl_guc_ver4_3.bin

10
WHENCE

@ -3097,28 +3097,18 @@ Licence: Redistributable. See LICENCE.cavium for details @@ -3097,28 +3097,18 @@ Licence: Redistributable. See LICENCE.cavium for details

Driver: i915 -- Intel Integrated Graphics driver

File: i915/skl_dmc_ver1_23.bin
File: i915/skl_dmc_ver1_26.bin

File: i915/skl_dmc_ver1.bin
Version: DMC API/ABI ver 1 - release 26 for Skylake

File: i915/bxt_dmc_ver1_04.bin
File: i915/bxt_dmc_ver1_05.bin
File: i915/bxt_dmc_ver1_06.bin
File: i915/bxt_dmc_ver1_07.bin

File: i915/bxt_dmc_ver1.bin
Version: DMC API/ABI ver 1 - release 07 for Broxton

File: i915/kbl_dmc_ver1_01.bin

File: i915/kbl_dmc_ver1.bin
Version: DMC API/ABI ver 1 - release 01 for Kabylake

File: i915/skl_guc_ver1_1059.bin
File: i915/skl_guc_ver4_3.bin

File: i915/skl_guc_ver1.bin
Version: Guc API/ABI ver 1 - release 1059 for Skylake


BIN
i915/bxt_dmc_ver1_04.bin

Binary file not shown.

BIN
i915/bxt_dmc_ver1_05.bin

Binary file not shown.

BIN
i915/bxt_dmc_ver1_06.bin

Binary file not shown.

BIN
i915/skl_dmc_ver1_23.bin

Binary file not shown.

1
i915/skl_guc_ver1.bin

@ -1 +0,0 @@ @@ -1 +0,0 @@
skl_guc_ver1_1059.bin

BIN
i915/skl_guc_ver1.bin

Binary file not shown.

BIN
i915/skl_guc_ver1_1059.bin

Binary file not shown.

1
i915/skl_guc_ver4.bin

@ -1 +0,0 @@ @@ -1 +0,0 @@
skl_guc_ver4_3.bin

BIN
i915/skl_guc_ver4.bin

Binary file not shown.

BIN
i915/skl_guc_ver4_3.bin

Binary file not shown.
Loading…
Cancel
Save