linux: update modules for arm
This commit is contained in:
parent
8955c02fac
commit
0882283231
10 changed files with 41 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
||||||
#include <fb-modules>
|
#include <fb-modules>
|
||||||
|
|
||||||
|
vesafb ?
|
||||||
|
vga16fb
|
||||||
|
|
||||||
|
|
|
||||||
1
helpers/DATA/linux/d-i/modules/amd64/i2c-modules
Normal file
1
helpers/DATA/linux/d-i/modules/amd64/i2c-modules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#include <i2c-modules>
|
||||||
21
helpers/DATA/linux/d-i/modules/arm64/fb-modules
Normal file
21
helpers/DATA/linux/d-i/modules/arm64/fb-modules
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
#include <fb-modules>
|
||||||
|
|
||||||
|
ast
|
||||||
|
tegra-drm
|
||||||
|
rockchipdrm
|
||||||
|
hibmc-drm
|
||||||
|
|
||||||
|
# For panel/backlight on some chromeos devices
|
||||||
|
panel-simple
|
||||||
|
pwm_bl
|
||||||
|
pwm-cros-ec
|
||||||
|
|
||||||
|
# For panel/backlight on Pinebook
|
||||||
|
analogix-anx6345
|
||||||
|
pwm-sun4i
|
||||||
|
sun4i-drm
|
||||||
|
sun8i-mixer
|
||||||
|
|
||||||
|
# For panel/backlight on Pinebook Pro
|
||||||
|
pwm-rockchip
|
||||||
|
|
||||||
5
helpers/DATA/linux/d-i/modules/arm64/i2c-modules
Normal file
5
helpers/DATA/linux/d-i/modules/arm64/i2c-modules
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#include <i2c-modules>
|
||||||
|
i2c-tegra
|
||||||
|
i2c-rk3x
|
||||||
|
i2c-mv64xxx
|
||||||
|
i2c-imx
|
||||||
3
helpers/DATA/linux/d-i/modules/i2c-modules
Normal file
3
helpers/DATA/linux/d-i/modules/i2c-modules
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
i2c-core
|
||||||
|
i2c-algo-bit
|
||||||
|
i2c-designware-platform ?
|
||||||
1
helpers/DATA/linux/d-i/modules/i386/i2c-modules
Normal file
1
helpers/DATA/linux/d-i/modules/i386/i2c-modules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#include <i2c-modules>
|
||||||
1
helpers/DATA/linux/d-i/modules/mtd-modules
Normal file
1
helpers/DATA/linux/d-i/modules/mtd-modules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
mtdblock
|
||||||
3
helpers/DATA/linux/d-i/modules/ppc64el/fb-modules
Normal file
3
helpers/DATA/linux/d-i/modules/ppc64el/fb-modules
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#include <fb-modules>
|
||||||
|
|
||||||
|
ast
|
||||||
1
helpers/DATA/linux/d-i/modules/ppc64el/i2c-modules
Normal file
1
helpers/DATA/linux/d-i/modules/ppc64el/i2c-modules
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
#include <i2c-modules>
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=19
|
VERSION=20
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue