src/mainboard/google: Adopt Mainboards to changed Type41 Func

Required for automatic onboard device detection in the next patch.

Change-Id: I3087de779faf8d006510c460b5372b22ae54b887
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32909
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Christian Walter
2019-05-21 17:22:49 +02:00
committed by Patrick Rudolph
parent 84b8f90bba
commit e6afab12e2
12 changed files with 37 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ int smbios_write_type38(unsigned long *current, int *handle,
const u8 irq);
int smbios_write_type41(unsigned long *current, int *handle,
const char *name, u8 instance, u16 segment,
u8 bus, u8 device, u8 function);
u8 bus, u8 device, u8 function, u8 device_type);
const char *smbios_system_manufacturer(void);
const char *smbios_system_product_name(void);