August
744c72c133
update new sdk
2020-07-15 19:27:51 +08:00
August
f33907443a
update .gitignore
2019-08-06 20:15:40 +08:00
August
b43f0ca52a
add boot build script
2019-08-06 17:45:06 +08:00
August
79d9c74480
fix red screen issue when hdmi module load
2019-02-27 18:52:46 +08:00
August
a32f4aeefd
dragon: fix pack fail issue
...
* Since, 8.0(O), due to this commit https://android.googlesource.com/platform/system/extras/+/63362e153f799f41d3e0dd256d8b8281da3f2672 , cache.img compilation gets failed .
* Reason is when we set the size of ext4 file to a group size of 128M(in our case, cache.img size is 128mb), it get crashed when compile a ext4 file because:
group size = Blocks per group(32768) * Block size(4096)
last_group_size is set to 0 and aux_info.groups to 1
But, if aux_info.groups <= 1 , critical_error: "filesystem size too small" is called.
* Yes, this is a bug in make_ext4fs.
* Fixing this issue for our device has two ways, one is switch to mke2fs as it works fine, second either revert the above changes from ext4_utils or fix code.
* According to report, mke2fs is upstream tool of make_ext4fs, and in future google will permanently switch to it. So better to use this on our device instead of putting hands on repo codes.
2019-02-27 18:50:08 +08:00
August
76c00ed7bb
fix hdmi hotplug issue
2019-02-27 12:10:10 +08:00
August
90cc228f43
update pack image name
2019-02-27 11:27:25 +08:00
August
8e766dba19
10" lcd panel support
...
1. set output_mode to 0x45 for 1024x600 panel
2. set output_mode to 0x46 for 1280x800 panel
2018-12-13 00:47:09 +08:00
August
6f5aff25b6
add mmc initial debug message
2018-12-12 12:17:46 +08:00
August
220a956c0d
check poweron reason
2018-12-12 12:16:24 +08:00
August
1e159ba48e
dragonboard: add stress testcase
2018-12-12 12:15:10 +08:00
August
b608b8c95f
dragon: fix pack fail issue
2018-11-28 17:50:53 +08:00
August
53ba28a673
dragon: enable mouse
2018-11-28 17:13:12 +08:00
August
4e34bfa102
update dram param for SK-Hynix DDR (H5TQ4G83CFR-RDC)
2018-10-22 11:31:57 +08:00
August
77be9c4adc
disable sunxi-keyboard driver to fix suspend fail issue
2018-08-15 17:45:07 +08:00
August
96691d2fdc
Fix gmac regulator mismatch issue when suspend/resume
2018-08-15 17:44:31 +08:00
August
c0c756a686
disable keyadc
2018-08-15 12:38:57 +08:00
August
55d77fb51b
remove debug code
2018-08-14 21:17:42 +08:00
August
5d37c72c64
regulator enable and disable sysfs control
2018-08-14 21:17:14 +08:00
August
b4d28f2e73
40pin gpio control and led support
2018-08-14 21:16:33 +08:00
August
3c39232bb5
add new bcmdhd driver (1.579.77.41)
2018-08-14 21:09:15 +08:00
August
1eda413fbd
remove the default bcmdhd driver
2018-08-14 21:07:29 +08:00
August
24a068aa2c
set lcd backlight increase 10 percent
2018-08-14 17:43:39 +08:00
August
9dba7582f6
update bootlogo
2018-08-14 17:02:36 +08:00
August
a2ea04d522
fix gmac latency issue
2018-08-14 17:01:18 +08:00
August
a566046929
update prebuild bootloader
2018-08-09 17:18:21 +08:00
August
e97e74a527
dragonboard: add display type configuration
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
6e3b26154d
Fix hdmi no display issue
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
952fb9ce7d
dragonboard: add m64_hdmi target and fix dts pack warning
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
655e737934
add regulator debug message
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
eb4a71eecb
enable power control during lcd sw_enable to fix regulator mismatch issue
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
c72abeb23f
configure ir decoder as kernel module to fix wrong input device registered
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
f951ac6b19
dragonboard: ir support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
840cdb0943
dragonboard: gt911 support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
5f59113f20
android: gt911 tp support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
0a0b11e0d7
android: rtl8723bu wifi and bt support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
9a51c0b753
set pmu_bat_unused to notify android a full battery
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
04a350f6be
increase poweron sequence delay time to fix i2c transform fail issue
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
1e1eabd889
Fix LCD white screen
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
fd93bb2190
android: enable ap6212 bluetooth kernel config
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
43a5949bbc
android: enable ap6212 wifi kernel config
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
ab03240630
android: enable gmac kernel config
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
53d5d63254
dragonboard: camera and audio support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
8b35ede853
dragonboard: enable udisk testcase
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
4a9de8f073
dragonboard: bluetooth support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
eaac9421b7
dragonboard: fix ethernet test fail
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
555ca787b7
set ACIN current limit
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
e75b08e946
enable spl build
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
246cbab9d3
dragonboard: ap6212 wifi support
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00
August
b8e03ef544
dragonboard: enable gmac kernel config
...
Signed-off-by: August <mingxin.android@gmail.com>
2018-08-09 12:09:57 +08:00