• R/O
  • HTTP
  • SSH
  • HTTPS

提交列表

标签
No 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. 时间 作者
5a68988 oreo-x86 2018-11-22 17:16:25 Chih-Wei Huang

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

de58cd3 nougat-x86 2018-11-22 17:00:58 Chih-Wei Huang

Add an idc file for Adomax USB tablet

Reported-and-tested-by: Alexander E. Patrakov <patrakov@gmail.com>

9ea487d 2018-11-22 13:12:32 Chih-Wei Huang

kernel.mk: set LC_CTYPE to C locale

The simple workaround avoids AOSP's prebuilt flex crashing like

flex-2.5.39: loadlocale.c:130: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.
Aborted (core dumped)

f776fd4 2018-10-29 16:00:20 Chih-Wei Huang

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

44e0f5d 2018-10-29 15:57:05 Chih-Wei Huang

init.sh: let touchscreen never suspend on Surface Go

Tested-by: Jim <a0910115172@gmail.com>

c52e863 2018-10-19 18:36:44 Chih-Wei Huang

Android-x86 8.1-rc2 release (20181018)

34f97fc 2018-10-16 20:10:51 Chih-Wei Huang

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

2e13ef6 2018-10-16 20:09:58 Chih-Wei Huang

init.sh: use video option if UVESA_MODE is not set

With this patch, it's also possible to set the resolution of uvesafb
via the standard video=<xres>x<yres> kernel cmdline.

1833916 2018-10-04 20:17:34 Chih-Wei Huang

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

ceb452f 2018-10-04 15:45:27 Chih-Wei Huang

Use packages.mk from the product dir if exists

d84a373 2018-09-19 11:32:21 Chih-Wei Huang

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

2113359 2018-09-19 11:25:37 Chih-Wei Huang

init.sh: honor video cmdline for all supported GPUs

Allow to use the standard video kernel cmdline to set resolution
for all supported GPUs.

Set the default resolution of virgl to 1280x800.

c98790a 2018-09-14 20:36:47 Chih-Wei Huang

kernel.mk: use olddefconfig instead

As suggested by the warning:

WARNING: "oldnoconfig" target will be removed after Linux 4.19
Please use "olddefconfig" instead, which is an alias.

d6e3e55 2018-09-14 20:20:44 Chih-Wei Huang

kernel.mk: use the prebuilt binaries of AOSP

Instead of relying on host's binaries (bison, flex), just use AOSP's
prebuilt binaries to build kernel.

ca5e032 2018-09-11 18:32:30 Chih-Wei Huang

Set BOARD_USES_DRM_GRALLOC

This is necessary for mesa 18.2.

c35ffc5 2018-09-06 15:56:02 Chih-Wei Huang

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

9b8dd04 2018-09-06 15:53:44 youling257

default use CLOCK_BOOTTIME

Signed-off-by: youling257 <youling257@gmail.com>

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.