Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memtest86plus: fix, switch to using coreboot's branch #39335

Merged
merged 2 commits into from
Apr 22, 2018

Commits on Apr 22, 2018

  1. memtest86plus: disable all hardening

    With hardening enabled it reports errors on known-good memory modules
    on my Thinkpad X230 (Ivy Bridge). It's the same bug as reported in
    https://bugs.launchpad.net/ubuntu/+source/memtest86+/+bug/1071209 but
    memtest86+ fails on test NixOS#9 instead of test NixOS#7 (because NixOS#7 in 4.20
    became NixOS#9 in 5.01) and with all the addresses multiplied by 2 (I guess
    the bug was reported for i686, and I test on x86_64, it was 2012 after
    all).
    oxij committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    1fb6bc4 View commit details
    Browse the repository at this point in the history
  2. memtest86plus: 5.01 -> 5.01+coreboot-20180113

    aka 5.01+coreboot-001+
    
    The version maintained by coreboot project is superior to Debian, it
    integrates all the Debian patches and fixes a bunch more bugs.
    
    In particular, it fixes SMP freezes and apparent memory errors when
    running under coreboot ROM.
    oxij committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    983a3f1 View commit details
    Browse the repository at this point in the history