nb/intel/pineview: Drop unused attributes from sysinfo struct
Change-Id: Iab582458a7dd87e10bf14fd34f15c592b600f706 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76098 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
ddbe8322a5
commit
9b3e5cdc20
|
@ -95,19 +95,10 @@ struct sysinfo {
|
||||||
u16 mediumphase;
|
u16 mediumphase;
|
||||||
u16 readptrdelay;
|
u16 readptrdelay;
|
||||||
|
|
||||||
int txt_enabled;
|
|
||||||
int cores;
|
|
||||||
int boot_path;
|
int boot_path;
|
||||||
int max_ddr2_mhz;
|
|
||||||
int max_ddr3_mt;
|
|
||||||
int max_fsb_mhz;
|
|
||||||
int max_render_mhz;
|
|
||||||
int enable_igd;
|
|
||||||
int enable_peg;
|
|
||||||
u16 ggc;
|
u16 ggc;
|
||||||
|
|
||||||
int dimm_config[2];
|
int dimm_config[2];
|
||||||
int dimms_per_ch;
|
|
||||||
int spd_type;
|
int spd_type;
|
||||||
int channel_capacity[2];
|
int channel_capacity[2];
|
||||||
struct timings selected_timings;
|
struct timings selected_timings;
|
||||||
|
@ -117,7 +108,6 @@ struct sysinfo {
|
||||||
u8 nodll;
|
u8 nodll;
|
||||||
u8 async;
|
u8 async;
|
||||||
u8 dt0mode;
|
u8 dt0mode;
|
||||||
u8 mvco4x; /* 0 (8x) or 1 (4x) */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
void sdram_initialize(int boot_path, const u8 *sdram_addresses);
|
void sdram_initialize(int boot_path, const u8 *sdram_addresses);
|
||||||
|
|
Loading…
Reference in New Issue