Searched refs:coreboot_serial (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a-latest/plat/mediatek/mt8195/ |
D | bl31_plat_setup.c | 68 if (coreboot_serial.type) { in bl31_early_platform_setup2() 69 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2() 70 coreboot_serial.input_hertz, in bl31_early_platform_setup2() 71 coreboot_serial.baud, in bl31_early_platform_setup2()
|
/trusted-firmware-a-latest/plat/mediatek/mt8186/ |
D | bl31_plat_setup.c | 68 if (coreboot_serial.type) { in bl31_early_platform_setup2() 69 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2() 70 coreboot_serial.input_hertz, in bl31_early_platform_setup2() 71 coreboot_serial.baud, in bl31_early_platform_setup2()
|
/trusted-firmware-a-latest/plat/mediatek/mt8192/ |
D | bl31_plat_setup.c | 69 if (coreboot_serial.type) { in bl31_early_platform_setup2() 70 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2() 71 coreboot_serial.input_hertz, in bl31_early_platform_setup2() 72 coreboot_serial.baud, in bl31_early_platform_setup2()
|
/trusted-firmware-a-latest/plat/mediatek/common/ |
D | mtk_bl31_setup.c | 108 if (coreboot_serial.type) { in bl31_early_platform_setup2() 109 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2() 110 coreboot_serial.input_hertz, in bl31_early_platform_setup2() 111 coreboot_serial.baud, in bl31_early_platform_setup2()
|
/trusted-firmware-a-latest/plat/mediatek/mt8183/ |
D | bl31_plat_setup.c | 121 if (coreboot_serial.type) in bl31_early_platform_setup2() 122 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2() 123 coreboot_serial.input_hertz, in bl31_early_platform_setup2() 124 coreboot_serial.baud, in bl31_early_platform_setup2()
|
/trusted-firmware-a-latest/plat/qti/common/src/ |
D | qti_bl31_setup.c | 61 if (coreboot_serial.baseaddr != 0) { in bl31_early_platform_setup() 65 coreboot_serial.baseaddr); in bl31_early_platform_setup()
|
/trusted-firmware-a-latest/plat/rockchip/common/ |
D | params_setup.c | 153 return coreboot_serial.baseaddr; in rockchip_get_uart_base() 162 return coreboot_serial.baud; in rockchip_get_uart_baudrate() 171 return coreboot_serial.input_hertz; in rockchip_get_uart_clock()
|
/trusted-firmware-a-latest/lib/coreboot/ |
D | coreboot_table.c | 48 coreboot_serial_t coreboot_serial; variable 153 memcpy(&coreboot_serial, &entry->serial, in coreboot_table_setup() 154 sizeof(coreboot_serial)); in coreboot_table_setup()
|
/trusted-firmware-a-latest/include/lib/ |
D | coreboot.h | 20 extern coreboot_serial_t coreboot_serial;
|