]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/exynos5250-common.h
console: Fix pre-console flushing via cfb_console being very slow
[people/ms/u-boot.git] / include / configs / exynos5250-common.h
CommitLineData
76dd9b6a 1
0aee53ba 2/*
540b5af2 3 * Copyright (C) 2012 Samsung Electronics
0aee53ba 4 *
540b5af2 5 * Configuration settings for the SAMSUNG EXYNOS5250 board.
0aee53ba 6 *
1a459660 7 * SPDX-License-Identifier: GPL-2.0+
0aee53ba
CK
8 */
9
76dd9b6a
RS
10#ifndef __CONFIG_5250_H
11#define __CONFIG_5250_H
0aee53ba 12
4c7bb1d2 13#include <configs/exynos5-common.h>
ad403e71 14#define CONFIG_EXYNOS5250
0aee53ba 15
0aee53ba
CK
16#define CONFIG_SYS_SDRAM_BASE 0x40000000
17#define CONFIG_SYS_TEXT_BASE 0x43E00000
18
0aee53ba
CK
19/* MACH_TYPE_SMDK5250 macro will be removed once added to mach-types */
20#define MACH_TYPE_SMDK5250 3774
21#define CONFIG_MACH_TYPE MACH_TYPE_SMDK5250
22
d2fe10fd
AS
23#define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
24
78fbcc95 25#define CONFIG_SPL_TEXT_BASE 0x02023400
78fbcc95 26
0aee53ba
CK
27#define CONFIG_IRAM_STACK 0x02050000
28
643be9c0 29#define CONFIG_SYS_INIT_SP_ADDR CONFIG_IRAM_STACK
0aee53ba 30
76dd9b6a
RS
31/* I2C */
32#define CONFIG_MAX_I2C_NUM 8
23b479b2 33
9b572852
AK
34/* Display */
35#define CONFIG_LCD
99e51629 36#ifdef CONFIG_LCD
9b572852
AK
37#define CONFIG_EXYNOS_FB
38#define CONFIG_EXYNOS_DP
9b572852 39#define LCD_BPP LCD_COLOR16
99e51629 40#endif
0cf7e189
MP
41
42/* DRAM Memory Banks */
43#define CONFIG_NR_DRAM_BANKS 8
44#define SDRAM_BANK_SIZE (256UL << 20UL) /* 256 MB */
45
76dd9b6a 46#endif /* __CONFIG_5250_H */