drivers spl: sunxi: Fix build error with CONFIG_SPL_SPI_SUNXI Jan 4, 2017 dts dm: Add an option to enable the of-platdata feature Jul 15, 2016 examples Merge git://git.denx.de/u-boot-fsl-qoriq Sep 27, 2016 fs fs/ext4: Initialize group descriptor size for revision level 0 filesy...
checksum); return -E1000_ERR_EEPROM; } #endif /* CONFIG_E1000_NO_NVM */ /*** * Set PHY to class A mode * Assumes the following operations will follow to enable the new class mode. * 1. Do a PHY soft reset * 2. Restart auto-negotiation or force link. * * hw - Struct c...
sun5i board config: fix up default boot commands 11年前 lib Add assert() for debug assertions 13年前 mmc_spl/board/samsung/smdkv310 SMDKV310: MMC SPL: Remove unwanted dummy functions 13年前 nand_spl ARM: hawkboard_nand: fix compilation of nand_spl 13年前 nand_sunxi ...
Luc Verhaegen sun5i board config: fix up default boot co... 3212c6f 11年前 13712 次提交 api do_reset: unify duplicate prototypes 14年前 arch License: fix licesne header for sunxi files 12年前 board sunxi a13: Update to set ram size & machid correct 12年前 common su...
在 u-boot 源码中,运行 make menuconfig(之前已经运行过 make orangepi_pc_defconfig),定位到 ARM architecture ---> (624) sunxi dram clock speed,发现内存频率果然是默认设为 624 MB/s. 将其改为672后(如下图),重新编译 u-boot 并刷写后,内存频率自然变成了 1344000000 / 2 = 672 MB/s. 调高内存...
configCMD_BOOTM_PRE_LOAD bool"enable pre-load on bootm" depends onCMD_BOOTM depends onIMAGE_PRE_LOAD help Enable support of stage pre-load for the bootm command.This stage allow to check or modify the image provided to the bootm command.config...
Enable the usage of it.Signed-off-by: Icenowy Zheng <***@aosc.io>---arch/arm/include/asm/arch-sunxi/timer.h | 2 +-arch/arm/mach-sunxi/board.c | 2 +-2 files changed, 2 insertions(+), 2 deletions(-)diff --git a/arch/arm/include/asm/arch-sunxi/timer.h b/arch/arm/include/...
Practically speaking, this SquashFS support works very much like the support for other filesystems. At build time, you need to enable theCONFIG_FS_SQUASHFSoption for the SquashFS driver itself, andCONFIG_CMD_SQUASHFSfor the SquashFS U-Boot commands. Once enabled, in U-Boot, you get: ...
Configuration is usually done using C preprocessor defines; the rationale behind that is to avoid dead code whenever possible.There are two classes of configuration variables:Configuration OPTIONS: These are selectable by the user and have names beginning with "CONFIG_". Configuration SETTINGS: These ...
exportKCONFIG_CONFIG# SHELL used by kbuildCONFIG_SHELL:=$(shellif[-x"$$BASH"];thenecho$$BASH;\elseif[-x/bin/bash];thenecho/bin/bash;\elseecho sh;fi;fi)HOST_LFS_CFLAGS:=$(shell getconfLFS_CFLAGS2>/dev/null)HOST_LFS_LDFLAGS:=$(shell getconfLFS_LDFLAGS2>/dev/null)HOST_LFS_LIBS:...