Searched hist:"770 b2afacf3342b462629198ad26675b9fb41687" (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/ |
| H A D | console.h | 770b2afacf3342b462629198ad26675b9fb41687 Tue Jan 08 09:01:51 UTC 2019 Etienne Carriere <etienne.carriere@linaro.org> core: more flexible console init from DT
Introduce get_console_node_from_dt() that collects the references to the console configuration in the DTB.
Existing configure_console_from_dt() relies on it when initiating the console from the early core inits based on registered matching device tables.
get_console_node_from_dt() allows a driver probed from the driver initialization sequence (i.e registered from driver_init()) to get the console DT directive.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
|
| /optee_os/core/kernel/ |
| H A D | console.c | 770b2afacf3342b462629198ad26675b9fb41687 Tue Jan 08 09:01:51 UTC 2019 Etienne Carriere <etienne.carriere@linaro.org> core: more flexible console init from DT
Introduce get_console_node_from_dt() that collects the references to the console configuration in the DTB.
Existing configure_console_from_dt() relies on it when initiating the console from the early core inits based on registered matching device tables.
get_console_node_from_dt() allows a driver probed from the driver initialization sequence (i.e registered from driver_init()) to get the console DT directive.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
|