blob: 7fcf76a6bf2aa1ab0074f0a89dd6a15d1645b268 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glassff7636c2014-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 Glassff7636c2014-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 */
17#define CONFIG_SHOW_BOOT_PROGRESS
Simon Glassff7636c2014-11-10 18:00:23 -070018#define CONFIG_PHYSMEM
Simon Glassff7636c2014-11-10 18:00:23 -070019
Simon Glassff7636c2014-11-10 18:00:23 -070020#define CONFIG_LMB
Simon Glassff7636c2014-11-10 18:00:23 -070021
Simon Glassff7636c2014-11-10 18:00:23 -070022#undef CONFIG_ZLIB
23#undef CONFIG_GZIP
24#define CONFIG_SYS_BOOTM_LEN (16 << 20)
25
26/* SATA AHCI storage */
Simon Glassff7636c2014-11-10 18:00:23 -070027#ifdef CONFIG_SCSI_AHCI
Bin Meng186e64e2015-05-16 09:33:18 +080028#define CONFIG_LBA48
Simon Glassff7636c2014-11-10 18:00:23 -070029#define CONFIG_SYS_64BIT_LBA
30
Simon Glassff7636c2014-11-10 18:00:23 -070031#endif
32
33/* Generic TPM interfaced through LPC bus */
Simon Glassff7636c2014-11-10 18:00:23 -070034#define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000
35
36/*-----------------------------------------------------------------------
37 * Real Time Clock Configuration
38 */
Simon Glassff7636c2014-11-10 18:00:23 -070039#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0
40#define CONFIG_SYS_ISA_IO CONFIG_SYS_ISA_IO_BASE_ADDRESS
41
42/*-----------------------------------------------------------------------
43 * Serial Configuration
44 */
Simon Glassff7636c2014-11-10 18:00:23 -070045#define CONFIG_SYS_NS16550_PORT_MAPPED
46
Simon Glassff7636c2014-11-10 18:00:23 -070047/*-----------------------------------------------------------------------
48 * Command line configuration.
49 */
Simon Glassff7636c2014-11-10 18:00:23 -070050
Heinrich Schuchardtea2e31b2018-01-03 16:23:46 +010051#ifndef CONFIG_BOOTCOMMAND
Simon Glassff7636c2014-11-10 18:00:23 -070052#define CONFIG_BOOTCOMMAND \
53 "ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
Heinrich Schuchardtea2e31b2018-01-03 16:23:46 +010054#endif
Simon Glassff7636c2014-11-10 18:00:23 -070055
56#if defined(CONFIG_CMD_KGDB)
57#define CONFIG_KGDB_BAUDRATE 115200
58#endif
59
60/*
61 * Miscellaneous configurable options
62 */
Simon Glassff7636c2014-11-10 18:00:23 -070063#define CONFIG_SYS_CBSIZE 512
Simon Glassff7636c2014-11-10 18:00:23 -070064
65#define CONFIG_SYS_MEMTEST_START 0x00100000
66#define CONFIG_SYS_MEMTEST_END 0x01000000
67#define CONFIG_SYS_LOAD_ADDR 0x20000000
68
69/*-----------------------------------------------------------------------
Simon Glassff7636c2014-11-10 18:00:23 -070070 * CPU Features
71 */
72
Simon Glassff7636c2014-11-10 18:00:23 -070073#define CONFIG_SYS_STACK_SIZE (32 * 1024)
74#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
75#define CONFIG_SYS_MALLOC_LEN 0x200000
Simon Glassff7636c2014-11-10 18:00:23 -070076
77/* allow to overwrite serial and ethaddr */
78#define CONFIG_ENV_OVERWRITE
79
80/*-----------------------------------------------------------------------
Simon Glassff7636c2014-11-10 18:00:23 -070081 * Environment configuration
82 */
Simon Glassff7636c2014-11-10 18:00:23 -070083#define CONFIG_ENV_SIZE 0x01000
84
85/*-----------------------------------------------------------------------
86 * PCI configuration
87 */
Bin Meng4dde0452015-08-13 00:29:15 -070088#define CONFIG_PCI_CONFIG_HOST_BRIDGE
Simon Glassff7636c2014-11-10 18:00:23 -070089
90/*-----------------------------------------------------------------------
91 * USB configuration
92 */
Simon Glassff7636c2014-11-10 18:00:23 -070093
Simon Glassff7636c2014-11-10 18:00:23 -070094#define CONFIG_TFTP_TSIZE
Simon Glassff7636c2014-11-10 18:00:23 -070095#define CONFIG_BOOTP_BOOTFILESIZE
Simon Glassff7636c2014-11-10 18:00:23 -070096
Bin Mengf95a6c82015-03-12 13:08:46 +080097/* Default environment */
98#define CONFIG_ROOTPATH "/opt/nfsroot"
Mario Six790d8442018-03-28 14:38:20 +020099#define CONFIG_HOSTNAME "x86"
Bin Mengf95a6c82015-03-12 13:08:46 +0800100#define CONFIG_BOOTFILE "bzImage"
101#define CONFIG_LOADADDR 0x1000000
Bin Meng2b81f612016-05-07 07:46:35 -0700102#define CONFIG_RAMDISK_ADDR 0x4000000
Bin Mengdc81d842018-08-23 08:24:11 -0700103#if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
Bin Meng2b81f612016-05-07 07:46:35 -0700104#define CONFIG_OTHBOOTARGS "othbootargs=\0"
105#else
106#define CONFIG_OTHBOOTARGS "othbootargs=acpi=off\0"
107#endif
Bin Mengf95a6c82015-03-12 13:08:46 +0800108
109#define CONFIG_EXTRA_ENV_SETTINGS \
110 CONFIG_STD_DEVICES_SETTINGS \
Bin Mengde5b8b12015-05-24 00:12:32 +0800111 "pciconfighost=1\0" \
Bin Mengf95a6c82015-03-12 13:08:46 +0800112 "netdev=eth0\0" \
113 "consoledev=ttyS0\0" \
Bin Meng2b81f612016-05-07 07:46:35 -0700114 CONFIG_OTHBOOTARGS \
Miao Yan65e190b2016-01-07 01:31:59 -0800115 "ramdiskaddr=0x4000000\0" \
Bin Mengf95a6c82015-03-12 13:08:46 +0800116 "ramdiskfile=initramfs.gz\0"
117
118#define CONFIG_RAMBOOTCOMMAND \
119 "setenv bootargs root=/dev/ram rw " \
120 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
121 "console=$consoledev,$baudrate $othbootargs;" \
122 "tftpboot $loadaddr $bootfile;" \
123 "tftpboot $ramdiskaddr $ramdiskfile;" \
124 "zboot $loadaddr 0 $ramdiskaddr $filesize"
125
126#define CONFIG_NFSBOOTCOMMAND \
127 "setenv bootargs root=/dev/nfs rw " \
128 "nfsroot=$serverip:$rootpath " \
129 "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname:$netdev:off " \
130 "console=$consoledev,$baudrate $othbootargs;" \
131 "tftpboot $loadaddr $bootfile;" \
132 "zboot $loadaddr"
Simon Glassff7636c2014-11-10 18:00:23 -0700133
Stefan Roesef381b062016-01-18 14:49:56 +0100134
Simon Glassff7636c2014-11-10 18:00:23 -0700135#endif /* __CONFIG_H */