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

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

Issue 5989010: Create Chrome OS recovery firmware procedure. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot-next.git
Patch Set: update new vboot struct 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
« no previous file with comments | « include/configs/chromeos/developer.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_recovery_h__ 7 #ifndef __configs_chromeos_recovery_h__
8 #define __configs_chromeos_recovery_h__ 8 #define __configs_chromeos_recovery_h__
9 9
10 #include <configs/chromeos/common.h> 10 #include <configs/chromeos/common.h>
(...skipping 10 matching lines...) Expand all
21 #define CONFIG_CMD_LOADS 21 #define CONFIG_CMD_LOADS
22 #define CONFIG_CMD_READ 22 #define CONFIG_CMD_READ
23 #define CONFIG_CMD_MISC 23 #define CONFIG_CMD_MISC
24 #define CONFIG_CMD_SETGETDCR 24 #define CONFIG_CMD_SETGETDCR
25 #define CONFIG_CMD_XIMG 25 #define CONFIG_CMD_XIMG
26 26
27 #define CONFIG_MMC 27 #define CONFIG_MMC
28 #define CONFIG_EFI_PARTITION 28 #define CONFIG_EFI_PARTITION
29 #define CONFIG_DOS_PARTITION 29 #define CONFIG_DOS_PARTITION
30 30
31 #define CONFIG_CMD_CROS_REC
32
31 #define CONFIG_CHROMEOS_BMPBLK 33 #define CONFIG_CHROMEOS_BMPBLK
32 #define CONFIG_CMD_BMP 34 #define CONFIG_CMD_BMP
33 #define CONFIG_LCD_BMP_RLE8 35 #define CONFIG_LCD_BMP_RLE8
34 #define CONFIG_LZMA 36 #define CONFIG_LZMA
35 37
36 #define CONFIG_CMD_READ 38 #define CONFIG_CMD_READ
37 #define CONFIG_CMD_MMC 39 #define CONFIG_CMD_MMC
38 #define CONFIG_CMD_EXT2 40 #define CONFIG_CMD_EXT2
39 #define CONFIG_CMD_FAT 41 #define CONFIG_CMD_FAT
40 42
41 #define CONFIG_ENV_IS_NOWHERE 43 #define CONFIG_ENV_IS_NOWHERE
42 44
43 #endif //__configs_chromeos_recovery_h__ 45 #endif //__configs_chromeos_recovery_h__
OLDNEW
« no previous file with comments | « include/configs/chromeos/developer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698