arm: Remove versatileab board
This board has not been converted to generic board by the deadline. Remove it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0c81f37d9a
commit
b928e658f4
@ -70,7 +70,7 @@ config SYS_L2CACHE_OFF
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Target select"
|
prompt "Target select"
|
||||||
default ARCH_VERSATILE
|
default TARGET_HIKEY
|
||||||
|
|
||||||
config ARCH_AT91
|
config ARCH_AT91
|
||||||
bool "Atmel AT91"
|
bool "Atmel AT91"
|
||||||
@ -227,10 +227,6 @@ config TARGET_X600
|
|||||||
select CPU_ARM926EJS
|
select CPU_ARM926EJS
|
||||||
select SUPPORT_SPL
|
select SUPPORT_SPL
|
||||||
|
|
||||||
config ARCH_VERSATILE
|
|
||||||
bool "ARM Ltd. Versatile family"
|
|
||||||
select CPU_ARM926EJS
|
|
||||||
|
|
||||||
config TARGET_IMX31_PHYCORE
|
config TARGET_IMX31_PHYCORE
|
||||||
bool "Support imx31_phycore"
|
bool "Support imx31_phycore"
|
||||||
select CPU_ARM1136
|
select CPU_ARM1136
|
||||||
@ -709,8 +705,6 @@ source "arch/arm/mach-tegra/Kconfig"
|
|||||||
|
|
||||||
source "arch/arm/mach-uniphier/Kconfig"
|
source "arch/arm/mach-uniphier/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/mach-versatile/Kconfig"
|
|
||||||
|
|
||||||
source "arch/arm/mach-zynq/Kconfig"
|
source "arch/arm/mach-zynq/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/cpu/armv7/Kconfig"
|
source "arch/arm/cpu/armv7/Kconfig"
|
||||||
|
@ -58,7 +58,6 @@ machine-$(CONFIG_ARCH_SOCFPGA) += socfpga
|
|||||||
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
|
machine-$(CONFIG_ARCH_ROCKCHIP) += rockchip
|
||||||
machine-$(CONFIG_TEGRA) += tegra
|
machine-$(CONFIG_TEGRA) += tegra
|
||||||
machine-$(CONFIG_ARCH_UNIPHIER) += uniphier
|
machine-$(CONFIG_ARCH_UNIPHIER) += uniphier
|
||||||
machine-$(CONFIG_ARCH_VERSATILE) += versatile
|
|
||||||
machine-$(CONFIG_ARCH_ZYNQ) += zynq
|
machine-$(CONFIG_ARCH_ZYNQ) += zynq
|
||||||
|
|
||||||
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
|
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
|
||||||
|
@ -1,15 +0,0 @@
|
|||||||
if ARCH_VERSATILE
|
|
||||||
|
|
||||||
config SYS_BOARD
|
|
||||||
default "versatile"
|
|
||||||
|
|
||||||
config SYS_VENDOR
|
|
||||||
default "armltd"
|
|
||||||
|
|
||||||
config SYS_SOC
|
|
||||||
default "versatile"
|
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
|
||||||
default "versatile"
|
|
||||||
|
|
||||||
endif
|
|
@ -1,8 +0,0 @@
|
|||||||
VERSATILE BOARD
|
|
||||||
#M: -
|
|
||||||
S: Maintained
|
|
||||||
F: board/armltd/versatile/
|
|
||||||
F: include/configs/versatile.h
|
|
||||||
F: configs/versatileab_defconfig
|
|
||||||
F: configs/versatilepb_defconfig
|
|
||||||
F: configs/versatileqemu_defconfig
|
|
@ -1,9 +0,0 @@
|
|||||||
#
|
|
||||||
# (C) Copyright 2000-2006
|
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
|
||||||
#
|
|
||||||
|
|
||||||
obj-y := versatile.o
|
|
||||||
obj-y += lowlevel_init.o
|
|
@ -1,17 +0,0 @@
|
|||||||
/*
|
|
||||||
* Board specific setup info
|
|
||||||
*
|
|
||||||
* (C) Copyright 2003, ARM Ltd.
|
|
||||||
* Philippe Robin, <philippe.robin@arm.com>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
/* Set up the platform, once the cpu has been initialized */
|
|
||||||
.globl lowlevel_init
|
|
||||||
lowlevel_init:
|
|
||||||
|
|
||||||
/* All done by Versatile's boot monitor! */
|
|
||||||
mov pc, lr
|
|
@ -1,99 +0,0 @@
|
|||||||
/*
|
|
||||||
* (C) Copyright 2002
|
|
||||||
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
|
||||||
* Marius Groeger <mgroeger@sysgo.de>
|
|
||||||
*
|
|
||||||
* (C) Copyright 2002
|
|
||||||
* David Mueller, ELSOFT AG, <d.mueller@elsoft.ch>
|
|
||||||
*
|
|
||||||
* (C) Copyright 2003
|
|
||||||
* Texas Instruments, <www.ti.com>
|
|
||||||
* Kshitij Gupta <Kshitij@ti.com>
|
|
||||||
*
|
|
||||||
* (C) Copyright 2004
|
|
||||||
* ARM Ltd.
|
|
||||||
* Philippe Robin, <philippe.robin@arm.com>
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <netdev.h>
|
|
||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
|
||||||
|
|
||||||
#if defined(CONFIG_SHOW_BOOT_PROGRESS)
|
|
||||||
void show_boot_progress(int progress)
|
|
||||||
{
|
|
||||||
printf("Boot reached stage %d\n", progress);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define COMP_MODE_ENABLE ((unsigned int)0x0000EAEF)
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Miscellaneous platform dependent initialisations
|
|
||||||
*/
|
|
||||||
|
|
||||||
int board_early_init_f (void)
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
* set clock frequency:
|
|
||||||
* VERSATILE_REFCLK is 32KHz
|
|
||||||
* VERSATILE_TIMCLK is 1MHz
|
|
||||||
*/
|
|
||||||
*(volatile unsigned int *)(VERSATILE_SCTL_BASE) |=
|
|
||||||
((VERSATILE_TIMCLK << VERSATILE_TIMER1_EnSel) | (VERSATILE_TIMCLK << VERSATILE_TIMER2_EnSel) |
|
|
||||||
(VERSATILE_TIMCLK << VERSATILE_TIMER3_EnSel) | (VERSATILE_TIMCLK << VERSATILE_TIMER4_EnSel));
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
int board_init (void)
|
|
||||||
{
|
|
||||||
/* arch number of Versatile Board */
|
|
||||||
#ifdef CONFIG_ARCH_VERSATILE_AB
|
|
||||||
gd->bd->bi_arch_number = MACH_TYPE_VERSATILE_AB;
|
|
||||||
#else
|
|
||||||
gd->bd->bi_arch_number = MACH_TYPE_VERSATILE_PB;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* adress of boot parameters */
|
|
||||||
gd->bd->bi_boot_params = 0x00000100;
|
|
||||||
|
|
||||||
gd->flags = 0;
|
|
||||||
|
|
||||||
icache_enable ();
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
int misc_init_r (void)
|
|
||||||
{
|
|
||||||
setenv("verify", "n");
|
|
||||||
return (0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/******************************
|
|
||||||
Routine:
|
|
||||||
Description:
|
|
||||||
******************************/
|
|
||||||
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,
|
|
||||||
PHYS_SDRAM_1_SIZE);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef CONFIG_CMD_NET
|
|
||||||
int board_eth_init(bd_t *bis)
|
|
||||||
{
|
|
||||||
int rc = 0;
|
|
||||||
#ifdef CONFIG_SMC91111
|
|
||||||
rc = smc91111_initialize(0, CONFIG_SMC91111_BASE);
|
|
||||||
#endif
|
|
||||||
return rc;
|
|
||||||
}
|
|
||||||
#endif
|
|
@ -1,18 +0,0 @@
|
|||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_AB"
|
|
||||||
# CONFIG_CMD_CONSOLE is not set
|
|
||||||
# CONFIG_CMD_BOOTD is not set
|
|
||||||
# CONFIG_CMD_RUN is not set
|
|
||||||
# CONFIG_CMD_IMLS is not set
|
|
||||||
# CONFIG_CMD_XIMG is not set
|
|
||||||
# CONFIG_CMD_EDITENV is not set
|
|
||||||
# CONFIG_CMD_ENV_EXISTS is not set
|
|
||||||
# CONFIG_CMD_LOADB is not set
|
|
||||||
# CONFIG_CMD_LOADS is not set
|
|
||||||
# CONFIG_CMD_FPGA is not set
|
|
||||||
# CONFIG_CMD_ECHO is not set
|
|
||||||
# CONFIG_CMD_ITEST is not set
|
|
||||||
# CONFIG_CMD_SOURCE is not set
|
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
|
||||||
# CONFIG_CMD_NFS is not set
|
|
||||||
# CONFIG_CMD_MISC is not set
|
|
@ -1,18 +0,0 @@
|
|||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_PB"
|
|
||||||
# CONFIG_CMD_CONSOLE is not set
|
|
||||||
# CONFIG_CMD_BOOTD is not set
|
|
||||||
# CONFIG_CMD_RUN is not set
|
|
||||||
# CONFIG_CMD_IMLS is not set
|
|
||||||
# CONFIG_CMD_XIMG is not set
|
|
||||||
# CONFIG_CMD_EDITENV is not set
|
|
||||||
# CONFIG_CMD_ENV_EXISTS is not set
|
|
||||||
# CONFIG_CMD_LOADB is not set
|
|
||||||
# CONFIG_CMD_LOADS is not set
|
|
||||||
# CONFIG_CMD_FPGA is not set
|
|
||||||
# CONFIG_CMD_ECHO is not set
|
|
||||||
# CONFIG_CMD_ITEST is not set
|
|
||||||
# CONFIG_CMD_SOURCE is not set
|
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
|
||||||
# CONFIG_CMD_NFS is not set
|
|
||||||
# CONFIG_CMD_MISC is not set
|
|
@ -1,18 +0,0 @@
|
|||||||
CONFIG_ARM=y
|
|
||||||
CONFIG_SYS_EXTRA_OPTIONS="ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB"
|
|
||||||
# CONFIG_CMD_CONSOLE is not set
|
|
||||||
# CONFIG_CMD_BOOTD is not set
|
|
||||||
# CONFIG_CMD_RUN is not set
|
|
||||||
# CONFIG_CMD_IMLS is not set
|
|
||||||
# CONFIG_CMD_XIMG is not set
|
|
||||||
# CONFIG_CMD_EDITENV is not set
|
|
||||||
# CONFIG_CMD_ENV_EXISTS is not set
|
|
||||||
# CONFIG_CMD_LOADB is not set
|
|
||||||
# CONFIG_CMD_LOADS is not set
|
|
||||||
# CONFIG_CMD_FPGA is not set
|
|
||||||
# CONFIG_CMD_ECHO is not set
|
|
||||||
# CONFIG_CMD_ITEST is not set
|
|
||||||
# CONFIG_CMD_SOURCE is not set
|
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
|
||||||
# CONFIG_CMD_NFS is not set
|
|
||||||
# CONFIG_CMD_MISC is not set
|
|
@ -1,214 +0,0 @@
|
|||||||
/*
|
|
||||||
* (C) Copyright 2003
|
|
||||||
* Texas Instruments.
|
|
||||||
* Kshitij Gupta <kshitij@ti.com>
|
|
||||||
* Configuation settings for the TI OMAP Innovator board.
|
|
||||||
*
|
|
||||||
* (C) Copyright 2004
|
|
||||||
* ARM Ltd.
|
|
||||||
* Philippe Robin, <philippe.robin@arm.com>
|
|
||||||
* Configuration for Versatile PB.
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
|
||||||
#define __CONFIG_H
|
|
||||||
|
|
||||||
/*
|
|
||||||
* High Level Configuration Options
|
|
||||||
* (easy to change)
|
|
||||||
*/
|
|
||||||
#define CONFIG_VERSATILE 1 /* This is Versatile Platform Board */
|
|
||||||
#define CONFIG_ARCH_VERSATILE 1 /* Specifically, a Versatile */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_MEMTEST_START 0x100000
|
|
||||||
#define CONFIG_SYS_MEMTEST_END 0x10000000
|
|
||||||
|
|
||||||
#define CONFIG_SYS_TIMERBASE 0x101E2000 /* Timer 0 and 1 base */
|
|
||||||
#define CONFIG_SYS_TIMER_RATE (1000000 / 256)
|
|
||||||
#define CONFIG_SYS_TIMER_COUNTER (CONFIG_SYS_TIMERBASE + 0x4)
|
|
||||||
#define CONFIG_SYS_TIMER_COUNTS_DOWN
|
|
||||||
|
|
||||||
/*
|
|
||||||
* control registers
|
|
||||||
*/
|
|
||||||
#define VERSATILE_SCTL_BASE 0x101E0000 /* System controller */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* System controller bit assignment
|
|
||||||
*/
|
|
||||||
#define VERSATILE_REFCLK 0
|
|
||||||
#define VERSATILE_TIMCLK 1
|
|
||||||
|
|
||||||
#define VERSATILE_TIMER1_EnSel 15
|
|
||||||
#define VERSATILE_TIMER2_EnSel 17
|
|
||||||
#define VERSATILE_TIMER3_EnSel 19
|
|
||||||
#define VERSATILE_TIMER4_EnSel 21
|
|
||||||
|
|
||||||
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
|
|
||||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
|
||||||
#define CONFIG_MISC_INIT_R 1
|
|
||||||
/*
|
|
||||||
* Size of malloc() pool
|
|
||||||
*/
|
|
||||||
#define CONFIG_ENV_SIZE 8192
|
|
||||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Hardware drivers
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define CONFIG_SMC91111
|
|
||||||
#define CONFIG_SMC_USE_32_BIT
|
|
||||||
#define CONFIG_SMC91111_BASE 0x10010000
|
|
||||||
#undef CONFIG_SMC91111_EXT_PHY
|
|
||||||
|
|
||||||
/*
|
|
||||||
* NS16550 Configuration
|
|
||||||
*/
|
|
||||||
#define CONFIG_PL011_SERIAL
|
|
||||||
#define CONFIG_PL011_CLOCK 24000000
|
|
||||||
#define CONFIG_PL01x_PORTS \
|
|
||||||
{(void *)CONFIG_SYS_SERIAL0, \
|
|
||||||
(void *)CONFIG_SYS_SERIAL1 }
|
|
||||||
#define CONFIG_CONS_INDEX 0
|
|
||||||
|
|
||||||
#define CONFIG_BAUDRATE 38400
|
|
||||||
#define CONFIG_SYS_SERIAL0 0x101F1000
|
|
||||||
#define CONFIG_SYS_SERIAL1 0x101F2000
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Command line configuration.
|
|
||||||
*/
|
|
||||||
#define CONFIG_CMD_DHCP
|
|
||||||
#define CONFIG_CMD_PING
|
|
||||||
|
|
||||||
/*
|
|
||||||
* BOOTP options
|
|
||||||
*/
|
|
||||||
#define CONFIG_BOOTP_BOOTPATH
|
|
||||||
#define CONFIG_BOOTP_GATEWAY
|
|
||||||
#define CONFIG_BOOTP_HOSTNAME
|
|
||||||
#define CONFIG_BOOTP_SUBNETMASK
|
|
||||||
|
|
||||||
#define CONFIG_BOOTDELAY 2
|
|
||||||
#define CONFIG_BOOTARGS "root=/dev/nfs mem=128M ip=dhcp "\
|
|
||||||
"netdev=25,0,0xf1010000,0xf1010010,eth0 "\
|
|
||||||
"console=ttyAMA0,38400n1"
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Static configuration when assigning fixed address
|
|
||||||
*/
|
|
||||||
#define CONFIG_BOOTFILE "/tftpboot/uImage" /* file to load */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Miscellaneous configurable options
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_LONGHELP /* undef to save memory */
|
|
||||||
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
|
|
||||||
/* Monitor Command Prompt */
|
|
||||||
#undef CONFIG_SYS_PROMPT
|
|
||||||
#ifdef CONFIG_ARCH_VERSATILE_AB
|
|
||||||
# define CONFIG_SYS_PROMPT "VersatileAB # "
|
|
||||||
#else
|
|
||||||
# define CONFIG_SYS_PROMPT "VersatilePB # "
|
|
||||||
#endif
|
|
||||||
/* Print Buffer Size */
|
|
||||||
#define CONFIG_SYS_PBSIZE \
|
|
||||||
(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
|
|
||||||
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
|
|
||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_LOAD_ADDR 0x7fc0 /* default load address */
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
|
||||||
* Physical Memory Map
|
|
||||||
*/
|
|
||||||
#define CONFIG_NR_DRAM_BANKS 1 /* we have 1 bank of DRAM */
|
|
||||||
#define PHYS_SDRAM_1 0x00000000 /* SDRAM Bank #1 */
|
|
||||||
#define PHYS_SDRAM_1_SIZE 0x08000000 /* 128 MB */
|
|
||||||
#define PHYS_FLASH_SIZE 0x04000000 /* 64MB */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
|
||||||
#define CONFIG_SYS_INIT_RAM_ADDR 0x00800000
|
|
||||||
#define CONFIG_SYS_INIT_RAM_SIZE 0x000FFFFF
|
|
||||||
#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
|
|
||||||
GENERATED_GBL_DATA_SIZE)
|
|
||||||
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
|
|
||||||
CONFIG_SYS_GBL_DATA_OFFSET)
|
|
||||||
|
|
||||||
#define CONFIG_BOARD_EARLY_INIT_F
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
|
||||||
* FLASH and environment organization
|
|
||||||
*/
|
|
||||||
#ifdef CONFIG_ARCH_VERSATILE_QEMU
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x10000
|
|
||||||
#define CONFIG_SYS_NO_FLASH
|
|
||||||
#define CONFIG_ENV_IS_NOWHERE
|
|
||||||
#define CONFIG_SYS_MONITOR_LEN 0x80000
|
|
||||||
#else
|
|
||||||
#define CONFIG_SYS_TEXT_BASE 0x01000000
|
|
||||||
/*
|
|
||||||
* Use the CFI flash driver for ease of use
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_FLASH_CFI
|
|
||||||
#define CONFIG_FLASH_CFI_DRIVER
|
|
||||||
#define CONFIG_ENV_IS_IN_FLASH 1
|
|
||||||
/*
|
|
||||||
* System control register
|
|
||||||
*/
|
|
||||||
#define VERSATILE_SYS_BASE 0x10000000
|
|
||||||
#define VERSATILE_SYS_FLASH_OFFSET 0x4C
|
|
||||||
#define VERSATILE_FLASHCTRL \
|
|
||||||
(VERSATILE_SYS_BASE + VERSATILE_SYS_FLASH_OFFSET)
|
|
||||||
/* Enable writing to flash */
|
|
||||||
#define VERSATILE_FLASHPROG_FLVPPEN (1 << 0)
|
|
||||||
|
|
||||||
/* timeout values are in ticks */
|
|
||||||
#define CONFIG_SYS_FLASH_ERASE_TOUT (2 * CONFIG_SYS_HZ) /* Erase Timeout */
|
|
||||||
#define CONFIG_SYS_FLASH_WRITE_TOUT (2 * CONFIG_SYS_HZ) /* Write Timeout */
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Note that CONFIG_SYS_MAX_FLASH_SECT allows for a parameter block
|
|
||||||
* i.e.
|
|
||||||
* the bottom "sector" (bottom boot), or top "sector"
|
|
||||||
* (top boot), is a seperate erase region divided into
|
|
||||||
* 4 (equal) smaller sectors. This, notionally, allows
|
|
||||||
* quicker erase/rewrire of the most frequently changed
|
|
||||||
* area......
|
|
||||||
* CONFIG_SYS_MAX_FLASH_SECT is padded up to a multiple of 4
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_VERSATILE_AB
|
|
||||||
#define FLASH_SECTOR_SIZE 0x00020000 /* 128 KB sectors */
|
|
||||||
#define CONFIG_ENV_SECT_SIZE (2 * FLASH_SECTOR_SIZE)
|
|
||||||
#define CONFIG_SYS_MAX_FLASH_SECT (520)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_VERSATILE_PB /* Versatile PB is default */
|
|
||||||
#define FLASH_SECTOR_SIZE 0x00040000 /* 256 KB sectors */
|
|
||||||
#define CONFIG_ENV_SECT_SIZE FLASH_SECTOR_SIZE
|
|
||||||
#define CONFIG_SYS_MAX_FLASH_SECT (260)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define CONFIG_SYS_FLASH_BASE 0x34000000
|
|
||||||
#define CONFIG_SYS_MAX_FLASH_BANKS 1
|
|
||||||
|
|
||||||
#define CONFIG_SYS_MONITOR_LEN (4 * CONFIG_ENV_SECT_SIZE)
|
|
||||||
|
|
||||||
/* The ARM Boot Monitor is shipped in the lowest sector of flash */
|
|
||||||
|
|
||||||
#define FLASH_TOP (CONFIG_SYS_FLASH_BASE + PHYS_FLASH_SIZE)
|
|
||||||
#define CONFIG_ENV_ADDR (FLASH_TOP - CONFIG_ENV_SECT_SIZE)
|
|
||||||
#define CONFIG_ENV_OFFSET (CONFIG_ENV_ADDR - CONFIG_SYS_FLASH_BASE)
|
|
||||||
#define CONFIG_SYS_MONITOR_BASE (CONFIG_ENV_ADDR - CONFIG_SYS_MONITOR_LEN)
|
|
||||||
|
|
||||||
#define CONFIG_SYS_FLASH_PROTECTION /* The devices have real protection */
|
|
||||||
#define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */
|
|
||||||
|
|
||||||
#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE /* use buffered writes */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __CONFIG_H */
|
|
Loading…
Reference in New Issue
Block a user