从代码上看 sunxi_disp_ioctl.h,感觉就是显示控制的.DISP_CMD_LCD_ON DISP_CMD_LCD_OFF从字面理解就是液晶的开和关. DISP_CMD_TV_ON DISP_CMD_TV_OFF从字面理解就是CVBS输出的开和关.从 离线 #3 2020-06-08 08:22:52 分享评论 隔壁张三 会员 注册时间: 2020-05-27 已发帖子: 2 积分: 2 Re...
Sadly the Ethernet performance hasn't improved at all for the moment. It's worth checking here every so often http://irclog.whitequark.org/linux-sunxi/search?q=montjoie as Montjoie developed the driver. IMO the H3 Ethernet driver isn't stable enough for every day use yet and If I'm hon...
depends on ARCH_SUNXI depends on OF select CRC32 select MII select PHYLIB select MDIO_SUN4I ---help--- Support for Allwinner A10 EMAC ethernet driver. ---help--- Support for Allwinner A10 EMAC ethernet driver. To compile this driver as a module, choose M here. The module will be call...
tina-fastboot-v85x/lichee/brandy-2.0/u-boot-2018/configs/sun8iw21p1_fastboot_defconfig(这是我找到的uboot的配置文件)把#CONFIG_DISP2_SUNXI=y(注销了,或者说处于“#”注销下),这应该就是把uboot下的disp2关闭了吧。 [color]在fbtft-core.c文件的fbtft_request_gpios_dt函数下有匹配的名字(有一些列...
mach-sunxi sunxi.c arm64 Kconfig Makefile boot/dts/allwinner sun50i-a64-sopine-baseboard.dts sun50i-h5-nanopi-neo-plus2.dts sun50i-h6-orangepi-one-plus.dts powerpc Kconfig Makefile include/asm/book3s/64 mmu.h kvm book3s_xive.c mm Makefile book3s64 hash_native.c ...
开发者ID:Philippe12,项目名称:u-boot-sunxi,代码行数:34,代码来源:bcm-sf2-eth.c 示例4: pch_gbe_probe ▲点赞 1▼ intpch_gbe_probe(struct udevice *dev){structpch_gbe_priv*priv;structeth_pdata*plat=dev_get_platdata(dev);void*iobase;/* ...
_add_table_by_soc_bin: couldn't find opp table for cpu:1, -2 [ 4.187309] [cpu_freq] ERR: Failed to add opp table [ 4.193200] cpuidle: enable-method property 'psci' found operations [ 4.200713] cpuidle: enable-method property 'psci' found operations [ 4.209193] sunxi-mmc sdc1: SD...
https://linux-sunxi.org/Linux_mainlining_effort#Status_Matrix Essentials which should work, one board at the time, focus into the diff - what worked in 4.14.y and it doesn't work anymore. We should find very little. One example is DVFS not working on...
CONFIG_ARCH_SOCFPGA is not set # CONFIG_PLAT_SPEAR is not set # CONFIG_ARCH_STI is not set # CONFIG_ARCH_STM32 is not set # CONFIG_ARCH_SUNXI is not set # CONFIG_ARCH_TANGO is not set # CONFIG_ARCH_TEGRA is not set # CONFIG_ARCH_UNIPHIER is not set # CONFIG_ARCH_U8500 is ...
reorganizing at91 subtargets based on sama5 soc features and this fix below problems. 1. able to set neon flags to sama5d2 & sama5d4 subtargets. 2. fix the make clean which removes all the subtargets in bin folder. 3. able to configure kernel specific to subtarget. 4. able to set ...