blob: 6f3e298a2492e83a608215da17b65c8bf22053c9 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Jon Loeligerd9b94f22005-07-25 14:05:07 -05002/*
Kumar Gala8b47d7e2011-01-04 17:57:59 -06003 * Copyright 2004, 2007, 2010-2011 Freescale Semiconductor.
Biwen Li01d97d52020-05-01 20:56:37 +08004 * Copyright 2020 NXP
Jon Loeligerd9b94f22005-07-25 14:05:07 -05005 */
6
7/*
8 * mpc8548cds board configuration file
9 *
10 * Please refer to doc/README.mpc85xxcds for more info.
11 *
12 */
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
Jon Loeligerd9b94f22005-07-25 14:05:07 -050016#ifndef __ASSEMBLY__
Simon Glass1af3c7f2020-05-10 11:40:09 -060017#include <linux/stringify.h>
Jon Loeligerd9b94f22005-07-25 14:05:07 -050018#endif
Jon Loeligerd9b94f22005-07-25 14:05:07 -050019
20/*
Jon Loeligerd9b94f22005-07-25 14:05:07 -050021 * Only possible on E500 Version 2 or newer cores.
22 */
Jon Loeligerd9b94f22005-07-25 14:05:07 -050023
Tom Rini65cc0e22022-11-16 13:10:41 -050024#define CFG_SYS_CCSRBAR 0xe0000000
25#define CFG_SYS_CCSRBAR_PHYS_LOW CFG_SYS_CCSRBAR
Jon Loeligerd9b94f22005-07-25 14:05:07 -050026
Jon Loeligere31d2c12008-03-18 13:51:06 -050027/* DDR Setup */
Jon Loeligere31d2c12008-03-18 13:51:06 -050028
Tom Rini65cc0e22022-11-16 13:10:41 -050029#define CFG_SYS_DDR_SDRAM_BASE 0x00000000 /* DDR is system memory*/
30#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE
Jon Loeligerd9b94f22005-07-25 14:05:07 -050031
Jon Loeligere31d2c12008-03-18 13:51:06 -050032/* I2C addresses of SPD EEPROMs */
33#define SPD_EEPROM_ADDRESS 0x51 /* CTLR 0 DIMM 0 */
34
35/* Make sure required options are set */
Jon Loeligerd9b94f22005-07-25 14:05:07 -050036#ifndef CONFIG_SPD_EEPROM
37#error ("CONFIG_SPD_EEPROM is required")
38#endif
39
chenhui zhaofff80972011-10-13 13:40:59 +080040/*
41 * Physical Address Map
42 *
43 * 32bit:
44 * 0x0000_0000 0x7fff_ffff DDR 2G cacheable
45 * 0x8000_0000 0x9fff_ffff PCI1 MEM 512M cacheable
46 * 0xa000_0000 0xbfff_ffff PCIe MEM 512M cacheable
47 * 0xc000_0000 0xdfff_ffff RapidIO 512M cacheable
48 * 0xe000_0000 0xe00f_ffff CCSR 1M non-cacheable
49 * 0xe200_0000 0xe20f_ffff PCI1 IO 1M non-cacheable
50 * 0xe300_0000 0xe30f_ffff PCIe IO 1M non-cacheable
51 * 0xf000_0000 0xf3ff_ffff SDRAM 64M cacheable
52 * 0xf800_0000 0xf80f_ffff NVRAM/CADMUS 1M non-cacheable
53 * 0xff00_0000 0xff7f_ffff FLASH (2nd bank) 8M non-cacheable
54 * 0xff80_0000 0xffff_ffff FLASH (boot bank) 8M non-cacheable
55 *
chenhui zhaob76aef62011-10-13 13:41:00 +080056 * 36bit:
57 * 0x00000_0000 0x07fff_ffff DDR 2G cacheable
58 * 0xc0000_0000 0xc1fff_ffff PCI1 MEM 512M cacheable
59 * 0xc2000_0000 0xc3fff_ffff PCIe MEM 512M cacheable
60 * 0xc4000_0000 0xc5fff_ffff RapidIO 512M cacheable
61 * 0xfe000_0000 0xfe00f_ffff CCSR 1M non-cacheable
62 * 0xfe200_0000 0xfe20f_ffff PCI1 IO 1M non-cacheable
63 * 0xfe300_0000 0xfe30f_ffff PCIe IO 1M non-cacheable
64 * 0xff000_0000 0xff3ff_ffff SDRAM 64M cacheable
65 * 0xff800_0000 0xff80f_ffff NVRAM/CADMUS 1M non-cacheable
66 * 0xfff00_0000 0xfff7f_ffff FLASH (2nd bank) 8M non-cacheable
67 * 0xfff80_0000 0xfffff_ffff FLASH (boot bank) 8M non-cacheable
68 *
chenhui zhaofff80972011-10-13 13:40:59 +080069 */
70
Jon Loeligerd9b94f22005-07-25 14:05:07 -050071/*
72 * Local Bus Definitions
73 */
74
75/*
76 * FLASH on the Local Bus
77 * Two banks, 8M each, using the CFI driver.
78 * Boot from BR0/OR0 bank at 0xff00_0000
79 * Alternate BR1/OR1 bank at 0xff80_0000
80 *
81 * BR0, BR1:
82 * Base address 0 = 0xff00_0000 = BR0[0:16] = 1111 1111 0000 0000 0
83 * Base address 1 = 0xff80_0000 = BR1[0:16] = 1111 1111 1000 0000 0
84 * Port Size = 16 bits = BRx[19:20] = 10
85 * Use GPCM = BRx[24:26] = 000
86 * Valid = BRx[31] = 1
87 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -050088 * 0 4 8 12 16 20 24 28
89 * 1111 1111 1000 0000 0001 0000 0000 0001 = ff801001 BR0
90 * 1111 1111 0000 0000 0001 0000 0000 0001 = ff001001 BR1
Jon Loeligerd9b94f22005-07-25 14:05:07 -050091 *
92 * OR0, OR1:
93 * Addr Mask = 8M = ORx[0:16] = 1111 1111 1000 0000 0
94 * Reserved ORx[17:18] = 11, confusion here?
95 * CSNT = ORx[20] = 1
96 * ACS = half cycle delay = ORx[21:22] = 11
97 * SCY = 6 = ORx[24:27] = 0110
98 * TRLX = use relaxed timing = ORx[29] = 1
99 * EAD = use external address latch delay = OR[31] = 1
100 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500101 * 0 4 8 12 16 20 24 28
102 * 1111 1111 1000 0000 0110 1110 0110 0101 = ff806e65 ORx
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500103 */
104
Tom Rini65cc0e22022-11-16 13:10:41 -0500105#define CFG_SYS_FLASH_BASE 0xff000000 /* start of FLASH 16M */
chenhui zhaob76aef62011-10-13 13:41:00 +0800106#ifdef CONFIG_PHYS_64BIT
Tom Rini65cc0e22022-11-16 13:10:41 -0500107#define CFG_SYS_FLASH_BASE_PHYS 0xfff000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800108#else
Tom Rini65cc0e22022-11-16 13:10:41 -0500109#define CFG_SYS_FLASH_BASE_PHYS CFG_SYS_FLASH_BASE
chenhui zhaob76aef62011-10-13 13:41:00 +0800110#endif
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500111
Tom Rini65cc0e22022-11-16 13:10:41 -0500112#define CFG_SYS_FLASH_BANKS_LIST \
113 {CFG_SYS_FLASH_BASE_PHYS + 0x800000, CFG_SYS_FLASH_BASE_PHYS}
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500114
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500115/*
116 * SDRAM on the Local Bus
117 */
Tom Rini65cc0e22022-11-16 13:10:41 -0500118#define CFG_SYS_LBC_SDRAM_BASE 0xf0000000 /* Localbus SDRAM */
chenhui zhaob76aef62011-10-13 13:41:00 +0800119#ifdef CONFIG_PHYS_64BIT
Tom Rini65cc0e22022-11-16 13:10:41 -0500120#define CFG_SYS_LBC_SDRAM_BASE_PHYS 0xff0000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800121#else
Tom Rini65cc0e22022-11-16 13:10:41 -0500122#define CFG_SYS_LBC_SDRAM_BASE_PHYS CFG_SYS_LBC_SDRAM_BASE
chenhui zhaob76aef62011-10-13 13:41:00 +0800123#endif
Tom Rini65cc0e22022-11-16 13:10:41 -0500124#define CFG_SYS_LBC_SDRAM_SIZE 64 /* LBC SDRAM is 64MB */
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500125
126/*
127 * Base Register 2 and Option Register 2 configure SDRAM.
Tom Rini65cc0e22022-11-16 13:10:41 -0500128 * The SDRAM base address, CFG_SYS_LBC_SDRAM_BASE, is 0xf0000000.
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500129 *
130 * For BR2, need:
131 * Base address of 0xf0000000 = BR[0:16] = 1111 0000 0000 0000 0
132 * port-size = 32-bits = BR2[19:20] = 11
133 * no parity checking = BR2[21:22] = 00
134 * SDRAM for MSEL = BR2[24:26] = 011
135 * Valid = BR[31] = 1
136 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500137 * 0 4 8 12 16 20 24 28
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500138 * 1111 0000 0000 0000 0001 1000 0110 0001 = f0001861
139 *
Tom Rini65cc0e22022-11-16 13:10:41 -0500140 * FIXME: CFG_SYS_LBC_SDRAM_BASE should be masked and OR'ed into
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500141 * FIXME: the top 17 bits of BR2.
142 */
143
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500144/*
Tom Rini65cc0e22022-11-16 13:10:41 -0500145 * The SDRAM size in MB, CFG_SYS_LBC_SDRAM_SIZE, is 64.
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500146 *
147 * For OR2, need:
148 * 64MB mask for AM, OR2[0:7] = 1111 1100
149 * XAM, OR2[17:18] = 11
150 * 9 columns OR2[19-21] = 010
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500151 * 13 rows OR2[23-25] = 100
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500152 * EAD set for extra time OR[31] = 1
153 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500154 * 0 4 8 12 16 20 24 28
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500155 * 1111 1100 0000 0000 0110 1001 0000 0001 = fc006901
156 */
157
Tom Rini65cc0e22022-11-16 13:10:41 -0500158#define CFG_SYS_LBC_LCRR 0x00030004 /* LB clock ratio reg */
159#define CFG_SYS_LBC_LBCR 0x00000000 /* LB config reg */
160#define CFG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */
161#define CFG_SYS_LBC_MRTPR 0x00000000 /* LB refresh timer prescal*/
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500162
163/*
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500164 * Common settings for all Local Bus SDRAM commands.
165 * At run time, either BSMA1516 (for CPU 1.1)
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500166 * or BSMA1617 (for CPU 1.0) (old)
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500167 * is OR'ed in too.
168 */
Tom Rini65cc0e22022-11-16 13:10:41 -0500169#define CFG_SYS_LBC_LSDMR_COMMON ( LSDMR_RFCR16 \
Kumar Galab0fe93ed2009-03-26 01:34:38 -0500170 | LSDMR_PRETOACT7 \
171 | LSDMR_ACTTORW7 \
172 | LSDMR_BL8 \
173 | LSDMR_WRC4 \
174 | LSDMR_CL3 \
175 | LSDMR_RFEN \
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500176 )
177
178/*
179 * The CADMUS registers are connected to CS3 on CDS.
180 * The new memory map places CADMUS at 0xf8000000.
181 *
182 * For BR3, need:
183 * Base address of 0xf8000000 = BR[0:16] = 1111 1000 0000 0000 0
184 * port-size = 8-bits = BR[19:20] = 01
185 * no parity checking = BR[21:22] = 00
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500186 * GPMC for MSEL = BR[24:26] = 000
187 * Valid = BR[31] = 1
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500188 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500189 * 0 4 8 12 16 20 24 28
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500190 * 1111 1000 0000 0000 0000 1000 0000 0001 = f8000801
191 *
192 * For OR3, need:
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500193 * 1 MB mask for AM, OR[0:16] = 1111 1111 1111 0000 0
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500194 * disable buffer ctrl OR[19] = 0
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500195 * CSNT OR[20] = 1
196 * ACS OR[21:22] = 11
197 * XACS OR[23] = 1
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500198 * SCY 15 wait states OR[24:27] = 1111 max is suboptimal but safe
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500199 * SETA OR[28] = 0
200 * TRLX OR[29] = 1
201 * EHTR OR[30] = 1
202 * EAD extra time OR[31] = 1
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500203 *
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500204 * 0 4 8 12 16 20 24 28
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500205 * 1111 1111 1111 0000 0000 1111 1111 0111 = fff00ff7
206 */
207
208#define CADMUS_BASE_ADDR 0xf8000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800209#ifdef CONFIG_PHYS_64BIT
210#define CADMUS_BASE_ADDR_PHYS 0xff8000000ull
211#else
chenhui zhaofff80972011-10-13 13:40:59 +0800212#define CADMUS_BASE_ADDR_PHYS CADMUS_BASE_ADDR
chenhui zhaob76aef62011-10-13 13:41:00 +0800213#endif
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500214
Tom Rini65cc0e22022-11-16 13:10:41 -0500215#define CFG_SYS_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */
216#define CFG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in RAM */
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500217
Tom Rini65cc0e22022-11-16 13:10:41 -0500218#define CFG_SYS_INIT_SP_OFFSET (CFG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500219
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500220/* Serial Port */
Tom Rini91092132022-11-16 13:10:28 -0500221#define CFG_SYS_NS16550_CLK get_bus_freq(0)
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500222
Tom Rini65cc0e22022-11-16 13:10:41 -0500223#define CFG_SYS_BAUDRATE_TABLE \
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500224 {300, 600, 1200, 2400, 4800, 9600, 19200, 38400,115200}
225
Tom Rini65cc0e22022-11-16 13:10:41 -0500226#define CFG_SYS_NS16550_COM1 (CFG_SYS_CCSRBAR+0x4500)
227#define CFG_SYS_NS16550_COM2 (CFG_SYS_CCSRBAR+0x4600)
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500228
Jon Loeliger20476722006-10-20 15:50:15 -0500229/*
230 * I2C
231 */
Igor Opaniuk2147a162021-02-09 13:52:45 +0200232#if !CONFIG_IS_ENABLED(DM_I2C)
Tom Rini65cc0e22022-11-16 13:10:41 -0500233#define CFG_SYS_I2C_NOPROBES { {0, 0x69} }
Biwen Li01d97d52020-05-01 20:56:37 +0800234#endif
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500235
236/*
237 * General PCI
Sergei Shtylyov362dd832006-12-27 22:07:15 +0300238 * Memory space is mapped 1-1, but I/O space must start from 0.
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500239 */
Tom Riniecc8d422022-11-16 13:10:33 -0500240#define CFG_SYS_PCI1_MEM_VIRT 0x80000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800241#ifdef CONFIG_PHYS_64BIT
Tom Riniecc8d422022-11-16 13:10:33 -0500242#define CFG_SYS_PCI1_MEM_PHYS 0xc00000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800243#else
Tom Riniecc8d422022-11-16 13:10:33 -0500244#define CFG_SYS_PCI1_MEM_PHYS 0x80000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800245#endif
Tom Riniecc8d422022-11-16 13:10:33 -0500246#define CFG_SYS_PCI1_IO_VIRT 0xe2000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800247#ifdef CONFIG_PHYS_64BIT
Tom Riniecc8d422022-11-16 13:10:33 -0500248#define CFG_SYS_PCI1_IO_PHYS 0xfe2000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800249#else
Tom Riniecc8d422022-11-16 13:10:33 -0500250#define CFG_SYS_PCI1_IO_PHYS 0xe2000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800251#endif
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500252
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500253#ifdef CONFIG_PCIE1
Tom Riniecc8d422022-11-16 13:10:33 -0500254#define CFG_SYS_PCIE1_MEM_VIRT 0xa0000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800255#ifdef CONFIG_PHYS_64BIT
Tom Riniecc8d422022-11-16 13:10:33 -0500256#define CFG_SYS_PCIE1_MEM_PHYS 0xc20000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800257#else
Tom Riniecc8d422022-11-16 13:10:33 -0500258#define CFG_SYS_PCIE1_MEM_PHYS 0xa0000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800259#endif
Tom Riniecc8d422022-11-16 13:10:33 -0500260#define CFG_SYS_PCIE1_IO_VIRT 0xe3000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800261#ifdef CONFIG_PHYS_64BIT
Tom Riniecc8d422022-11-16 13:10:33 -0500262#define CFG_SYS_PCIE1_IO_PHYS 0xfe3000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800263#else
Tom Riniecc8d422022-11-16 13:10:33 -0500264#define CFG_SYS_PCIE1_IO_PHYS 0xe3000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800265#endif
Ed Swarthoutf2cff6b2007-07-27 01:50:52 -0500266#endif
Zang Roy-r6191141fb7e02006-12-14 14:14:55 +0800267
268/*
269 * RapidIO MMU
270 */
Tom Rinia322afc2022-11-16 13:10:40 -0500271#define CFG_SYS_SRIO1_MEM_VIRT 0xc0000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800272#ifdef CONFIG_PHYS_64BIT
Tom Rinia322afc2022-11-16 13:10:40 -0500273#define CFG_SYS_SRIO1_MEM_PHYS 0xc40000000ull
chenhui zhaob76aef62011-10-13 13:41:00 +0800274#else
Tom Rinia322afc2022-11-16 13:10:40 -0500275#define CFG_SYS_SRIO1_MEM_PHYS 0xc0000000
chenhui zhaob76aef62011-10-13 13:41:00 +0800276#endif
Tom Rinia322afc2022-11-16 13:10:40 -0500277#define CFG_SYS_SRIO1_MEM_SIZE 0x20000000 /* 512M */
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500278
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500279/*
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500280 * Miscellaneous configurable options
281 */
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500282
283/*
284 * For booting Linux, the board info and command line data
Kumar Galaa832ac42011-04-28 10:13:41 -0500285 * have to be in the first 64 MB of memory, since this is
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500286 * the maximum mapped by the Linux kernel during initialization.
287 */
Tom Rini65cc0e22022-11-16 13:10:41 -0500288#define CFG_SYS_BOOTMAPSZ (64 << 20) /* Initial Memory map for Linux*/
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500289
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500290/*
291 * Environment Configuration
292 */
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500293
Tom Rini0613c362022-12-04 10:03:50 -0500294#define CFG_EXTRA_ENV_SETTINGS \
chenhui zhao867b06f2011-09-06 16:41:19 +0000295 "hwconfig=fsl_ddr:ecc=off\0" \
296 "netdev=eth0\0" \
Tom Rini54f80dd2022-12-02 16:42:27 -0500297 "uboot=" CONFIG_UBOOTPATH "\0" \
chenhui zhao867b06f2011-09-06 16:41:19 +0000298 "tftpflash=tftpboot $loadaddr $uboot; " \
Simon Glass98463902022-10-20 18:22:39 -0600299 "protect off " __stringify(CONFIG_TEXT_BASE) \
Marek Vasut5368c552012-09-23 17:41:24 +0200300 " +$filesize; " \
Simon Glass98463902022-10-20 18:22:39 -0600301 "erase " __stringify(CONFIG_TEXT_BASE) \
Marek Vasut5368c552012-09-23 17:41:24 +0200302 " +$filesize; " \
Simon Glass98463902022-10-20 18:22:39 -0600303 "cp.b $loadaddr " __stringify(CONFIG_TEXT_BASE) \
Marek Vasut5368c552012-09-23 17:41:24 +0200304 " $filesize; " \
Simon Glass98463902022-10-20 18:22:39 -0600305 "protect on " __stringify(CONFIG_TEXT_BASE) \
Marek Vasut5368c552012-09-23 17:41:24 +0200306 " +$filesize; " \
Simon Glass98463902022-10-20 18:22:39 -0600307 "cmp.b $loadaddr " __stringify(CONFIG_TEXT_BASE) \
Marek Vasut5368c552012-09-23 17:41:24 +0200308 " $filesize\0" \
chenhui zhao867b06f2011-09-06 16:41:19 +0000309 "consoledev=ttyS1\0" \
310 "ramdiskaddr=2000000\0" \
311 "ramdiskfile=ramdisk.uboot\0" \
Scott Woodb24a4f62016-07-19 17:52:06 -0500312 "fdtaddr=1e00000\0" \
chenhui zhao867b06f2011-09-06 16:41:19 +0000313 "fdtfile=mpc8548cds.dtb\0"
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500314
Jon Loeligerd9b94f22005-07-25 14:05:07 -0500315#endif /* __CONFIG_H */