memtest: Update to version 7.00

Message ID 20240118114031.6171-9-adolf.belka@ipfire.org
State Staged
Commit a99747a53cc9acc64d6389378fbe30557a8826fa
Headers
Series memtest: Update to version 7.00 |

Commit Message

Adolf Belka Jan. 18, 2024, 11:40 a.m. UTC
  - 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 <adolf.belka@ipfire.org>
---
 lfs/memtest | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

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  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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 @@ 
 
 include Config
 
-VER        = 6.20
+VER        = 7.00
 
 THISAPP    = memtest86plus-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,7 +41,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6e3bea4b18049446f27da2cb1313300c578ef7fdb774b6a20df603271b66a6c0066be64a91b0a6d4ffcc63f1e139132942290a8111f6a991cccc0a5586cac966
+$(DL_FILE)_BLAKE2 = 608f4e31ddaee01d828cb1574086196c26f5e96c5049806ac3ab174ddf669db8cdcb8f336bec5a1ce74439d96fca505fea81311a06581bb43a8034156a4f8165
 
 install : $(TARGET)