mb/starlabs/*: Correct/set UserBd in romstage

Change-Id: Id0c21cc30a0cfc1dccc3f9863e8f3d522afdf31a
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2025-01-29 12:24:51 +00:00
commit 1c6bbac66d
6 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
{
const struct mb_cfg mem_config = {
.type = MEM_TYPE_DDR4,
.UserBd = BOARD_TYPE_ULT_ULX,
};
const bool half_populated = true;

View file

@ -9,6 +9,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
{
const struct mb_cfg mem_config = {
.type = MEM_TYPE_DDR4,
.UserBd = BOARD_TYPE_MOBILE,
};
const bool half_populated = false;

View file

@ -9,6 +9,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
{
const struct mb_cfg mem_config = {
.type = MEM_TYPE_DDR4,
.UserBd = BOARD_TYPE_ULT_ULX,
};
const bool half_populated = true;

View file

@ -9,6 +9,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
{
const struct mb_cfg mem_config = {
.type = MEM_TYPE_DDR5,
.UserBd = BOARD_TYPE_MOBILE,
};
const bool half_populated = false;

View file

@ -9,6 +9,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
{
const struct mb_cfg mem_config = {
.type = MEM_TYPE_DDR4,
.UserBd = BOARD_TYPE_MOBILE,
};
const bool half_populated = false;

View file

@ -81,7 +81,7 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
},
.ect = true,
.UserBd = BOARD_TYPE_MOBILE,
.UserBd = BOARD_TYPE_ULT_ULX,
.LpDdrDqDqsReTraining = true,
.lp5x_config = {