From 47432544242e025b151ed56739f6cf6cbdfd3f94 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 5 Oct 2014 14:54:26 +0200 Subject: amd: rename model_fxx_powernow to powernow. Change-Id: Iee581183f9cd9f5fecd5604536b735f6a04a0f93 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7019 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek --- src/include/cpu/amd/powernow.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/include/cpu/amd/powernow.h (limited to 'src/include/cpu/amd/powernow.h') diff --git a/src/include/cpu/amd/powernow.h b/src/include/cpu/amd/powernow.h new file mode 100644 index 0000000000..4a122b8c02 --- /dev/null +++ b/src/include/cpu/amd/powernow.h @@ -0,0 +1,25 @@ +/* + * This file is part of the coreboot project. + * + * Copyright (C) 2009 Rudolf Marek + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef POWERNOW_H +#define POWERNOW_H + +int amd_generate_powernow(u32 pcontrol_blk, u8 plen, u8 onlyBSP); + +#endif -- cgit v1.2.3