asus/f2a85-m: conditionally show POST codes
Change-Id: I61e55601676c0825815d6520a874ccade8942379 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/5362 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
1a25c9cdfd
commit
a09dad0c77
|
@ -67,6 +67,14 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
|
|||
u32 val;
|
||||
u8 byte;
|
||||
device_t dev;
|
||||
|
||||
#if IS_ENABLED(CONFIG_POST_DEVICE_PCI_PCIE)
|
||||
hudson_pci_port80();
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_POST_DEVICE_LPC)
|
||||
hudson_lpc_port80();
|
||||
#endif
|
||||
|
||||
#if CONFIG_HAVE_ACPI_RESUME
|
||||
void *resume_backup_memory;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue