intel/systemagent: Align debug output
Output should be easier to read as a table. Change-Id: I32e3e0aab5afd25c0b004d18f64de76445d9a0ed Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66801 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
f06ec60b48
commit
bbd07043ff
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue