summaryrefslogtreecommitdiff
path: root/board/nvidia/seaboard/chromeos.dtsi
blob: 0088121556e9f6254d20f4538276ccfa3e34ae4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * This file holds Chrome OS-specific options, kept within a chromeos-config
 */

/ {
	chromeos-config {
		twostop;                /* Two-stop boot */
		twostop-optional;       /* One-stop optimization enabled */
		textbase = <0xe08000>;  /* Address where U-Boot loads */

		/*
		 * Device and offset for second-stage firmware, in SPI for now
		 * second-stage = <&emmc 0x00000080 0>;
		 */

		/* Memory addresses for kernel, cros-system and gbb */
		kernel = <0x00100000 0x00800000>;
		cros-system-data = <0x00900000 0x8000>;
		google-binary-block = <0x00908000 0x80000>;
	};

	config {
		silent_console = <0>;
	};

	chosen {
		bootargs = "";
	};

};