public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v4 0/1] Support to assemble CB kernel for gen7
@ 2020-02-21  8:22 Akeem G Abodunrin
  2020-02-21  8:22 ` [igt-dev] [PATCH i-g-t v4 1/1] tools/generate_cb_buffer: Add script to assemble CB kernel Akeem G Abodunrin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Akeem G Abodunrin @ 2020-02-21  8:22 UTC (permalink / raw)
  To: akeem.g.abodunrin, jon.bloomfield, sudeep.dutt, daniel.vetter,
	joonas.lahtinen, jani.nikula, chris.p.wilson,
	prathap.kumar.valsan, mika.kuoppala, francesco.balestrieri,
	ville.syrjala, petri.latvala, igt-dev

Summary
-------
This is patch adds support to assemble CB kernel for gen7 and gen7.5
devices. It is needed for "Security mitigation for Intel Gen7/7.5 HWs"
Intel ID: PSIRT-TA-201910-001/CVEID: CVE-2019-14615.

Additional Note
---------------
The changes in the IGT GPU tool require latest Mesa tool to work
correctly. Generated CB kernel are imported to i915 driver, without need
for additional modifications. Users can use assembly sources provided
with this patch, and Mesa/igt to assemble CB kernel for verifications.

Akeem G Abodunrin (1):
  tools/generate_cb_buffer: Add script to assemble CB kernel

 scripts/asm_eu_kernel.sh                | 153 ++++++++++++++++++++++++
 tools/assembly_source/hsw_clear_buf.asm | 141 ++++++++++++++++++++++
 tools/assembly_source/ivb_clear_buf.asm | 139 +++++++++++++++++++++
 3 files changed, 433 insertions(+)
 create mode 100755 scripts/asm_eu_kernel.sh
 create mode 100644 tools/assembly_source/hsw_clear_buf.asm
 create mode 100644 tools/assembly_source/ivb_clear_buf.asm

-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-02-25 11:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-21  8:22 [igt-dev] [PATCH i-g-t v4 0/1] Support to assemble CB kernel for gen7 Akeem G Abodunrin
2020-02-21  8:22 ` [igt-dev] [PATCH i-g-t v4 1/1] tools/generate_cb_buffer: Add script to assemble CB kernel Akeem G Abodunrin
2020-02-24  9:48   ` Petri Latvala
2020-02-24 13:47     ` Ville Syrjälä
2020-02-24 18:47       ` Abodunrin, Akeem G
2020-02-25  9:12       ` Petri Latvala
2020-02-25 11:27         ` Ville Syrjälä
2020-02-24 19:38     ` Abodunrin, Akeem G
2020-02-25  9:12       ` Petri Latvala
2020-02-21 16:31 ` [igt-dev] ✓ Fi.CI.BAT: success for Support to assemble CB kernel for gen7 (rev3) Patchwork
2020-02-24 11:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox