Searched hist:"0936 abe9b235dd996e9466288415bb994acbbe8f" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/include/drivers/arm/ |
| H A D | dcc.h | 0936abe9b235dd996e9466288415bb994acbbe8f Tue Sep 19 17:05:08 UTC 2023 Prasad Kummari <prasad.kummari@amd.com> fix(dcc): add dcc console unregister function
Add unregistration function for the JTAG DCC (Debug Communication Channel) console. The unregistration function flushes DCC buffer before unregistering the dcc console to make sure that no output char is pending.
Since console_flush() flushes chars for all registered consoles on the platform, which is not required in this case, dcc_console_flush() is being called instead.
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com> Change-Id: I6f15a07c6ee947dc0e7aa8fb069227618080e611
|
| /rk3399_ARM-atf/drivers/arm/dcc/ |
| H A D | dcc_console.c | 0936abe9b235dd996e9466288415bb994acbbe8f Tue Sep 19 17:05:08 UTC 2023 Prasad Kummari <prasad.kummari@amd.com> fix(dcc): add dcc console unregister function
Add unregistration function for the JTAG DCC (Debug Communication Channel) console. The unregistration function flushes DCC buffer before unregistering the dcc console to make sure that no output char is pending.
Since console_flush() flushes chars for all registered consoles on the platform, which is not required in this case, dcc_console_flush() is being called instead.
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com> Change-Id: I6f15a07c6ee947dc0e7aa8fb069227618080e611
|