Commit graph

105 commits

Author SHA1 Message Date
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
5c20e85f27 android: update for broadcom and realtek wireless 2019-08-06 20:13:59 +08:00
August
b43f0ca52a add boot build script 2019-08-06 17:45:06 +08:00
August
71ef7842a0 set hdmi type default density to 160 2019-02-27 19:03:54 +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
c7fc432124 Update hwc for 10" panel support, get default_mode from bsp configuration and set 2018-12-13 00:52:49 +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
739b6b327f Fix compile issue after extend PROP_VALUE_MAX 2018-08-16 00:30:51 +08:00
August
7bf61501b6 remove temporary kernel modules 2018-08-15 19:07:49 +08:00
August
4ff47aa650 update ap6212 configuration, but can't work now 2018-08-15 19:06:14 +08:00
August
0ecc9cfb31 set PROP_VALUE_MAX=149 to fix property cannot exceed 91 bytes issue 2018-08-15 18:51:45 +08:00
August
bad31b0320 fix the wrong density for tulip_m64_hdmi 2018-08-15 18:39:30 +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
baa0673d9b disable lockscreen default 2018-08-15 16:24:15 +08:00
August
30af130988 Fix Requested frame rate not support issue when video capture 2018-08-15 15:40:48 +08:00
August
60428df668 Fix video capture resource not found exception issue with low display density 2018-08-15 15:38:24 +08:00
August
c0c756a686 disable keyadc 2018-08-15 12:38:57 +08:00
August
21d9d2d198 enable wifi p2p 2018-08-14 21:31:01 +08:00
August
a693e3798b android: add tulip-m64-hdmi target 2018-08-14 21:26:09 +08:00
August
c931c0bce3 load nec-decoder before sunxi-ir 2018-08-14 21:25:31 +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
bc34ae078d set lcd_density to 120 for tulip_m64 2018-08-14 17:04:59 +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
6e8b520dcb ap6212 softap support 2018-08-10 14:17:52 +08:00
August
73a04365cb ap6212 wifi support, p2p didn't work because the bcmdhd drivers seems not support 2018-08-10 14:16:19 +08:00
August
fe2350bd37 remove temporary kernel modules 2018-08-10 14:09:27 +08:00
August
a566046929 update prebuild bootloader 2018-08-09 17:18:21 +08:00
August
0c655ca213 update readme.md 2018-08-09 15:02:10 +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