diff options
| author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2016-07-01 16:01:44 -0700 |
|---|---|---|
| committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2016-07-01 16:07:52 -0700 |
| commit | 19b71af5326bf28fe62ac2b1607b5e18d4b0eeb6 (patch) | |
| tree | fe65c5b53a0335c8aa2baf0baec3e34e759690e6 /i915 | |
| parent | 9facc31d772a3ed399760d2168d644f9de84d6db (diff) | |
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>
Diffstat (limited to 'i915')
| -rw-r--r-- | i915/bxt_dmc_ver1_04.bin | bin | 5872 -> 0 bytes |
| -rw-r--r-- | i915/bxt_dmc_ver1_05.bin | bin | 5872 -> 0 bytes |
| -rw-r--r-- | i915/bxt_dmc_ver1_06.bin | bin | 8380 -> 0 bytes |
| -rw-r--r-- | i915/skl_dmc_ver1_23.bin | bin | 8824 -> 0 bytes |
| -rw-r--r--[l---------] | i915/skl_guc_ver1.bin | bin | 21 -> 109636 bytes |
| -rw-r--r-- | i915/skl_guc_ver1_1059.bin | bin | 109636 -> 0 bytes |
| -rw-r--r--[l---------] | i915/skl_guc_ver4.bin | bin | 18 -> 128320 bytes |
| -rw-r--r-- | i915/skl_guc_ver4_3.bin | bin | 128320 -> 0 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/i915/bxt_dmc_ver1_04.bin b/i915/bxt_dmc_ver1_04.bin Binary files differdeleted file mode 100644 index 834893b0..00000000 --- a/i915/bxt_dmc_ver1_04.bin +++ /dev/null diff --git a/i915/bxt_dmc_ver1_05.bin b/i915/bxt_dmc_ver1_05.bin Binary files differdeleted file mode 100644 index fcbf5a8a..00000000 --- a/i915/bxt_dmc_ver1_05.bin +++ /dev/null diff --git a/i915/bxt_dmc_ver1_06.bin b/i915/bxt_dmc_ver1_06.bin Binary files differdeleted file mode 100644 index f6d54cdd..00000000 --- a/i915/bxt_dmc_ver1_06.bin +++ /dev/null diff --git a/i915/skl_dmc_ver1_23.bin b/i915/skl_dmc_ver1_23.bin Binary files differdeleted file mode 100644 index 72c32cd5..00000000 --- a/i915/skl_dmc_ver1_23.bin +++ /dev/null diff --git a/i915/skl_guc_ver1.bin b/i915/skl_guc_ver1.bin Binary files differindex 4b379aec..1b1ab15b 120000..100644 --- a/i915/skl_guc_ver1.bin +++ b/i915/skl_guc_ver1.bin diff --git a/i915/skl_guc_ver1_1059.bin b/i915/skl_guc_ver1_1059.bin Binary files differdeleted file mode 100644 index 1b1ab15b..00000000 --- a/i915/skl_guc_ver1_1059.bin +++ /dev/null diff --git a/i915/skl_guc_ver4.bin b/i915/skl_guc_ver4.bin Binary files differindex 3adbf037..8571de2c 120000..100644 --- a/i915/skl_guc_ver4.bin +++ b/i915/skl_guc_ver4.bin diff --git a/i915/skl_guc_ver4_3.bin b/i915/skl_guc_ver4_3.bin Binary files differdeleted file mode 100644 index 8571de2c..00000000 --- a/i915/skl_guc_ver4_3.bin +++ /dev/null |
