Skip to content

Commit

Permalink
[aml] Create single 'multi-board' project for all Amlogic devices, in…
Browse files Browse the repository at this point in the history
…stead of Meson6-G18 and Meson8-K200
  • Loading branch information
codesnake committed Nov 13, 2014
1 parent 0504c44 commit 012b1ea
Show file tree
Hide file tree
Showing 70 changed files with 21 additions and 1,784 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

lsmod | grep 8188
if [ $? -ne 0 ]; then
modprobe dhd
# modprobe dhd
fi
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 1 addition & 7 deletions projects/Meson6-G18/options → projects/Amlogic/options
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@
UBOOT_CONFIGFILE=""

# Kernel target for u-boot (default 'uImage' if BOOTLOADER=u-boot) (uImage / zImage)
KERNEL_UBOOT_TARGET="uImage-dtb"

# Kernel extra targets to build
KERNEL_UBOOT_EXTRA_TARGET="meson6_g18.dtd"
KERNEL_UBOOT_TARGET="uImage"

# Additional kernel make parameters (for example to specify the u-boot loadaddress)
KERNEL_MAKE_EXTRACMD=""
Expand Down Expand Up @@ -241,9 +238,6 @@
# OpenGL(X) implementation to use (no / Mesa)
OPENGL="no"

# OpenGL-ES implementation to use (no / bcm2835-driver)
OPENGLES="opengl-meson6"

# Windowmanager to use (ratpoison / fluxbox / none)
WINDOWMANAGER="none"

Expand Down
8 changes: 8 additions & 0 deletions projects/Amlogic/options.g18
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Kernel target for u-boot (default 'uImage' if BOOTLOADER=u-boot) (uImage / zImage)
KERNEL_UBOOT_TARGET="uImage-dtb"

# Kernel extra targets to build
KERNEL_UBOOT_EXTRA_TARGET="meson6_g18.dtd"

# OpenGL-ES implementation to use (no / bcm2835-driver / opengl-meson6 / opengl-meson8)
OPENGLES="opengl-meson6"
11 changes: 11 additions & 0 deletions projects/Amlogic/options.k200
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Kernel extra targets to build
KERNEL_UBOOT_EXTRA_TARGET="meson8_k200a_2G.dtd meson8_k200a_2G.dtb"

# Build Android kernel image using mkbootimg
BUILD_ANDROID_BOOTIMG="yes"

# Path to a file that will be passed as the --second parameter to Android mkbootimg
ANDROID_BOOTIMG_SECOND="arch/arm/boot/dts/amlogic/meson8_k200a_2G.dtb"

# OpenGL-ES implementation to use (no / bcm2835-driver / opengl-meson6 / opengl-meson8)
OPENGLES="opengl-meson8"
3 changes: 0 additions & 3 deletions projects/Meson6-G18/bootloader/boot.cfg

This file was deleted.

3 changes: 0 additions & 3 deletions projects/Meson6-G18/bootloader/uEnv.txt

This file was deleted.

56 changes: 0 additions & 56 deletions projects/Meson6-G18/initramfs/platform_init

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 012b1ea

Please sign in to comment.