From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] memtest: Update to version 7.00 Date: Thu, 18 Jan 2024 12:40:26 +0100 Message-ID: <20240118114031.6171-9-adolf.belka@ipfire.org> In-Reply-To: <20240118114031.6171-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8334636500588760610==" List-Id: --===============8334636500588760610== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 6.20 to 7.00 - Update of rootfile not required - Changelog 7.00 IMC polling for live DRAM settings Preliminary support for ECC polling Add support for MMIO UART Add debugging options Bug fixes & optimizations Signed-off-by: Adolf Belka --- lfs/memtest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/memtest b/lfs/memtest index d5baca8ca..6617a92b2 100644 --- a/lfs/memtest +++ b/lfs/memtest @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 6.20 +VER =3D 7.00 =20 THISAPP =3D memtest86plus-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6e3bea4b18049446f27da2cb1313300c578ef7fdb774b6a20df603= 271b66a6c0066be64a91b0a6d4ffcc63f1e139132942290a8111f6a991cccc0a5586cac966 +$(DL_FILE)_BLAKE2 =3D 608f4e31ddaee01d828cb1574086196c26f5e96c5049806ac3ab17= 4ddf669db8cdcb8f336bec5a1ce74439d96fca505fea81311a06581bb43a8034156a4f8165 =20 install : $(TARGET) =20 --=20 2.43.0 --===============8334636500588760610==--