Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8186/
H A Dbl31_plat_setup.c68 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()
/rk3399_ARM-atf/plat/mediatek/mt8195/
H A Dbl31_plat_setup.c68 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()
/rk3399_ARM-atf/plat/mediatek/mt8192/
H A Dbl31_plat_setup.c69 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()
/rk3399_ARM-atf/plat/mediatek/common/
H A Dmtk_bl31_setup.c114 if (coreboot_serial.type) { in bl31_early_platform_setup2()
115 console_16550_register(coreboot_serial.baseaddr, in bl31_early_platform_setup2()
116 coreboot_serial.input_hertz, in bl31_early_platform_setup2()
117 coreboot_serial.baud, in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/mediatek/mt8183/
H A 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()
/rk3399_ARM-atf/plat/rockchip/common/
H A 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()
/rk3399_ARM-atf/lib/coreboot/
H A Dcoreboot_table.c48 coreboot_serial_t coreboot_serial; variable
153 memcpy(&coreboot_serial, &entry->serial, in coreboot_table_setup()
154 sizeof(coreboot_serial)); in coreboot_table_setup()
/rk3399_ARM-atf/include/lib/
H A Dcoreboot.h20 extern coreboot_serial_t coreboot_serial;