Chromium Code Reviews| OLD | NEW |
|---|---|
| 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> |
| 11 | 11 |
| 12 #define CONFIG_CMD_AUTOSCRIPT | 12 #define CONFIG_CMD_AUTOSCRIPT |
| 13 #define CONFIG_CMD_BDI | 13 #define CONFIG_CMD_BDI |
| 14 #define CONFIG_CMD_BOOTD | 14 #define CONFIG_CMD_BOOTD |
| 15 #define CONFIG_CMD_CONSOLE | 15 #define CONFIG_CMD_CONSOLE |
| 16 #define CONFIG_CMD_CROS | 16 #define CONFIG_CMD_CROS |
| 17 #define CONFIG_CMD_CROS_BOOTSTUB | 17 #define CONFIG_CMD_CROS_BOOTSTUB |
| 18 #define CONFIG_CMD_CROS_NORMAL_FIRMWARE | 18 #define CONFIG_CMD_CROS_NORMAL_FIRMWARE |
| 19 #define CONFIG_CMD_ECHO | 19 #define CONFIG_CMD_ECHO |
| 20 #define CONFIG_CMD_FPGA | 20 #define CONFIG_CMD_FPGA |
| 21 #define CONFIG_CMD_GETTIME | |
|
sjg
2011/03/31 13:45:45
What is GETTIME?
| |
| 21 #define CONFIG_CMD_IMI | 22 #define CONFIG_CMD_IMI |
| 22 #define CONFIG_CMD_ITEST | 23 #define CONFIG_CMD_ITEST |
| 23 #define CONFIG_CMD_LOADB | 24 #define CONFIG_CMD_LOADB |
| 24 #define CONFIG_CMD_LOADS | 25 #define CONFIG_CMD_LOADS |
| 25 #define CONFIG_CMD_READ | 26 #define CONFIG_CMD_READ |
| 26 #define CONFIG_CMD_MISC | 27 #define CONFIG_CMD_MISC |
| 27 #define CONFIG_CMD_SETGETDCR | 28 #define CONFIG_CMD_SETGETDCR |
| 29 #define CONFIG_CMD_TIME | |
| 28 #define CONFIG_CMD_XIMG | 30 #define CONFIG_CMD_XIMG |
| 29 | 31 |
| 30 #define CONFIG_MMC | 32 #define CONFIG_MMC |
| 31 #define CONFIG_EFI_PARTITION | 33 #define CONFIG_EFI_PARTITION |
| 32 #define CONFIG_DOS_PARTITION | 34 #define CONFIG_DOS_PARTITION |
| 33 | 35 |
| 34 #define CONFIG_CMD_CROS_REC | 36 #define CONFIG_CMD_CROS_REC |
| 35 | 37 |
| 36 #define CONFIG_CHROMEOS_BMPBLK | 38 #define CONFIG_CHROMEOS_BMPBLK |
| 37 #define CONFIG_CMD_BMP | 39 #define CONFIG_CMD_BMP |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 * share an NFS server: | 101 * share an NFS server: |
| 100 * user - username, e.g. 'frank' | 102 * user - username, e.g. 'frank' |
| 101 * board - board, e.g. 'seaboard' | 103 * board - board, e.g. 'seaboard' |
| 102 * serial - serial number, e.g. '1234' | 104 * serial - serial number, e.g. '1234' |
| 103 */ | 105 */ |
| 104 #define CONFIG_ROOTPATH "/export/nfsroot-${user}-${board}-${serial#}" | 106 #define CONFIG_ROOTPATH "/export/nfsroot-${user}-${board}-${serial#}" |
| 105 | 107 |
| 106 | 108 |
| 107 | 109 |
| 108 #endif //__configs_chromeos_developer_h__ | 110 #endif //__configs_chromeos_developer_h__ |
| OLD | NEW |