amdfam_10h-15h: Use ENV_PCI_SIMPLE_DEVICE
Change-Id: I265d50af1099ae4449b5adebcf21e2043aa02c7a Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35654 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -65,7 +65,7 @@ uint64_t get_cc6_memory_size()
|
||||
if (is_fam15h()) {
|
||||
enable_cc6 = 0;
|
||||
|
||||
#ifdef __SIMPLE_DEVICE__
|
||||
#if ENV_PCI_SIMPLE_DEVICE
|
||||
if (pci_read_config32(PCI_DEV(0, 0x18, 2), 0x118) & (0x1 << 18))
|
||||
enable_cc6 = 1;
|
||||
#else
|
||||
|
@@ -42,7 +42,7 @@ struct node_core_id get_node_core_id(u32 nb_cfg_54)
|
||||
uint32_t family;
|
||||
uint32_t model;
|
||||
|
||||
#ifdef __SIMPLE_DEVICE__
|
||||
#if ENV_PCI_SIMPLE_DEVICE
|
||||
f3xe8 = pci_read_config32(NODE_PCI(0, 3), 0xe8);
|
||||
#else
|
||||
f3xe8 = pci_read_config32(get_node_pci(0, 3), 0xe8);
|
||||
@@ -109,7 +109,7 @@ struct node_core_id get_node_core_id(u32 nb_cfg_54)
|
||||
uint32_t f5x84;
|
||||
uint8_t core_count;
|
||||
|
||||
#ifdef __SIMPLE_DEVICE__
|
||||
#if ENV_PCI_SIMPLE_DEVICE
|
||||
f5x84 = pci_read_config32(NODE_PCI(0, 5), 0x84);
|
||||
#else
|
||||
f5x84 = pci_read_config32(get_node_pci(0, 5), 0x84);
|
||||
|
Reference in New Issue
Block a user