| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |