Change in coreboot[master]: mb/kontron/mal10: Add COMe-mAL10 minimal support
Maxim Polyakov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39133 ) Change subject: mb/kontron/mal10: Add COMe-mAL10 minimal support ...................................................................... Patch Set 10: (1 comment) https://review.coreboot.org/c/coreboot/+/39133/8/src/mainboard/kontron/mal10... File src/mainboard/kontron/mal10/romstage.c: https://review.coreboot.org/c/coreboot/+/39133/8/src/mainboard/kontron/mal10... PS8, Line 52: mupd->FspmConfig.Ch0_RankEnable = 0; : mupd->FspmConfig.Ch0_DeviceWidth = 0; : mupd->FspmConfig.Ch0_DramDensity = 0; : mupd->FspmConfig.Ch0_Option = 0; : mupd->FspmConfig.Ch1_RankEnable = 0; : mupd->FspmConfig.Ch1_DeviceWidth = 0; : mupd->FspmConfig.Ch1_DramDensity = 0; : mupd->FspmConfig.Ch1_Option = 0; : mupd->FspmConfig.Ch2_RankEnable = 0; : mupd->FspmConfig.Ch2_DeviceWidth = 0; : mupd->FspmConfig.Ch2_DramDensity = 0; : mupd->FspmConfig.Ch2_Option = 0; : mupd->FspmConfig.Ch3_RankEnable = 0; : mupd->FspmConfig.Ch3_DeviceWidth = 0; : mupd->FspmConfig.Ch3_DramDensity = 0; : mupd->FspmConfig.Ch3_Option = 0;
Huh? I think it would be better if I remove this, because the options DIMM0SPDAddress and DIMM1SPDAddress (same as for apl_rvp1 https://github.com/coreboot/coreboot/blob/ef7a3267870f126cc2f815812cfe545008...) tell us that the memory controller uses the settings from SPD. I think that this will be enough.
-- To view, visit https://review.coreboot.org/c/coreboot/+/39133 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: Ib8432e10396f77eb05a71af1ccaaa4437a2e43ea Gerrit-Change-Number: 39133 Gerrit-PatchSet: 10 Gerrit-Owner: Maxim Polyakov <max.senia.poliak@gmail.com> Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net> Gerrit-Reviewer: Aaron Durbin <adurbin@chromium.org> Gerrit-Reviewer: Andrey Petrov <andrey.petrov@gmail.com> Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de> Gerrit-Reviewer: Lance Zhao <lance.zhao@gmail.com> Gerrit-Reviewer: Martin Roth <martinroth@google.com> Gerrit-Reviewer: Maxim Polyakov <max.senia.poliak@gmail.com> Gerrit-Reviewer: Nico Huber <nico.h@gmx.de> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> Gerrit-Reviewer: Werner Zeh <werner.zeh@siemens.com> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-CC: Andrey Petrov <anpetrov@fb.com> Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net> Gerrit-Comment-Date: Tue, 03 Mar 2020 16:53:44 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: Angel Pons <th3fanbus@gmail.com> Gerrit-MessageType: comment
participants (1)
-
Maxim Polyakov (Code Review)