]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/conga-qeval20-qa3-e3845.h
doc: rockchip: Adapt Pine64 Rock64 board instructions
[thirdparty/u-boot.git] / include / configs / conga-qeval20-qa3-e3845.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2016 Stefan Roese <sr@denx.de>
4 */
5
6 /*
7 * board/config.h - configuration options, board specific
8 */
9
10 #ifndef __CONFIG_H
11 #define __CONFIG_H
12
13 #include <configs/x86-common.h>
14
15 #define CONFIG_SYS_MONITOR_LEN (1 << 20)
16
17 #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
18 "stdout=serial\0" \
19 "stderr=serial\0"
20
21 #define VIDEO_IO_OFFSET 0
22 #define CONFIG_X86EMU_RAW_IO
23
24 #define CONFIG_ENV_SECT_SIZE 0x1000
25 #define CONFIG_ENV_OFFSET 0x006ef000
26
27 #undef CONFIG_BOOTCOMMAND
28 #define CONFIG_BOOTCOMMAND \
29 "load scsi 0:2 03000000 /boot/vmlinuz-${kernel-ver}-generic;" \
30 "load scsi 0:2 04000000 /boot/initrd.img-${kernel-ver}-generic;" \
31 "run boot"
32
33 #undef CONFIG_EXTRA_ENV_SETTINGS
34 #define CONFIG_EXTRA_ENV_SETTINGS \
35 "kernel-ver=4.4.0-22\0" \
36 "boot=zboot 03000000 0 04000000 ${filesize}\0" \
37 "upd_uboot=tftp 100000 conga/u-boot.rom;" \
38 "sf probe;sf update 100000 0 800000;saveenv\0"
39
40 #define CONFIG_PREBOOT
41
42 #endif /* __CONFIG_H */