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

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

Issue 1329001: ST1.5 board support and some ST1.0/1.5 common changes. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « include/configs/chromeos/st1q/common.h ('k') | include/lcd.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 2010, Google Inc. 2 * Copyright 2010, Google Inc.
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 /* 1280x720x24 @ 60 Hz */ 52 /* 1280x720x24 @ 60 Hz */
53 # define LCDC_vl_col 1280 53 # define LCDC_vl_col 1280
54 # define LCDC_vl_row 720 54 # define LCDC_vl_row 720
55 # define LCDC_vl_sync_width 1280 55 # define LCDC_vl_sync_width 1280
56 # define LCDC_vl_sync_height 720 56 # define LCDC_vl_sync_height 720
57 # define LCDC_vl_hbp 160 57 # define LCDC_vl_hbp 160
58 # define LCDC_vl_hfp 24 58 # define LCDC_vl_hfp 24
59 # define LCDC_vl_vbp 29 59 # define LCDC_vl_vbp 29
60 # define LCDC_vl_vfp 3 60 # define LCDC_vl_vfp 3
61 # define LCDC_vl_hsync_width 136 61 # define LCDC_vl_hsync_width 136
62 # define LCDC_vl_vsync_width 6
62 63
63 # define LCD_MD_VAL_MHZ 0x1CF969FF //74.17 MHZ 64 # define LCD_MD_VAL_MHZ 0x1CF969FF //74.17 MHZ
64 # define LCD_NS_VAL_MHZ 0x86F81B49 //74.17 MHZ 65 # define LCD_NS_VAL_MHZ 0x86F81B49 //74.17 MHZ
65 # define LCD_CLK_PCOM_MHZ 74250000 66 # define LCD_CLK_PCOM_MHZ 74250000
66 #endif 67 #endif
67 68
68 /* 69 /*
69 * MMC/SD card 70 * MMC/SD card
70 */ 71 */
71 #define CONFIG_MMC 72 #define CONFIG_MMC
(...skipping 27 matching lines...) Expand all
99 #define CONFIG_CMD_EXT2 100 #define CONFIG_CMD_EXT2
100 #define CONFIG_CMD_BMP 101 #define CONFIG_CMD_BMP
101 #define CONFIG_CMD_NAND 102 #define CONFIG_CMD_NAND
102 #define CONFIG_CMD_RAMCONFIG 103 #define CONFIG_CMD_RAMCONFIG
103 #define CONFIG_CMD_GETTIME 104 #define CONFIG_CMD_GETTIME
104 #define CONFIG_CMD_NPART 105 #define CONFIG_CMD_NPART
105 106
106 #define CONFIG_DYNAMIC_INODE_SIZE 107 #define CONFIG_DYNAMIC_INODE_SIZE
107 108
108 #endif //__CONFIGS_CHROMEOS_ST1Q_RECOVERY_H 109 #endif //__CONFIGS_CHROMEOS_ST1Q_RECOVERY_H
OLDNEW
« no previous file with comments | « include/configs/chromeos/st1q/common.h ('k') | include/lcd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698