blob: c57b1ad8a06232e75cc01305b86dbad3bfe28ccd [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Vikas Manocha33913c52014-11-18 10:42:22 -08002/*
Patrice Chotardcc551162017-10-23 09:53:59 +02003 * Copyright (C) 2014, STMicroelectronics - All Rights Reserved
4 * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
Vikas Manocha33913c52014-11-18 10:42:22 -08005 */
6
7#ifndef __CONFIG_STV0991_H
8#define __CONFIG_STV0991_H
Vikas Manocha33913c52014-11-18 10:42:22 -08009#define CONFIG_SYS_EXCEPTION_VECTORS_HIGH
Vikas Manocha32b9e712014-11-18 10:42:23 -080010
Vikas Manocha33913c52014-11-18 10:42:22 -080011/* ram memory-related information */
Vikas Manocha33913c52014-11-18 10:42:22 -080012#define PHYS_SDRAM_1 0x00000000
13#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
14#define PHYS_SDRAM_1_SIZE 0x00198000
15
Vikas Manocha33913c52014-11-18 10:42:22 -080016/* user interface */
Vikas Manocha33913c52014-11-18 10:42:22 -080017
18/* MISC */
Vikas Manochad70864c2014-12-01 12:27:53 -080019#define CONFIG_SYS_INIT_RAM_SIZE 0x8000
Vikas Manocha33913c52014-11-18 10:42:22 -080020#define CONFIG_SYS_INIT_RAM_ADDR 0x00190000
Bin Meng75574052016-02-05 19:30:11 -080021/* U-Boot Load Address */
Vikas Manocha33913c52014-11-18 10:42:22 -080022
Vikas Manocha32b9e712014-11-18 10:42:23 -080023/* GMAC related configs */
24
Vikas Manocha32b9e712014-11-18 10:42:23 -080025#define CONFIG_DW_ALTDESCRIPTOR
Vikas Manocha32b9e712014-11-18 10:42:23 -080026
Vikas Manocha7f34a692014-11-18 10:42:24 -080027/* Misc configuration */
Vikas Manocha7f34a692014-11-18 10:42:24 -080028
Vikas Manocha33913c52014-11-18 10:42:22 -080029#endif /* __CONFIG_H */