Newer
Older
barebox / scripts / tegra / t124 / nvboot_sdram_param_t124.h
@Uwe Kleine-König Uwe Kleine-König on 27 Apr 2020 27 KB treewide: remove references to CREDITS
/*
 * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms and conditions of the GNU General Public License,
 * version 2, as published by the Free Software Foundation.
 *
 * This program is distributed in the hope it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/**
 * Defines the SDRAM parameter structure.
 *
 * Note that PLLM is used by EMC.
 */

#ifndef INCLUDED_NVBOOT_SDRAM_PARAM_T124_H
#define INCLUDED_NVBOOT_SDRAM_PARAM_T124_H

#define NVBOOT_BCT_SDRAM_ARB_CONFIG_WORDS 27

typedef enum {
	/* Specifies the memory type to be undefined */
	nvboot_memory_type_none = 0,

	/* Specifies the memory type to be DDR SDRAM */
	nvboot_memory_type_ddr = 0,

	/* Specifies the memory type to be LPDDR SDRAM */
	nvboot_memory_type_lpddr = 0,

	/* Specifies the memory type to be DDR2 SDRAM */
	nvboot_memory_type_ddr2 = 0,

	/* Specifies the memory type to be LPDDR2 SDRAM */
	nvboot_memory_type_lpddr2,

	/* Specifies the memory type to be DDR3 SDRAM */
	nvboot_memory_type_ddr3,

	nvboot_memory_type_num,
	nvboot_memory_type_force32 = 0x7FFFFFF
} nvboot_memory_type;

/**
 * Defines the SDRAM parameter structure
 */
typedef struct nvboot_sdram_params_rec {
	/* sdram data structure generated by tool warmboot_code_gen */

	/* Specifies the type of memory device */
	nvboot_memory_type memory_type;

	/* MC/EMC clock source configuration */

	/* Specifies the M value for PllM */
	u_int32_t pllm_input_divider;
	/* Specifies the N value for PllM */
	u_int32_t pllm_feedback_divider;
	/* Specifies the time to wait for PLLM to lock (in microseconds) */
	u_int32_t pllm_stable_time;
	/* Specifies misc. control bits */
	u_int32_t pllm_setup_control;
	/* Enables the Div by 2 */
	u_int32_t pllm_select_div2;
	/* Powers down VCO output Level shifter */
	u_int32_t pllm_pdlshift_ph45;
	/* Powers down VCO output Level shifter */
	u_int32_t pllm_pdlshift_ph90;
	/* Powers down VCO output Level shifter */
	u_int32_t pllm_pdlshift_ph135;
	/* Specifies value for Charge Pump Gain Control */
	u_int32_t pllm_kcp;
	/* Specifies VCO gain */
	u_int32_t pllm_kvco;
	/* Spare BCT param */
	u_int32_t emc_bct_spare0;
	/* Spare BCT param */
	u_int32_t emc_bct_spare1;
	/* Spare BCT param */
	u_int32_t emc_bct_spare2;
	/* Spare BCT param */
	u_int32_t emc_bct_spare3;
	/* Spare BCT param */
	u_int32_t emc_bct_spare4;
	/* Spare BCT param */
	u_int32_t emc_bct_spare5;
	/* Spare BCT param */
	u_int32_t emc_bct_spare6;
	/* Spare BCT param */
	u_int32_t emc_bct_spare7;
	/* Spare BCT param */
	u_int32_t emc_bct_spare8;
	/* Spare BCT param */
	u_int32_t emc_bct_spare9;
	/* Spare BCT param */
	u_int32_t emc_bct_spare10;
	/* Spare BCT param */
	u_int32_t emc_bct_spare11;
	/* Defines EMC_2X_CLK_SRC, EMC_2X_CLK_DIVISOR, EMC_INVERT_DCD */
	u_int32_t emc_clock_source;

	/* Auto-calibration of EMC pads */

	/* Specifies the value for EMC_AUTO_CAL_INTERVAL */
	u_int32_t emc_auto_cal_interval;
	/*
	 * Specifies the value for EMC_AUTO_CAL_CONFIG
	 * Note: Trigger bits are set by the SDRAM code.
	 */
	u_int32_t emc_auto_cal_config;

	/* Specifies the value for EMC_AUTO_CAL_CONFIG2 */
	u_int32_t emc_auto_cal_config2;

	/* Specifies the value for EMC_AUTO_CAL_CONFIG3 */
	u_int32_t emc_auto_cal_config3;

	/*
	 * Specifies the time for the calibration
	 * to stabilize (in microseconds)
	 */
	u_int32_t emc_auto_cal_wait;

	/*
	 * DRAM size information
	 * Specifies the value for EMC_ADR_CFG
	 */
	u_int32_t emc_adr_cfg;

	/*
	 * Specifies the time to wait after asserting pin
	 * CKE (in microseconds)
	 */
	u_int32_t emc_pin_program_wait;
	/* Specifies the extra delay before/after pin RESET/CKE command */
	u_int32_t emc_pin_extra_wait;
	/*
	 * Specifies the extra delay after the first writing
	 * of EMC_TIMING_CONTROL
	 */
	u_int32_t emc_timing_control_wait;

	/* Timing parameters required for the SDRAM */

	/* Specifies the value for EMC_RC */
	u_int32_t emc_rc;
	/* Specifies the value for EMC_RFC */
	u_int32_t emc_rfc;
	/* Specifies the value for EMC_RFC_SLR */
	u_int32_t emc_rfc_slr;
	/* Specifies the value for EMC_RAS */
	u_int32_t emc_ras;
	/* Specifies the value for EMC_RP */
	u_int32_t emc_rp;
	/* Specifies the value for EMC_R2R */
	u_int32_t emc_r2r;
	/* Specifies the value for EMC_W2W */
	u_int32_t emc_w2w;
	/* Specifies the value for EMC_R2W */
	u_int32_t emc_r2w;
	/* Specifies the value for EMC_W2R */
	u_int32_t emc_w2r;
	/* Specifies the value for EMC_R2P */
	u_int32_t emc_r2p;
	/* Specifies the value for EMC_W2P */
	u_int32_t emc_w2p;
	/* Specifies the value for EMC_RD_RCD */
	u_int32_t emc_rd_rcd;
	/* Specifies the value for EMC_WR_RCD */
	u_int32_t emc_wr_rcd;
	/* Specifies the value for EMC_RRD */
	u_int32_t emc_rrd;
	/* Specifies the value for EMC_REXT */
	u_int32_t emc_rext;
	/* Specifies the value for EMC_WEXT */
	u_int32_t emc_wext;
	/* Specifies the value for EMC_WDV */
	u_int32_t emc_wdv;
	/* Specifies the value for EMC_WDV_MASK */
	u_int32_t emc_wdv_mask;
	/* Specifies the value for EMC_QUSE */
	u_int32_t emc_quse;
	/* Specifies the value for EMC_QUSE_WIDTH */
	u_int32_t emc_quse_width;
	/* Specifies the value for EMC_IBDLY */
	u_int32_t emc_ibdly;
	/* Specifies the value for EMC_EINPUT */
	u_int32_t emc_einput;
	/* Specifies the value for EMC_EINPUT_DURATION */
	u_int32_t emc_einput_duration;
	/* Specifies the value for EMC_PUTERM_EXTRA */
	u_int32_t emc_puterm_extra;
	/* Specifies the value for EMC_PUTERM_WIDTH */
	u_int32_t emc_puterm_width;
	/* Specifies the value for EMC_PUTERM_ADJ */
	u_int32_t emc_puterm_adj;
	/* Specifies the value for EMC_CDB_CNTL_1 */
	u_int32_t emc_cdb_cntl1;
	/* Specifies the value for EMC_CDB_CNTL_2 */
	u_int32_t emc_cdb_cntl2;
	/* Specifies the value for EMC_CDB_CNTL_3 */
	u_int32_t emc_cdb_cntl3;
	/* Specifies the value for EMC_QRST */
	u_int32_t emc_qrst;
	/* Specifies the value for EMC_QSAFE */
	u_int32_t emc_qsafe;
	/* Specifies the value for EMC_RDV */
	u_int32_t emc_rdv;
	/* Specifies the value for EMC_RDV_MASK */
	u_int32_t emc_rdv_mask;
	/* Specifies the value for EMC_QPOP */
	u_int32_t emc_qpop;
	/* Specifies the value for EMC_CTT */
	u_int32_t emc_ctt;
	/* Specifies the value for EMC_CTT_DURATION */
	u_int32_t emc_ctt_duration;
	/* Specifies the value for EMC_REFRESH */
	u_int32_t emc_refresh;
	/* Specifies the value for EMC_BURST_REFRESH_NUM */
	u_int32_t emc_burst_refresh_num;
	/* Specifies the value for EMC_PRE_REFRESH_REQ_CNT */
	u_int32_t emc_prerefresh_req_cnt;
	/* Specifies the value for EMC_PDEX2WR */
	u_int32_t emc_pdex2wr;
	/* Specifies the value for EMC_PDEX2RD */
	u_int32_t emc_pdex2rd;
	/* Specifies the value for EMC_PCHG2PDEN */
	u_int32_t emc_pchg2pden;
	/* Specifies the value for EMC_ACT2PDEN */
	u_int32_t emc_act2pden;
	/* Specifies the value for EMC_AR2PDEN */
	u_int32_t emc_ar2pden;
	/* Specifies the value for EMC_RW2PDEN */
	u_int32_t emc_rw2pden;
	/* Specifies the value for EMC_TXSR */
	u_int32_t emc_txsr;
	/* Specifies the value for EMC_TXSRDLL */
	u_int32_t emc_txsr_dll;
	/* Specifies the value for EMC_TCKE */
	u_int32_t emc_tcke;
	/* Specifies the value for EMC_TCKESR */
	u_int32_t emc_tckesr;
	/* Specifies the value for EMC_TPD */
	u_int32_t emc_tpd;
	/* Specifies the value for EMC_TFAW */
	u_int32_t emc_tfaw;
	/* Specifies the value for EMC_TRPAB */
	u_int32_t emc_trpab;
	/* Specifies the value for EMC_TCLKSTABLE */
	u_int32_t emc_tclkstable;
	/* Specifies the value for EMC_TCLKSTOP */
	u_int32_t emc_tclkstop;
	/* Specifies the value for EMC_TREFBW */
	u_int32_t emc_trefbw;

	/* FBIO configuration values */

	/* Specifies the value for EMC_FBIO_CFG5 */
	u_int32_t emc_fbio_cfg5;
	/* Specifies the value for EMC_FBIO_CFG6 */
	u_int32_t emc_fbio_cfg6;
	/* Specifies the value for EMC_FBIO_SPARE */
	u_int32_t emc_fbio_spare;

	/* Specifies the value for EMC_CFG_RSV */
	u_int32_t emc_cfg_rsv;

	/* MRS command values */

	/* Specifies the value for EMC_MRS */
	u_int32_t emc_mrs;
	/* Specifies the MP0 command to initialize mode registers */
	u_int32_t emc_emrs;
	/* Specifies the MP2 command to initialize mode registers */
	u_int32_t emc_emrs2;
	/* Specifies the MP3 command to initialize mode registers */
	u_int32_t emc_emrs3;
	/* Specifies the programming to LPDDR2 Mode Register 1 at cold boot */
	u_int32_t emc_mrw1;
	/* Specifies the programming to LPDDR2 Mode Register 2 at cold boot */
	u_int32_t emc_mrw2;
	/* Specifies the programming to LPDDR2 Mode Register 3 at cold boot */
	u_int32_t emc_mrw3;
	/* Specifies the programming to LPDDR2 Mode Register 11 at cold boot */
	u_int32_t emc_mrw4;
	/*
	 * Specifies the programming to extra LPDDR2 Mode Register
	 * at cold boot
	 */
	u_int32_t emc_mrw_extra;
	/*
	 * Specifies the programming to extra LPDDR2 Mode Register
	 * at warm boot
	 */
	u_int32_t emc_warm_boot_mrw_extra;
	/*
	 * Specify the enable of extra Mode Register programming at
	 * warm boot
	 */
	u_int32_t emc_warm_boot_extramode_reg_write_enable;
	/*
	 * Specify the enable of extra Mode Register programming at
	 * cold boot
	 */
	u_int32_t emc_extramode_reg_write_enable;

	/* Specifies the EMC_MRW reset command value */
	u_int32_t emc_mrw_reset_command;
	/* Specifies the EMC Reset wait time (in microseconds) */
	u_int32_t emc_mrw_reset_ninit_wait;
	/* Specifies the value for EMC_MRS_WAIT_CNT */
	u_int32_t emc_mrs_wait_cnt;
	/* Specifies the value for EMC_MRS_WAIT_CNT2 */
	u_int32_t emc_mrs_wait_cnt2;

	/* EMC miscellaneous configurations */

	/* Specifies the value for EMC_CFG */
	u_int32_t emc_cfg;
	/* Specifies the value for EMC_CFG_2 */
	u_int32_t emc_cfg2;
	/* Specifies the pipe bypass controls */
	u_int32_t emc_cfg_pipe;
	/* Specifies the value for EMC_DBG */
	u_int32_t emc_dbg;
	/* Specifies the value for EMC_CMDQ */
	u_int32_t emc_cmd_q;
	/* Specifies the value for EMC_MC2EMCQ */
	u_int32_t emc_mc2emc_q;
	/* Specifies the value for EMC_DYN_SELF_REF_CONTROL */
	u_int32_t emc_dyn_self_ref_control;

	/* Specifies the value for MEM_INIT_DONE */
	u_int32_t ahb_arbitration_xbar_ctrl_meminit_done;

	/* Specifies the value for EMC_CFG_DIG_DLL */
	u_int32_t emc_cfg_dig_dll;
	/* Specifies the value for EMC_CFG_DIG_DLL_PERIOD */
	u_int32_t emc_cfg_dig_dll_period;
	/* Specifies the value of *DEV_SELECTN of various EMC registers */
	u_int32_t emc_dev_select;

	/* Specifies the value for EMC_SEL_DPD_CTRL */
	u_int32_t emc_sel_dpd_ctrl;

	/* Pads trimmer delays */

	/* Specifies the value for EMC_DLL_XFORM_DQS0 */
	u_int32_t emc_dll_xform_dqs0;
	/* Specifies the value for EMC_DLL_XFORM_DQS1 */
	u_int32_t emc_dll_xform_dqs1;
	/* Specifies the value for EMC_DLL_XFORM_DQS2 */
	u_int32_t emc_dll_xform_dqs2;
	/* Specifies the value for EMC_DLL_XFORM_DQS3 */
	u_int32_t emc_dll_xform_dqs3;
	/* Specifies the value for EMC_DLL_XFORM_DQS4 */
	u_int32_t emc_dll_xform_dqs4;
	/* Specifies the value for EMC_DLL_XFORM_DQS5 */
	u_int32_t emc_dll_xform_dqs5;
	/* Specifies the value for EMC_DLL_XFORM_DQS6 */
	u_int32_t emc_dll_xform_dqs6;
	/* Specifies the value for EMC_DLL_XFORM_DQS7 */
	u_int32_t emc_dll_xform_dqs7;
	/* Specifies the value for EMC_DLL_XFORM_DQS8 */
	u_int32_t emc_dll_xform_dqs8;
	/* Specifies the value for EMC_DLL_XFORM_DQS9 */
	u_int32_t emc_dll_xform_dqs9;
	/* Specifies the value for EMC_DLL_XFORM_DQS10 */
	u_int32_t emc_dll_xform_dqs10;
	/* Specifies the value for EMC_DLL_XFORM_DQS11 */
	u_int32_t emc_dll_xform_dqs11;
	/* Specifies the value for EMC_DLL_XFORM_DQS12 */
	u_int32_t emc_dll_xform_dqs12;
	/* Specifies the value for EMC_DLL_XFORM_DQS13 */
	u_int32_t emc_dll_xform_dqs13;
	/* Specifies the value for EMC_DLL_XFORM_DQS14 */
	u_int32_t emc_dll_xform_dqs14;
	/* Specifies the value for EMC_DLL_XFORM_DQS15 */
	u_int32_t emc_dll_xform_dqs15;
	/* Specifies the value for EMC_DLL_XFORM_QUSE0 */
	u_int32_t emc_dll_xform_quse0;
	/* Specifies the value for EMC_DLL_XFORM_QUSE1 */
	u_int32_t emc_dll_xform_quse1;
	/* Specifies the value for EMC_DLL_XFORM_QUSE2 */
	u_int32_t emc_dll_xform_quse2;
	/* Specifies the value for EMC_DLL_XFORM_QUSE3 */
	u_int32_t emc_dll_xform_quse3;
	/* Specifies the value for EMC_DLL_XFORM_QUSE4 */
	u_int32_t emc_dll_xform_quse4;
	/* Specifies the value for EMC_DLL_XFORM_QUSE5 */
	u_int32_t emc_dll_xform_quse5;
	/* Specifies the value for EMC_DLL_XFORM_QUSE6 */
	u_int32_t emc_dll_xform_quse6;
	/* Specifies the value for EMC_DLL_XFORM_QUSE7 */
	u_int32_t emc_dll_xform_quse7;
	/* Specifies the value for EMC_DLL_XFORM_ADDR0 */
	u_int32_t emc_dll_xform_addr0;
	/* Specifies the value for EMC_DLL_XFORM_ADDR1 */
	u_int32_t emc_dll_xform_addr1;
	/* Specifies the value for EMC_DLL_XFORM_ADDR2 */
	u_int32_t emc_dll_xform_addr2;
	/* Specifies the value for EMC_DLL_XFORM_ADDR3 */
	u_int32_t emc_dll_xform_addr3;
	/* Specifies the value for EMC_DLL_XFORM_ADDR4 */
	u_int32_t emc_dll_xform_addr4;
	/* Specifies the value for EMC_DLL_XFORM_ADDR5 */
	u_int32_t emc_dll_xform_addr5;
	/* Specifies the value for EMC_DLL_XFORM_QUSE8 */
	u_int32_t emc_dll_xform_quse8;
	/* Specifies the value for EMC_DLL_XFORM_QUSE9 */
	u_int32_t emc_dll_xform_quse9;
	/* Specifies the value for EMC_DLL_XFORM_QUSE10 */
	u_int32_t emc_dll_xform_quse10;
	/* Specifies the value for EMC_DLL_XFORM_QUSE11 */
	u_int32_t emc_dll_xform_quse11;
	/* Specifies the value for EMC_DLL_XFORM_QUSE12 */
	u_int32_t emc_dll_xform_quse12;
	/* Specifies the value for EMC_DLL_XFORM_QUSE13 */
	u_int32_t emc_dll_xform_quse13;
	/* Specifies the value for EMC_DLL_XFORM_QUSE14 */
	u_int32_t emc_dll_xform_quse14;
	/* Specifies the value for EMC_DLL_XFORM_QUSE15 */
	u_int32_t emc_dll_xform_quse15;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS0 */
	u_int32_t emc_dli_trim_tx_dqs0;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS1 */
	u_int32_t emc_dli_trim_tx_dqs1;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS2 */
	u_int32_t emc_dli_trim_tx_dqs2;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS3 */
	u_int32_t emc_dli_trim_tx_dqs3;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS4 */
	u_int32_t emc_dli_trim_tx_dqs4;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS5 */
	u_int32_t emc_dli_trim_tx_dqs5;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS6 */
	u_int32_t emc_dli_trim_tx_dqs6;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS7 */
	u_int32_t emc_dli_trim_tx_dqs7;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS8 */
	u_int32_t emc_dli_trim_tx_dqs8;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS9 */
	u_int32_t emc_dli_trim_tx_dqs9;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS10 */
	u_int32_t emc_dli_trim_tx_dqs10;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS11 */
	u_int32_t emc_dli_trim_tx_dqs11;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS12 */
	u_int32_t emc_dli_trim_tx_dqs12;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS13 */
	u_int32_t emc_dli_trim_tx_dqs13;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS14 */
	u_int32_t emc_dli_trim_tx_dqs14;
	/* Specifies the value for EMC_DLI_TRIM_TXDQS15 */
	u_int32_t emc_dli_trim_tx_dqs15;
	/* Specifies the value for EMC_DLL_XFORM_DQ0 */
	u_int32_t emc_dll_xform_dq0;
	/* Specifies the value for EMC_DLL_XFORM_DQ1 */
	u_int32_t emc_dll_xform_dq1;
	/* Specifies the value for EMC_DLL_XFORM_DQ2 */
	u_int32_t emc_dll_xform_dq2;
	/* Specifies the value for EMC_DLL_XFORM_DQ3 */
	u_int32_t emc_dll_xform_dq3;
	/* Specifies the value for EMC_DLL_XFORM_DQ4 */
	u_int32_t emc_dll_xform_dq4;
	/* Specifies the value for EMC_DLL_XFORM_DQ5 */
	u_int32_t emc_dll_xform_dq5;
	/* Specifies the value for EMC_DLL_XFORM_DQ6 */
	u_int32_t emc_dll_xform_dq6;
	/* Specifies the value for EMC_DLL_XFORM_DQ7 */
	u_int32_t emc_dll_xform_dq7;

	/*
	 * Specifies the delay after asserting CKE pin during a WarmBoot0
	 * sequence (in microseconds)
	 */
	u_int32_t warm_boot_wait;

	/* Specifies the value for EMC_CTT_TERM_CTRL */
	u_int32_t emc_ctt_term_ctrl;

	/* Specifies the value for EMC_ODT_WRITE */
	u_int32_t emc_odt_write;
	/* Specifies the value for EMC_ODT_WRITE */
	u_int32_t emc_odt_read;

	/* Periodic ZQ calibration */

	/*
	 * Specifies the value for EMC_ZCAL_INTERVAL
	 * Value 0 disables ZQ calibration
	 */
	u_int32_t emc_zcal_interval;
	/* Specifies the value for EMC_ZCAL_WAIT_CNT */
	u_int32_t emc_zcal_wait_cnt;
	/* Specifies the value for EMC_ZCAL_MRW_CMD */
	u_int32_t emc_zcal_mrw_cmd;

	/* DRAM initialization sequence flow control */

	/* Specifies the MRS command value for resetting DLL */
	u_int32_t emc_mrs_reset_dll;
	/* Specifies the command for ZQ initialization of device 0 */
	u_int32_t emc_zcal_init_dev0;
	/* Specifies the command for ZQ initialization of device 1 */
	u_int32_t emc_zcal_init_dev1;
	/*
	 * Specifies the wait time after programming a ZQ initialization
	 * command (in microseconds)
	 */
	u_int32_t emc_zcal_init_wait;
	/*
	 * Specifies the enable for ZQ calibration at cold boot [bit 0]
	 * and warm boot [bit 1]
	 */
	u_int32_t emc_zcal_warm_cold_boot_enables;

	/*
	 * Specifies the MRW command to LPDDR2 for ZQ calibration
	 * on warmboot
	 */
	/* Is issued to both devices separately */
	u_int32_t emc_mrw_lpddr2zcal_warm_boot;
	/*
	 * Specifies the ZQ command to DDR3 for ZQ calibration on warmboot
	 * Is issued to both devices separately
	 */
	u_int32_t emc_zqcal_ddr3_warm_boot;
	/*
	 * Specifies the wait time for ZQ calibration on warmboot
	 * (in microseconds)
	 */
	u_int32_t emc_zcal_warm_boot_wait;
	/*
	 * Specifies the enable for DRAM Mode Register programming
	 * at warm boot
	 */
	u_int32_t emc_mrs_warm_boot_enable;
	/*
	 * Specifies the wait time after sending an MRS DLL reset command
	 * in microseconds)
	 */
	u_int32_t emc_mrs_reset_dll_wait;
	/* Specifies the extra MRS command to initialize mode registers */
	u_int32_t emc_mrs_extra;
	/* Specifies the extra MRS command at warm boot */
	u_int32_t emc_warm_boot_mrs_extra;
	/* Specifies the EMRS command to enable the DDR2 DLL */
	u_int32_t emc_emrs_ddr2_dll_enable;
	/* Specifies the MRS command to reset the DDR2 DLL */
	u_int32_t emc_mrs_ddr2_dll_reset;
	/* Specifies the EMRS command to set OCD calibration */
	u_int32_t emc_emrs_ddr2_ocd_calib;
	/*
	 * Specifies the wait between initializing DDR and setting OCD
	 * calibration (in microseconds)
	 */
	u_int32_t emc_ddr2_wait;
	/* Specifies the value for EMC_CLKEN_OVERRIDE */
	u_int32_t emc_clken_override;
	/* Specifies the value for MC_DIS_EXTRA_SNAP_LEVELS */
	u_int32_t mc_dis_extra_snap_levels;
	/*
	 * Specifies LOG2 of the extra refresh numbers after booting
	 * Program 0 to disable
	 */
	u_int32_t emc_extra_refresh_num;
	/* Specifies the master override for all EMC clocks */
	u_int32_t emc_clken_override_allwarm_boot;
	/* Specifies the master override for all MC clocks */
	u_int32_t mc_clken_override_allwarm_boot;
	/* Specifies digital dll period, choosing between 4 to 64 ms */
	u_int32_t emc_cfg_dig_dll_period_warm_boot;

	/* Pad controls */

	/* Specifies the value for PMC_VDDP_SEL */
	u_int32_t pmc_vddp_sel;
	/* Specifies the wait time after programming PMC_VDDP_SEL */
	u_int32_t pmc_vddp_sel_wait;
	/* Specifies the value for PMC_DDR_PWR */
	u_int32_t pmc_ddr_pwr;
	/* Specifies the value for PMC_DDR_CFG */
	u_int32_t pmc_ddr_cfg;
	/* Specifies the value for PMC_IO_DPD3_REQ */
	u_int32_t pmc_io_dpd3_req;
	/* Specifies the wait time after programming PMC_IO_DPD3_REQ */
	u_int32_t pmc_io_dpd3_req_wait;
	/* Specifies the value for PMC_REG_SHORT */
	u_int32_t pmc_reg_short;
	/* Specifies the value for PMC_NO_IOPOWER */
	u_int32_t pmc_no_io_power;
	/* Specifies the wait time after programming PMC_POR_DPD_CTRL */
	u_int32_t pmc_por_dpd_ctrl_wait;
	/* Specifies the value for EMC_XM2CMDPADCTRL */
	u_int32_t emc_xm2cmd_pad_ctrl;
	/* Specifies the value for EMC_XM2CMDPADCTRL2 */
	u_int32_t emc_xm2cmd_pad_ctrl2;
	/* Specifies the value for EMC_XM2CMDPADCTRL3 */
	u_int32_t emc_xm2cmd_pad_ctrl3;
	/* Specifies the value for EMC_XM2CMDPADCTRL4 */
	u_int32_t emc_xm2cmd_pad_ctrl4;
	/* Specifies the value for EMC_XM2CMDPADCTRL5 */
	u_int32_t emc_xm2cmd_pad_ctrl5;
	/* Specifies the value for EMC_XM2DQSPADCTRL */
	u_int32_t emc_xm2dqs_pad_ctrl;
	/* Specifies the value for EMC_XM2DQSPADCTRL2 */
	u_int32_t emc_xm2dqs_pad_ctrl2;
	/* Specifies the value for EMC_XM2DQSPADCTRL3 */
	u_int32_t emc_xm2dqs_pad_ctrl3;
	/* Specifies the value for EMC_XM2DQSPADCTRL4 */
	u_int32_t emc_xm2dqs_pad_ctrl4;
	/* Specifies the value for EMC_XM2DQSPADCTRL5 */
	u_int32_t emc_xm2dqs_pad_ctrl5;
	/* Specifies the value for EMC_XM2DQSPADCTRL6 */
	u_int32_t emc_xm2dqs_pad_ctrl6;
	/* Specifies the value for EMC_XM2DQPADCTRL */
	u_int32_t emc_xm2dq_pad_ctrl;
	/* Specifies the value for EMC_XM2DQPADCTRL2 */
	u_int32_t emc_xm2dq_pad_ctrl2;
	/* Specifies the value for EMC_XM2DQPADCTRL3 */
	u_int32_t emc_xm2dq_pad_ctrl3;
	/* Specifies the value for EMC_XM2CLKPADCTRL */
	u_int32_t emc_xm2clk_pad_ctrl;
	/* Specifies the value for EMC_XM2CLKPADCTRL2 */
	u_int32_t emc_xm2clk_pad_ctrl2;
	/* Specifies the value for EMC_XM2COMPPADCTRL */
	u_int32_t emc_xm2comp_pad_ctrl;
	/* Specifies the value for EMC_XM2VTTGENPADCTRL */
	u_int32_t emc_xm2vttgen_pad_ctrl;
	/* Specifies the value for EMC_XM2VTTGENPADCTRL2 */
	u_int32_t emc_xm2vttgen_pad_ctrl2;
	/* Specifies the value for EMC_XM2VTTGENPADCTRL3 */
	u_int32_t emc_xm2vttgen_pad_ctrl3;
	/* Specifies the value for EMC_ACPD_CONTROL */
	u_int32_t emc_acpd_control;

	/* Specifies the value for EMC_SWIZZLE_RANK0_BYTE_CFG */
	u_int32_t emc_swizzle_rank0_byte_cfg;
	/* Specifies the value for EMC_SWIZZLE_RANK0_BYTE0 */
	u_int32_t emc_swizzle_rank0_byte0;
	/* Specifies the value for EMC_SWIZZLE_RANK0_BYTE1 */
	u_int32_t emc_swizzle_rank0_byte1;
	/* Specifies the value for EMC_SWIZZLE_RANK0_BYTE2 */
	u_int32_t emc_swizzle_rank0_byte2;
	/* Specifies the value for EMC_SWIZZLE_RANK0_BYTE3 */
	u_int32_t emc_swizzle_rank0_byte3;
	/* Specifies the value for EMC_SWIZZLE_RANK1_BYTE_CFG */
	u_int32_t emc_swizzle_rank1_byte_cfg;
	/* Specifies the value for EMC_SWIZZLE_RANK1_BYTE0 */
	u_int32_t emc_swizzle_rank1_byte0;
	/* Specifies the value for EMC_SWIZZLE_RANK1_BYTE1 */
	u_int32_t emc_swizzle_rank1_byte1;
	/* Specifies the value for EMC_SWIZZLE_RANK1_BYTE2 */
	u_int32_t emc_swizzle_rank1_byte2;
	/* Specifies the value for EMC_SWIZZLE_RANK1_BYTE3 */
	u_int32_t emc_swizzle_rank1_byte3;

	/* Specifies the value for EMC_DSR_VTTGEN_DRV */
	u_int32_t emc_dsr_vttgen_drv;

	/* Specifies the value for EMC_TXDSRVTTGEN */
	u_int32_t emc_txdsrvttgen;
	/* Specifies the value for EMC_BGBIAS_CTL */
	u_int32_t emc_bgbias_ctl0;

	/* DRAM size information */

	/* Specifies the value for MC_EMEM_ADR_CFG */
	u_int32_t mc_emem_adr_cfg;
	/* Specifies the value for MC_EMEM_ADR_CFG_DEV0 */
	u_int32_t mc_emem_adr_cfg_dev0;
	/* Specifies the value for MC_EMEM_ADR_CFG_DEV1 */
	u_int32_t mc_emem_adr_cfg_dev1;
	/* Specifies the value for MC_EMEM_BANK_SWIZZLE_CFG0 */
	u_int32_t mc_emem_adr_cfg_bank_mask0;
	/* Specifies the value for MC_EMEM_BANK_SWIZZLE_CFG1 */
	u_int32_t mc_emem_adr_cfg_bank_mask1;
	/* Specifies the value for MC_EMEM_BANK_SWIZZLE_CFG2 */
	u_int32_t mc_emem_adr_cfg_bank_mask2;
	/* Specifies the value for MC_EMEM_BANK_SWIZZLE_CFG3 */
	u_int32_t mc_emem_adr_cfg_bank_swizzle3;

	/*
	 * Specifies the value for MC_EMEM_CFG which holds the external memory
	 * size (in KBytes)
	 */
	u_int32_t mc_emem_cfg;

	/* MC arbitration configuration */

	/* Specifies the value for MC_EMEM_ARB_CFG */
	u_int32_t mc_emem_arb_cfg;
	/* Specifies the value for MC_EMEM_ARB_OUTSTANDING_REQ */
	u_int32_t mc_emem_arb_outstanding_req;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RCD */
	u_int32_t mc_emem_arb_timing_rcd;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RP */
	u_int32_t mc_emem_arb_timing_rp;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RC */
	u_int32_t mc_emem_arb_timing_rc;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RAS */
	u_int32_t mc_emem_arb_timing_ras;
	/* Specifies the value for MC_EMEM_ARB_TIMING_FAW */
	u_int32_t mc_emem_arb_timing_faw;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RRD */
	u_int32_t mc_emem_arb_timing_rrd;
	/* Specifies the value for MC_EMEM_ARB_TIMING_RAP2PRE */
	u_int32_t mc_emem_arb_timing_rap2pre;
	/* Specifies the value for MC_EMEM_ARB_TIMING_WAP2PRE */
	u_int32_t mc_emem_arb_timing_wap2pre;
	/* Specifies the value for MC_EMEM_ARB_TIMING_R2R */
	u_int32_t mc_emem_arb_timing_r2r;
	/* Specifies the value for MC_EMEM_ARB_TIMING_W2W */
	u_int32_t mc_emem_arb_timing_w2w;
	/* Specifies the value for MC_EMEM_ARB_TIMING_R2W */
	u_int32_t mc_emem_arb_timing_r2w;
	/* Specifies the value for MC_EMEM_ARB_TIMING_W2R */
	u_int32_t mc_emem_arb_timing_w2r;
	/* Specifies the value for MC_EMEM_ARB_DA_TURNS */
	u_int32_t mc_emem_arb_da_turns;
	/* Specifies the value for MC_EMEM_ARB_DA_COVERS */
	u_int32_t mc_emem_arb_da_covers;
	/* Specifies the value for MC_EMEM_ARB_MISC0 */
	u_int32_t mc_emem_arb_misc0;
	/* Specifies the value for MC_EMEM_ARB_MISC1 */
	u_int32_t mc_emem_arb_misc1;
	/* Specifies the value for MC_EMEM_ARB_RING1_THROTTLE */
	u_int32_t mc_emem_arb_ring1_throttle;
	/* Specifies the value for MC_EMEM_ARB_OVERRIDE */
	u_int32_t mc_emem_arb_override;
	/* Specifies the value for MC_EMEM_ARB_OVERRIDE_1 */
	u_int32_t mc_emem_arb_override1;
	/* Specifies the value for MC_EMEM_ARB_RSV */
	u_int32_t mc_emem_arb_rsv;

	/* Specifies the value for MC_CLKEN_OVERRIDE */
	u_int32_t mc_clken_override;

	/* Specifies the value for MC_STAT_CONTROL */
	u_int32_t mc_stat_control;
	/* Specifies the value for MC_DISPLAY_SNAP_RING */
	u_int32_t mc_display_snap_ring;
	/* Specifies the value for MC_VIDEO_PROTECT_BOM */
	u_int32_t mc_video_protect_bom;
	/* Specifies the value for MC_VIDEO_PROTECT_BOM_ADR_HI */
	u_int32_t mc_video_protect_bom_adr_hi;
	/* Specifies the value for MC_VIDEO_PROTECT_SIZE_MB */
	u_int32_t mc_video_protect_size_mb;
	/* Specifies the value for MC_VIDEO_PROTECT_VPR_OVERRIDE */
	u_int32_t mc_video_protect_vpr_override;
	/* Specifies the value for MC_VIDEO_PROTECT_VPR_OVERRIDE1 */
	u_int32_t mc_video_protect_vpr_override1;
	/* Specifies the value for MC_VIDEO_PROTECT_GPU_OVERRIDE_0 */
	u_int32_t mc_video_protect_gpu_override0;
	/* Specifies the value for MC_VIDEO_PROTECT_GPU_OVERRIDE_1 */
	u_int32_t mc_video_protect_gpu_override1;
	/* Specifies the value for MC_SEC_CARVEOUT_BOM */
	u_int32_t mc_sec_carveout_bom;
	/* Specifies the value for MC_SEC_CARVEOUT_ADR_HI */
	u_int32_t mc_sec_carveout_adr_hi;
	/* Specifies the value for MC_SEC_CARVEOUT_SIZE_MB */
	u_int32_t mc_sec_carveout_size_mb;
	/* Specifies the value for MC_VIDEO_PROTECT_REG_CTRL.VIDEO_PROTECT_WRITE_ACCESS */
	u_int32_t mc_video_protect_write_access;
	/* Specifies the value for MC_SEC_CARVEOUT_REG_CTRL.SEC_CARVEOUT_WRITE_ACCESS */
	u_int32_t mc_sec_carveout_protect_write_access;

	/* Specifies enable for CA training */
	u_int32_t emc_ca_training_enable;
	/* Specifies the value for EMC_CA_TRAINING_TIMING_CNTRL1 */
	u_int32_t emc_ca_training_timing_cntl1;
	/* Specifies the value for EMC_CA_TRAINING_TIMING_CNTRL2 */
	u_int32_t emc_ca_training_timing_cntl2;
	/* Set if bit 6 select is greater than bit 7 select; uses aremc.spec packet SWIZZLE_BIT6_GT_BIT7 */
	u_int32_t swizzle_rank_byte_encode;
	/* Specifies enable and offset for patched boot rom write */
	u_int32_t boot_rom_patch_control;
	/* Specifies data for patched boot rom write */
	u_int32_t boot_rom_patch_data;
	/* Specifies the value for MC_MTS_CARVEOUT_BOM */
	u_int32_t mc_mts_carveout_bom;
	/* Specifies the value for MC_MTS_CARVEOUT_ADR_HI */
	u_int32_t mc_mts_carveout_adr_hi;
	/* Specifies the value for MC_MTS_CARVEOUT_SIZE_MB */
	u_int32_t mc_mts_carveout_size_mb;
	/* Specifies the value for MC_MTS_CARVEOUT_REG_CTRL */
	u_int32_t mc_mts_carveout_reg_ctrl;

	/* End of generated code by warmboot_code_gen */
} nvboot_sdram_params;
#endif /* #ifndef INCLUDED_NVBOOT_SDRAM_PARAM_T124_H */