From f2040681c5d82c8dea067c17fdb531cd32d9c08a Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 14 Oct 2024 12:20:56 +0200 Subject: [PATCH] templates: use tables-common --- templates/arm-cpu-cores.html.j2 | 93 ++++----------------------- templates/arm-socs.html.j2 | 109 +++++--------------------------- 2 files changed, 30 insertions(+), 172 deletions(-) diff --git a/templates/arm-cpu-cores.html.j2 b/templates/arm-cpu-cores.html.j2 index 22a5c84..ba0ca10 100644 --- a/templates/arm-cpu-cores.html.j2 +++ b/templates/arm-cpu-cores.html.j2 @@ -22,92 +22,18 @@ - - - - - - - - +{% include "common/datatables-js-css.inc.j2" %} +{% include "common/css.inc.j2" %}

AArch64 cpu core information table

Table shows some information about cpu cores designed by Arm company (as they provide TRM documentation).

-{% include 'aarch32_support.j2' %} - -

Author info

-

- Table is maintained by Marcin Juszkiewicz — AArch64/Arm developer working at Red Hat as Linaro assignee. -

+{% include "aarch32_support.j2" %} +{% include "common/author-tables-help.inc.j2" %} -

My table pages

- - -

How to help

-

- Sources used to generate table are available in git repository at github. - Patches are always welcomed. -

- -

Build info

-

Table generated on {{ generate_time }} UTC.

- - +
@@ -149,4 +75,13 @@
CPU core name
+ diff --git a/templates/arm-socs.html.j2 b/templates/arm-socs.html.j2 index 4b272a0..96e63b2 100644 --- a/templates/arm-socs.html.j2 +++ b/templates/arm-socs.html.j2 @@ -22,71 +22,8 @@ - - - - - - - - - - - - - - - - - - +{% include "common/datatables-js-css.inc.j2" %} +{% include "common/css.inc.j2" %} @@ -114,35 +51,9 @@ {% include 'aarch32_support.j2' %} +{% include "common/author-tables-help.inc.j2" %} -

Author info

-

- Table is maintained by Marcin Juszkiewicz — AArch64/Arm developer working at Red Hat as Linaro assignee. -

- -

My table pages

- - -

How to help

-

- Sources used to generate table are available in git repository at github. - Patches are always welcomed. -

-

- Please submit missing entries by opening - an issue in github project. -

- -

Build info

-

Table generated on {{ generate_time }} UTC.

- - +
@@ -186,4 +97,16 @@
SoC vendor
+