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-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 4 Jun 2024 16:41:13 +0200
From: Neil Armstrong <neil.armstrong@...aro.org>
To: Viacheslav Bocharov <adeep@...ina.in>, Kevin Hilman
 <khilman@...libre.com>, Jerome Brunet <jbrunet@...libre.com>,
 Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
 linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
 linux-amlogic@...ts.infradead.org
Subject: Re: [PATCH] soc: amlogic: meson-gx-socinfo: add new A113X SoC id

On 04/06/2024 16:04, Viacheslav Bocharov wrote:
> Add new definition for Amlogix A113X SoC found in JetHub D1/D1+ devices:
> 
> soc soc0: Amlogic Meson AXG (A113X) Revision 25:b (43:2) Detected
> 
> Signed-off-by: Viacheslav Bocharov <adeep@...ina.in>
> 
> ---
> This commit is applied on top of Christian Hewitt's commit with S905L SoC id.
> 
> ---
>   drivers/soc/amlogic/meson-gx-socinfo.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/amlogic/meson-gx-socinfo.c b/drivers/soc/amlogic/meson-gx-socinfo.c
> index 7e255acf5430..8809a948201a 100644
> --- a/drivers/soc/amlogic/meson-gx-socinfo.c
> +++ b/drivers/soc/amlogic/meson-gx-socinfo.c
> @@ -63,6 +63,7 @@ static const struct meson_gx_package_id {
>   	{ "962X", 0x24, 0x10, 0xf0 },
>   	{ "962E", 0x24, 0x20, 0xf0 },
>   	{ "A113X", 0x25, 0x37, 0xff },
> +	{ "A113X", 0x25, 0x43, 0xff },
>   	{ "A113D", 0x25, 0x22, 0xff },
>   	{ "S905L", 0x26, 0, 0x0 },
>   	{ "S905D2", 0x28, 0x10, 0xf0 },

Reviewed-by: Neil Armstrong <neil.armstrong@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ