mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Only do MRS to addresses at 1d0. The xor of the MRS was causing real problems.
This commit is contained in:
parent
1667cd2976
commit
29e4d00002
1 changed files with 3 additions and 1 deletions
|
@ -95,9 +95,11 @@ spd_set_nbxcfg_done:
|
|||
|
||||
#define DIMM_READ \
|
||||
addl %ebx, %eax ; \
|
||||
movl (%eax), %edx ; \
|
||||
movl (%eax), %edx /* end it here -- see if that fixes */
|
||||
#if 0
|
||||
xorl $0xdff8, %eax ; \
|
||||
movl (%eax), %edx
|
||||
#endif
|
||||
|
||||
#define DIMM0_READ DIMM0_BASE ; DIMM_READ
|
||||
#define DIMM1_READ DIMM_BASE(1) ; DIMM_READ
|
||||
|
|
Loading…
Add table
Reference in a new issue