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:
parent
57aca97a2c
commit
1c6bbac66d
6 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue