diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2011-12-02 18:09:23 +0100 |
---|---|---|
committer | Borislav Petkov <bp@amd64.org> | 2011-12-14 12:46:52 +0100 |
commit | 597e11a367e8fd942b75b8e5117902ebce939474 (patch) | |
tree | bd79dad7b093abfc9d00460c76d6c0b344313f88 /arch/x86/kernel/microcode_amd.c | |
parent | d733689ad57ec332fb1e392115d83a75f35df1cf (diff) | |
download | linux-597e11a367e8fd942b75b8e5117902ebce939474.tar.gz linux-597e11a367e8fd942b75b8e5117902ebce939474.tar.bz2 linux-597e11a367e8fd942b75b8e5117902ebce939474.zip |
x86, microcode, AMD: Update copyrights
Add Andreas and me as current maintainers.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'arch/x86/kernel/microcode_amd.c')
-rw-r--r-- | arch/x86/kernel/microcode_amd.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/arch/x86/kernel/microcode_amd.c b/arch/x86/kernel/microcode_amd.c index d80e943a39f3..fe86493f3ed1 100644 --- a/arch/x86/kernel/microcode_amd.c +++ b/arch/x86/kernel/microcode_amd.c @@ -1,14 +1,18 @@ /* * AMD CPU Microcode Update Driver for Linux - * Copyright (C) 2008 Advanced Micro Devices Inc. + * Copyright (C) 2008-2011 Advanced Micro Devices Inc. * * Author: Peter Oruba <peter.oruba@amd.com> * * Based on work by: * Tigran Aivazian <tigran@aivazian.fsnet.co.uk> * - * This driver allows to upgrade microcode on AMD - * family 0x10 and 0x11 processors. + * Maintainers: + * Andreas Herrmann <andreas.herrmann3@amd.com> + * Borislav Petkov <borislav.petkov@amd.com> + * + * This driver allows to upgrade microcode on F10h AMD + * CPUs and later. * * Licensed under the terms of the GNU General Public * License version 2. See file COPYING for details. |