northbridge/amd/amdk8: transition away from device_t

Replace the use of the old device_t definition inside
northbridge/amd/amdk8.

Change-Id: I5209dd309f0685f83d8a468c50309d5fda77973a
Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/16467
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Antonello Dettori
2016-09-03 10:45:33 +02:00
committed by Martin Roth
parent f65ccb2cd6
commit 0501ece181
12 changed files with 57 additions and 48 deletions

View File

@@ -12,7 +12,7 @@
#endif
#ifdef __PRE_RAM__
void showallroutes(int level, device_t dev);
void showallroutes(int level, pci_devfn_t dev);
void setup_resource_map_offset(const unsigned int *register_values, int max, unsigned offset_pci_dev, unsigned offset_io_base);
void fill_mem_ctrl(int controllers, struct mem_controller *ctrl_a, const uint16_t *spd_addr);
#endif