Skip to content

Commit a007f60

Browse files
author
Igor Bagnucki
committed
devnotes/documentation.md: Add informations about working memory configurations
1 parent 3a4772e commit a007f60

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

devnotes/documentation.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ In order to build coreboot image, follow the steps below:
149149
Answer yes to the prompt and wait for the process to finish.
150150

151151
4. Log into the BMC GUI again at https://\<BMC_IP\>/. Enter the Server power
152-
operations (https://\<BMC_IP\>/#/server-control/power-operations) and invoke warm
153-
reboot. Then move to Serial over LAN remote console
152+
operations (https://\<BMC_IP\>/#/server-control/power-operations) and invoke
153+
warm reboot. Then move to Serial over LAN remote console
154154
(https://\<BMC_IP\>/#/server-control/remote-console)
155155

156156
Wait for a while until coreboot shows up:
@@ -160,6 +160,22 @@ In order to build coreboot image, follow the steps below:
160160
5. Enjoy the coreboot running on Talos II.
161161

162162
> **Optional:** In order to recovery the platform quickly to healthy state, flash
163-
> the HBB partition back with:\
163+
> the HBB partition back with: \
164164
> `pflash -e -P HBB -p /tmp/hbb.bin`
165165
166+
## Memory configurations
167+
Following RAM configurations were tested and are proved to be properly initialized.
168+
```
169+
MCS0, MCA0
170+
DIMM0: 1Rx4 16GB
171+
DIMM1: not installed
172+
MCS0, MCA1
173+
DIMM0: 1Rx8 8GB
174+
DIMM1: not installed
175+
MCS1, MCA0
176+
DIMM0: 2Rx4 32GB
177+
DIMM1: not installed
178+
MCS1, MCA1
179+
DIMM0: 2Rx8 16GB
180+
DIMM1: not installed
181+
```

images/cb_menuconfig.png

-284 Bytes
Loading

0 commit comments

Comments
 (0)