blob: 691ae83d1400fa11b3adba025a15bf91f1b4a48b [file] [log] [blame]
Damien Rothbedbd672016-01-18 13:59:26 -07001/*
2 * This file is part of the coreboot project.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; version 2 of the License.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
Kyösti Mälkki5fe1fb7a2013-12-08 07:21:05 +020014unsigned char microcode[] __attribute__ ((aligned(16))) = {
15#if !CONFIG_K8_REV_F_SUPPORT
Stefan Reinauer9b9400d2015-08-06 15:56:40 -070016#include "../../../../3rdparty/blobs/cpu/amd/model_fxx/microcode.h"
Kyösti Mälkki5fe1fb7a2013-12-08 07:21:05 +020017#endif
Kyösti Mälkki5fe1fb7a2013-12-08 07:21:05 +020018};