Lines Matching +full:dll +full:- +full:config
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * WindRiver SBC8349 U-Boot configuration file.
7 * Based on the MPC8349EMDS config.
24 /* Don't enable PCI2 on sbc834x - it doesn't exist physically. */
64 * 32-bit data path mode.
66 * Please note that using this mode for devices with the real density of 64-bit
70 * 128MB); normally this define should be used for devices with real 32-bit
98 #define CONFIG_SYS_DDR_TIMING_2 0x00000800 /* P9-45,may need tuning */
103 /* set burst length to 8 for 32-bit data path */
104 /* DLL,normal,seq,4/2.5, 8 burst len */
107 /* the default burst length is 4 - for 64-bit data path */
108 /* DLL,normal,seq,4/2.5, 4 burst len */
167 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
175 * LCRR: DLL bypass, Clock divider is 4
193 * port-size = 32-bits = BR2[19:20] = 11
216 * 9 columns OR2[19-21] = 010
217 * 13 rows OR2[23-25] = 100
226 | ((9 - OR_SDRAM_MIN_COLS) << OR_SDRAM_COLS_SHIFT) \
227 | ((13 - OR_SDRAM_MIN_ROWS) << OR_SDRAM_ROWS_SHIFT) \
288 * Addresses are mapped 1-1.
352 /* Options are: TSEC[0-1] */
370 #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000)
468 /* System IO Config */
619 "load=tftp 100000 /tftpboot/sbc8349/u-boot.bin\0" \
635 "bootm $loadaddr - $fdtaddr"