From WikiChip
Difference between revisions of "Module:packaging data"
(+FCBGA-1515) |
(added skylake x, skylake x refresh fclga_2066) |
||
Line 90: | Line 90: | ||
p_contacts = 3647, | p_contacts = 3647, | ||
p_socket = { 'Socket P', 'LGA-3647' } | p_socket = { 'Socket P', 'LGA-3647' } | ||
+ | }, | ||
+ | -- Skylake X, Skylake X Refresh | ||
+ | fclga_2066 = | ||
+ | { | ||
+ | p_name = { 'FCLGA-2066' }, | ||
+ | p_type = 'LGA', | ||
+ | p_size = { '52.5', '45 mm' }, | ||
+ | p_pitch = { '1.016 mm'}, | ||
+ | p_contacts = 2066, | ||
+ | p_socket = { 'Socket R4' } | ||
}, | }, | ||
-- Whiskey Lake U | -- Whiskey Lake U |
Revision as of 09:29, 24 October 2018
Documentation for this module may be created at Module:packaging data/doc
local data =
{
packages =
{
amd =
{
-- Naples
socket_sp3 =
{
p_name = { 'FCLGA-4094' },
p_type = 'LGA',
p_size = { '58.5 mm', '75.4 mm' },
p_pitch = { '1.00 mm'},
p_contacts = 4094,
p_socket = { 'Socket SP3', 'LGA-4094' }
},
-- Whitehaven
socket_tr4 =
{
p_name = { 'FCLGA-4094' },
p_type = 'LGA',
p_size = { '58.5 mm', '75.4 mm' },
p_pitch = { '1.00 mm'},
p_contacts = 4094,
p_socket = { 'Socket TR4', 'LGA-4094' }
}
},
intel =
{
-- Ice Lake D
fcbga_2579 =
{
p_name = { 'FCBGA-2579' },
p_type = 'BGA',
p_contacts = 2579
},
-- Ice Lake SP
fclga_4189 =
{
p_name = { 'FCLGA-4189' },
p_type = 'LGA',
p_contacts = 4189,
p_socket = { 'Socket W', 'LGA-4189' }
},
-- Ice Lake Y
fcbga_1377 =
{
p_name = { 'FCBGA-1377' },
p_type = 'BGA',
p_contacts = 1377
},
-- Ice Lake U
fcbga_1526 =
{
p_name = { 'FCBGA-1526' },
p_type = 'BGA',
p_contacts = 1526
},
-- Cannon Lake Y
fcbga_1392 =
{
p_name = { 'FCBGA-1392' },
p_type = 'BGA',
p_contacts = 1392
},
-- Cannon Lake U
fcbga_1510 =
{
p_name = { 'FCBGA-1510' },
p_type = 'BGA',
p_contacts = 1510
},
-- Cascade Lake AP
fcbga_5903 =
{
p_name = { 'FCBGA-5903' },
p_type = 'BGA',
p_contacts = 5903
},
-- Skylake SP, Cascade Lake SP
fclga_3647 =
{
p_name = { 'FCLGA-3647' },
p_type = 'FCLGA',
p_size = { '76.16 mm', '56.6 mm' },
p_pitch = { '0.8585 mm', '0.9906 mm'},
p_contacts = 3647,
p_socket = { 'Socket P', 'LGA-3647' }
},
-- Skylake X, Skylake X Refresh
fclga_2066 =
{
p_name = { 'FCLGA-2066' },
p_type = 'LGA',
p_size = { '52.5', '45 mm' },
p_pitch = { '1.016 mm'},
p_contacts = 2066,
p_socket = { 'Socket R4' }
},
-- Whiskey Lake U
fcbga_1528 =
{
p_name = { 'FCBGA-1528' },
p_type = 'BGA',
p_contacts = 1528
},
-- Coffee Lake S, E
fclga_1151 =
{
p_name = { 'FCLGA-1151', 'FCLGA14C' },
p_type = 'LGA',
p_size = { '37.5 mm', '37.5 mm', '4.4 mm' },
p_pitch = { '0.914 mm'},
p_contacts = 1151,
p_socket = { 'Socket H4', 'LGA-1151' }
},
-- Amber Lake Y
fcbga_1515 =
{
p_name = { 'FCBGA-1515' },
p_type = 'BGA',
p_size = { '20 mm', '16.5 mm', '0.5 mm' },
p_pitch = { '0.4 mm' },
p_contacts = 1515,
}
},
cavium =
{
-- Vulcan
fclga_4077 =
{
p_name = { 'FCLGA-4077' },
p_type = 'LGA',
p_contacts = 4077
}
}
}
}
return data