]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/kwb.h
sniper: Pass serial number through ATAG
[karo-tx-uboot.git] / include / configs / kwb.h
1 /*
2  * kwb.h
3  *
4  * specific parts for B&R KWB Motherboard
5  *
6  * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at> -
7  * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
8  *
9  * SPDX-License-Identifier:        GPL-2.0+
10  */
11
12 #ifndef __CONFIG_KWB_H__
13 #define __CONFIG_KWB_H__
14
15 #include <configs/bur_am335x_common.h>
16 /* ------------------------------------------------------------------------- */
17 #define CONFIG_AM335X_LCD
18 #define CONFIG_LCD
19 #define CONFIG_LCD_NOSTDOUT
20 #define CONFIG_SYS_WHITE_ON_BLACK
21 #define LCD_BPP                         LCD_COLOR32
22
23 #define CONFIG_VIDEO_BMP_GZIP
24 #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE  (1366*767*4)
25 #define CONFIG_CMD_UNZIP
26 #define CONFIG_CMD_BMP
27 #define CONFIG_BMP_24BMP
28 #define CONFIG_BMP_32BPP
29
30 /* Clock Defines */
31 #define V_OSCK                          26000000  /* Clock output from T2 */
32 #define V_SCLK                          (V_OSCK)
33
34 #define CONFIG_POWER_TPS65217
35
36 #define CONFIG_MACH_TYPE                3589
37 /* I2C IP block */
38 #define CONFIG_SYS_OMAP24_I2C_SPEED_PSOC        20000
39
40 /* GPIO */
41 #define CONFIG_SPL_GPIO_SUPPORT
42
43 /* MMC/SD IP block */
44 #define CONFIG_MMC
45 #define CONFIG_GENERIC_MMC
46 #define CONFIG_OMAP_HSMMC
47 #define CONFIG_CMD_MMC
48 #define CONFIG_SUPPORT_EMMC_BOOT
49 /* RAW SD card / eMMC locations. */
50 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /*addr. 0x60000 */
51 #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS              0x200 /* 256 KB */
52 #define CONFIG_SPL_MMC_SUPPORT
53
54 /* Always 64 KiB env size */
55 #define CONFIG_ENV_SIZE                 (64 << 10)
56
57 #ifndef CONFIG_SPL_BUILD
58 #define CONFIG_EXTRA_ENV_SETTINGS \
59 BUR_COMMON_ENV \
60 "vx_romfsbase=0x800E0000\0" \
61 "vx_romfssize=0x20000\0" \
62 "vx_memtop=0x8FBEF000\0" \
63 "loadromfs=mmc read ${vx_romfsbase} 700 100\0" \
64 "autoload=0\0" \
65 "loadaddr=0x80100000\0" \
66 "logoaddr=0x82000000\0" \
67 "defaultARlen=0x8000\0" \
68 "loaddefaultAR=mmc read ${loadaddr} 800 ${defaultARlen}\0" \
69 "defaultAR=run loadromfs; run loaddefaultAR; go ${loadaddr}\0" \
70 "logo0=fatload mmc 0:1 ${logoaddr} SYSTEM/ADDON/Bootlogo/Bootlogo.bmp.gz && " \
71         "bmp display ${logoaddr} 0 0\0" \
72 "logo1=fatload mmc 0:1 ${logoaddr} SYSTEM/BASE/Bootlogo/Bootlogo.bmp.gz && " \
73         "bmp display ${logoaddr} 0 0\0" \
74 "mmcboot=echo booting AR from eMMC-flash ...; "\
75         "run logo0 || run logo1; " \
76         "run loadromfs; " \
77         "fatload mmc 0:1 ${loadaddr} arimg && go ${loadaddr}; " \
78         "run defaultAR;\0" \
79 "netboot=echo booting AR from network ...; " \
80         "run loadromfs; " \
81         "tftp ${loadaddr} arimg && go ${loadaddr}; " \
82         "puts 'networkboot failed!';\0" \
83 "netscript=echo running script from network (tftp) ...; " \
84         "tftp 0x80000000 netscript.img && source; " \
85         "puts 'netscript load failed!'\0" \
86 "netupdate=tftp ${loadddr} MLO && mmc write ${loadaddr} 100 100; " \
87         "tftp ${loadaddr} u-boot.img && mmc write ${loadaddr} 300 300\0" \
88 "netupdatedefaultAR=echo updating defaultAR from network (tftp) ...; " \
89         "if tftp 0x80100000 arimg.bin; " \
90         "then mmc write 0x80100000 800 ${defaultARlen}; " \
91         "else setcurs 1 8; puts 'defAR update failed (tftp)!'; fi;\0" \
92 "netupdateROMFS=echo updating romfs from network (tftp) ...; " \
93         "if tftp 0x80100000 romfs.bin; " \
94         "then mmc write 0x80100000 700 100; " \
95         "else setcurs 1 8; puts 'romfs update failed (tftp)!'; fi;\0"
96
97 #endif /* !CONFIG_SPL_BUILD*/
98
99 #define CONFIG_BOOTCOMMAND \
100         "run usbscript;"
101 #define CONFIG_BOOTDELAY                0
102
103 /* undefine command which we not need here */
104 #undef  CONFIG_BOOTM_NETBSD
105 #undef  CONFIG_BOOTM_PLAN9
106 #undef  CONFIG_BOOTM_RTEMS
107 #undef CONFIG_CMD_CRC32
108
109 /* Support both device trees and ATAGs. */
110 #define CONFIG_OF_LIBFDT
111 #define CONFIG_CMDLINE_TAG
112 #define CONFIG_SETUP_MEMORY_TAGS
113 #define CONFIG_INITRD_TAG
114 #define CONFIG_CMD_BOOTZ
115
116 /* USB configuration */
117 #define CONFIG_USB_MUSB_DSPS
118 #define CONFIG_ARCH_MISC_INIT
119 #define CONFIG_USB_MUSB_PIO_ONLY
120 #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
121 /* attention! not only for gadget, enables also highspeed in hostmode */
122 #define CONFIG_USB_GADGET_DUALSPEED
123 #define CONFIG_USB_MUSB_HOST
124 #define CONFIG_AM335X_USB0
125 #define CONFIG_AM335X_USB0_MODE MUSB_HOST
126 #define CONFIG_AM335X_USB1
127 #define CONFIG_AM335X_USB1_MODE MUSB_HOST
128
129 #ifdef CONFIG_USB_MUSB_HOST
130 #define CONFIG_CMD_USB
131 #define CONFIG_USB_STORAGE
132 #endif /* CONFIG_USB_MUSB_HOST */
133
134 #undef CONFIG_ENV_IS_NOWHERE
135 #define CONFIG_ENV_IS_IN_MMC
136 #define CONFIG_SYS_MMC_ENV_DEV          0
137 #define CONFIG_SYS_MMC_ENV_PART         2
138 #define CONFIG_ENV_OFFSET               0x40000 /* TODO: Adresse definieren */
139 #define CONFIG_ENV_OFFSET_REDUND        (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
140 #define CONFIG_SYS_REDUNDAND_ENVIRONMENT
141 /*
142  * Common filesystems support.  When we have removable storage we
143  * enabled a number of useful commands and support.
144  */
145 #if defined(CONFIG_MMC) || defined(CONFIG_USB_STORAGE)
146 #define CONFIG_DOS_PARTITION
147 #define CONFIG_CMD_FAT
148 #define CONFIG_FAT_WRITE
149 #define CONFIG_CMD_FS_GENERIC
150 #endif /* CONFIG_MMC, ... */
151
152 #endif  /* ! __CONFIG_TSERIES_H__ */