build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34002 )
Change subject: aopen/dxplplusu: Replace use of dev_find_slot() ......................................................................
Patch Set 1:
(4 comments)
https://review.coreboot.org/#/c/34002/1/src/mainboard/aopen/dxplplusu/acpi_t... File src/mainboard/aopen/dxplplusu/acpi_tables.c:
https://review.coreboot.org/#/c/34002/1/src/mainboard/aopen/dxplplusu/acpi_t... PS1, Line 25: #define IOAPIC_P64H2_BUS_B 3 /* IOAPIC 3 at 02:1c.0 MBAR = fe300000 DataAddr = fe300010 */ line over 96 characters
https://review.coreboot.org/#/c/34002/1/src/mainboard/aopen/dxplplusu/acpi_t... PS1, Line 26: #define IOAPIC_P64H2_BUS_A 4 /* IOAPIC 4 at 02:1e.0 MBAR = fe301000 DataAddr = fe301010 */ line over 96 characters
https://review.coreboot.org/#/c/34002/1/src/mainboard/aopen/dxplplusu/acpi_t... PS1, Line 52: current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *)current, IOAPIC_P64H2_BUS_B, res->base, irq_start); line over 96 characters
https://review.coreboot.org/#/c/34002/1/src/mainboard/aopen/dxplplusu/acpi_t... PS1, Line 61: current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *)current, IOAPIC_P64H2_BUS_A, res->base, irq_start); line over 96 characters