Technexion TIM5690: drop add_mainboard_resources()
Move the POST display to take place just before jumping the payload, a bit later than before. Change-Id: Ie1d1ff24dc6c1640e25681be7dc5740943c7f112 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1396 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
committed by
Alexandru Gagniuc
parent
f85398c3ab
commit
cc3b18843f
@@ -17,7 +17,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
select SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||||
select HAVE_ACPI_TABLES
|
select HAVE_ACPI_TABLES
|
||||||
select GFXUMA
|
select GFXUMA
|
||||||
select HAVE_MAINBOARD_RESOURCES
|
|
||||||
select BOARD_ROMSIZE_KB_512
|
select BOARD_ROMSIZE_KB_512
|
||||||
select RAMINIT_SYSINFO
|
select RAMINIT_SYSINFO
|
||||||
select QRANK_DIMM_SUPPORT
|
select QRANK_DIMM_SUPPORT
|
||||||
|
@@ -242,10 +242,13 @@ static void tim5690_enable(device_t dev)
|
|||||||
set_thermal_config();
|
set_thermal_config();
|
||||||
}
|
}
|
||||||
|
|
||||||
int add_mainboard_resources(struct lb_memory *mem)
|
void mainboard_post(u8 value)
|
||||||
{
|
{
|
||||||
technexion_post_code(LED_MESSAGE_FINISH);
|
switch (value) {
|
||||||
return 0;
|
case POST_ENTER_ELF_BOOT:
|
||||||
|
technexion_post_code(LED_MESSAGE_FINISH);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
struct chip_operations mainboard_ops = {
|
||||||
|
Reference in New Issue
Block a user