~ubuntu-branches/debian/wheezy/amd64-microcode/wheezy

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Henrique de Moraes Holschuh
  • Date: 2012-09-14 15:39:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120914153937-0bgdtklw8yllr5xf
Tags: 1.20120910-1
* AMD microcode release 20120910
  + updated microcode:
    sig 0x00600F12, id 0x06000629: errata (+) 691, 709, 740;
  + new microcode:
    sig 0x00610F01, id 0x06001119: errata 671, 686, 697, 698, 699, 704, 709,
        734, 740;
  + This update adds critical errata fixes for commonly used features.
    The hit probability of these errata is unknown to the Debian maintainer.
* README.Debian: mention module-init-tools, not just kmod.  This is useful
  when backporting to Debian Squeeze
* debian/control: add Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Linux
4
4
 
5
5
  # cd /tmp
6
 
  # tar xf /path/to/amd-ucode-2012-01-17.tar
 
6
  # tar xf /path/to/amd-ucode-2012-09-10.tar
7
7
  # mkdir -p  /lib/firmware/amd-ucode
8
 
  # mv amd-ucode-2012-01-17/microcode_amd.bin /lib/firmware/amd-ucode
9
 
  # mv amd-ucode-2012-01-17/microcode_amd_fam15h.bin /lib/firmware/amd-ucode
 
8
  # mv amd-ucode-2012-09-10/microcode_amd.bin /lib/firmware/amd-ucode
 
9
  # mv amd-ucode-2012-09-10/microcode_amd_fam15h.bin /lib/firmware/amd-ucode
10
10
  # modprobe -r microcode
11
11
  # modprobe microcode
12
12
 
14
14
Solaris
15
15
 
16
16
  # cd /tmp
17
 
  # tar xf /path/to/amd-ucode-2012-01-17.tar
18
 
  # mv amd-ucode-2012-01-17/microcode_amd_solaris.bin /platform/i86pc/ucode/amd-ucode.bin
 
17
  # tar xf /path/to/amd-ucode-2012-09-10.tar
 
18
  # mv amd-ucode-2012-09-10/microcode_amd_solaris.bin /platform/i86pc/ucode/amd-ucode.bin
19
19
 
20
20
  and finally
21
21