Difference between pages "Subarches" and "Amd64-bulldozer"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (resolving zillions of complaints)
 
 
Line 1: Line 1:
= Download/Browse Funtoo Linux Subarches =
{{Subarch
__NOTITLE__
|CPU Family=64-bit AMD Processors
This page provides an overview of Funtoo Linux sub-architectures (also called ''subarches'') designed for quick and easy reference. Funtoo Linux provides optimized installation images for all sub-architectures listed below. Clicking on a particular subarch will bring you to a detail page where you can learn more about that subarch and download a stage3 for installation.
|subarch=amd64-bulldozer
 
|CHOST=x86_64-pc-linux-gnu
{{#widget:AddThis}}
|CFLAGS=-march=bdver1 -O2 -pipe
{{Note|There are a couple of ways to identify the type of CPU you have. One option is to use the {{c|lscpu}} command:
|USE=mmx sse sse2 sse3 sse4
{{console|body=
|Description=The amd64-bulldozer subarch supports the AMD bulldozer microarchitecture CPUs, which were released from late 2011 through the first quarter of 2012 as a replacement for K10 microarchitecture CPUs.
# ##i##lscpu
}}
If the {{c|lscpu}} command is unavailable, you can get similar information via {{f|/proc}}:
{{console|body=
# ##i##cat /proc/cpuinfo {{!}} grep "^model name" {{!}} uniq
model name : Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
}}
The {{c|cpuid}} command is another option and can provide other interesting information:
<console>
###i## emerge cpuid; cpuid | tail -n 1
</console>}}
 
{{note|Finding which microarch your hardware needs to use takes a little bit of searching.
Take the chip name gathered, then google wiki chipname to find the wikipedia article for your chip.  The right hand column of your processors wiki article will list the microarchitecture.
 
example:
searching for "amd phenom wiki" returns this [https://en.wikipedia.org/wiki/AMD_Phenom article] & the article says its "Microarchitecture K10"
}}
== ARM ==
 
{{TableStart}}
<tr><th class="warn" colspan="3">32-bit ARM Processors</th></tr>
{{#ask:[[CPU Family::32-bit ARM Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
}}
{{TableEnd}}
The '''amd64-bulldozer''' subarch supports the [[Wikipedia:Bulldozer (microarchitecture)|AMD bulldozer microarchitecture]] CPUs, which were released from late 2011 through the first quarter of 2012 as a replacement for [[Wikipedia:AMD_10h|K10 microarchitecture]] CPUs.
 
Bulldozer desktop CPUs use the [[Wikipedia:Socket_AM3+|AM3+ socket]] and server CPUs use the  [[Wikipedia:Socket_G34|G34 socket]].
== PC-Compatible ==


{{TableStart}}
Desktop bulldozer CPUs include the [[Wikipedia:List_of_AMD_FX_microprocessors#.22Zambezi.22_.2832_nm_SOI.29|Zambezi FX-series CPUs]]. Server bulldozer CPUs include Opterons with codenames Zurich (Opteron 3200-series), Valencia (Opteron 4200-series) and Interlagos (Opteron 6200 series). A complete list of Opteron models [[Wikipedia:Opteron#Opteron_.2832_nm_SOI.29-_First_Generation_Bulldozer_Microarchitecture|can be found here.]].
<tr><th class="warn" colspan="3">64-bit AMD Processors</th></tr>
{{#ask:[[CPU Family::64-bit AMD Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">64-bit Intel Processors</th></tr>
{{#ask:[[CPU Family::64-bit Intel Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">64-bit PC-Compatible (Generic) Processors</th></tr>
{{#ask:[[CPU Family::64-bit Processors (PC-Compatible, Generic)]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit AMD Processors</th></tr>
{{#ask:[[CPU Family::32-bit AMD Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit Intel Processors</th></tr>
{{#ask:[[CPU Family::32-bit Intel Processors]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
<tr><th class="warn" colspan="3">32-bit PC-Compatible (Generic) Processors</th></tr>
{{#ask:[[CPU Family::32-bit Processors (PC-Compatible, Generic)]]
|?#
|?Subarch
|?CFLAGS
|?Description
|format=template
|link=none
|headers=hide
|searchlabel=... further results
|sep=,
|template=SubarchList
}}
{{TableEnd}}

Revision as of 09:26, March 22, 2015

This section lists the CPU-optimized Funtoo Linux builds currently available for download for amd64-bulldozer. The amd64-bulldozer subarch supports the AMD bulldozer microarchitecture CPUs, which were released from late 2011 through the first quarter of 2012 as a replacement for K10 microarchitecture CPUs.

No downloadable stage builds are currently available for this sub-architecture.

The amd64-bulldozer subarch supports the AMD bulldozer microarchitecture CPUs, which were released from late 2011 through the first quarter of 2012 as a replacement for K10 microarchitecture CPUs..

Architecture and Optimization

The following settings are applied to all stages for this subarch via Funtoo subarch profiles:

CHOSTx86_64-pc-linux-gnu
CFLAGS-march=bdver1 -O2 -pipe


The amd64-bulldozer subarch supports the AMD bulldozer microarchitecture CPUs, which were released from late 2011 through the first quarter of 2012 as a replacement for K10 microarchitecture CPUs. Bulldozer desktop CPUs use the AM3+ socket and server CPUs use the G34 socket.

Desktop bulldozer CPUs include the Zambezi FX-series CPUs. Server bulldozer CPUs include Opterons with codenames Zurich (Opteron 3200-series), Valencia (Opteron 4200-series) and Interlagos (Opteron 6200 series). A complete list of Opteron models can be found here..