Simon Glass | 876bc40 | 2023-07-30 21:01:52 -0600 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | /* | ||||
4 | * Copyright (c) 2011 The Chromium OS Authors. | ||||
5 | * (C) Copyright 2008 | ||||
6 | * Graeme Russ, graeme.russ@gmail.com | ||||
7 | */ | ||||
8 | |||||
9 | pciconfighost=1 | ||||
10 | netdev=eth0 | ||||
11 | consoledev=ttyS0 | ||||
12 | scriptaddr=0x7000000 | ||||
13 | kernel_addr_r=0x1000000 | ||||
14 | ramdisk_addr_r=0x4000000 | ||||
15 | ramdiskfile=initramfs.gz | ||||
16 | |||||
17 | /* common console settings */ | ||||
18 | stdin=serial,i8042-kbd,usbkbd | ||||
19 | stdout=serial,vidconsole | ||||
20 | stderr=serial,vidconsole |