~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/include/configs/xilinx-ppc405-generic.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *
 
3
 * (C) Copyright 2008
 
4
 * Ricado Ribalda-Universidad Autonoma de Madrid-ricardo.ribalda@uam.es
 
5
 * This work has been supported by: QTechnology http://qtec.com/
 
6
 *
 
7
 * (C) Copyright 2008
 
8
 * Georg Schardt <schardt@team-ctech.de>
 
9
 *
 
10
 * SPDX-License-Identifier:     GPL-2.0+
 
11
 */
 
12
#ifndef __CONFIG_GEN_H
 
13
#define __CONFIG_GEN_H
 
14
 
 
15
#include "../board/xilinx/ppc405-generic/xparameters.h"
 
16
 
 
17
/* sdram */
 
18
#define CONFIG_SYS_SDRAM_SIZE_MB        256
 
19
 
 
20
/* environment */
 
21
#define CONFIG_ENV_IS_IN_FLASH          1
 
22
#define CONFIG_ENV_SIZE                 0x10000
 
23
#define CONFIG_ENV_SECT_SIZE            0x10000
 
24
#define CONFIG_SYS_ENV_OFFSET           0x3F0000
 
25
#define CONFIG_ENV_ADDR         (CONFIG_SYS_FLASH_BASE+CONFIG_SYS_ENV_OFFSET)
 
26
#define CONFIG_ENV_OVERWRITE            1
 
27
 
 
28
/*Misc*/
 
29
#define CONFIG_SYS_PROMPT       "xlx-ppc405:/# " /* Monitor Command Prompt */
 
30
#define CONFIG_PREBOOT          "echo U-Boot is up and runnining;"
 
31
 
 
32
/*Flash*/
 
33
#define CONFIG_SYS_FLASH_BASE                   XPAR_FLASH_MEM0_BASEADDR
 
34
#define CONFIG_SYS_FLASH_SIZE           (32*1024*1024)
 
35
#define CONFIG_SYS_MAX_FLASH_SECT       71
 
36
#define CONFIG_SYS_FLASH_CFI            1
 
37
#define CONFIG_FLASH_CFI_DRIVER         1
 
38
#define MTDIDS_DEFAULT                  "nor0=ppc405-flash"
 
39
#define MTDPARTS_DEFAULT                "mtdpartsa=ppc405-flash:-(user)"
 
40
 
 
41
#include <configs/xilinx-ppc405.h>
 
42
#endif                  /* __CONFIG_H */