arm: sunxi: Enable DM_MMC on required SoCs Browse files Enabling DM_MMC is forcing CONFIG_BLK=y so if any board which uses SCSI must need to enable DM_SCSI otherwise SCSI reads on that particular target making invalid reading to the disk drive. Allwinner platform do support SCSI on A10...
arm: sunxi: increase SYS_MALLOC_F_LEN Browse files The current default of 0x400 for SYS_MALLOC_F_LEN is too small if any additional drivers marked as DM_FLAG_PRE_RELOC are loaded before relocation. CONFIG_RSA=y which is needed for UEFI secure boot or for FIT image verification loads ...
archlinuxarm-os-sunxi安装包是阿里云官方提供的开源镜像免费下载服务,每天下载量过亿,阿里巴巴开源镜像站为包含archlinuxarm-os-sunxi安装包的几百个操作系统镜像和依赖包镜像进行免费CDN加速,更新频率高、稳定安全。
ifeq ($(CONFIG_ARM64),) u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.img u-boot.dtb FORCE $(call if_changed,binman) else u-boot-sunxi-with-spl.bin: spl/sunxi-spl.bin u-boot.itb FORCE $(call if_changed,cat) endif endif ifneq ($(CONFIG_TEGRA),)3...
"Das U-Boot" Source Tree with many Tegra 20/30 devices support - sunxi: arm64: Add addresses for compressed kernel load · clamor-s/u-boot@747c242
extern int sunxi_usb_enable_hcd(__u32 usbc_no); extern void wifi_pm_power(int on); static script_item_u item; #endif int platform_wifi_power_on(void) { int ret = 0; #ifdef CONFIG_PLATFORM_ARM_SUNxI #ifndef CONFIG_RTL8723A ...
To view this discussion on the web, visithttps://groups.google.com/d/msgid/linux-sunxi/2e57ff4e-85ed-cb63-a39f-13a7af8f7d4b%40inventati.org. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 5.5.0-1-arm64 (debian-ker...@lists.debian...
PKG_NAME:=arm-trusted-firmware-sunxi -PKG_CPE_ID:=cpe:/o:arm:arm_trusted_firmware PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git -- 2.38.2 ---End Message--- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org
1 file changed, 83 insertions(+) diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts index 76f068f..2f4e7ba 100644 --- a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts +++ b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts ...
> --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-cpu-opp.dtsi > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-cpu-opp.dtsi > @@ -102,20 +102,16 @@ > > &cpu0 { > operating-points-v2 = <&cpu_opp_table>; > - #cooling-cells = <2>; ...