| Index: parse.h
|
| diff --git a/parse.h b/parse.h
|
| index e755c607e4cbbbf8cb331525241ca2359b879d11..e4ec1e51f20dd559a301998291c1e4764e54d892 100644
|
| --- a/parse.h
|
| +++ b/parse.h
|
| @@ -65,6 +65,109 @@ typedef enum
|
| token_nand_timing,
|
| token_block_size_log2,
|
| token_page_size_log2,
|
| + token_sdram,
|
| +
|
| + token_memory_type,
|
| + token_pllm_charge_pump_setup_ctrl,
|
| + token_pllm_loop_filter_setup_ctrl,
|
| + token_pllm_input_divider,
|
| + token_pllm_feedback_divider,
|
| + token_pllm_post_divider,
|
| + token_pllm_stable_time,
|
| + token_emc_clock_divider,
|
| + token_emc_auto_cal_interval,
|
| + token_emc_auto_cal_config,
|
| + token_emc_auto_cal_wait,
|
| + token_emc_pin_program_wait,
|
| + token_emc_rc,
|
| + token_emc_rfc,
|
| + token_emc_ras,
|
| + token_emc_rp,
|
| + token_emc_r2w,
|
| + token_emc_w2r,
|
| + token_emc_r2p,
|
| + token_emc_w2p,
|
| + token_emc_rd_rcd,
|
| + token_emc_wr_rcd,
|
| + token_emc_rrd,
|
| + token_emc_rext,
|
| + token_emc_wdv,
|
| + token_emc_quse,
|
| + token_emc_qrst,
|
| + token_emc_qsafe,
|
| + token_emc_rdv,
|
| + token_emc_refresh,
|
| + token_emc_burst_refresh_num,
|
| + token_emc_pdex2wr,
|
| + token_emc_pdex2rd,
|
| + token_emc_pchg2pden,
|
| + token_emc_act2pden,
|
| + token_emc_ar2pden,
|
| + token_emc_rw2pden,
|
| + token_emc_txsr,
|
| + token_emc_tcke,
|
| + token_emc_tfaw,
|
| + token_emc_trpab,
|
| + token_emc_tclkstable,
|
| + token_emc_tclkstop,
|
| + token_emc_trefbw,
|
| + token_emc_quse_extra,
|
| + token_emc_fbio_cfg1,
|
| + token_emc_fbio_dqsib_dly,
|
| + token_emc_fbio_dqsib_dly_msb,
|
| + token_emc_fbio_quse_dly,
|
| + token_emc_fbio_quse_dly_msb,
|
| + token_emc_fbio_cfg5,
|
| + token_emc_fbio_cfg6,
|
| + token_emc_fbio_spare,
|
| + token_emc_mrs,
|
| + token_emc_emrs,
|
| + token_emc_mrw1,
|
| + token_emc_mrw2,
|
| + token_emc_mrw3,
|
| + token_emc_mrw_reset_command,
|
| + token_emc_mrw_reset_ninit_wait,
|
| + token_emc_adr_cfg,
|
| + token_emc_adr_cfg1,
|
| + token_mc_emem_Cfg,
|
| + token_mc_lowlatency_config,
|
| + token_emc_cfg,
|
| + token_emc_cfg2,
|
| + token_emc_dbg,
|
| + token_ahb_arbitration_xbar_ctrl,
|
| + token_emc_cfg_dig_dll,
|
| + token_emc_dll_xform_dqs,
|
| + token_emc_dll_xform_quse,
|
| + token_warm_boot_wait,
|
| + token_emc_ctt_term_ctrl,
|
| + token_emc_odt_write,
|
| + token_emc_odt_read,
|
| + token_emc_zcal_ref_cnt,
|
| + token_emc_zcal_wait_cnt,
|
| + token_emc_zcal_mrw_cmd,
|
| + token_emc_mrs_reset_dll,
|
| + token_emc_mrw_zq_init_dev0,
|
| + token_emc_mrw_zq_init_dev1,
|
| + token_emc_mrw_zq_init_wait,
|
| + token_emc_mrs_reset_dll_wait,
|
| + token_emc_emrs_emr2,
|
| + token_emc_emrs_emr3,
|
| + token_emc_emrs_ddr2_dll_enable,
|
| + token_emc_mrs_ddr2_dll_reset,
|
| + token_emc_emrs_ddr2_ocd_calib,
|
| + token_emc_ddr2_wait,
|
| + token_emc_cfg_clktrim0,
|
| + token_emc_cfg_clktrim1,
|
| + token_emc_cfg_clktrim2,
|
| + token_pmc_ddr_pwr,
|
| + token_apb_misc_gp_xm2cfga_pad_ctrl,
|
| + token_apb_misc_gp_xm2cfgc_pad_ctrl,
|
| + token_apb_misc_gp_xm2cfgc_pad_ctrl2,
|
| + token_apb_misc_gp_xm2cfgd_pad_ctrl,
|
| + token_apb_misc_gp_xm2cfgd_pad_ctrl2,
|
| + token_apb_misc_gp_xm2clkcfg_Pad_ctrl,
|
| + token_apb_misc_gp_xm2comp_pad_ctrl,
|
| + token_apb_misc_gp_xm2vttgen_pad_ctrl,
|
|
|
| token_force32 = 0x7fffffff
|
| } parse_token;
|
|
|