PD#SWPL-170825
Problem:
if print too many on boot stage, lead to serial can't go to console.
Solution:
UART tx and rx interrupt need to be turned on when a log print is
finished.
Verify:
s7d_bh201
Change-Id: Ic7e7b102172cedcf373549f2955ed81d687949b2
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
PD#SWPL-117073
Problem:
sysrq can't be triggered by keyboard at T7C.
Solution:
fix the dtsi and the uart to support sysrq.
Verify:
T7C
Change-Id: I5ab7d7873e19d35ab3653e84ae4dd60deddf6d93
Signed-off-by: qiankun.wang <qiankun.wang@amlogic.com>
PD#SWPL-104284
Problem:
need add g12b and sm1 uart support
Solution:
add uart config for g12b and sm1
Verify:
g12b
Change-Id: Ic96c0fab5925188fb2f746a0d610223fadb675d7
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
PD#SWPL-94447
Problem:
debug break gki10
Solution:
1, support amlogic_debug build to module, amlogic_debug module
includes debug_lockup, cpu_mhz and meson_atrace for now.
2, amlogic_debug some function still build in kernel but not break
gki10, for example: irq_check function on builtin kernel code,
module_debug, workqueue debug etc.
3, new config CONFIG_AMLOGIC_HARDLOCKUP_DETECTOR still builtin but
not break gki.
4, other functions for example iotrace still under developing
Verify:
sc2
Signed-off-by: Hanje Lin <hanjie.lin@amlogic.com>
Change-Id: I9c11465e3e879f999ae6fd13dc12c044efd2417a
PD#SWPL-89180
Problem:
change the build mode of serial driver
Solution:
1. --gki: don't build early console, build uart driver as module,
for android gki
2. --gi_user: buildin early console, build uart drvier as module,
for android
3. --gki_userdebug: buildin early console, buildin uart driver,
for fatloader
Verify:
sc2
Change-Id: I610c954d7b413265d7aa15f0ee5ca670895bacb5
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
PD#SWPL-71726
Problem:
need rename ttyAML to ttyS
Solution:
rename ttyAML to ttyS
Verify:
s4d and C2 AF400
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
Change-Id: Ic20db91a89574de8b4f51f771f98e172721ad332
PD#SWPL-72631
Problem:
common, build and common_drivers directories are not under the same directory
Solution:
common, build and common_drivers directories customization
Verify:
s4d and C2 AF400
Change-Id: I8e29737a0a791d58454691e922dda949098595bb
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
PD#SWPL-70486
Problem:
use common tag in driver when printf
Solution:
set common pr_fmt in driver
Verify:
s4d
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Change-Id: Ieee271d289e4d2f81258875d36288046b996a5d2
PD#SWPL-70486
Problem:
printk optimization
Solution:
modify the print level as a debug
Verify:
local check
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
Change-Id: I8b92a33555103ef75c91217086efb9b85843d3c7
PD#SWPL-64397
Problem:
1. modify config name and select some config
Solution:
1. modify config name and select some config
Verify:
s4d
Change-Id: I165ece6c465bb5077df8daf11b82e1ea55aaf989
Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>