mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
5d6f013adc
Allwinner H616 SoC supports several types of DRAM memory. To further integrate other types of memory, we need to add this delimitation. Signed-off-by: Mikhail Kalashnikov <iuncuim@gmail.com> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
23 lines
701 B
Text
23 lines
701 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h616-x96-mate"
|
|
CONFIG_SPL=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_TPR0=0xc0000c05
|
|
CONFIG_DRAM_SUN50I_H616_TPR10=0x2f0007
|
|
CONFIG_DRAM_SUN50I_H616_TPR11=0xffffdddd
|
|
CONFIG_DRAM_SUN50I_H616_TPR12=0xfedf7557
|
|
CONFIG_MACH_SUN50I_H616=y
|
|
CONFIG_SUNXI_DRAM_H616_DDR3_1333=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
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|