[coreboot-gerrit] New patch to review for coreboot: payloads/external/Memtest86Plus: Update stable to latest commit

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Sep 15 02:52:45 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16605

-gerrit

commit e5ea408544202af27e4c6c5e0a4dd15dec63f845
Author: Martin Roth <martinroth at google.com>
Date:   Wed Sep 14 17:52:15 2016 -0700

    payloads/external/Memtest86Plus: Update stable to latest commit
    
    This brings in two additional changes:
    - Use OBJCOPY if available.
    - Fix strstr() indent and rewrite to not call strlen() on each char.
    
    Change-Id: Id13dfda28c545332fce8282e849f379bf50629b9
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 payloads/external/Memtest86Plus/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/external/Memtest86Plus/Makefile b/payloads/external/Memtest86Plus/Makefile
index 90ea5e8..2136495 100644
--- a/payloads/external/Memtest86Plus/Makefile
+++ b/payloads/external/Memtest86Plus/Makefile
@@ -15,7 +15,7 @@
 
 TAG-$(CONFIG_MEMTEST_MASTER)=origin/master
 NAME-$(CONFIG_MEMTEST_MASTER)=Master
-TAG-$(CONFIG_MEMTEST_STABLE)=ca352c9a6bd8c1bba16ea22cbfc7028d97bacec9
+TAG-$(CONFIG_MEMTEST_STABLE)=3754fd440f4009b62244e0f95c56bbb12c2fffcb
 NAME-$(CONFIG_MEMTEST_STABLE)=Stable
 
 project_name=Memtest86+



More information about the coreboot-gerrit mailing list