Skip to content

Commit

Permalink
rasdaemon: labels/apple add MacPro 1,1 and 2,1 models
Browse files Browse the repository at this point in the history
For the Apple MacPro 1,1 (Mac-F4208DC8) and MacPro 2,1 (Mac-F4208DA9)
these are the correct labels for the DIMM numbers 1-4 on each DIMM Riser
A&B for a total of 8 DIMMS. The MacPro 1,1 vendor is actually called
"Apple Computer, Inc." vs "Apple Inc." for the MacPro 2,1 and 3,1.
Another note is that the MacPro 1,1 and 2,1 require the kernel parameter
noefi for their efi32 firmware to boot a 64bit kernel using the
debian-12.4.0-amd64-netinst.iso.

The upper Riser is called A the lower Riser is called B. However
compared to MacPro 3,1 the riser labels A & B are branch swapped on the
memory controller on MacPro1,1 and 2,1 not its physical location in the
case (double checked it)! The so called slot 2 and slot 3 found by
ras-mc-ctl --layout are not available as slots or risers on the
motherboard. The ras-mc-ctl --guess-labels showed right labels but the
DIMM numbers are indistinguishable, however this commit is needed to
link them to the right memory location.

Signed-off-by: Walter Sonius <walterav1984@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
  • Loading branch information
walterav1984 authored and mchehab committed Jun 11, 2024
1 parent 0a73b93 commit 53c31f1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions labels/apple
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
# <label>: <mc>.<branch>.<channel>.<slot>
#

Vendor: Apple Computer, Inc.
Model: Mac-F4208DC8
DIMM1_RA: 0.0.0.0; DIMM2_RA: 0.0.1.0;
DIMM3_RA: 0.0.0.1; DIMM4_RA: 0.0.1.1;

DIMM1_RB: 0.1.0.0; DIMM2_RB: 0.1.1.0;
DIMM3_RB: 0.1.0.1; DIMM4_RB: 0.1.1.1;

Vendor: Apple Inc.
Model: Mac-F4208DA9
DIMM1_RA: 0.0.0.0; DIMM2_RA: 0.0.1.0;
DIMM3_RA: 0.0.0.1; DIMM4_RA: 0.0.1.1;

DIMM1_RB: 0.1.0.0; DIMM2_RB: 0.1.1.0;
DIMM3_RB: 0.1.0.1; DIMM4_RB: 0.1.1.1;

Vendor: Apple Inc.
Model: Mac-F42C88C8
DIMM1_RA: 0.1.0.0; DIMM2_RA: 0.1.1.0;
Expand Down

0 comments on commit 53c31f1

Please sign in to comment.