aboutsummaryrefslogtreecommitdiff
path: root/sysutils/memtest86+/files/extra-patch-config.h
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/memtest86+: upgrade from 4.20 to 5.0.1Torsten Zuehlsdorff2016-09-301-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added support for up to 2 TB of RAM on X64 CPUs - Added experimental SMT support up to 32 cores (Press F2 to enable at startup) - Added complete detection for memory controllers - Added Motherboard Manufacturer & Model reporting - Added CPU temperature reporting - Added enhanced Fail Safe Mode (Press F1 at startup) - Added support for Intel "Sandy Bridge-E" CPUs - Added support for Intel "Ivy Bridge" CPUs - Added preliminary support for Intel "Haswell" CPUs (Core 4th Gen) - Added preliminary support for Intel "Haswell-ULT" CPUs - Added support for AMD "Kabini" (K16) CPUs - Added support for AMD "Bulldozer" CPUs - Added support for AMD "Trinity" CPUs - Added support for AMD E-/C-/G-/Z- "Bobcat" CPUs - Added support for Intel Atom "Pineview" CPUs - Added support for Intel Atom "Cedar Trail" CPUs - Added SPD detection on most AMD Chipsets - Enforced Coreboot support - Optimized run time for faster memory error detection - Rewriten lots of memory timings detection cod - Corrected bugs, bugs and more bugs (some could remain) Also set GCC_USE=4.8 because it did not compile with GCC 5+. There seems to be a patch for this problem which will be tested later: https://build.opensuse.org/package/view_file/Base:System/memtest86+/memtest86+-gcc5.patch?expand=1 PR: 210293 Submitted by: takefu@airport.fm Reviewed by: Andriy Gapon <avg@FreeBSD.org> (maintainer) Approved by: pi (mentor) Notes: svn path=/head/; revision=422980
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-3/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Add a knob for serial console speed, and make 9600 the default.Dmitry Morozovsky2012-04-181-2/+1
| | | | | | | Requested by: kib Notes: svn path=/head/; revision=295063
* Add a knob to enable serial console (com1@115200), default to off.Dmitry Morozovsky2010-11-181-0/+21
Some cosmetics to make portlint a bit happier. Approved by: avg@ (maintainer) Notes: svn path=/head/; revision=264767