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

Side by Side Diff: include/config_cmd_all.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 | « common/cmd_cros_rec.c ('k') | include/configs/chromeos/developer.h » ('j') | 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 2007 Freescale Semiconductor, Inc. 2 * Copyright 2007 Freescale Semiconductor, Inc.
3 * 3 *
4 * This file is licensed under the terms of the GNU General Public 4 * This file is licensed under the terms of the GNU General Public
5 * License Version 2. This file is licensed "as is" without any 5 * License Version 2. This file is licensed "as is" without any
6 * warranty of any kind, whether express or implied. 6 * warranty of any kind, whether express or implied.
7 */ 7 */
8 8
9 #ifndef _CONFIG_CMD_ALL_H 9 #ifndef _CONFIG_CMD_ALL_H
10 #define _CONFIG_CMD_ALL_H 10 #define _CONFIG_CMD_ALL_H
(...skipping 10 matching lines...) Expand all
21 #define CONFIG_CMD_BMP /* BMP support */ 21 #define CONFIG_CMD_BMP /* BMP support */
22 #define CONFIG_CMD_BOOTD /* bootd */ 22 #define CONFIG_CMD_BOOTD /* bootd */
23 #define CONFIG_CMD_BSP /* Board Specific functions */ 23 #define CONFIG_CMD_BSP /* Board Specific functions */
24 #define CONFIG_CMD_CACHE /* icache, dcache */ 24 #define CONFIG_CMD_CACHE /* icache, dcache */
25 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */ 25 #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */
26 #define CONFIG_CMD_CONSOLE /* coninfo */ 26 #define CONFIG_CMD_CONSOLE /* coninfo */
27 #define CONFIG_CMD_CROS /* Chrome OS verify boot (debug)*/ 27 #define CONFIG_CMD_CROS /* Chrome OS verify boot (debug)*/
28 #define CONFIG_CMD_CROS_BOOTSTUB/* Chrome OS verify boot stub */ 28 #define CONFIG_CMD_CROS_BOOTSTUB/* Chrome OS verify boot stub */
29 #define CONFIG_CMD_CROS_NORMAL_FIRMWARE 29 #define CONFIG_CMD_CROS_NORMAL_FIRMWARE
30 /* Chrome OS verify boot normal firmware */ 30 /* Chrome OS verify boot normal firmware */
31 #define CONFIG_CMD_CROS_REC /* Chrome OS recovery mode */
31 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ 32 #define CONFIG_CMD_DATE /* support for RTC, date/time...*/
32 #define CONFIG_CMD_DHCP /* DHCP Support */ 33 #define CONFIG_CMD_DHCP /* DHCP Support */
33 #define CONFIG_CMD_DIAG /* Diagnostics */ 34 #define CONFIG_CMD_DIAG /* Diagnostics */
34 #define CONFIG_CMD_DISPLAY /* Display support */ 35 #define CONFIG_CMD_DISPLAY /* Display support */
35 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */ 36 #define CONFIG_CMD_DOC /* Disk-On-Chip Support */
36 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */ 37 #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
37 #define CONFIG_CMD_ECHO /* echo arguments */ 38 #define CONFIG_CMD_ECHO /* echo arguments */
38 #define CONFIG_CMD_EDITENV /* editenv */ 39 #define CONFIG_CMD_EDITENV /* editenv */
39 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ 40 #define CONFIG_CMD_EEPROM /* EEPROM read/write support */
40 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */ 41 #define CONFIG_CMD_ELF /* ELF (VxWorks) load/boot cmd */
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ 88 #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
88 #define CONFIG_CMD_UBI /* UBI Support */ 89 #define CONFIG_CMD_UBI /* UBI Support */
89 #define CONFIG_CMD_UBIFS /* UBIFS Support */ 90 #define CONFIG_CMD_UBIFS /* UBIFS Support */
90 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ 91 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
91 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ 92 #define CONFIG_CMD_UNZIP /* unzip from memory to memory */
92 #define CONFIG_CMD_USB /* USB Support */ 93 #define CONFIG_CMD_USB /* USB Support */
93 #define CONFIG_CMD_VFD /* VFD support (TRAB) */ 94 #define CONFIG_CMD_VFD /* VFD support (TRAB) */
94 #define CONFIG_CMD_XIMG /* Load part of Multi Image */ 95 #define CONFIG_CMD_XIMG /* Load part of Multi Image */
95 96
96 #endif /* _CONFIG_CMD_ALL_H */ 97 #endif /* _CONFIG_CMD_ALL_H */
OLDNEW
« no previous file with comments | « common/cmd_cros_rec.c ('k') | include/configs/chromeos/developer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698