Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: include/configs/chromeos/developer.h

Issue 5989010: Create Chrome OS recovery firmware procedure. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git
Patch Set: add kernel verification and more Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2 * Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #ifndef __configs_chromeos_developer_h__ 7 #ifndef __configs_chromeos_developer_h__
8 #define __configs_chromeos_developer_h__ 8 #define __configs_chromeos_developer_h__
9 9
10 #include <configs/chromeos/common.h> 10 #include <configs/chromeos/common.h>
(...skipping 11 matching lines...) Expand all
22 #define CONFIG_CMD_LOADS 22 #define CONFIG_CMD_LOADS
23 #define CONFIG_CMD_READ 23 #define CONFIG_CMD_READ
24 #define CONFIG_CMD_MISC 24 #define CONFIG_CMD_MISC
25 #define CONFIG_CMD_SETGETDCR 25 #define CONFIG_CMD_SETGETDCR
26 #define CONFIG_CMD_XIMG 26 #define CONFIG_CMD_XIMG
27 27
28 #define CONFIG_MMC 28 #define CONFIG_MMC
29 #define CONFIG_EFI_PARTITION 29 #define CONFIG_EFI_PARTITION
30 #define CONFIG_DOS_PARTITION 30 #define CONFIG_DOS_PARTITION
31 31
32 #define CONFIG_CMD_CROS_REC
33
32 #define CONFIG_CHROMEOS_BMPBLK 34 #define CONFIG_CHROMEOS_BMPBLK
33 #define CONFIG_CMD_BMP 35 #define CONFIG_CMD_BMP
34 #define CONFIG_LCD_BMP_RLE8 36 #define CONFIG_LCD_BMP_RLE8
35 #define CONFIG_LZMA 37 #define CONFIG_LZMA
36 38
37 #define CONFIG_CMD_READ 39 #define CONFIG_CMD_READ
38 #define CONFIG_CMD_MMC 40 #define CONFIG_CMD_MMC
39 #define CONFIG_CMD_EXT2 41 #define CONFIG_CMD_EXT2
40 #define CONFIG_CMD_FAT 42 #define CONFIG_CMD_FAT
41 43
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 * share an NFS server: 94 * share an NFS server:
93 * user - username, e.g. 'frank' 95 * user - username, e.g. 'frank'
94 * board - board, e.g. 'seaboard' 96 * board - board, e.g. 'seaboard'
95 * serial - serial number, e.g. '1234' 97 * serial - serial number, e.g. '1234'
96 */ 98 */
97 #define CONFIG_ROOTPATH "/export/nfsroot-${user}-${board}-${serial#}" 99 #define CONFIG_ROOTPATH "/export/nfsroot-${user}-${board}-${serial#}"
98 100
99 101
100 102
101 #endif //__configs_chromeos_developer_h__ 103 #endif //__configs_chromeos_developer_h__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698