Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Coby MID1042, Qware TB1217BL, and Ployer M1005 #79

Open
wants to merge 1 commit into
base: sunxi
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions board/sunxi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ obj-$(CONFIG_AMPE_A76) += dram_sun5i_432_512_busw16_iow16.o
obj-$(CONFIG_AUXTEK_T003) += dram_auxtek_t003.o
obj-$(CONFIG_AUXTEK_T004) += dram_sun5i_432_512_busw16_iow16.o
obj-$(CONFIG_BA10_TV_BOX) += dram_sun4i_384_1024_iow8.o
obj-$(CONFIG_COBY_MID1042) += dram_sun4i_360_1024_iow16_emr1_4.o
obj-$(CONFIG_COBY_MID7042) += dram_sun4i_408_1024_iow16.o
obj-$(CONFIG_COBY_MID8042) += dram_sun4i_360_1024_iow16.o
obj-$(CONFIG_COBY_MID9742) += dram_sun4i_408_1024_iow16.o
obj-$(CONFIG_QWARE_TB1217BL) += dram_sun4i_408_1024_iow16.o
obj-$(CONFIG_PLOYER_M1005) += dram_sun4i_408_1024_iow16.o
obj-$(CONFIG_MARSBOARD_A10) += dram_sun4i_360_1024_iow16.o
obj-$(CONFIG_MARSBOARD_A20) += dram_sun4i_360_1024_iow16.o
obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o
Expand Down
3 changes: 3 additions & 0 deletions boards.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,12 @@ Active arm armv7 sunxi - sunxi
Active arm armv7 sunxi - sunxi ba10_tv_box sun4i:BA10_TV_BOX,SPL,SUNXI_EMAC -
Active arm armv7 sunxi - sunxi Bananapi sun7i:BANANAPI,SPL,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),STATUSLED=244,STATUSLED1=245,FAST_MBUS -
Active arm armv7 sunxi - sunxi Bananapi_FEL sun7i:BANANAPI,SPL_FEL,SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPH(23),STATUSLED=244,STATUSLED1=245,FAST_MBUS -
Active arm armv7 sunxi - sunxi Coby_MID1042 sun4i:COBY_MID1042,SPL -
Active arm armv7 sunxi - sunxi Coby_MID7042 sun4i:COBY_MID7042,SPL -
Active arm armv7 sunxi - sunxi Coby_MID8042 sun4i:COBY_MID8042,SPL -
Active arm armv7 sunxi - sunxi Coby_MID9742 sun4i:COBY_MID9742,SPL -
Active arm armv7 sunxi - sunxi Qware_TB1217BL sun4i:QWARE_TB1217BL,SPL -
Active arm armv7 sunxi - sunxi Ployer_M1005 sun4i:PLOYER_M1005,SPL -
Active arm armv7 sunxi - sunxi Iteaduino_Plus_A10 sun4i:ITEADA10,SPL,SUNXI_EMAC,STATUSLED=244,STATUSLED1=245 -
Active arm armv7 sunxi - sunxi Iteaduino_Plus_A20 sun7i:ITEADA20,SPL,SUNXI_EMAC,STATUSLED=244,STATUSLED1=245 -
Active arm armv7 sunxi - sunxi Colombus sun6i:COLOMBUS,AXP221_POWER,ENABLE_DLDO1_POWER -
Expand Down