• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


RSS
Rev. Zeit Autor
2f9e298 2018-08-10 16:57:42 Chih-Wei Huang

idc: add 3M_3M_MicroTouch_USB_controller.idc

Tested-by: Daniel Kenzelmann <daniel.kenzelmann@gmail.com>

a304d80 2018-08-10 16:54:42 Chih-Wei Huang

init.sh: support sensors of ASUS T200TA

2a143a7 2018-08-10 11:40:46 Chih-Wei Huang

init.sh: fix Bluetooth for ASUS T100TAF

5d502e1 2018-07-11 12:13:10 Dan Cape

kernel.mk: support macOS

Get the number of processors using macOS tools and use the darwin path
for the CROSS_COMPILE variable.

786950c 2018-07-10 12:30:40 Chih-Wei Huang

kernel.mk: fix MacOS building issue

As reported, nproc is a linux only command. Don't use it on MacOS.

d12f682 2018-06-28 18:49:47 Chih-Wei Huang

kernel.mk: allow to build kernel with clang

To enable clang building, set BUILD_KERNEL_WITH_CLANG=true in the
BoardConfig.mk or buildspec.mk.

Currently only 64-bit kernel is buildable with clang.

e0b0df2 2018-06-21 19:55:05 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

4870ff9 2018-06-21 19:52:20 Chih-Wei Huang

tp_smapi: fix a building issue with clang

The clang complains:

/android-x86/out/target/product/x86_64/obj/kmodule/tp_smapi/tp_smapi.c:202:14: error: invalid use of a cast in a inline asm context requiring an l-value: remove the cast or build with -fheinous-gnu-extensions
"m"((u16)smapi_port)
~~~~~^~~~~~~~~~
1 error generated.

37d09a9 2018-06-18 12:57:40 Chih-Wei Huang

Add basic sepolicy

This is the first step to conquer the SELinux issues of Android-x86.
Just copy from build/target/board/generic/sepolicy/ and
build/target/board/generic_x86/sepolicy/ and remove unnecessary
emulator stuff.

baa0883 2018-06-18 07:20:46 Chih-Wei Huang

Avoid Bluetooth service crashing on VMware

48cdec0 2018-06-17 13:31:10 Mauro Rossi

kernel.mk: build with -j option based on processor cores

submake call builds kernel using only one job,
j option is used with number of processors cores retrieved by $(shell) call

v2: use $(nproc) and add -l to limit the number of jobs based on the load
average (cwhuang)

303318c 2018-06-15 18:02:41 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

751661d 2018-06-15 18:01:58 Chih-Wei Huang

nativebridge: update short URLs

Users from Mainland China can download now.

bb48217 2018-06-15 18:01:42 Chih-Wei Huang

Fix issues to use 64-bit binder on 32-bit image

Fixes: 66fd14a3 (Always use 64-bit binder)

Reported-and-Tested-by: Mauro Rossi <issor.oruam@gmail.com>

31a1de2 2018-06-15 18:01:40 Chih-Wei Huang

nativebridge: add OEM lists required by ABIPicker

a70ce18 2018-06-15 18:01:39 Chih-Wei Huang

nativebridge: disable 32k32u and 64k64u support temporarily

b662634 2018-06-15 18:01:34 Chih-Wei Huang

Revert "Disable FFMPEG plugins temporarily"

This reverts commit a243faea3d2c44b4d4a95cd158bd60c7dab7e13f.

04169f9 2018-06-15 17:57:34 Chih-Wei Huang

Build system.img with ext4 format

We use mksquashfsimage.sh to build system.img since oreo-x86. However,
it causes trouble to read-write installation mode.

To conquer that, I have tried several methods like restorecon, overlayfs
or even generate ext4 system.img on-the-fly. However, none of them works
flawless.

Let's just build system.img as before.

This effectively reverts commit 9668827da362f3ab8dad9902ee77e255825bffa6.

495685b 2018-06-11 19:06:28 Chih-Wei Huang

init.sh: add sensors support for EZpad

d20445a 2018-06-05 00:22:27 Chih-Wei Huang

init.sh: allow HAS_SENSORS to override all cases

HAS_SENSORS in cmdline was introduced in commit f356d114 to override
the default has_sensors variable. However, it only take effects if
the sensors type is not kbd. This is not my original idea.

The change allows HAS_SENSORS to override the default value no matter
what the sensors type is.

517e604 2018-05-04 14:11:02 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

bbec2db 2018-05-03 15:41:06 Chih-Wei Huang

CM-x86 14.1-r2 release (20180503)

1f189b5 2018-05-02 23:04:27 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into cm-14.1-x86

9d41d26 android-x86-7.1-r2 2018-05-02 15:10:19 Chih-Wei Huang

Add hid_hyperv to blacklist

The mouse integration doesn't work well in nougat-x86. Not sure why.

938b349 2018-04-29 10:39:18 Chih-Wei Huang

kernel.mk: fix bison unable to find m4 file issue

Android builds a version of bison which is unusable outside the tree.
Since the bison is invoked in the KBUILD_OUTPUT dir, the error is
generated:

bison: external/bison/data/m4sugar/m4sugar.m4: cannot open: No such file or directory

To workaround it, add a symlink to the external dir so that bison can
get the expected m4 file.

5cfaa3b 2018-03-29 17:01:24 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

bb31984 2018-03-29 15:09:28 Chih-Wei Huang

init.sh: disable Bluetooth if no hci interface

This should avoid some unnecessary Bluetooth crashing.

11a667c 2018-03-29 11:50:01 Chih-Wei Huang

init.sh: support ASUS VivoTab Note 8 (M80TA)

Tested-by: Fotis k <fkalioras@gmail.com>

66fd14a 2018-03-09 15:18:41 Chih-Wei Huang

Always use 64-bit binder

d3fa0c0 2018-03-06 18:50:19 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86