mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
These values are highly board specific and thus make sense to add parameter for them. To ease adding support for new boards, let's make them same as in vendor DRAM settings. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
20 lines
625 B
Text
20 lines
625 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h616-x96-mate"
|
|
CONFIG_SPL=y
|
|
CONFIG_DRAM_SUN50I_H616_READ_CALIBRATION=y
|
|
CONFIG_DRAM_SUN50I_H616_DX_ODT=0x03030303
|
|
CONFIG_DRAM_SUN50I_H616_DX_DRI=0x0e0e0e0e
|
|
CONFIG_DRAM_SUN50I_H616_CA_DRI=0x1c12
|
|
CONFIG_DRAM_SUN50I_H616_TPR10=0x2f0007
|
|
CONFIG_DRAM_SUN50I_H616_TPR11=0xffffdddd
|
|
CONFIG_DRAM_SUN50I_H616_TPR12=0xfedf7557
|
|
CONFIG_MACH_SUN50I_H616=y
|
|
CONFIG_R_I2C_ENABLE=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL_I2C=y
|
|
CONFIG_SPL_SYS_I2C_LEGACY=y
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
CONFIG_SYS_I2C_SPEED=400000
|
|
CONFIG_SUPPORT_EMMC_BOOT=y
|