mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
The rest of the unmigrated CONFIG symbols in the CONFIG_SYS_SDRAM namespace do not easily transition to Kconfig. In many cases they likely should come from the device tree instead. Move these out of CONFIG namespace and in to CFG namespace. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
aec118ebe6
commit
aa6e94deab
589 changed files with 1197 additions and 1197 deletions
2
README
2
README
|
@ -1441,7 +1441,7 @@ Configuration Settings:
|
|||
the RAM base is not zero, or RAM is divided into banks,
|
||||
this variable needs to be recalcuated to get the address.
|
||||
|
||||
- CONFIG_SYS_SDRAM_BASE:
|
||||
- CFG_SYS_SDRAM_BASE:
|
||||
Physical start address of SDRAM. _Must_ be 0 here.
|
||||
|
||||
- CONFIG_SYS_FLASH_BASE:
|
||||
|
|
|
@ -476,9 +476,9 @@ static void __slc_rgn_op(unsigned long paddr, unsigned long sz, const int op)
|
|||
static void arc_ioc_setup(void)
|
||||
{
|
||||
/* IOC Aperture start is equal to DDR start */
|
||||
unsigned int ap_base = CONFIG_SYS_SDRAM_BASE;
|
||||
unsigned int ap_base = CFG_SYS_SDRAM_BASE;
|
||||
/* IOC Aperture size is equal to DDR size */
|
||||
long ap_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
long ap_size = CFG_SYS_SDRAM_SIZE;
|
||||
|
||||
/* Unsupported configuration. See [ NOTE 2 ] for more details. */
|
||||
if (!slc_exists())
|
||||
|
|
|
@ -20,7 +20,7 @@ int arch_cpu_init(void)
|
|||
timer_init();
|
||||
|
||||
gd->cpu_clk = get_board_sys_clk();
|
||||
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
gd->ram_size = CFG_SYS_SDRAM_SIZE;
|
||||
|
||||
cache_init();
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
static void __secure ls1_save_ddr_head(void)
|
||||
{
|
||||
const char *src = (const char *)CONFIG_SYS_SDRAM_BASE;
|
||||
const char *src = (const char *)CFG_SYS_SDRAM_BASE;
|
||||
char *dest = (char *)(OCRAM_BASE_S_ADDR + OCRAM_S_SIZE - DDR_RESV_LEN);
|
||||
struct ccsr_scfg __iomem *scfg = (void *)CFG_SYS_FSL_SCFG_ADDR;
|
||||
int i;
|
||||
|
|
|
@ -1441,7 +1441,7 @@ int dram_init_banksize(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
if (gd->ram_size > CONFIG_SYS_DDR_BLOCK1_SIZE) {
|
||||
gd->bd->bi_dram[0].size = CONFIG_SYS_DDR_BLOCK1_SIZE;
|
||||
gd->bd->bi_dram[1].start = CONFIG_SYS_DDR_BLOCK2_BASE;
|
||||
|
@ -1571,7 +1571,7 @@ void update_early_mmu_table(void)
|
|||
|
||||
if (gd->ram_size <= CONFIG_SYS_FSL_DRAM_SIZE1) {
|
||||
mmu_change_region_attr(
|
||||
CONFIG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_BASE,
|
||||
gd->ram_size,
|
||||
PTE_BLOCK_MEMTYPE(MT_NORMAL) |
|
||||
PTE_BLOCK_OUTER_SHARE |
|
||||
|
@ -1579,7 +1579,7 @@ void update_early_mmu_table(void)
|
|||
PTE_TYPE_VALID);
|
||||
} else {
|
||||
mmu_change_region_attr(
|
||||
CONFIG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_DDR_BLOCK1_SIZE,
|
||||
PTE_BLOCK_MEMTYPE(MT_NORMAL) |
|
||||
PTE_BLOCK_OUTER_SHARE |
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
arch = "arm";
|
||||
os = "tee";
|
||||
compression = "none";
|
||||
load = <(CONFIG_SYS_SDRAM_BASE + 0x8400000)>;
|
||||
entry = <(CONFIG_SYS_SDRAM_BASE + 0x8400000)>;
|
||||
load = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
|
||||
entry = <(CFG_SYS_SDRAM_BASE + 0x8400000)>;
|
||||
|
||||
blob-ext {
|
||||
filename = "tee.bin";
|
||||
|
|
|
@ -583,7 +583,7 @@
|
|||
(DMM_SDRC_MAP_EMIF1_AND_EMIF2 << EMIF_SDRC_MAP_SHIFT) |\
|
||||
(DMM_SDRC_ADDR_SPC_SDRAM << EMIF_SDRC_ADDRSPC_SHIFT) |\
|
||||
(DMM_SDRC_INTL_128B << EMIF_SDRC_INTL_SHIFT) |\
|
||||
(CONFIG_SYS_SDRAM_BASE << EMIF_SYS_ADDR_SHIFT))
|
||||
(CFG_SYS_SDRAM_BASE << EMIF_SYS_ADDR_SHIFT))
|
||||
|
||||
#define DMM_LISA_MAP_EMIF1_ONLY_BASE_VAL (\
|
||||
(DMM_SDRC_MAP_EMIF1_ONLY << EMIF_SDRC_MAP_SHIFT)|\
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
#define CONFIG_IPROC
|
||||
|
||||
/* Memory Info */
|
||||
#define CONFIG_SYS_SDRAM_BASE 0x61000000
|
||||
#define CFG_SYS_SDRAM_BASE 0x61000000
|
||||
|
||||
#endif /* __IPROC_COMMON_CONFIGS_H */
|
||||
|
|
|
@ -31,7 +31,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int board_init(void)
|
||||
{
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ int board_init(void)
|
|||
int i = 0, rc;
|
||||
struct udevice *dev;
|
||||
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
while (1) {
|
||||
rc = uclass_get_device(UCLASS_MISC, i++, &dev);
|
||||
|
|
|
@ -114,38 +114,38 @@ SMRDATA1:
|
|||
.word CONFIG_SYS_SDRC_CR_VAL
|
||||
.word AT91_ASM_MC_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word AT91_ASM_MC_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL1
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word AT91_ASM_MC_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL2
|
||||
.word CONFIG_SYS_SDRAM1
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM1
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word AT91_ASM_MC_SDRAMC_TR
|
||||
.word CONFIG_SYS_SDRC_TR_VAL
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
.word AT91_ASM_MC_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL3
|
||||
.word CONFIG_SYS_SDRAM
|
||||
.word CONFIG_SYS_SDRAM_VAL
|
||||
.word CFG_SYS_SDRAM
|
||||
.word CFG_SYS_SDRAM_VAL
|
||||
SMRDATA1E:
|
||||
/* SMRDATA1 is 176 bytes long */
|
||||
#endif /* CONFIG_IS_ENABLED(SKIP_LOWLEVEL_INIT) */
|
||||
|
|
|
@ -201,38 +201,38 @@ SMRDATA1:
|
|||
.word CONFIG_SYS_SDRC_MDR_VAL
|
||||
.word AT91_ASM_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL2
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL1
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL1
|
||||
.word AT91_ASM_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL3
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL2
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL3
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL4
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL5
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL6
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL7
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL8
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL9
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL2
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL3
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL4
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL5
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL6
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL7
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL8
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL9
|
||||
.word AT91_ASM_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL4
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL10
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL10
|
||||
.word AT91_ASM_SDRAMC_MR
|
||||
.word CONFIG_SYS_SDRC_MR_VAL5
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL11
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL11
|
||||
.word AT91_ASM_SDRAMC_TR
|
||||
.word CONFIG_SYS_SDRC_TR_VAL2
|
||||
.word CONFIG_SYS_SDRAM_BASE
|
||||
.word CONFIG_SYS_SDRAM_VAL12
|
||||
.word CFG_SYS_SDRAM_BASE
|
||||
.word CFG_SYS_SDRAM_VAL12
|
||||
/* User reset enable*/
|
||||
.word AT91_ASM_RSTC_MR
|
||||
.word CONFIG_SYS_RSTC_RMR_VAL
|
||||
|
|
|
@ -26,14 +26,14 @@ int dram_init(void)
|
|||
{
|
||||
/* dram_init must store complete ramsize in gd->ram_size */
|
||||
gd->ram_size = get_ram_size(
|
||||
(void *)CONFIG_SYS_SDRAM_BASE,
|
||||
(void *)CFG_SYS_SDRAM_BASE,
|
||||
CONFIG_MAX_RAM_BANK_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -236,7 +236,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
|
|||
* better have similar timings, since there's only a single adjustment that is
|
||||
* shared by both chips).
|
||||
*/
|
||||
const unsigned int test_addr = CONFIG_SYS_SDRAM_BASE;
|
||||
const unsigned int test_addr = CFG_SYS_SDRAM_BASE;
|
||||
|
||||
/* Test pattern with which RAM will be tested */
|
||||
static const unsigned int test_pattern[] = {
|
||||
|
|
|
@ -178,7 +178,7 @@ static unsigned int imx8m_find_dram_entry_in_mem_map(void)
|
|||
int i;
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(imx8m_mem_map); i++)
|
||||
if (imx8m_mem_map[i].phys == CONFIG_SYS_SDRAM_BASE)
|
||||
if (imx8m_mem_map[i].phys == CFG_SYS_SDRAM_BASE)
|
||||
return i;
|
||||
|
||||
hang(); /* Entry not found, this must never happen. */
|
||||
|
|
|
@ -373,7 +373,7 @@ static unsigned int imx8ulp_find_dram_entry_in_mem_map(void)
|
|||
int i;
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(imx8ulp_arm64_mem_map); i++)
|
||||
if (imx8ulp_arm64_mem_map[i].phys == CONFIG_SYS_SDRAM_BASE)
|
||||
if (imx8ulp_arm64_mem_map[i].phys == CFG_SYS_SDRAM_BASE)
|
||||
return i;
|
||||
|
||||
hang(); /* Entry not found, this must never happen. */
|
||||
|
|
|
@ -172,7 +172,7 @@ static void spl_dram_init(void)
|
|||
* Get actual RAM size, so we can adjust DDR row size for <512M
|
||||
* memories
|
||||
*/
|
||||
ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_512M);
|
||||
ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE, SZ_512M);
|
||||
if (ram_size < SZ_512M) {
|
||||
mem_ddr.rowaddr = 14;
|
||||
mx6_dram_cfg(&ddr_sysinfo, &mx6_mmcd_calib, &mem_ddr);
|
||||
|
|
|
@ -44,7 +44,7 @@ static int setup_fec(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* Address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_FEC_MXC
|
||||
setup_fec();
|
||||
|
|
|
@ -349,7 +349,7 @@ void *board_spl_fit_buffer_addr(ulong fit_size, int sectors, int bl_len)
|
|||
#if defined(CONFIG_MX6) && defined(CONFIG_SPL_OS_BOOT)
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = imx_ddr_size();
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -561,7 +561,7 @@ void remove_fwl_configs(struct fwl_data *fwl_data, size_t fwl_data_size)
|
|||
void spl_enable_dcache(void)
|
||||
{
|
||||
#if !(defined(CONFIG_SYS_ICACHE_OFF) && defined(CONFIG_SYS_DCACHE_OFF))
|
||||
phys_addr_t ram_top = CONFIG_SYS_SDRAM_BASE;
|
||||
phys_addr_t ram_top = CFG_SYS_SDRAM_BASE;
|
||||
|
||||
dram_init();
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ struct mpu_region_config k3_mpu_regions[16] = {
|
|||
O_I_WB_RD_WR_ALLOC, REGION_8MB},
|
||||
|
||||
/* U-Boot's code area marking it as WB and Write allocate */
|
||||
{CONFIG_SYS_SDRAM_BASE, REGION_2, XN_DIS, PRIV_RW_USR_RW,
|
||||
{CFG_SYS_SDRAM_BASE, REGION_2, XN_DIS, PRIV_RW_USR_RW,
|
||||
O_I_WB_RD_WR_ALLOC, REGION_2GB},
|
||||
/* mcu_r5fss0_core0 BTCM area marking it as WB and Write allocate. */
|
||||
{0x41010000, 3, XN_DIS, PRIV_RW_USR_RW, O_I_WB_RD_WR_ALLOC,
|
||||
|
|
|
@ -318,7 +318,7 @@ void ddr3_init_ecc(u32 base, u32 ddr3_size)
|
|||
}
|
||||
|
||||
ddr3_ecc_init_range(base);
|
||||
ddr3_reset_data(CONFIG_SYS_SDRAM_BASE, ddr3_size);
|
||||
ddr3_reset_data(CFG_SYS_SDRAM_BASE, ddr3_size);
|
||||
|
||||
/* mapping DDR3 ECC system interrupt from CIC2 to GIC */
|
||||
#if defined(CONFIG_SOC_K2HK) || defined(CONFIG_SOC_K2L)
|
||||
|
|
|
@ -25,7 +25,7 @@ int dram_init(void)
|
|||
{
|
||||
u32 i;
|
||||
|
||||
if (((size_t)preloader_param >= CONFIG_SYS_SDRAM_BASE) &&
|
||||
if (((size_t)preloader_param >= CFG_SYS_SDRAM_BASE) &&
|
||||
((size_t)preloader_param % sizeof(size_t) == 0) &&
|
||||
preloader_param->magic == BOOT_ARGUMENT_MAGIC &&
|
||||
preloader_param->dram_rank_num <=
|
||||
|
@ -35,7 +35,7 @@ int dram_init(void)
|
|||
for (i = 0; i < preloader_param->dram_rank_num; i++)
|
||||
gd->ram_size += preloader_param->dram_rank_size[i];
|
||||
} else {
|
||||
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
gd->ram_size = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
SZ_2G);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_2G);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE, SZ_2G);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_2G);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE, SZ_2G);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -21,8 +21,8 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
static struct mm_region ac5_mem_map[] = {
|
||||
{
|
||||
/* RAM */
|
||||
.phys = CONFIG_SYS_SDRAM_BASE,
|
||||
.virt = CONFIG_SYS_SDRAM_BASE,
|
||||
.phys = CFG_SYS_SDRAM_BASE,
|
||||
.virt = CFG_SYS_SDRAM_BASE,
|
||||
.attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
|
||||
PTE_BLOCK_INNER_SHARE
|
||||
},
|
||||
|
@ -102,7 +102,7 @@ int alleycat5_dram_init_banksize(void)
|
|||
/*
|
||||
* Config single DRAM bank
|
||||
*/
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -32,7 +32,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
phys_size_t board_get_usable_ram_top(phys_size_t total_size)
|
||||
{
|
||||
unsigned long top = CONFIG_SYS_SDRAM_BASE + min(gd->ram_size, USABLE_RAM_SIZE);
|
||||
unsigned long top = CFG_SYS_SDRAM_BASE + min(gd->ram_size, USABLE_RAM_SIZE);
|
||||
|
||||
return (gd->ram_top > top) ? top : gd->ram_top;
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ int a8k_dram_init_banksize(void)
|
|||
*/
|
||||
phys_size_t max_bank0_size = SZ_4G - SZ_1G;
|
||||
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
if (gd->ram_size <= max_bank0_size) {
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
return 0;
|
||||
|
|
|
@ -72,14 +72,14 @@ int dram_init(void)
|
|||
|
||||
/* dram_init must store complete ramsize in gd->ram_size */
|
||||
gd->ram_size = get_ram_size(
|
||||
(void *)CONFIG_SYS_SDRAM_BASE,
|
||||
(void *)CFG_SYS_SDRAM_BASE,
|
||||
CONFIG_MAX_RAM_BANK_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
|
||||
return 0;
|
||||
|
@ -520,7 +520,7 @@ void board_init_f(ulong dummy)
|
|||
sdram_init();
|
||||
/* dram_init must store complete ramsize in gd->ram_size */
|
||||
gd->ram_size = get_ram_size(
|
||||
(void *)CONFIG_SYS_SDRAM_BASE,
|
||||
(void *)CFG_SYS_SDRAM_BASE,
|
||||
CONFIG_MAX_RAM_BANK_SIZE);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -389,7 +389,7 @@ static void dra7_enable_ecc(u32 base, const struct emif_regs *regs)
|
|||
/* Set region1 memory with 0 */
|
||||
rgn_start = (regs->emif_ecc_address_range_1 &
|
||||
EMIF_ECC_REG_ECC_START_ADDR_MASK) << 16;
|
||||
rgn = rgn_start + CONFIG_SYS_SDRAM_BASE;
|
||||
rgn = rgn_start + CFG_SYS_SDRAM_BASE;
|
||||
size = (regs->emif_ecc_address_range_1 &
|
||||
EMIF_ECC_REG_ECC_END_ADDR_MASK) + 0x10000 - rgn_start;
|
||||
|
||||
|
@ -400,7 +400,7 @@ static void dra7_enable_ecc(u32 base, const struct emif_regs *regs)
|
|||
/* Set region2 memory with 0 */
|
||||
rgn_start = (regs->emif_ecc_address_range_2 &
|
||||
EMIF_ECC_REG_ECC_START_ADDR_MASK) << 16;
|
||||
rgn = rgn_start + CONFIG_SYS_SDRAM_BASE;
|
||||
rgn = rgn_start + CFG_SYS_SDRAM_BASE;
|
||||
size = (regs->emif_ecc_address_range_2 &
|
||||
EMIF_ECC_REG_ECC_END_ADDR_MASK) + 0x10000 - rgn_start;
|
||||
|
||||
|
@ -1340,7 +1340,7 @@ void dmm_init(u32 base)
|
|||
|
||||
mapped_size = 0;
|
||||
section_cnt = 3;
|
||||
sys_addr = CONFIG_SYS_SDRAM_BASE;
|
||||
sys_addr = CFG_SYS_SDRAM_BASE;
|
||||
emif1_size = get_emif_mem_size(EMIF1_BASE);
|
||||
emif2_size = get_emif_mem_size(EMIF2_BASE);
|
||||
debug("emif1_size 0x%x emif2_size 0x%x\n", emif1_size, emif2_size);
|
||||
|
@ -1568,7 +1568,7 @@ void sdram_init(void)
|
|||
size_prog = log_2_n_round_down(size_prog);
|
||||
size_prog = (1 << size_prog);
|
||||
|
||||
size_detect = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
size_detect = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
size_prog);
|
||||
/* Compare with the size programmed */
|
||||
if (size_detect != size_prog) {
|
||||
|
|
|
@ -198,11 +198,11 @@ u32 get_sec_mem_start(void)
|
|||
*/
|
||||
if (sec_mem_start == 0)
|
||||
sec_mem_start =
|
||||
(CONFIG_SYS_SDRAM_BASE + (
|
||||
(CFG_SYS_SDRAM_BASE + (
|
||||
#if defined(CONFIG_OMAP54XX)
|
||||
omap_sdram_size()
|
||||
#else
|
||||
get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CONFIG_MAX_RAM_BANK_SIZE)
|
||||
#endif
|
||||
- sec_mem_size));
|
||||
|
|
|
@ -50,7 +50,7 @@ int dram_init(void)
|
|||
/* This is called after dram_init() so use get_ram_size result */
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -37,7 +37,7 @@ struct tos_parameter_t {
|
|||
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
size_t top = min((unsigned long)(gd->ram_size + CONFIG_SYS_SDRAM_BASE),
|
||||
size_t top = min((unsigned long)(gd->ram_size + CFG_SYS_SDRAM_BASE),
|
||||
(unsigned long)(gd->ram_top));
|
||||
|
||||
#ifdef CONFIG_ARM64
|
||||
|
@ -48,26 +48,26 @@ int dram_init_banksize(void)
|
|||
#ifdef CONFIG_SPL_OPTEE_IMAGE
|
||||
struct tos_parameter_t *tos_parameter;
|
||||
|
||||
tos_parameter = (struct tos_parameter_t *)(CONFIG_SYS_SDRAM_BASE +
|
||||
tos_parameter = (struct tos_parameter_t *)(CFG_SYS_SDRAM_BASE +
|
||||
TRUST_PARAMETER_OFFSET);
|
||||
|
||||
if (tos_parameter->tee_mem.flags == 1) {
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = tos_parameter->tee_mem.phy_addr
|
||||
- CONFIG_SYS_SDRAM_BASE;
|
||||
- CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[1].start = tos_parameter->tee_mem.phy_addr +
|
||||
tos_parameter->tee_mem.size;
|
||||
gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start;
|
||||
} else {
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = 0x8400000;
|
||||
/* Reserve 32M for OPTEE with TA */
|
||||
gd->bd->bi_dram[1].start = CONFIG_SYS_SDRAM_BASE
|
||||
gd->bd->bi_dram[1].start = CFG_SYS_SDRAM_BASE
|
||||
+ gd->bd->bi_dram[0].size + 0x2000000;
|
||||
gd->bd->bi_dram[1].size = top - gd->bd->bi_dram[1].start;
|
||||
}
|
||||
#else
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = top - gd->bd->bi_dram[0].start;
|
||||
#endif
|
||||
#endif
|
||||
|
@ -207,7 +207,7 @@ int dram_init(void)
|
|||
|
||||
phys_size_t board_get_usable_ram_top(phys_size_t total_size)
|
||||
{
|
||||
unsigned long top = CONFIG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE;
|
||||
unsigned long top = CFG_SYS_SDRAM_BASE + SDRAM_MAX_SIZE;
|
||||
|
||||
return (gd->ram_top > top) ? top : gd->ram_top;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ void s_init(void) {
|
|||
int board_init(void)
|
||||
{
|
||||
/* Address of boot parameters for ATAG (if ATAG is used) */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -33,11 +33,11 @@ void mctl_await_completion(u32 *reg, u32 mask, u32 val)
|
|||
bool mctl_mem_matches(u32 offset)
|
||||
{
|
||||
/* Try to write different values to RAM at two addresses */
|
||||
writel(0, CONFIG_SYS_SDRAM_BASE);
|
||||
writel(0xaa55aa55, (ulong)CONFIG_SYS_SDRAM_BASE + offset);
|
||||
writel(0, CFG_SYS_SDRAM_BASE);
|
||||
writel(0xaa55aa55, (ulong)CFG_SYS_SDRAM_BASE + offset);
|
||||
dsb();
|
||||
/* Check if the same value is actually observed when reading back */
|
||||
return readl(CONFIG_SYS_SDRAM_BASE) ==
|
||||
readl((ulong)CONFIG_SYS_SDRAM_BASE + offset);
|
||||
return readl(CFG_SYS_SDRAM_BASE) ==
|
||||
readl((ulong)CFG_SYS_SDRAM_BASE + offset);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -175,9 +175,9 @@ static int sdr_readpipe_scan(void)
|
|||
u32 k = 0;
|
||||
|
||||
for (k = 0; k < 32; k++)
|
||||
writel(k, CONFIG_SYS_SDRAM_BASE + 4 * k);
|
||||
writel(k, CFG_SYS_SDRAM_BASE + 4 * k);
|
||||
for (k = 0; k < 32; k++) {
|
||||
if (readl(CONFIG_SYS_SDRAM_BASE + 4 * k) != k)
|
||||
if (readl(CFG_SYS_SDRAM_BASE + 4 * k) != k)
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
@ -266,11 +266,11 @@ static u32 dram_get_dram_size(struct dram_para *para)
|
|||
dram_para_setup(para);
|
||||
dram_scan_readpipe(para);
|
||||
for (i = 0; i < 32; i++) {
|
||||
*((u8 *)(CONFIG_SYS_SDRAM_BASE + 0x200 + i)) = 0x11;
|
||||
*((u8 *)(CONFIG_SYS_SDRAM_BASE + 0x600 + i)) = 0x22;
|
||||
*((u8 *)(CFG_SYS_SDRAM_BASE + 0x200 + i)) = 0x11;
|
||||
*((u8 *)(CFG_SYS_SDRAM_BASE + 0x600 + i)) = 0x22;
|
||||
}
|
||||
for (i = 0; i < 32; i++) {
|
||||
val1 = *((u8 *)(CONFIG_SYS_SDRAM_BASE + 0x200 + i));
|
||||
val1 = *((u8 *)(CFG_SYS_SDRAM_BASE + 0x200 + i));
|
||||
if (val1 == 0x22)
|
||||
count++;
|
||||
}
|
||||
|
@ -283,11 +283,11 @@ static u32 dram_get_dram_size(struct dram_para *para)
|
|||
para->row_width = rowflag;
|
||||
dram_para_setup(para);
|
||||
if (colflag == 10) {
|
||||
addr1 = CONFIG_SYS_SDRAM_BASE + 0x400000;
|
||||
addr2 = CONFIG_SYS_SDRAM_BASE + 0xc00000;
|
||||
addr1 = CFG_SYS_SDRAM_BASE + 0x400000;
|
||||
addr2 = CFG_SYS_SDRAM_BASE + 0xc00000;
|
||||
} else {
|
||||
addr1 = CONFIG_SYS_SDRAM_BASE + 0x200000;
|
||||
addr2 = CONFIG_SYS_SDRAM_BASE + 0x600000;
|
||||
addr1 = CFG_SYS_SDRAM_BASE + 0x200000;
|
||||
addr2 = CFG_SYS_SDRAM_BASE + 0x600000;
|
||||
}
|
||||
for (i = 0; i < 32; i++) {
|
||||
*((u8 *)(addr1 + i)) = 0x33;
|
||||
|
@ -319,7 +319,7 @@ static u32 dram_get_dram_size(struct dram_para *para)
|
|||
|
||||
static void simple_dram_check(void)
|
||||
{
|
||||
volatile u32 *dram = (u32 *)CONFIG_SYS_SDRAM_BASE;
|
||||
volatile u32 *dram = (u32 *)CFG_SYS_SDRAM_BASE;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 0x40; i++)
|
||||
|
|
|
@ -711,7 +711,7 @@ static unsigned long mctl_calc_rank_size(struct rank_para *rank)
|
|||
*/
|
||||
static void mctl_r40_detect_rank_count(struct dram_para *para)
|
||||
{
|
||||
ulong rank1_base = (ulong) CONFIG_SYS_SDRAM_BASE +
|
||||
ulong rank1_base = (ulong) CFG_SYS_SDRAM_BASE +
|
||||
mctl_calc_rank_size(¶->ranks[0]);
|
||||
struct sunxi_mctl_ctl_reg * const mctl_ctl =
|
||||
(struct sunxi_mctl_ctl_reg *)SUNXI_DRAM_CTL0_BASE;
|
||||
|
@ -744,10 +744,10 @@ static void mctl_r40_detect_rank_count(struct dram_para *para)
|
|||
|
||||
static void mctl_auto_detect_dram_size(uint16_t socid, struct dram_para *para)
|
||||
{
|
||||
mctl_auto_detect_dram_size_rank(socid, para, (ulong)CONFIG_SYS_SDRAM_BASE, ¶->ranks[0]);
|
||||
mctl_auto_detect_dram_size_rank(socid, para, (ulong)CFG_SYS_SDRAM_BASE, ¶->ranks[0]);
|
||||
|
||||
if ((socid == SOCID_A64 || socid == SOCID_R40) && para->dual_rank) {
|
||||
mctl_auto_detect_dram_size_rank(socid, para, (ulong)CONFIG_SYS_SDRAM_BASE + mctl_calc_rank_size(¶->ranks[0]), ¶->ranks[1]);
|
||||
mctl_auto_detect_dram_size_rank(socid, para, (ulong)CFG_SYS_SDRAM_BASE + mctl_calc_rank_size(¶->ranks[0]), ¶->ranks[1]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -370,7 +370,7 @@ int dram_init_banksize(void)
|
|||
|
||||
/* fall back to default DRAM bank size computation */
|
||||
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = usable_ram_size_below_4g();
|
||||
|
||||
#ifdef CONFIG_PCI
|
||||
|
@ -412,5 +412,5 @@ phys_size_t board_get_usable_ram_top(phys_size_t total_size)
|
|||
|
||||
/* fall back to default usable RAM computation */
|
||||
|
||||
return CONFIG_SYS_SDRAM_BASE + usable_ram_size_below_4g();
|
||||
return CFG_SYS_SDRAM_BASE + usable_ram_size_below_4g();
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ int arch_cpu_init(void)
|
|||
writel(0x757BDF0D, &devcfg_base->unlock);
|
||||
writel(0xFFFFFFFF, &devcfg_base->rom_shadow);
|
||||
|
||||
#if (CONFIG_SYS_SDRAM_BASE == 0)
|
||||
#if (CFG_SYS_SDRAM_BASE == 0)
|
||||
/* remap DDR to zero, FILTERSTART */
|
||||
writel(0, &scu_base->filter_start);
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@ int clock_pll(int fsys, int flags)
|
|||
* software workaround for SDRAM opeartion after exiting LIMP
|
||||
* mode errata
|
||||
*/
|
||||
out_be32(sdram_workaround, CONFIG_SYS_SDRAM_BASE);
|
||||
out_be32(sdram_workaround, CFG_SYS_SDRAM_BASE);
|
||||
#endif
|
||||
|
||||
/* wait for DQS logic to relock */
|
||||
|
|
|
@ -338,9 +338,9 @@
|
|||
|
||||
#ifdef CONFIG_PCI
|
||||
#define CFG_SYS_PCI_BAR0 (0x40000000)
|
||||
#define CFG_SYS_PCI_BAR1 (CONFIG_SYS_SDRAM_BASE)
|
||||
#define CFG_SYS_PCI_BAR1 (CFG_SYS_SDRAM_BASE)
|
||||
#define CFG_SYS_PCI_TBATR0 (CONFIG_SYS_MBAR)
|
||||
#define CFG_SYS_PCI_TBATR1 (CONFIG_SYS_SDRAM_BASE)
|
||||
#define CFG_SYS_PCI_TBATR1 (CFG_SYS_SDRAM_BASE)
|
||||
#endif
|
||||
#endif /* CONFIG_M547x */
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ static void trap_init(ulong value) {
|
|||
|
||||
int arch_initr_trap(void)
|
||||
{
|
||||
trap_init(CONFIG_SYS_SDRAM_BASE);
|
||||
trap_init(CFG_SYS_SDRAM_BASE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -135,7 +135,7 @@ void trap_restore(void)
|
|||
|
||||
int arch_initr_trap(void)
|
||||
{
|
||||
trap_init(CONFIG_SYS_SDRAM_BASE);
|
||||
trap_init(CFG_SYS_SDRAM_BASE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -78,7 +78,7 @@ void board_init_f(ulong dummy)
|
|||
|
||||
phys_size_t board_get_usable_ram_top(phys_size_t total_size)
|
||||
{
|
||||
return CONFIG_SYS_SDRAM_BASE + (256 * 1024 * 1024);
|
||||
return CFG_SYS_SDRAM_BASE + (256 * 1024 * 1024);
|
||||
}
|
||||
|
||||
int print_cpuinfo(void)
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
|
||||
DECLARE_GLOBAL_DATA_PTR;
|
||||
|
||||
#if CONFIG_SYS_SDRAM_SIZE <= SZ_64M
|
||||
#if CFG_SYS_SDRAM_SIZE <= SZ_64M
|
||||
#define MSCC_RAM_TLB_SIZE SZ_64M
|
||||
#define MSCC_ATTRIB2 MMU_REGIO_INVAL
|
||||
#elif CONFIG_SYS_SDRAM_SIZE <= SZ_128M
|
||||
#elif CFG_SYS_SDRAM_SIZE <= SZ_128M
|
||||
#define MSCC_RAM_TLB_SIZE SZ_64M
|
||||
#define MSCC_ATTRIB2 MMU_REGIO_RW
|
||||
#elif CONFIG_SYS_SDRAM_SIZE <= SZ_256M
|
||||
#elif CFG_SYS_SDRAM_SIZE <= SZ_256M
|
||||
#define MSCC_RAM_TLB_SIZE SZ_256M
|
||||
#define MSCC_ATTRIB2 MMU_REGIO_INVAL
|
||||
#elif CONFIG_SYS_SDRAM_SIZE <= SZ_512M
|
||||
#elif CFG_SYS_SDRAM_SIZE <= SZ_512M
|
||||
#define MSCC_RAM_TLB_SIZE SZ_256M
|
||||
#define MSCC_ATTRIB2 MMU_REGIO_RW
|
||||
#else
|
||||
|
|
|
@ -67,6 +67,6 @@ int print_cpuinfo(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
gd->ram_size = CFG_SYS_SDRAM_SIZE;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <mach/common.h>
|
||||
|
||||
#define MIPS_VCOREIII_MEMORY_DDR3
|
||||
#define MIPS_VCOREIII_DDR_SIZE CONFIG_SYS_SDRAM_SIZE
|
||||
#define MIPS_VCOREIII_DDR_SIZE CFG_SYS_SDRAM_SIZE
|
||||
|
||||
#if defined(CONFIG_DDRTYPE_H5TQ1G63BFA) /* Serval1 Refboard */
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include "dram.h"
|
||||
|
||||
#ifndef CONFIG_SYS_INIT_SP_ADDR
|
||||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + \
|
||||
#define CONFIG_SYS_INIT_SP_ADDR (CFG_SYS_SDRAM_BASE + \
|
||||
CONFIG_SYS_INIT_SP_OFFSET)
|
||||
#endif
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ phys_size_t board_get_usable_ram_top(phys_size_t total_size)
|
|||
{
|
||||
if (IS_ENABLED(CONFIG_RAM_OCTEON)) {
|
||||
/* Map a maximum of 256MiB - return not size but address */
|
||||
return CONFIG_SYS_SDRAM_BASE + min(gd->ram_size,
|
||||
return CFG_SYS_SDRAM_BASE + min(gd->ram_size,
|
||||
UBOOT_RAM_SIZE_MAX);
|
||||
} else {
|
||||
return gd->ram_top;
|
||||
|
|
|
@ -73,7 +73,7 @@ static int nios_cpu_setup(void *ctx, struct event *event)
|
|||
if (ret)
|
||||
return ret;
|
||||
|
||||
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
gd->ram_size = CFG_SYS_SDRAM_SIZE;
|
||||
#ifndef CONFIG_ROM_STUBS
|
||||
copy_exception_trampoline();
|
||||
#endif
|
||||
|
|
|
@ -288,7 +288,7 @@ long int spd_sdram()
|
|||
/*
|
||||
* Set up LAWBAR for all of DDR.
|
||||
*/
|
||||
ecm->bar = CONFIG_SYS_SDRAM_BASE & 0xfffff000;
|
||||
ecm->bar = CFG_SYS_SDRAM_BASE & 0xfffff000;
|
||||
ecm->ar = (LAWAR_EN | LAWAR_TRGT_IF_DDR | (LAWAR_SIZE & law_size));
|
||||
debug("DDR:bar=0x%08x\n", ecm->bar);
|
||||
debug("DDR:ar=0x%08x\n", ecm->ar);
|
||||
|
|
|
@ -424,7 +424,7 @@ int dram_init(void)
|
|||
defined(CONFIG_ARCH_QEMU_E500)
|
||||
gd->ram_size = fsl_ddr_sdram_size();
|
||||
#else
|
||||
gd->ram_size = (phys_size_t)CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
|
||||
gd->ram_size = (phys_size_t)CFG_SYS_SDRAM_SIZE * 1024 * 1024;
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -195,7 +195,7 @@ u32 determine_mp_bootpg(unsigned int *pagesize)
|
|||
/* use last 4K of mapped memory */
|
||||
bootpg = ((gd->ram_size > CONFIG_MAX_MEM_MAPPED) ?
|
||||
CONFIG_MAX_MEM_MAPPED : gd->ram_size) +
|
||||
CONFIG_SYS_SDRAM_BASE - 4096;
|
||||
CFG_SYS_SDRAM_BASE - 4096;
|
||||
if (pagesize)
|
||||
*pagesize = 4096;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ void construct_pamu_addr_table(struct pamu_addr_tbl *tbl, int *num_entries)
|
|||
int j;
|
||||
|
||||
tbl->start_addr[i] =
|
||||
(uint64_t)virt_to_phys((void *)CONFIG_SYS_SDRAM_BASE);
|
||||
(uint64_t)virt_to_phys((void *)CFG_SYS_SDRAM_BASE);
|
||||
tbl->size[i] = (phys_size_t)(min(gd->ram_size, CONFIG_MAX_MEM_MAPPED));
|
||||
tbl->end_addr[i] = tbl->start_addr[i] + tbl->size[i] - 1;
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ void arch_lmb_reserve(struct lmb *lmb)
|
|||
|
||||
#ifdef DEBUG
|
||||
if (((u64)bootmap_base + bootm_size) >
|
||||
(CONFIG_SYS_SDRAM_BASE + (u64)gd->ram_size))
|
||||
(CFG_SYS_SDRAM_BASE + (u64)gd->ram_size))
|
||||
puts("WARNING: bootm_low + bootm_size exceed total memory\n");
|
||||
if ((bootmap_base + bootm_size) > get_effective_memsize())
|
||||
puts("WARNING: bootm_low + bootm_size exceed eff. memory\n");
|
||||
|
|
|
@ -448,7 +448,7 @@ int state_init(void)
|
|||
{
|
||||
state = &main_state;
|
||||
|
||||
state->ram_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
state->ram_size = CFG_SYS_SDRAM_SIZE;
|
||||
state->ram_buf = os_malloc(state->ram_size);
|
||||
if (!state->ram_buf) {
|
||||
printf("Out of memory\n");
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
|
||||
memory {
|
||||
reg = <0 CONFIG_SYS_SDRAM_SIZE>;
|
||||
reg = <0 CFG_SYS_SDRAM_SIZE>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
memory {
|
||||
reg = /bits/ 64 <0 CONFIG_SYS_SDRAM_SIZE>;
|
||||
reg = /bits/ 64 <0 CFG_SYS_SDRAM_SIZE>;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
|
|
@ -18,7 +18,7 @@ OUTPUT_ARCH(sh)
|
|||
|
||||
MEMORY
|
||||
{
|
||||
ram : ORIGIN = CONFIG_SYS_SDRAM_BASE, LENGTH = CONFIG_SYS_SDRAM_SIZE
|
||||
ram : ORIGIN = CFG_SYS_SDRAM_BASE, LENGTH = CFG_SYS_SDRAM_SIZE
|
||||
}
|
||||
|
||||
ENTRY(_start)
|
||||
|
|
|
@ -11,8 +11,8 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@ int do_bootm_linux(int flag, int argc, char *const argv[],
|
|||
set_sh_linux_param((unsigned long)param + ORIG_ROOT_DEV, 0x0200);
|
||||
set_sh_linux_param((unsigned long)param + LOADER_TYPE, 0x0001);
|
||||
set_sh_linux_param((unsigned long)param + INITRD_START,
|
||||
GET_INITRD_START(images->rd_start, CONFIG_SYS_SDRAM_BASE));
|
||||
GET_INITRD_START(images->rd_start, CFG_SYS_SDRAM_BASE));
|
||||
set_sh_linux_param((unsigned long)param + INITRD_SIZE,
|
||||
images->rd_end - images->rd_start);
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ int print_cpuinfo(void)
|
|||
|
||||
int arch_cpu_init(void)
|
||||
{
|
||||
gd->ram_size = CONFIG_SYS_SDRAM_SIZE;
|
||||
gd->ram_size = CFG_SYS_SDRAM_SIZE;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -150,7 +150,7 @@ int board_init(void)
|
|||
#if defined(CONFIG_HW_WATCHDOG)
|
||||
hw_watchdog_init();
|
||||
#endif
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -40,8 +40,8 @@ int dram_init(void)
|
|||
MCFSDRAMC_DCR = MCFSDRAMC_DCR_RTIM_6 |
|
||||
MCFSDRAMC_DCR_RC((15 * CONFIG_SYS_CLK / 1000000) >> 4);
|
||||
asm (" nop");
|
||||
#ifdef CONFIG_SYS_SDRAM_BASE0
|
||||
MCFSDRAMC_DACR0 = MCFSDRAMC_DACR_BASE(CONFIG_SYS_SDRAM_BASE0)|
|
||||
#ifdef CFG_SYS_SDRAM_BASE0
|
||||
MCFSDRAMC_DACR0 = MCFSDRAMC_DACR_BASE(CFG_SYS_SDRAM_BASE0)|
|
||||
MCFSDRAMC_DACR_CASL(1) | MCFSDRAMC_DACR_CBM(3) |
|
||||
MCFSDRAMC_DACR_PS_32;
|
||||
asm (" nop");
|
||||
|
@ -54,7 +54,7 @@ int dram_init(void)
|
|||
for (i = 0; i < 10; i++)
|
||||
asm (" nop");
|
||||
|
||||
*(unsigned long *)(CONFIG_SYS_SDRAM_BASE0) = 0xA5A5A5A5;
|
||||
*(unsigned long *)(CFG_SYS_SDRAM_BASE0) = 0xA5A5A5A5;
|
||||
asm (" nop");
|
||||
MCFSDRAMC_DACR0 |= MCFSDRAMC_DACR_RE;
|
||||
asm (" nop");
|
||||
|
@ -65,12 +65,12 @@ int dram_init(void)
|
|||
MCFSDRAMC_DACR0 |= MCFSDRAMC_DACR_IMRS;
|
||||
asm (" nop");
|
||||
/* write SDRAM mode register */
|
||||
*(unsigned long *)(CONFIG_SYS_SDRAM_BASE0 + 0x80440) = 0xA5A5A5A5;
|
||||
*(unsigned long *)(CFG_SYS_SDRAM_BASE0 + 0x80440) = 0xA5A5A5A5;
|
||||
asm (" nop");
|
||||
size += CONFIG_SYS_SDRAM_SIZE0 * 1024 * 1024;
|
||||
size += CFG_SYS_SDRAM_SIZE0 * 1024 * 1024;
|
||||
#endif
|
||||
#ifdef CONFIG_SYS_SDRAM_BASE1xx
|
||||
MCFSDRAMC_DACR1 = MCFSDRAMC_DACR_BASE (CONFIG_SYS_SDRAM_BASE1)
|
||||
#ifdef CFG_SYS_SDRAM_BASE1xx
|
||||
MCFSDRAMC_DACR1 = MCFSDRAMC_DACR_BASE (CFG_SYS_SDRAM_BASE1)
|
||||
| MCFSDRAMC_DACR_CASL (1)
|
||||
| MCFSDRAMC_DACR_CBM (3)
|
||||
| MCFSDRAMC_DACR_PS_16;
|
||||
|
@ -79,15 +79,15 @@ int dram_init(void)
|
|||
|
||||
MCFSDRAMC_DACR1 |= MCFSDRAMC_DACR_IP;
|
||||
|
||||
*(unsigned short *) (CONFIG_SYS_SDRAM_BASE1) = 0xA5A5;
|
||||
*(unsigned short *) (CFG_SYS_SDRAM_BASE1) = 0xA5A5;
|
||||
MCFSDRAMC_DACR1 |= MCFSDRAMC_DACR_RE;
|
||||
|
||||
for (i = 0; i < 2000; i++)
|
||||
asm (" nop");
|
||||
|
||||
MCFSDRAMC_DACR1 |= MCFSDRAMC_DACR_IMRS;
|
||||
*(unsigned int *) (CONFIG_SYS_SDRAM_BASE1 + 0x220) = 0xA5A5;
|
||||
size += CONFIG_SYS_SDRAM_SIZE1 * 1024 * 1024;
|
||||
*(unsigned int *) (CFG_SYS_SDRAM_BASE1 + 0x220) = 0xA5A5;
|
||||
size += CFG_SYS_SDRAM_SIZE1 * 1024 * 1024;
|
||||
#endif
|
||||
gd->ram_size = size;
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@ int board_fix_fdt(void *blob)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ DECLARE_GLOBAL_DATA_PTR;
|
|||
|
||||
int board_init(void)
|
||||
{
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -80,7 +80,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -150,7 +150,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ int timer_init(void)
|
|||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = smc_dram_size(0);
|
||||
gd->ram_size -= CONFIG_SYS_SDRAM_BASE;
|
||||
gd->ram_size -= CFG_SYS_SDRAM_BASE;
|
||||
mem_map_fill();
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -105,7 +105,7 @@ int timer_init(void)
|
|||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = smc_dram_size(0);
|
||||
gd->ram_size -= CONFIG_SYS_SDRAM_BASE;
|
||||
gd->ram_size -= CFG_SYS_SDRAM_BASE;
|
||||
|
||||
mem_map_fill();
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ int board_early_init_r(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -137,7 +137,7 @@ int misc_init_r (void)
|
|||
|
||||
int dram_init (void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
#ifdef CONFIG_CM_SPD_DETECT
|
||||
{
|
||||
extern void dram_query(void);
|
||||
|
@ -160,12 +160,12 @@ extern void dram_query(void);
|
|||
*
|
||||
*/
|
||||
sdram_shift = ((cm_reg_sdram & 0x0000001C)/4)%4;
|
||||
gd->ram_size = get_ram_size((long *) CONFIG_SYS_SDRAM_BASE +
|
||||
gd->ram_size = get_ram_size((long *) CFG_SYS_SDRAM_BASE +
|
||||
REMAPPED_FLASH_SZ,
|
||||
0x01000000 << sdram_shift);
|
||||
}
|
||||
#else
|
||||
gd->ram_size = get_ram_size((long *) CONFIG_SYS_SDRAM_BASE +
|
||||
gd->ram_size = get_ram_size((long *) CFG_SYS_SDRAM_BASE +
|
||||
REMAPPED_FLASH_SZ,
|
||||
PHYS_SDRAM_1_SIZE);
|
||||
#endif /* CM_SPD_DETECT */
|
||||
|
|
|
@ -73,7 +73,7 @@ static void flash__init(void)
|
|||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size =
|
||||
get_ram_size((long *)CONFIG_SYS_SDRAM_BASE, PHYS_SDRAM_1_SIZE);
|
||||
get_ram_size((long *)CFG_SYS_SDRAM_BASE, PHYS_SDRAM_1_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -39,12 +39,12 @@ int dram_init(void)
|
|||
* GPIO configuration for bus should be set correctly from reset,
|
||||
* so we do not care! First, set up address space: at this point,
|
||||
* we should be running from internal SRAM;
|
||||
* so use CONFIG_SYS_SDRAM_BASE as the base address for SDRAM,
|
||||
* so use CFG_SYS_SDRAM_BASE as the base address for SDRAM,
|
||||
* and do not care where it is
|
||||
*/
|
||||
__raw_writel((CONFIG_SYS_SDRAM_BASE & 0xFFF00000) | 0x00000018,
|
||||
__raw_writel((CFG_SYS_SDRAM_BASE & 0xFFF00000) | 0x00000018,
|
||||
&sdp->cs0);
|
||||
__raw_writel((CONFIG_SYS_SDRAM_BASE & 0xFFF00000) | 0x00000000,
|
||||
__raw_writel((CFG_SYS_SDRAM_BASE & 0xFFF00000) | 0x00000000,
|
||||
&sdp->cs1);
|
||||
/*
|
||||
* I am not sure from the data sheet, but it seems burst length
|
||||
|
@ -72,7 +72,7 @@ int dram_init(void)
|
|||
*/
|
||||
__raw_writel(0x71462C00, &sdp->ctrl);
|
||||
/* Dummy write to start SDRAM */
|
||||
writel(0, CONFIG_SYS_SDRAM_BASE);
|
||||
writel(0, CFG_SYS_SDRAM_BASE);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
@ -82,8 +82,8 @@ int dram_init(void)
|
|||
* (Do not rely on the SDCS register(s) being set to 0x00000000
|
||||
* during reset as stated in the data sheet.)
|
||||
*/
|
||||
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
0x80000000 - CONFIG_SYS_SDRAM_BASE);
|
||||
gd->ram_size = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
0x80000000 - CFG_SYS_SDRAM_BASE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9260ek_nand_hw_init();
|
||||
|
@ -92,8 +92,8 @@ int board_init(void)
|
|||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size(
|
||||
(void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
(void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -156,7 +156,7 @@ int board_init(void)
|
|||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9261EK;
|
||||
#endif
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9261ek_nand_hw_init();
|
||||
|
@ -176,8 +176,8 @@ int board_eth_init(struct bd_info *bis)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -95,7 +95,7 @@ int board_init(void)
|
|||
/* arch number of AT91SAM9263EK-Board */
|
||||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9263EK;
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9263ek_nand_hw_init();
|
||||
|
@ -108,8 +108,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -168,7 +168,7 @@ int board_init(void)
|
|||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9M10G45EK;
|
||||
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9m10g45ek_nand_hw_init();
|
||||
|
@ -181,8 +181,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *) CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *) CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_NAND_ATMEL
|
||||
at91sam9n12ek_nand_hw_init();
|
||||
|
@ -114,8 +114,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ int board_init(void)
|
|||
/* arch number of AT91SAM9RLEK-Board */
|
||||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9RLEK;
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9rlek_nand_hw_init();
|
||||
|
@ -104,7 +104,7 @@ int board_init(void)
|
|||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size(
|
||||
(void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
(void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -115,7 +115,7 @@ int board_init(void)
|
|||
gd->bd->bi_arch_number = MACH_TYPE_AT91SAM9X5EK;
|
||||
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
at91sam9x5ek_nand_hw_init();
|
||||
|
@ -129,8 +129,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *) CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *) CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ int misc_init_r(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
sam9x60ek_nand_hw_init();
|
||||
|
@ -130,7 +130,7 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
rgb_leds_init();
|
||||
|
||||
|
@ -84,8 +84,8 @@ int misc_init_r(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
rgb_leds_init();
|
||||
|
||||
|
@ -63,8 +63,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -115,7 +115,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
rgb_leds_init();
|
||||
|
||||
|
@ -130,8 +130,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_NAND_ATMEL
|
||||
sama5d3_xplained_nand_hw_init();
|
||||
|
@ -110,8 +110,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -147,7 +147,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_NAND_ATMEL
|
||||
sama5d3xek_nand_hw_init();
|
||||
|
@ -166,8 +166,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ int misc_init_r(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_NAND_ATMEL
|
||||
sama5d4_xplained_nand_hw_init();
|
||||
|
@ -135,8 +135,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ int board_early_init_f(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_NAND_ATMEL
|
||||
sama5d4ek_nand_hw_init();
|
||||
|
@ -121,8 +121,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ int misc_init_r(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
board_leds_init();
|
||||
|
||||
|
@ -76,7 +76,7 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -307,7 +307,7 @@ int board_init(void)
|
|||
gd->bd->bi_arch_number = MACH_TYPE_SNAPPER_9260;
|
||||
|
||||
/* Address of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
ret = gurnard_nand_hw_init();
|
||||
|
@ -407,8 +407,8 @@ int board_eth_init(struct bd_info *bis)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ int board_init(void)
|
|||
hw_watchdog_init();
|
||||
#endif
|
||||
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_MTD_RAW_NAND
|
||||
gpmc_init();
|
||||
|
|
|
@ -449,7 +449,7 @@ int board_init(void)
|
|||
if (read_eeprom() < 0)
|
||||
puts("EEPROM Content Invalid.\n");
|
||||
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
#if defined(CONFIG_NOR) || defined(CONFIG_MTD_RAW_NAND)
|
||||
gpmc_init();
|
||||
#endif
|
||||
|
|
|
@ -26,7 +26,7 @@ int board_init(void)
|
|||
* Address of boot parameters passed to kernel
|
||||
* Use default offset 0x100
|
||||
*/
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -36,14 +36,14 @@ int board_init(void)
|
|||
*/
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int dram_init_banksize(void)
|
||||
{
|
||||
gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE;
|
||||
gd->bd->bi_dram[0].size = gd->ram_size;
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -95,7 +95,7 @@ static void usb_a9263_macb_hw_init(void)
|
|||
int board_init(void)
|
||||
{
|
||||
/* adress of boot parameters */
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
usb_a9263_nand_hw_init();
|
||||
|
@ -111,8 +111,8 @@ int board_init(void)
|
|||
|
||||
int dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
|
||||
CONFIG_SYS_SDRAM_SIZE);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE,
|
||||
CFG_SYS_SDRAM_SIZE);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ int dram_init(void)
|
|||
/* Dummy write to start SDRAM */
|
||||
*((volatile unsigned long *) 0) = 0;
|
||||
|
||||
gd->ram_size = CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
|
||||
gd->ram_size = CFG_SYS_SDRAM_SIZE * 1024 * 1024;
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
|
|
@ -45,7 +45,7 @@ int power_init_board(void)
|
|||
|
||||
int board_init(void)
|
||||
{
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x100;
|
||||
gpmc_init();
|
||||
set_i2c_pin_mux();
|
||||
i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
|
||||
|
|
|
@ -119,7 +119,7 @@ void sdram_init(void)
|
|||
unsigned long ram_size;
|
||||
|
||||
config_ddr(0, &ioregs_ddr3, NULL, NULL, &ddr3_emif_regs, 0);
|
||||
ram_size = get_ram_size((long int *)CONFIG_SYS_SDRAM_BASE, 0x80000000);
|
||||
ram_size = get_ram_size((long int *)CFG_SYS_SDRAM_BASE, 0x80000000);
|
||||
if (ram_size == 0x80000000 ||
|
||||
ram_size == 0x40000000 ||
|
||||
ram_size == 0x20000000)
|
||||
|
@ -127,7 +127,7 @@ void sdram_init(void)
|
|||
|
||||
ddr3_emif_regs.sdram_config = 0x638453B2;
|
||||
config_ddr(0, &ioregs_ddr3, NULL, NULL, &ddr3_emif_regs, 0);
|
||||
ram_size = get_ram_size((long int *)CONFIG_SYS_SDRAM_BASE, 0x80000000);
|
||||
ram_size = get_ram_size((long int *)CFG_SYS_SDRAM_BASE, 0x80000000);
|
||||
if (ram_size == 0x08000000)
|
||||
return;
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@ int dram_init(void)
|
|||
out_be32(&memctl->memc_mcr, 0x80002038);
|
||||
udelay(200);
|
||||
|
||||
gd->ram_size = get_ram_size((long *)CONFIG_SYS_SDRAM_BASE,
|
||||
gd->ram_size = get_ram_size((long *)CFG_SYS_SDRAM_BASE,
|
||||
SDRAM_MAX_SIZE);
|
||||
|
||||
return 0;
|
||||
|
|
|
@ -29,13 +29,13 @@ board_early_init_f(void)
|
|||
int
|
||||
board_init(void)
|
||||
{
|
||||
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x2000;
|
||||
gd->bd->bi_boot_params = CFG_SYS_SDRAM_BASE + 0x2000;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
dram_init(void)
|
||||
{
|
||||
gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE, SZ_64M);
|
||||
gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE, SZ_64M);
|
||||
return 0;
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue