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

Weblinks made single-line. #633

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ between DDR4 and DDR5 modules.
Reading from uninitialized ECC memory would cause errors to be detected by the
controller, which in turn would stop the machine execution. To avoid it, whole
memory is written with a predefined pattern, usually consisting of all zeros,
[during firmware initialization](
https://github.com/Dasharo/coreboot/blob/raptor-cs_talos-2/rel_v0.7.0/src/soc/ibm/power9/istep_14_1.c#L459).
[during firmware initialization](https://github.com/Dasharo/coreboot/blob/raptor-cs_talos-2/rel_v0.7.0/src/soc/ibm/power9/istep_14_1.c#L459).

Because of that, testing on ECC memory doesn't provide usable results (only
`1to0` transitions, always in roughly 50% of total memory), as seen in this
Expand All @@ -92,9 +91,8 @@ not swapped to another machine.

## Summary

This research has been supported by [Power Up Privacy](
https://powerupprivacy.com/
), a privacy advocacy group
This research has been supported by [Power Up Privacy](https://powerupprivacy.com/)
, a privacy advocacy group
that seeks to supercharge privacy projects with resources so they can complete
their mission of making our world a better place.

Expand Down
Loading