]> git.baikalelectronics.ru Git - arm-tf.git/commit
coreboot: Use generic base address
authorAndre Przywara <andre.przywara@arm.com>
Sat, 25 Jan 2020 01:07:19 +0000 (01:07 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Tue, 25 Feb 2020 09:34:38 +0000 (09:34 +0000)
commite21a788ee197ec66f6b8552e2274297bf4a095a8
tree46174fb95971b3b1bbabeff08b4c0d98dddd2b11
parente8ada80a8496806c1f17ccbc6e2beec99d37f6c4
coreboot: Use generic base address

Since now the generic console_t structure holds the UART base address as
well, let's use that generic location for the coreboot memory console.
This removes the base member from the coreboot specific data structure,
but keeps the struct console_cbmc_t and its size member.

Change-Id: I7f1dffd41392ba3fe5c07090aea761a42313fb5b
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/coreboot/cbmem_console/aarch64/cbmem_console.S
include/drivers/coreboot/cbmem_console.h
lib/coreboot/coreboot_table.c