mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: compile dtbo from the kernel rather than prebuilt
This commit is contained in:
parent
6c5dca1a28
commit
98bc68a401
20 changed files with 217 additions and 24 deletions
23
universal7885-common/dtbo/Android.mk
Normal file
23
universal7885-common/dtbo/Android.mk
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# BOARD_CUSTOM_DTBOIMG_MK := $(PLATFORM_PATH)/kernel/dtbo.mk
|
||||
|
||||
INSTALLED_DTBIMAGE_TARGET := $(PRODUCT_OUT)/eureka_dtbo.img
|
||||
MKDTIMG := $(HOST_OUT_EXECUTABLES)/mkdtimg$(HOST_EXECUTABLE_SUFFIX)
|
||||
|
||||
KERNEL_OUT := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ
|
||||
DTBO_DIR := $(KERNEL_OUT)/arch/$(KERNEL_ARCH)/boot/dts/exynos/dtbo
|
||||
|
||||
DTBO_CFG := $(COMMON_PATH)/dtbo/$(TARGET_DEVICE).cfg
|
||||
|
||||
define build-dtboimage-target
|
||||
$(call pretty,"Target dtbo image: $(INSTALLED_DTBIMAGE_TARGET)")
|
||||
$(MKDTIMG) cfg_create $@ $(DTBO_CFG) -d $(DTBO_DIR)
|
||||
$(hide) chmod a+r $@
|
||||
endef
|
||||
|
||||
$(INSTALLED_DTBIMAGE_TARGET): $(MKDTIMG) $(INSTALLED_KERNEL_TARGET)
|
||||
$(build-dtboimage-target)
|
||||
|
||||
.PHONY: dtbimage
|
||||
dtbimage: $(INSTALLED_DTBIMAGE_TARGET)
|
||||
|
||||
INSTALLED_RADIOIMAGE_TARGET += $(INSTALLED_DTBIMAGE_TARGET)
|
||||
31
universal7885-common/dtbo/a10.cfg
Normal file
31
universal7885-common/dtbo/a10.cfg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7884B-a10_kor_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a10_eur_open_01.dtbo
|
||||
custom0=0x05
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_swa_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_eur_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x04
|
||||
|
||||
exynos7884B-a10_kor_open_05.dtbo
|
||||
custom0=0x05
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_sea_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_kor_open_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0x04
|
||||
31
universal7885-common/dtbo/a10dd.cfg
Normal file
31
universal7885-common/dtbo/a10dd.cfg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7884B-a10_kor_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a10_eur_open_01.dtbo
|
||||
custom0=0x05
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_swa_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_eur_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x04
|
||||
|
||||
exynos7884B-a10_kor_open_05.dtbo
|
||||
custom0=0x05
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_sea_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a10_kor_open_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0x04
|
||||
59
universal7885-common/dtbo/a20.cfg
Normal file
59
universal7885-common/dtbo/a20.cfg
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7884B-a20_aus_xsa_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a20_swa_open_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a20_aus_xsa_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7884B-a20_can_single_05.dtbo
|
||||
custom0=0x05
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a20_cis_ser_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a20_can_single_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0x04
|
||||
|
||||
exynos7884B-a20_cis_ser_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a20_sea_xtc_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7884B-a20_sea_xtc_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x02
|
||||
|
||||
exynos7884B-a20_aus_xsa_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a20_swa_open_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a20_cis_ser_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7884B-a20_swa_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7884B-a20_sea_xtc_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
11
universal7885-common/dtbo/a20e.cfg
Normal file
11
universal7885-common/dtbo/a20e.cfg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7884B-a20e_eur_open_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
|
||||
exynos7884B-a20e_eur_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x02
|
||||
27
universal7885-common/dtbo/a30.cfg
Normal file
27
universal7885-common/dtbo/a30.cfg
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7904-a30_cis_open_02.dtbo
|
||||
custom0=0x02
|
||||
custom1=0xff
|
||||
|
||||
exynos7904-a30_swa_open_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x01
|
||||
|
||||
exynos7904-a30_cis_open_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x01
|
||||
|
||||
exynos7904-a30_swa_open_02.dtbo
|
||||
custom0=0x02
|
||||
custom1=0xff
|
||||
|
||||
exynos7904-a30_cis_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7904-a30_swa_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
20
universal7885-common/dtbo/a30s.cfg
Normal file
20
universal7885-common/dtbo/a30s.cfg
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7904-a30s_eur_open_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0x01
|
||||
|
||||
exynos7904-a30s_eur_open_02.dtbo
|
||||
custom0=0x02
|
||||
custom1=0x02
|
||||
|
||||
exynos7904-a30s_eur_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
|
||||
exynos7904-a30s_eur_open_03.dtbo
|
||||
custom0=0x03
|
||||
custom1=0xff
|
||||
|
||||
15
universal7885-common/dtbo/a40.cfg
Normal file
15
universal7885-common/dtbo/a40.cfg
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# global options
|
||||
id=/:board_id
|
||||
rev=/:board_rev
|
||||
|
||||
exynos7904-a40_kor_skt_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0xff
|
||||
|
||||
exynos7904-a40_eur_open_01.dtbo
|
||||
custom0=0x01
|
||||
custom1=0xff
|
||||
|
||||
exynos7904-a40_eur_open_00.dtbo
|
||||
custom0=0x00
|
||||
custom1=0x00
|
||||
Loading…
Reference in a new issue