lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240425091403.17483-1-nikolaos.pasaloukos@blaize.com>
Date: Thu, 25 Apr 2024 09:15:02 +0000
From: Niko Pasaloukos <nikolaos.pasaloukos@...ize.com>
To: "robh@...nel.org" <robh@...nel.org>,
        "krzysztof.kozlowski+dt@...aro.org"
	<krzysztof.kozlowski+dt@...aro.org>,
        "conor+dt@...nel.org"
	<conor+dt@...nel.org>,
        "catalin.marinas@....com" <catalin.marinas@....com>,
        "will@...nel.org" <will@...nel.org>, "arnd@...db.de" <arnd@...db.de>,
        "olof@...om.net" <olof@...om.net>,
        Niko Pasaloukos
	<nikolaos.pasaloukos@...ize.com>,
        Neil Jones <neil.jones@...ize.com>,
        Matt
 Redfearn <matthew.redfearn@...ize.com>,
        James Cowgill
	<james.cowgill@...ize.com>,
        "heiko.stuebner@...rry.de"
	<heiko.stuebner@...rry.de>,
        "shawnguo@...nel.org" <shawnguo@...nel.org>,
        "macromorgan@...mail.com" <macromorgan@...mail.com>,
        "sre@...nel.org"
	<sre@...nel.org>,
        "hvilleneuve@...onoff.com" <hvilleneuve@...onoff.com>,
        "andre.przywara@....com" <andre.przywara@....com>,
        "rafal@...ecki.pl"
	<rafal@...ecki.pl>,
        "linus.walleij@...aro.org" <linus.walleij@...aro.org>,
        "andersson@...nel.org" <andersson@...nel.org>,
        "konrad.dybcio@...aro.org"
	<konrad.dybcio@...aro.org>,
        "geert+renesas@...der.be"
	<geert+renesas@...der.be>,
        "neil.armstrong@...aro.org"
	<neil.armstrong@...aro.org>,
        "m.szyprowski@...sung.com"
	<m.szyprowski@...sung.com>,
        "nfraprado@...labora.com"
	<nfraprado@...labora.com>,
        "u-kumar1@...com" <u-kumar1@...com>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>
Subject: [PATCH v3 0/5] Add support for Blaize BLZP1600 SoC

Adds basic support for the Blaize BLZP1600 SoC.
This SoC contains two cores of Cortex-A53 CPUs, one Blaize
Graph Streaming Processor (GSP) and several other IPs.

V3 changes:
 * Removed unnecessary dt-bindings
 * Update SoBs

V2 changes:
 * Update SoBs
 * `make dtbs_check` has no warnings
 * Fix dts names and removed dead code
 * DTS is separated from anything else

Nikolaos Pasaloukos (5):
  dt-bindings: Add Blaize vendor prefix
  dt-bindings: arm: blaize: Add Blaize BLZP1600 SoC
  arm64: Add Blaize BLZP1600 SoC family
  arm64: Add initial support for Blaize BLZP1600 CB2
  arm64: defconfig: Enable ARCH_BLAIZE_BLZP1600

 .../devicetree/bindings/arm/blaize.yaml       |  40 ++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/Kconfig.platforms                  |   5 +
 arch/arm64/boot/dts/Makefile                  |   1 +
 arch/arm64/boot/dts/blaize/Makefile           |   2 +
 .../boot/dts/blaize/blaize-blzp1600-cb2.dts   |  84 +++++++
 .../boot/dts/blaize/blaize-blzp1600-som.dtsi  |  23 ++
 .../boot/dts/blaize/blaize-blzp1600.dtsi      | 209 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 9 files changed, 367 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/blaize.yaml
 create mode 100644 arch/arm64/boot/dts/blaize/Makefile
 create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-cb2.dts
 create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som.dtsi
 create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600.dtsi

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ