From bbd07043ff9fd1d389a5d39c70a5bc2f6f4fb379 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 16 Aug 2022 17:47:08 +0200 Subject: intel/systemagent: Align debug output Output should be easier to read as a table. Change-Id: I32e3e0aab5afd25c0b004d18f64de76445d9a0ed Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/coreboot/+/66801 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- src/soc/intel/common/block/systemagent/systemagent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 1fbd8aa7f0..a5c3a3a671 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -104,7 +104,8 @@ void sa_add_fixed_mmio_resources(struct device *dev, int *resource_cnt, size = sa_fixed_resources[i].size; base = sa_fixed_resources[i].base; - printk(BIOS_DEBUG, "SA MMIO resource: %s -> base = 0x%llx, size = 0x%llx\n", + printk(BIOS_DEBUG, + "SA MMIO resource: %-8s -> base = 0x%08llx, size = 0x%08llx\n", sa_fixed_resources[i].description, sa_fixed_resources[i].base, sa_fixed_resources[i].size); -- cgit v1.2.3