Makefile.inc: Remove workaround ACPI warnings
[coreboot.git] / Documentation / soc / amd / family15h.md
blob5a8f95d6014e2f858f6bae64ae60f6e484fef14d
1 # AMD Family 15h [SOC|Processors]
3 ## Abstract
5 Family 15h is a line of AMD x86 products first introduced in 2011. The initial
6 microarchitecture, codenamed "Bulldozer", introduced the concept of a "Compute
7 Unit" (CU) where some parts of the processor are shared between two cores and
8 some parts are unique for each core. Family 15h offerings matured into various
9 models with increased performance and features targeting Enterprise, Client,
10 and Embedded designs. Notice that a particular model can address more than one
11 market(see models references below).
13 ## Introduction
15 The first CU designs were 2 x86 cores with separate integer processors but
16 sharing cache, code branch prediction engine and floating point processor. A die
17 can have up to 8 CU. The floating point processor is composed of two symmetrical
18 128-bit FMAC. Provided each x86 core is doing 128-bit floating point arithmetic,
19 they both do floating point simultaneously. If one is doing 256-bit floating
20 point, the other x86 core can't do floating point simultaneously. Later models
21 changed how resources were shared, and introduced other performance improvements.
23 Family 15h products range from SOCs to 3-chip solutions. Devices designed to
24 contain on-die graphics (including headless) are commonly referred to as APUs,
25 not CPUs.
27 Later SOCs include a Platform Security Processor (PSP), a small ARM processor
28 responsible for security related measures: For example, if secure boot is
29 enabled, the cores will not exit reset until the BIOS image within the SPI
30 flash is authenticated through its OEM signature, thus ensuring that only OEM
31 produced BIOS can run the platform.
33 Support in coreboot for modern AMD products is based on AMD’s reference code:
34 AMD Generic Encapsulated Software Architecture (AGESA™). AGESA contains the
35 code for enabling DRAM, configuring proprietary core logic, assistance with
36 generating ACPI tables, and other features.
38 While coreboot contains support for most models, some implementations use a
39 separate cpu/north/south bridge directory structure. Newer products for models
40 60h-6Fh (Merlin Falcon) and 70h-7Fh (Stoney Ridge) rely on modern SOC directory
41 structure.
43 ## References
45 1. [Models 00h-0Fh BKDG](https://www.amd.com/system/files/TechDocs/42301_15h_Mod_00h-0Fh_BKDG.pdf)
46 2. [Models 10h-1Fh BKDG](https://www.amd.com/system/files/TechDocs/42300_15h_Mod_10h-1Fh_BKDG.pdf)
47 3. [Models 30h-3Fh BKDG](https://www.amd.com/system/files/TechDocs/49125_15h_Models_30h-3Fh_BKDG.pdf)
48 4. [Models 60h-6Fh BKDG](https://www.amd.com/system/files/TechDocs/50742_15h_Models_60h-6Fh_BKDG.pdf)
49 5. [Models 70h-7Fh BKDG](https://www.amd.com/system/files/TechDocs/55072_AMD_Family_15h_Models_70h-7Fh_BKDG.pdf)
50 6. [PSP Integration](psp_integration.md)