-
Notifications
You must be signed in to change notification settings - Fork 0
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
MTL platforms fail to boot with some memory modules #886
Comments
I have similar experience with 48GB module in slot 2, but in my case even rebooting doesn't work. The same module in slot 1 doesn't work even once (but this I tried on a slightly older build, I can re-test with a recent build if needed). All tests on V560TU. |
Apparently fixed by using FSP v4122_14. Need to test 48GB modules still. |
On V540TU with Ultra 5, the laptop doesn't boot after external flashing Powering off and on doesn't bring the device back to life either, the screen display remains off. So it did boot the first time. The unit has 1x 16 GB internal memory installed in slot 2, and a PX600 SSD installed in the slot on top of the mainboard. |
Same for me with rc4 - still broken the same way. |
Is there some extra debugging info I can extract to help? Or maybe test some specific procedure? |
On V560TU with Ultra 7, with |
On another V540TU with ultra 7 and |
Okay, I've reproduced on a V560TU unit. Could not reproduce on a V540TU unit. I get an FSP-S error (Not FSP-M weirdly, so maybe not related to memory after all)
(plus some FSP debug logs that I can't paste here) |
On another V540 with Ultra 5 and So it did boot the first time. It looks like the chips on the internal memory modules are sometimes different: I'll now try with the other module to see if the behaviour is the same. |
|
On another V560TU with Ultra 7, |
Tested 6 units so far. 3 of them work fine and these all have an Ultra 7 155H. The 3 failing units have an Ultra 5 125H CPU. |
I forgot to mention mine failing one is Ultra 5 125H too. |
So we are starting to get some pattern emerging at least 🙃 |
According to https://review.coreboot.org/c/coreboot/+/81269/2 there's a critical bug in the cache-as-ram logic in the CPU if the cache set count is not a power of 2 :) On 155H there are 32768 cache sets, on 125H there are 24576. Seems like we're running into this issue, because coreboot hangs just before postcar. Will apply that patch train and see if it fixes anything. |
Yes this fixed the affected V560TU unit with 125H. |
-rc5 was sent to @wessel-novacustom @marmarek and the issue is confirmed resolved, I believe. |
@mkopec I confirm the correct functionality on |
Component
Dasharo firmware
Device
NovaCustom V54 14th Gen, NovaCustom V56 14th Gen
Dasharo version
v0.9.0-rc3
Dasharo Tools Suite version
No response
Brief summary
Some memory modules don't work well with MTL laptops.
How reproducible
No response
How to reproduce
with 16GB module:
with 32GB module:
Expected behavior
All modules must work.
Actual behavior
Not all modules work.
Screenshots
No response
Additional context
No response
Solutions you've tried
No response
The text was updated successfully, but these errors were encountered: