Home
last modified time | relevance | path

Searched refs:coreboot_serial (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/plat/mediatek/mt8192/
Dbl31_plat_setup.c67 if (coreboot_serial.type) { in bl31_early_platform_setup2()
68 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2()
69 coreboot_serial.input_hertz, in bl31_early_platform_setup2()
70 coreboot_serial.baud, in bl31_early_platform_setup2()
/external/arm-trusted-firmware/plat/mediatek/mt8183/
Dbl31_plat_setup.c121 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()
/external/arm-trusted-firmware/lib/coreboot/
Dcoreboot_table.c48 coreboot_serial_t coreboot_serial; variable
143 memcpy(&coreboot_serial, &entry->serial, in coreboot_table_setup()
144 sizeof(coreboot_serial)); in coreboot_table_setup()
/external/arm-trusted-firmware/plat/rockchip/common/
Dparams_setup.c153 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()
/external/arm-trusted-firmware/plat/qti/common/src/
Dqti_bl31_setup.c67 if (coreboot_serial.baseaddr != 0) { in bl31_early_platform_setup()
71 coreboot_serial.baseaddr); in bl31_early_platform_setup()
/external/arm-trusted-firmware/include/lib/
Dcoreboot.h20 extern coreboot_serial_t coreboot_serial;