Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
f7c8f31e
Unverified
Commit
f7c8f31e
authored
Mar 07, 2019
by
Dimitris Papastamos
Committed by
GitHub
Mar 07, 2019
Browse files
Merge pull request #1862 from thloh85-intel/s10_bl2
plat: intel: Improve ECC scrubbing performance
parents
8061c458
bf8b8fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/intel/soc/stratix10/soc/s10_memory_controller.c
View file @
f7c8f31e
...
...
@@ -8,6 +8,7 @@
#include <arch_helpers.h>
#include <errno.h>
#include <lib/mmio.h>
#include <lib/utils.h>
#include <common/debug.h>
#include <drivers/delay_timer.h>
#include <platform_def.h>
...
...
@@ -403,7 +404,7 @@ void configure_hmc_adaptor_regs(void)
INFO
(
"Scrubbing ECC
\n
"
);
/* ECC Scrubbing */
mem
set
(
DRAM_BASE
,
0
,
DRAM_SIZE
);
zero
mem
(
DRAM_BASE
,
DRAM_SIZE
);
}
else
{
INFO
(
"ECC is disabled.
\n
"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment