From 71555955e91e1aac6c4ef32ebb7ee817fc31e31f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 11 Feb 2021 14:40:01 +0100 Subject: mb: guard irq_tables for clang-format Some (notably older Intel) boards use a tabular description of irq routing that we want to keep pristine no matter what clang-format considers correct (as that's ugly). Change-Id: I259255a9f60208c659b658ecb81535e84a2aaa8c Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/50545 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Angel Pons Reviewed-by: HAOUAS Elyes --- src/mainboard/asus/p2b/variants/p2b-d/irq_tables.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/asus/p2b/variants/p2b-d') diff --git a/src/mainboard/asus/p2b/variants/p2b-d/irq_tables.c b/src/mainboard/asus/p2b/variants/p2b-d/irq_tables.c index 705e1f25d3..358260b67d 100644 --- a/src/mainboard/asus/p2b/variants/p2b-d/irq_tables.c +++ b/src/mainboard/asus/p2b/variants/p2b-d/irq_tables.c @@ -14,6 +14,7 @@ static const struct irq_routing_table intel_irq_routing_table = { 0, /* Miniport data */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */ 0x54, /* Checksum */ + /* clang-format off */ { /* bus, dev | fn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu */ {0x00, (0x0c << 3) | 0x0, {{0x60, 0x1eb8}, {0x61, 0x1eb8}, {0x62, 0x1eb8}, {0x63, 0x1eb8}}, 0x1, 0x0}, @@ -23,6 +24,7 @@ static const struct irq_routing_table intel_irq_routing_table = { {0x00, (0x04 << 3) | 0x0, {{0x60, 0x1eb8}, {0x61, 0x1eb8}, {0x62, 0x1eb8}, {0x63, 0x1eb8}}, 0x0, 0x0}, {0x00, (0x01 << 3) | 0x0, {{0x60, 0x1eb8}, {0x61, 0x1eb8}, {0x62, 0x1eb8}, {0x63, 0x1eb8}}, 0x0, 0x0}, } + /* clang-format on */ }; unsigned long write_pirq_routing_table(unsigned long addr) -- cgit v1.2.3