Hi - Can someone please help me answering the below?
1. What type of address CONSOLE_UART_BASE (defined in optee_os/core/arch/arm/plat-xxxxx/platform_config.h) represents? Physical (or) virtual address?
void console_init(void) {
pl011_init(CONSOLE_UART_BASE, CONSOLE_UART_CLK_IN_HZ, CONSOLE_BAUDRATE);
}
void pl011_init(vaddr_t base, uint32_t uart_clk, uint32_t baud_rate);
2. Are these consoles across different platforms assumed to be secure or non secure?