blob: 641ed2c5ecda7643509ea767ea94f50940aa3910 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass880a3cc2014-11-10 18:00:23 -07002/*
3 * Copyright (c) 2011 The Chromium OS Authors.
4 * (C) Copyright 2008
5 * Graeme Russ, graeme.russ@gmail.com.
Simon Glass880a3cc2014-11-10 18:00:23 -07006 */
7
8#include <asm/ibmpc.h>
9
10#ifndef __CONFIG_X86_COMMON_H
11#define __CONFIG_X86_COMMON_H
12
13/*
14 * High Level Configuration Options
15 * (easy to change)
16 */
Simon Glass880a3cc2014-11-10 18:00:23 -070017#define CONFIG_PHYSMEM
Simon Glass880a3cc2014-11-10 18:00:23 -070018
Simon Glass880a3cc2014-11-10 18:00:23 -070019#define CONFIG_LMB
Simon Glass880a3cc2014-11-10 18:00:23 -070020
Simon Glass880a3cc2014-11-10 18:00:23 -070021#define CONFIG_SYS_BOOTM_LEN (16 << 20)
22
23/* SATA AHCI storage */
Simon Glass880a3cc2014-11-10 18:00:23 -070024#ifdef CONFIG_SCSI_AHCI
Bin Menga40abfc2015-05-16 09:33:18 +080025#define CONFIG_LBA48
Simon Glass880a3cc2014-11-10 18:00:23 -070026#define CONFIG_SYS_64BIT_LBA
27
Simon Glass880a3cc2014-11-10 18:00:23 -070028#endif
29
30/* Generic TPM interfaced through LPC bus */
Simon Glass880a3cc2014-11-10 18:00:23 -070031#define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000
32
33/*-----------------------------------------------------------------------
34 * Real Time Clock Configuration
35 */
Simon Glass880a3cc2014-11-10 18:00:23 -070036#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
37#define CONFIG_SYS_ISA_IO CONFIG_SYS_ISA_IO_BASE_ADDRESS
38
39/*-----------------------------------------------------------------------
40 * Serial Configuration
41 */
Simon Glass880a3cc2014-11-10 18:00:23 -070042#define CONFIG_SYS_NS16550_PORT_MAPPED
43
Heinrich Schuchardt368e86d2018-01-03 16:23:46 +010044#ifndef CONFIG_BOOTCOMMAND
Simon Glass880a3cc2014-11-10 18:00:23 -070045#define CONFIG_BOOTCOMMAND \
46 "ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
Heinrich Schuchardt368e86d2018-01-03 16:23:46 +010047#endif
Simon Glass880a3cc2014-11-10 18:00:23 -070048
49#if defined(CONFIG_CMD_KGDB)
50#define CONFIG_KGDB_BAUDRATE 115200
51#endif
52
53/*
54 * Miscellaneous configurable options
55 */
Simon Glass880a3cc2014-11-10 18:00:23 -070056#define CONFIG_SYS_CBSIZE 512
Simon Glass880a3cc2014-11-10 18:00:23 -070057
Simon Glass880a3cc2014-11-10 18:00:23 -070058#define CONFIG_SYS_LOAD_ADDR 0x20000000
59
60/*-----------------------------------------------------------------------
Simon Glass880a3cc2014-11-10 18:00:23 -070061 * CPU Features
62 */
63
Simon Glass880a3cc2014-11-10 18:00:23 -070064#define CONFIG_SYS_STACK_SIZE (32 * 1024)
65#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
66#define CONFIG_SYS_MALLOC_LEN 0x200000
Simon Glass880a3cc2014-11-10 18:00:23 -070067
Simon Glass880a3cc2014-11-10 18:00:23 -070068/*-----------------------------------------------------------------------
Simon Glass880a3cc2014-11-10 18:00:23 -070069 * Environment configuration
70 */
Simon Glass880a3cc2014-11-10 18:00:23 -070071
72/*-----------------------------------------------------------------------
73 * PCI configuration
74 */
Bin Meng3ff2f002015-08-13 00:29:15 -070075#define CONFIG_PCI_CONFIG_HOST_BRIDGE
Simon Glass880a3cc2014-11-10 18:00:23 -070076
77/*-----------------------------------------------------------------------
78 * USB configuration
79 */
Simon Glass880a3cc2014-11-10 18:00:23 -070080
Simon Glass880a3cc2014-11-10 18:00:23 -070081#define CONFIG_TFTP_TSIZE
Simon Glass880a3cc2014-11-10 18:00:23 -070082#define CONFIG_BOOTP_BOOTFILESIZE
Simon Glass880a3cc2014-11-10 18:00:23 -070083
Bin Meng6f1eba42015-03-12 13:08:46 +080084/* Default environment */
85#define CONFIG_ROOTPATH "/opt/nfsroot"
Mario Six5bc05432018-03-28 14:38:20 +020086#define CONFIG_HOSTNAME "x86"
Bin Meng6f1eba42015-03-12 13:08:46 +080087#define CONFIG_BOOTFILE "bzImage"
88#define CONFIG_LOADADDR 0x1000000
Bin Meng030b9e32016-05-07 07:46:35 -070089#define CONFIG_RAMDISK_ADDR 0x4000000
Bin Menga0913cd2018-08-23 08:24:11 -070090#if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
Bin Meng030b9e32016-05-07 07:46:35 -070091#define CONFIG_OTHBOOTARGS "othbootargs=\0"
92#else
93#define CONFIG_OTHBOOTARGS "othbootargs=acpi=off\0"
94#endif
Bin Meng6f1eba42015-03-12 13:08:46 +080095
Bin Meng039c0312019-08-14 01:23:05 -070096#if defined(CONFIG_DISTRO_DEFAULTS)
97#define DISTRO_BOOTENV BOOTENV
98#else
99#define DISTRO_BOOTENV
Bin Meng68d70a12019-07-28 08:13:58 -0700100#endif
101
Bin Meng6f1eba42015-03-12 13:08:46 +0800102#define CONFIG_EXTRA_ENV_SETTINGS \
Bin Meng039c0312019-08-14 01:23:05 -0700103 DISTRO_BOOTENV \
Bin Meng6f1eba42015-03-12 13:08:46 +0800104 CONFIG_STD_DEVICES_SETTINGS \
Bin Meng54669832015-05-24 00:12:32 +0800105 "pciconfighost=1\0" \
Bin Meng6f1eba42015-03-12 13:08:46 +0800106 "netdev=eth0\0" \
107 "consoledev=ttyS0\0" \
Bin Meng030b9e32016-05-07 07:46:35 -0700108 CONFIG_OTHBOOTARGS \
Bin Meng68d70a12019-07-28 08:13:58 -0700109 "scriptaddr=0x7000000\0" \
110 "kernel_addr_r=0x1000000\0" \
111 "ramdisk_addr_r=0x4000000\0" \
Bin Meng039c0312019-08-14 01:23:05 -0700112 "ramdiskfile=initramfs.gz\0"
113
Bin Meng6f1eba42015-03-12 13:08:46 +0800114
115#define CONFIG_RAMBOOTCOMMAND \
116 "setenv bootargs root=/dev/ram rw " \
117 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
118 "console=$consoledev,$baudrate $othbootargs;" \
Bin Meng68d70a12019-07-28 08:13:58 -0700119 "tftpboot $kernel_addr_r $bootfile;" \
120 "tftpboot $ramdisk_addr_r $ramdiskfile;" \
121 "zboot $kernel_addr_r 0 $ramdisk_addr_r $filesize"
Bin Meng6f1eba42015-03-12 13:08:46 +0800122
123#define CONFIG_NFSBOOTCOMMAND \
124 "setenv bootargs root=/dev/nfs rw " \
125 "nfsroot=$serverip:$rootpath " \
126 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
127 "console=$consoledev,$baudrate $othbootargs;" \
Bin Meng68d70a12019-07-28 08:13:58 -0700128 "tftpboot $kernel_addr_r $bootfile;" \
129 "zboot $kernel_addr_r"
Simon Glass880a3cc2014-11-10 18:00:23 -0700130
Stefan Roesef7c36382016-01-18 14:49:56 +0100131
Simon Glass880a3cc2014-11-10 18:00:23 -0700132#endif /* __CONFIG_H */